@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: 'LINESeedJP';
  src: url("../font/LINESeedJP_OTF_Rg.woff") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'LINESeedJP';
  src: url("../font/LINESeedJP_OTF_Bd.woff") format("truetype");
  font-weight: bold;
  font-style: normal; }
/*---------mixin設定-------------*/
/*ブレイクポイント*/
body {
  padding-top: 60px;
  min-width: 100%; }
  @media (min-width: 768px) {
    body {
      padding-top: 0;
      min-width: 1100px; } }

/*-------------------------------

 //共通パーツ

-------------------------------*/
@media (min-width: 768px) {
  .pc_none {
    display: none; } }

@media (max-width: 768px) {
  .sp_none {
    display: none; } }

.inner {
  width: 90%;
  margin: 0 auto; }

.en {
  font-family: "Red Hat Display", sans-serif; }

.line {
  font-family: "LINESeedJP", sans-serif; }

.fw600 {
  font-weight: 600; }

.fw500 {
  font-weight: 500; }

.txt_marker {
  background: linear-gradient(transparent 0%, #FFF8AA 0%);
  font-weight: 600; }

.txt_red {
  color: #DC000B; }

.txt_white {
  color: #fff; }

.txt_gray {
  color: #747474; }

.bg_red {
  background: #DC000B; }

.bg_yellow {
  background: #FFFFD3; }

.bg_gray {
  background: #F7F7F7; }

.tac {
  text-align: center; }

.txt-justify {
  text-align: justify; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.w100 {
  width: 100% !important; }

.w90 {
  width: 90% !important; }

.w70 {
  width: 70% !important; }

.w60 {
  width: 60% !important; }

.w48 {
  width: 48% !important; }

.w20 {
  width: 20% !important; }

.w75 {
  width: 75% !important; }

.sp-auto {
  margin: 0 auto !important; }

.caption {
  color: #626262;
  font-size: 14px; }

.block {
  display: block; }

@media (min-width: 768px) {
  .inner {
    max-width: 1000px;
    position: relative; }

  .pc-mt0 {
    margin-top: 0px !important; }

  .pc-mb0 {
    margin-bottom: 0px !important; }

  .pc-mb10 {
    margin-bottom: 10px !important; }

  .pc-mb20 {
    margin-bottom: 20px !important; }

  .pc-mb30 {
    margin-bottom: 30px !important; }

  .pc-mb40 {
    margin-bottom: 40px !important; }

  .pc-mb50 {
    margin-bottom: 50px !important; }

  .pc-mb60 {
    margin-bottom: 60px !important; }

  .pc-mb70 {
    margin-bottom: 70px !important; }

  .pc-mb80 {
    margin-bottom: 80px !important; }

  .pc-mb90 {
    margin-bottom: 90px !important; }

  .pc-mb100 {
    margin-bottom: 100px !important; }

  .pc-fs16 {
    font-size: 16px !important; }

  .pc-fs18 {
    font-size: 18px !important; }

  .pc-w23 {
    width: 23% !important; }

  .pc-w25 {
    width: 25% !important; }

  .pc-w35 {
    width: 35% !important; }

  .pc-w48 {
    width: 48% !important; }

  .pc-w60 {
    width: 60% !important; }

  .pc-w70 {
    width: 70% !important; }

  .pc-w75 {
    width: 75% !important; }

  .pc-w80 {
    width: 80% !important; }

  .auto {
    margin: 0 auto !important; }

  .pc-tal {
    text-align: left; }

  .pc-tac {
    text-align: center; } }
.cmt_ttl {
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px; }
  .cmt_ttl span {
    font-size: 6vw; }

.cmn_sub_ttl {
  font-size: 5vw;
  font-weight: 600; }

.ttl_wrap .en {
  font-size: 3.6vw;
  font-weight: 600; }

@media (min-width: 768px) {
  .cmt_ttl {
    font-size: 46px; }
    .cmt_ttl span {
      font-size: 46px; }

  .cmn_sub_ttl {
    font-size: 28px;
    margin-bottom: 5px; }

  .ttl_wrap .en {
    font-size: 20px; } }
@media (min-width: 768px) {
  body {
    padding-top: 70px; } }
/*-------------------------------
 //header
-------------------------------*/
header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99999999999999;
  margin: 0 auto; }
  header .logo {
    width: 40%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    max-width: 200px; }
  header .hd_pc_nav {
    display: none; }
  header .hd_menu_btn {
    background: #000;
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 9999;
    cursor: pointer; }
    header .hd_menu_btn span {
      width: 60%;
      height: 2px;
      background: #fff;
      display: block;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0; }
      header .hd_menu_btn span:nth-of-type(1) {
        top: 18px; }
      header .hd_menu_btn span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        margin: auto; }
      header .hd_menu_btn span:nth-of-type(3) {
        bottom: 18px; }
    header .hd_menu_btn.active span {
      transition: transform .3s; }
      header .hd_menu_btn.active span:nth-of-type(1) {
        top: 29px;
        transform: rotate(45deg); }
      header .hd_menu_btn.active span:nth-of-type(2) {
        display: none; }
      header .hd_menu_btn.active span:nth-of-type(3) {
        bottom: 29px;
        transform: rotate(135deg); }
  header .hd_menu_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    background: #DC000B;
    z-index: 999999;
    padding: 20px 30px 80px;
    box-sizing: border-box; }
    header .hd_menu_wrap .cv_btn {
      margin-bottom: 15px; }
    header .hd_menu_wrap .tel {
      text-align: center; }
      header .hd_menu_wrap .tel .txt01 {
        font-size: 4.8vw;
        margin-bottom: 8px; }
      header .hd_menu_wrap .tel .txt02 {
        font-size: 6.2vw; }
        header .hd_menu_wrap .tel .txt02 span {
          font-size: 4vw;
          margin-right: 10px; }
      header .hd_menu_wrap .tel .txt03 {
        font-size: 3vw;
        margin-top: 15px;
        display: block; }
    header .hd_menu_wrap ul {
      margin-bottom: 30px; }
      header .hd_menu_wrap ul li {
        border-bottom: 0.5px solid #fff; }
        header .hd_menu_wrap ul li a {
          color: #fff;
          font-size: 1.6rem;
          padding: 2rem 0;
          display: block;
          position: relative; }
          header .hd_menu_wrap ul li a::after {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            background: url("../images/arrow_menu.png") no-repeat;
            background-size: contain;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto; }

@media (min-width: 1024px) {
  header {
    padding: 18px 40px;
    box-sizing: border-box; }
    header .logo {
      max-width: 180px; }
    header .hd_pc_nav {
      display: block; }
    header .hd_pc_nav ul {
      display: flex;
      justify-content: flex-end;
      flex-flow: row wrap;
      align-items: center; }
      header .hd_pc_nav ul li {
        margin-left: 30px; }
      header .hd_pc_nav ul a {
        color: #000;
        font-size: 15px;
        text-align: center;
        font-weight: 500; }
        header .hd_pc_nav ul a:hover {
          color: #DC000B; }
    header .hd_menu_btn {
      display: none; } }
/*-------------------------------

 //recommend

-------------------------------*/
.recommend {
  position: relative;
  padding: 70px 0 0; }
  .recommend::before {
    content: "RECOMMEND";
    font-family: "Red Hat Display", sans-serif;
    color: #FDF0F1;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -6px;
    font-size: 16vw;
    font-weight: 700;
    font-style: italic;
    line-height: 1; }
  .recommend .recommend_list .item {
    border: 2px solid #000;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 20px 20px 60px;
    box-sizing: border-box; }
    .recommend .recommend_list .item:last-child {
      margin-bottom: 0; }
    .recommend .recommend_list .item .icon {
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      width: 25px;
      height: 25px;
      margin: auto; }
    .recommend .recommend_list .item .ttl {
      font-size: 5vw;
      font-weight: 600;
      margin-bottom: 5px;
      line-height: 1.4; }
  .recommend .obj {
    width: 60%;
    margin: 30px auto 0; }

@media (min-width: 768px) {
  .recommend {
    position: relative;
    padding: 100px 0 0;
    position: relative; }
    .recommend::before {
      top: -8px;
      font-size: 100px; }
    .recommend .recommend_list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; }
      .recommend .recommend_list .item {
        margin-bottom: 0;
        padding: 20px 30px 20px 80px; }
        .recommend .recommend_list .item .icon {
          position: absolute;
          left: 30px;
          top: 0;
          bottom: 0;
          width: 25px;
          height: 25px;
          margin: auto; }
        .recommend .recommend_list .item .ttl {
          font-size: 24px; }
    .recommend .obj {
      width: 300px;
      margin: 50px auto 0; } }
/*-------------------------------

 //reason

-------------------------------*/
.reason {
  position: relative;
  padding: 60px 0 40px;
  position: relative; }
  .reason::before {
    content: "REASON";
    font-family: "Red Hat Display", sans-serif;
    color: #CE000A;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -4px;
    font-size: 16vw;
    font-weight: 700;
    font-style: italic;
    line-height: 1; }
  .reason ul li {
    background: #fff;
    border-radius: 10px;
    border: #000 2px solid;
    padding: 0 0 30px;
    box-sizing: border-box;
    margin-bottom: 30px; }
    .reason ul li:last-child {
      margin-bottom: 0; }
    .reason ul li .ttl {
      font-size: 6vw;
      font-family: "LINESeedJP", sans-serif;
      line-height: 1.3; }
    .reason ul li p {
      padding: 0 30px;
      box-sizing: border-box; }
    .reason ul li figure img {
      border-radius: 7px 7px 0 0; }

@media (min-width: 768px) {
  .reason {
    position: relative;
    padding: 120px 0 100px;
    position: relative; }
    .reason::before {
      top: -8px;
      font-size: 100px; }
    .reason ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; }
      .reason ul li {
        padding: 0 0 40px;
        margin-bottom: 0; }
        .reason ul li .ttl {
          font-size: 26px; } }
/*-------------------------------

 //flow

-------------------------------*/
.flow {
  position: relative;
  padding: 60px 0 50px; }
  .flow::before {
    content: "FLOW";
    font-family: "Red Hat Display", sans-serif;
    color: #F7F7C6;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    text-align: left;
    top: -6px;
    font-size: 16vw;
    font-weight: 700;
    font-style: italic;
    line-height: 1; }
  .flow .obj {
    width: 36%;
    position: absolute;
    right: 30px;
    top: 8vw; }
  .flow .flow_list {
    position: relative; }
    .flow .flow_list::after {
      content: "";
      display: block;
      width: 1px;
      height: 55%;
      background: #000;
      background-size: contain;
      position: absolute;
      left: 7.5%;
      top: 5px; }
    .flow .flow_list .item {
      display: flex;
      justify-content: space-between;
      flex-flow: row wrap;
      margin-bottom: 40px; }
      .flow .flow_list .item:last-child {
        margin-bottom: 0; }
    .flow .flow_list .number {
      width: 15%; }
    .flow .flow_list .cont {
      width: 80%;
      position: relative; }
      .flow .flow_list .cont .ttl {
        font-size: 5vw;
        margin-bottom: 10px;
        font-weight: 600; }
      .flow .flow_list .cont figure {
        margin-bottom: 15px; }

@media (min-width: 768px) {
  .flow {
    position: relative;
    padding: 120px 0 100px; }
    .flow::before {
      top: -11px;
      font-size: 110px;
      text-align: center; }
    .flow .obj {
      width: 200px;
      right: 0;
      top: -30px; }
    .flow .flow_list::after {
      height: 70%;
      left: 4%; }
    .flow .flow_list .item {
      margin-bottom: 60px; }
    .flow .flow_list .number {
      width: 8%;
      z-index: 9; }
    .flow .flow_list .cont {
      width: 88%;
      display: flex;
      justify-content: space-between;
      flex-flow: row-reverse; }
      .flow .flow_list .cont .ttl {
        font-size: 28px; }
      .flow .flow_list .cont div {
        width: 58%; }
      .flow .flow_list .cont figure {
        width: 38%;
        margin-bottom: 0; } }
/*-------------------------------

 //case

-------------------------------*/
.case {
  position: relative;
  padding: 60px 0 40px;
  position: relative; }
  .case::before {
    content: "CASE";
    font-family: "Red Hat Display", sans-serif;
    color: #CE000A;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -6px;
    font-size: 16vw;
    font-weight: 700;
    font-style: italic;
    line-height: 1; }
  .case ul li {
    background: #fff;
    border-radius: 10px;
    border: #000 2px solid;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center; }
    .case ul li:last-child {
      margin-bottom: 0; }
    .case ul li figure {
      width: 60%;
      margin: 0 auto 15px; }

@media (min-width: 768px) {
  .case {
    position: relative;
    padding: 120px 0 100px;
    position: relative; }
    .case::before {
      top: -8px;
      font-size: 100px; }
    .case ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; }
      .case ul li {
        margin-bottom: 0; } }
/*-------------------------------

 //question

-------------------------------*/
.question {
  position: relative;
  padding: 60px 0 40px; }
  .question::before {
    content: "Q&A";
    font-family: "Red Hat Display", sans-serif;
    color: #FDF0F1;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -6px;
    font-size: 16vw;
    font-weight: 700;
    font-style: italic;
    line-height: 1; }
  .question .question_list {
    border-bottom: 1px solid #D6D6D6; }
    .question .question_list dt {
      font-size: 18px;
      font-weight: 600;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: nowrap;
      padding: 20px 40px 20px 0;
      box-sizing: border-box;
      position: relative;
      border-top: 0.5px solid #D6D6D6;
      line-height: 1.4;
      cursor: pointer; }
      .question .question_list dt .en {
        font-size: 30px;
        margin-right: 7px;
        color: #DC000B;
        font-weight: 600; }
      .question .question_list dt::after {
        content: "＋";
        width: 25px;
        height: 25px;
        display: block;
        color: #DC000B;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .question .question_list dt.active::after {
        content: "−";
        width: 25px;
        height: 25px;
        display: block;
        color: #DC000B;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .question .question_list dd {
      display: none; }
      .question .question_list dd p {
        padding: 0 20px 20px;
        box-sizing: border-box; }

@media (min-width: 768px) {
  .question {
    position: relative;
    padding: 120px 0 100px;
    position: relative; }
    .question::before {
      top: -8px;
      font-size: 100px; } }
/*-------------------------------

 //shoplist

-------------------------------*/
.shoplist {
  position: relative;
  padding: 60px 0 40px;
  position: relative; }
  .shoplist::before {
    content: "SHOPLIST";
    font-family: "Red Hat Display", sans-serif;
    color: #CE000A;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -6px;
    font-size: 16vw;
    font-weight: 700;
    font-style: italic;
    line-height: 1; }
  .shoplist .obj {
    width: 43%;
    position: absolute;
    right: 20px;
    top: 6vw; }
  .shoplist .wrap {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 40px;
    box-sizing: border-box; }
  .shoplist .anc_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-bottom: 40px; }
    .shoplist .anc_list a {
      background: #EDEDED;
      text-align: center;
      font-weight: 600;
      padding: 15px 0;
      font-size: 4vw;
      letter-spacing: 2px;
      color: #000;
      border-radius: 5px;
      position: relative; }
      .shoplist .anc_list a::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        display: block;
        background: url("../images/icon_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto; }
  .shoplist .area_ttl {
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 4vw;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 5px; }
  .shoplist .shop_list li {
    background: #fff;
    border-radius: 10px;
    border: #000 2px solid;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .shoplist .shop_list li:last-child {
      margin-bottom: 0; }
    .shoplist .shop_list li figure {
      margin-bottom: 15px; }
      .shoplist .shop_list li figure img {
        max-height: 200px;
        object-fit: cover; }
    .shoplist .shop_list li .shop_name {
      font-weight: 600;
      font-size: 4.5vw;
      position: relative;
      padding-left: 22px;
      margin-bottom: 5px; }
      .shoplist .shop_list li .shop_name::before {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 100vh;
        border: 4px solid #DC000B;
        position: absolute;
        left: 0;
        top: 2px;
        bottom: 0;
        margin: auto; }
    .shoplist .shop_list li p {
      margin-bottom: 15px; }
    .shoplist .shop_list li .btn_wrap {
      display: flex;
      justify-content: space-between;
      flex-flow: nowrap;
      column-gap: 10px; }

@media (min-width: 768px) {
  .shoplist {
    position: relative;
    padding: 120px 0 80px;
    position: relative; }
    .shoplist::before {
      top: -8px;
      font-size: 100px; }
    .shoplist .obj {
      width: 240px;
      right: 20px;
      top: -44px; }
    .shoplist .wrap {
      padding: 20px 60px 40px; }
      .shoplist .wrap .icon {
        max-width: 45%;
        margin: 0 auto; }
    .shoplist .anc_list {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 7px;
      margin-bottom: 60px; }
      .shoplist .anc_list a {
        padding: 15px 0;
        font-size: 18px; }
        .shoplist .anc_list a::after {
          width: 20px;
          height: 20px;
          right: 15px; }
    .shoplist .area_ttl {
      font-size: 24px;
      margin-bottom: 30px; }
    .shoplist .shop_list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; }
      .shoplist .shop_list li {
        margin: 0;
        padding: 30px; }
        .shoplist .shop_list li .shop_name {
          font-size: 20px; } }
/*-------------------------------

 //footer

-------------------------------*/
.footer {
  background: #000;
  padding: 20px 0; }
  .footer p {
    color: #939393; }
  .footer__copy {
    color: #939393;
    text-align: center;
    font-size: 12px;
    margin-top: 10px; }

@media (min-width: 768px) {
  .footer {
    padding: 30px 0; }
    .footer__copy {
      font-size: 16px; } }
.privacy {
  padding-top: 100px;
  padding-bottom: 60px; }
  .privacy a {
    color: #000; }
  .privacy .main-ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 60px; }

.privacy .ttl {
  color: #DC000B;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #DC000B;
  padding-bottom: 10px; }

@media (min-width: 768px) {
  .privacy {
    padding-top: 100px;
    padding-bottom: 120px; }
    .privacy .main-ttl {
      font-size: 32px; } }
/*-------------------------------

 //fixed_btn

-------------------------------*/
.fixed_btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 90%;
  z-index: 999; }
  .fixed_btn.fixed {
    opacity: 1; }
  .fixed_btn.fixed.none {
    opacity: 0; }

@media (min-width: 768px) {
  .fixed_btn {
    position: fixed;
    left: auto;
    right: 0;
    top: 200px;
    margin: 0;
    width: 85px; } }
