@charset "utf-8";

@font-face {
  font-family: "CPFont";
  src: url(../font/CPFont.otf) format("opentype");
}
/*--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "icomoon";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}
/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　320：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  /* background: var(--bg-main-color);
  color: var(--primary-color); */
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic",
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, Verdana, Meiryo, sans-serif !important;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
#header {
  background-color: #fff;
}

figure {
  margin: 0;
}

img {
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  /* margin: 0 auto; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ol {
  padding-inline-start: 0 !important;
}

ul {
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  background: #fff;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

li {
  list-style: none;
}

.pc_block {
  display: none;
}

.sp_block {
  display: block;
}

@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------------------ */
/* common layouts */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content_inner {
  max-width: 900px;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;

  @media screen and (min-width: 1024px) {
  }
}

.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  /*padding: 0 1em;*/
  margin: 0 auto;
  clear: both;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.base {
  position: relative;
  width: 100%;
  height: auto;
  padding: 4em 0 3em;
  margin: 0 auto;

  @media screen and (min-width: 600px) {
    padding: 6em 0 5em;
  }
}

.flx_box {
  display: block;
}

.flx_box .flx_item:first-child {
  margin: 0 0 2em 0;
}

/* a {
  color: #bb000b;
} */

/* a:hover {
  text-decoration: underline;
} */

/* ---------------------- */
/* font */

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

/* ---------------------- */
/* img */

.img img {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* ここから オリジナル */

/* ---------------------- */
/* ttl / font */
.main_ttl {
  position: relative;

  text-align: center;
  margin: 1em 0;
}

.box_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}

.txt_l {
  font-size: 2rem;
  font-weight: 700;
}

.txt_r {
  font-size: 1.9rem;
}

.txt_m {
  font-size: 1.6rem;
}

.txt span {
  text-align: left;
}

.notice {
  color: var(--contrast-color);
  font-weight: 700;
}

.asterisk {
  font-size: 1rem;
  color: var(--contrast-color);
}

/* ---------------------- */
/* swiper */

.comment-slider {
  position: relative;
}

.swiper-wrapper {
  @media screen and (min-width: 1024px) {
    justify-content: center;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5em;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: var(--primary-color);

  @media screen and (min-width: 1024px) {
    display: none;
  }
}

.swiper-button-next {
  right: -6px;
}

.swiper-button-prev {
  left: -6px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #b4b3b3;
  opacity: 1;
}

/* ---------------------- */
/* アコーディオン */
.ac_cnt {
  display: none;
}

/* ---------------------- */
/* btn */
.btn {
  display: block;
  padding: 1em 0 !important;
}

.btn a {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  background: var(--main-color);
  color: var(--wht-color);
  border-radius: 30px;
  padding: 0.5em 1em;
  box-shadow: 5px 5px 0 var(--primary-color);
  transition: all 0.3s ease;
  z-index: 10;
}

.btn a:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow: inherit;
  text-decoration: none;
}

.btn:focus,
.btn:active {
  outline: none;
  outline-offset: inherit;
  box-shadow: none;
  text-decoration: none;
}

.fixed_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--contrast-color);
  transition: all 0.3s ease;
  z-index: 100;

  @media screen and (min-width: 600px) {
    width: 360px;
    border-radius: 10px;
    bottom: 10px;
    right: 10px;

    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 2 0 rgba(0, 0, 0, 0.4);
      filter: brightness(1.06);
    }
  }

  a {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
    white-space: nowrap;
    padding: 0.5em 0;

    @media screen and (min-width: 600px) {
      padding: 1em;
    }

    .txt {
      font-weight: 700;
      margin: 0 0.6em;

      span {
        color: var(--red-color);
      }
    }

    .in_btn {
      position: relative;
      font-size: 1.8rem;
      background: var(--wht-color);
      border-radius: 30px;
      padding: 0.5em 2em 0.5em 1em;

      &::before {
        position: absolute;
        content: "";
        background: url(../img/arrow_left.svg) center / contain no-repeat;
        width: 12px;
        height: 16px;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
      }
    }
  }

  .flx_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* ---------------------- */
/* mainvisual */
.mainvisual {
  position: relative;
  z-index: 10;

  h1 {
    .mv {
      width: 100%;
    }

    .mvtxt {
      position: absolute;
      width: 80%;
      left: 50%;
      bottom: 20px;
      transform: translateX(-50%);

      @media screen and (min-width: 600px) {
        width: 70%;
        bottom: -40px;
      }

      @media screen and (min-width: 1024px) {
        width: 55%;
        bottom: 20px;
      }
    }
  }
}

/* ---------------------- */
/* bg_light */
.bg_light {
  background-color: var(--main-color);
}

/* ---------------------- */
/* catch */
.catch {
  background-image: linear-gradient(#002756, #094da3);

  &.base {
    padding: 3em 0;

    @media screen and (min-width: 1024px) {
      padding: 5em 0 3em;
    }
  }

  .catch_txt {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 800;
    color: var(--wht-color);

    @media screen and (min-width: 600px) {
      font-size: 2.6rem;
      line-height: 1.8;
    }
  }
}

/* ---------------------- */
/* choose */
.choose {
  position: relative;
  text-align: center;
  z-index: 10;

  &.base {
    padding: 2em 0;
  }

  &::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 50%;
    bottom: -24px;
    background-color: var(--wht-color);
    transform: translateX(-50%) rotate(45deg);
  }

  .illust_box {
    position: relative;
    display: inline-block;

    &::before {
      position: absolute;
      content: "";
      width: 80px;
      height: 80px;
      left: -24%;
      top: 0;
      background: url(../img/illust_wine.svg) center / contain no-repeat;

      @media screen and (min-width: 600px) {
        width: 120px;
        height: 120px;
        left: -30%;
        top: 0;
      }
    }

    &::after {
      position: absolute;
      content: "";
      width: 80px;
      height: 80px;
      right: -24%;
      top: 0;
      background: url(../img/illust_cocktail.svg) center / contain no-repeat;

      @media screen and (min-width: 600px) {
        right: -30%;
        width: 120px;
        height: 120px;
        top: 0;
      }
    }
  }

  .big_ttl {
    font-size: 2.8rem;
    color: var(--main-light-color);

    @media screen and (min-width: 600px) {
      font-size: 3rem;
    }

    @media screen and (min-width: 1024px) {
      font-size: 4rem;
    }

    .hightlight {
      position: relative;
      display: inline-block;
      line-height: 1;

      &::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 40px;
        left: -38px;
        top: 60%;
        transform: translateY(-50%) scale(-1, 1);
        background: url(../img/line.svg) center / contain no-repeat;

        @media screen and (min-width: 600px) {
          height: 44px;
        }

        @media screen and (min-width: 1024px) {
          width: 40px;
          height: 60px;
          left: -54px;
          top: 63%;
        }
      }

      &::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 40px;
        right: -38px;
        top: 60%;
        background: url(../img/line.svg) center / contain no-repeat;
        transform: translateY(-50%);

        @media screen and (min-width: 600px) {
          height: 44px;
        }

        @media screen and (min-width: 1024px) {
          width: 40px;
          height: 60px;
          right: -54px;
          top: 63%;
        }
      }
    }

    .num {
      font-size: 3.2rem;

      @media screen and (min-width: 600px) {
        font-size: 4.2rem;
      }

      @media screen and (min-width: 1024px) {
        font-size: 6rem;
      }
    }
  }

  .mark {
    background: none;

    span {
      display: inline-block;
      font-weight: 600;
      background: var(--main-light-color);
      color: var(--wht-color);
      border-radius: 30px;
      padding: 0.4em 1em;

      @media screen and (min-width: 600px) {
        font-size: 2rem;
      }
    }
  }
}

/* ---------------------- */
/* course カラー記述、おすすめアイコン */
.premium {
  .course_ttl {
    position: relative;
    background-color: var(--premium-color);
    color: var(--wht-color);

    &::before {
      position: absolute;
      content: "";
      background: url(../img/recommend.png) center / contain no-repeat;
      width: 80px;
      height: 80px;
      right: 5px;
      top: -40px;

      @media screen and (min-width: 600px) {
        width: 100px;
        height: 100px;
      }

      @media screen and (min-width: 1024px) {
        width: 140px;
        height: 140px;
        top: -60px;
      }
    }
  }

  .kind span {
    color: var(--premium-color);
  }

  .comment_box {
    background-color: var(--premium-color);
    color: var(--wht-color);
  }
}

.value {
  .course_ttl {
    background-color: var(--value-color);
    color: var(--wht-color);
  }

  .kind span {
    color: var(--value-color);
  }

  .comment_box {
    background-color: var(--value-color);
    color: var(--wht-color);
  }
}

.casual {
  .course_ttl {
    background-color: var(--casual-color);
    color: var(--wht-color);
  }

  .kind span {
    color: var(--casual-color);
  }

  .comment_box {
    background-color: var(--casual-color);
    color: var(--wht-color);
  }
}

.standard {
  .course_ttl {
    background-color: var(--standard-color);
    color: var(--wht-color);
  }

  .kind span {
    color: var(--standard-color);
  }

  .comment_box {
    background-color: var(--standard-color);
    color: var(--wht-color);
  }
}

/* ---------------------- */
/* 各コース 共通 背景 */
.course {
  position: relative;
  z-index: 5;

  &::before {
    position: absolute;
    content: "";
    background: url(../img/light.png) center / contain;
    width: 130%;
    height: 170px;
    left: -300px;
    top: 10px;
    z-index: -1;
  }

  &::after {
    position: absolute;
    content: "";
    background: url(../img/light.png) center / contain;
    width: 130%;
    height: 170px;
    left: -40px;
    bottom: 10px;
    transform: scale(1, -1);
    z-index: -1;
  }
}

/* ---------------------- */
/* menu_box コースカラー、口コミ以外 */
.menu_box {
  max-width: 900px;
  background: var(--wht-color);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  padding: 0 0 1em;
  margin: 0 auto;

  .course_ttl {
    font-family: "CPFont";
    font-size: 2.6rem;
    padding: 0.5em;

    @media screen and (min-width: 600px) {
      font-size: 4.4rem;
      text-align: center;
    }
  }

  .menu_conte {
    position: relative;
    padding: 1em;

    .flx_box {
      @media screen and (min-width: 600px) {
        display: flex;
        align-items: center;
      }
    }

    .txt_big {
      font-size: 1.6rem;
      font-weight: 500;
      margin: 0.5em 0;

      @media screen and (min-width: 600px) {
        font-size: 2rem;
        text-align: center;
      }
    }

    .kind {
      position: absolute;
      top: 70px;
      right: 10px;
      font-size: 2rem;

      @media screen and (min-width: 600px) {
        position: relative;
        top: inherit;
        right: inherit;
        text-align: left;
      }

      span {
        font-size: 3.6rem;
        font-weight: 600;

        @media screen and (min-width: 600px) {
          font-size: 4.6rem;
          font-weight: 700;
        }
      }
    }

    .flx_img {
      width: 80%;
      margin: 0 auto;

      @media screen and (min-width: 768px) {
        width: 60%;
      }
    }

    .flx_txt {
      text-align: center;
      margin: 0 auto;

      @media screen and (min-width: 600px) {
        text-align: left;
      }

      .txt {
        display: inline-block;
        text-align: left;
        font-weight: 600;
        margin: 0 0 1em;

        @media screen and (min-width: 1024px) {
          font-size: 2rem;
        }
      }

      .a_link {
        a {
          position: relative;
          display: inline-block;
          font-weight: 600;
          background-color: var(--contrast-color);
          color: var(--primary-color);
          padding: 0.5em 3.5em 0.5em 1.5em;
          transition: all 0.3s ease;

          @media screen and (min-width: 1024px) {
            font-size: 2rem;
          }

          &::before {
            position: absolute;
            content: "";
            background: url(../img/polygon.svg) center / contain no-repeat;
            width: 20px;
            height: 20px;
            right: 1em;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s ease;
          }

          &:hover {
            box-shadow: 0 2 0 rgba(0, 0, 0, 0.4);
            filter: brightness(1.07);
          }

          &:hover::before {
            right: 0.8em;
          }
        }
      }
    }
  }
}

/* ---------------------- */
/* comment-slider 口コミ */
.comment-slider {
  .comment_box {
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 0.5em 1em;

    @media screen and (min-width: 1024px) {
      width: 276px;
      margin: 0 0.5em;
    }

    .flx_box {
      display: flex;
      justify-content: center;
      align-items: center;

      .icon {
        width: 20%;
        margin: 0 1em 0 0;
      }

      .comment {
        width: 65%;
      }
    }
  }
}

/* ---------------------- */
/* bn */
.bn {
  figure {
    text-align: center;
    margin: 0 auto;
  }
}

/* ---------------------- */
/* shoplist */
.shoplist {
  color: var(--wht-color);

  a {
    display: inline-block;
    color: var(--wht-color);
    padding: 0.4em;
  }

  .big_ttl {
    position: relative;
    color: var(--wht-color);
    font-size: 2.8rem;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 1.6em 0 1em;
    margin: 0 0 3em;

    @media screen and (min-width: 600px) {
      font-size: 3rem;
    }

    @media screen and (min-width: 1024px) {
      font-size: 4rem;
    }

    span {
      display: block;
      font-size: 1.2rem;
    }

    &::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      left: 50%;
      bottom: -26px;
      background-color: var(--main-color);
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: translateX(-50%) rotate(45deg);
    }
  }

  .ken {
    .ttl {
      position: relative;
      font-size: 2rem;
      border-bottom: 1px solid #fff;
      padding: 12px 6px;
      cursor: pointer;

      &::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 1px;
        right: 10px;
        top: 50%;
        background-color: var(--wht-color);
        transform: translateY(-50%);
      }

      &::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        right: 20px;
        top: 50%;
        background-color: var(--wht-color);
        transform: translateY(-50%);
        transition: all 0.3s ease;
      }

      &.is-open::after {
        transform: translateY(-50%) rotate(90deg);
      }
    }

    .list {
      li a {
        position: relative;
        display: block;
        font-size: 1.6rem;
        line-height: 1.8;
        background-color: #094da3;
        padding: 0.3em 0.5em 0.3em 1.5em;

        &::before {
          position: absolute;
          content: ">";
          font-size: 1.6rem;
          line-height: 1.8;
          width: 16px;
          height: 22px;
          left: 7px;
          top: 50%;
          transform: translateY(-50%);
          align-self: anchor-center;
        }

        &:hover {
          opacity: 0.8;
        }
      }
    }

    .cate {
      padding: 6px 0;

      .sub_ttl {
        position: relative;
        font-size: 1.6rem;
        line-height: 1.8;

        padding: 6px;
        /* border-bottom: 1px dashed rgba(255, 255, 255, 0.6); */
        cursor: pointer;

        &::before {
          position: absolute;
          content: "";
          width: 12px;
          height: 12px;
          top: 40%;
          right: 14px;
          background-color: var(--main-color);
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff;
          transform: translateY(-50%) rotate(45deg);
          transition: all 0.3s ease;
        }

        &.is-open::before {
          transform: translateY(10%) rotate(225deg);
        }
      }

      .list {
        li a {
          position: relative;
          display: block;
          font-size: 1.6rem;
          line-height: 1.8;
          background-color: #094da3;
          padding: 0.3em 0.5em 0.3em 1.5em;

          &::before {
            position: absolute;
            content: ">";
            font-size: 1.6rem;
            line-height: 1.8;
            width: 16px;
            height: 22px;
            left: 7px;
            top: 50%;
            transform: translateY(-50%);
            align-self: anchor-center;
          }
        }
      }
    }
  }
}

/*----- appdl_btn -----*/
.app {
  background-image: linear-gradient(#002756, #094da3);

  &.base {
    padding: 4em 0 5em;
  }

  .fixed_txt {
    font-size: 1.6rem;
    text-align: center;
    color: var(--wht-color);
    margin: 1em 0;

    @media (min-width: 600px) {
      font-size: 1.8rem;
    }
  }

  .appdl_btn {
    text-align: center;
    padding: 0 0 1em;
    margin: 2em 0;

    a {
      white-space: nowrap;
      background-color: #000;
      color: #fff;
      font-size: 22px;
      text-align: center;
      border: 2px solid #fff;
      border-radius: 10px;
      box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
      padding: 0.5em 1em;
    }
  }

  @media (min-width: 1024px) {
    .appdl_btn {
      display: flex;
      justify-content: center;
      a {
        display: inline-block;
        transition: all ease 0.3s;
        background-color: inherit;
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0 0.5em;

        &:hover {
          filter: brightness(0.7);
        }
        img {
          display: block;
          max-width: 230px;
          margin: 0.5em;
        }
      }
    }
  }
}

@media screen and (min-width: 375px) {
}

/* ==============================================================
 スマホ　横
================================================================= */
@media screen and (min-width: 480px) {
}

/* ==============================================================
 タブレット
================================================================= */
@media screen and (min-width: 600px) {
  /* 600px以上(タブレット) */
}

@media screen and (min-width: 768px) {
  .sp_block {
    display: none;
  }

  .pc_block {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .center {
    text-align: center;
  }

  .txt {
    font-size: 1em;
    line-height: 1.5;
    margin: 0.5em 0;
  }

  div#breadcrumb_container {
    width: 100%;
  }

  .flx_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flx_box .flx_item {
    width: calc(100% / 2 - 1em);
  }
}

@media screen and (min-width: 1024px) {
  /* 1024px以上（PC） */

  .inner {
    max-width: 1000px;
  }

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
