@charset "UTF-8";
/* ▼▼▼ スウィンギングドアーズページ
======================================================*/
/* ▼ 共通部分
----------------------------------------*/
:root {
  /* フォント */
  --zen-kaku: "Zen Kaku Gothic Antique", sans-serif;
  --shippori: "Shippori Mincho B1", serif;
  --noto: "Noto Sans", sans-serif;

  /* カラー */
  --white: #FFFFFF;
  --red: #B10727;
  --black: #1D1D1D;
}

#main_middle {
  overflow: hidden;
  color: var(--black);
  font-family: var(--zen-kaku);
  margin-bottom: -61px;
}

@media (min-width: 768px) {
  #main_middle {
    margin-bottom: -37px;
  }
}

.sans {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
}

#path {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Sawarabi Gothic", "Noto Sans JP", sans-serif;
}

.container-fluid {
  max-width: 1140px;
}

h1, h2, h3, h4, p {
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
}

.buy-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 314px;
  max-width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.05em;
  background-color: var(--red);
  transition: color 0.3s ease, opacity 0.3s ease;
}

.buy-btn:hover {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
}

@media (min-width: 768px) {
  .buy-btn {
    width: 364px;
    font-size: 22px;
  }
}

.buy-btn::after {
  position: absolute;
  top: 50%;
  right: 4%;
  flex-shrink: 0;
  width: 16px;
  height: 5px;
  content: '';
  background-image: url("../img/swingingdoors/icon_arrow_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

/* メインビジュアル */
.mv {
  padding-top: 129.33vw;
  padding-bottom: 44vw;
  background-image: url("../img/swingingdoors/mv_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  aspect-ratio: 375/1061;
}

.mv__inner {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 0 15px;
}

.mv__container {
  position: relative;
  display: flex;
}

.mv__about {
  width: 100%;
  max-width: 19.2vw;
  height: 58.67vw;
  margin-left: -15px;
}

.mv__about img {
  aspect-ratio: 72/220;
}

.mv__text-area {
  font-size: 4.27vw;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  max-width: 72vw;
  margin-left: 15px;
}

.mv__text {
  line-height: 1.8;
  margin-top: 4.8vw;
}

.mv__text:first-of-type {
  margin-top: 0;
}

.mv__rice {
  position: absolute;
  bottom: -37vw;
  right: 15vw;
  width: 43.2vw;
  height: 36vw;
}

.mv__rice img {
  aspect-ratio: 162/135;
}

@media (min-width: 768px) {
  .mv {
    padding-top: 55.6vw;
    padding-bottom: 0;
    background-image: url("../img/swingingdoors/mv_bg_pc.webp");
    aspect-ratio: 1366/1270;
  }

  .mv__inner {
    width: 100%;
    max-width: 53vw;
  }

  .mv__about {
    max-width: 9.52vw;
    height: 28.99vw;
  }

  .mv__text-area {
    font-size: 1.24vw;
    max-width: 40.8vw;
    margin-top: 1.5vw;
    margin-left: 2.12vw;
  }

  .mv__text {
    line-height: 2.1;
    margin-top: 1.4vw;
  }

  .mv__rice {
    width: 19.77vw;
    height: 17.13vw;
    bottom: -5vw;
    right: -7vw;
  }

  .mv__rice img img {
    aspect-ratio: 270/234;
  }
}

.drink {
  background-image: url("../img/swingingdoors/drink_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .drink {
    background-image: url("../img/swingingdoors/drink_bg_pc.webp");
  }
}

/* そのまま楽しむ! */
.enjoy {
  padding: 48px 0;
}

.enjoy__inner {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 0 30px;
}

.enjoy__container {
  margin-top: 35px;
}

.enjoy__wrapper {
  position: relative;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  background-image: url("../img/swingingdoors/enjoy_wrapper_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.enjoy__wrapper:nth-of-type(2) {
  margin-top: 30px;
}

.enjoy__number {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 58px;
  height: 56px;
  z-index: 1;
}

.enjoy__bg-text {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 263px;
  height: 57px;
  z-index: 0;
}

.enjoy__bg-text--02 {
  width: 204px;
  height: 90px;
  top: 0;
  right: 0;
}

.enjoy__group {
  margin-top: 12px;
}

.enjoy__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

.enjoy__img {
  width: 100%;
  max-width: 147px;
  margin: 14px auto 0;
}

.enjoy__title {
  position: relative;
  z-index: 2;
  color: var(--red);
  font-family: var(--shippori);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  margin-left: 27px;
}

.enjoy__title--02 {
  margin-left: 38px;
}

@media (min-width: 768px) {
  .enjoy {
    padding-top: 103px;
    padding-bottom: 50px;
  }

  .enjoy__inner {
    max-width: 1178px;
  }

  .enjoy__main-title {
    width: 100%;
    max-width: 872px;
    margin: 0 auto;
  }

  .enjoy__container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .enjoy__wrapper {
    width: 100%;
    max-width: 541px;
    height: 381px;
    padding: 30px 40px 50px;
    background-image: url("../img/swingingdoors/enjoy_wrapper_bg_pc.webp");
  }

  .enjoy__wrapper:nth-of-type(2) {
    margin-top: 60px;
  }

  .enjoy__number {
    top: -15px;
    left: -15px;
    width: 102px;
    height: 98px;
  }

  .enjoy__bg-text {
    width: 461px;
    height: 100px;
  }

  .enjoy__bg-text--02 {
    width: 334px;
    height: 148px;
  }

  .enjoy__title {
    font-size: 45px;
  }

  .enjoy__title--02 {
    margin-left: 52px;
  }

  .enjoy__group {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .enjoy__group--02 {
    margin-top: 53px;
  }

  .enjoy__text {
    font-size: 18px;
    line-height: 2;
    width: 100%;
    max-width: 288px;
  }

  .enjoy__img {
    max-width: 170px;
    margin: 0;
  }
}

/* カクテル */
.cocktail {
  padding-bottom: 16px;
}

.cocktail__inner {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 0 30px;
}

.cocktail__wrapper {
  display: flex;
  justify-content: center;
}

.cocktail__wrapper--02 {
  margin-top: -48px;
}

.cocktail__wrapper--03 {
  margin-top: -48px;
}

.cocktail__wrapper--04 {
  margin-top: -20px;
}

.cocktail__wrapper--05 {
  margin-top: -35px;
}

.cocktail__wrapper--06 {
  margin-top: -58px;
}

.cocktail__wrapper--07 {
  margin-top: -39px;
}

.cocktail__item-img {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 115px;
  margin-top: 18px;
}

.cocktail__item-img--02 {
  margin-top: 4px;
}

.cocktail__item-img--02 img {
  max-width: 96px;
}

.cocktail__item-img--03 {
  margin-top: 26px;
}

.cocktail__item-img--04 {
  margin-top: 5px;
}

.cocktail__item-img--04 img {
  max-width: 100px;
}

.cocktail__item-img--05 {
  margin-top: 10px;
}

.cocktail__item-img--05 img {
  max-width: 93px;
}

.cocktail__item-img--06 {
  margin-top: 39px;
}

.cocktail__item-img--06 img {
  max-width: 77px;
}

.cocktail__item-img--07 {
  max-width: 124px;
  margin-top: 51px;
}

.cocktail__item-img--07 img {
  max-width: 124px;
}

.cocktail__group {
  width: 100%;
  max-width: 184px;
  margin-left: 20px;
}

.cocktail__group--07 {
  margin-left: 9px;
}

.cocktail__en-title {
  position: relative;
  width: 100%;
  max-width: 150px;
  margin-left: -28px;
  z-index: 0;
}

.cocktail__en-title--04 {
  max-width: 170px;
  width: 170px;
}

.cocktail__en-title--05 {
  max-width: 210px;
  width: 210px;
}

.cocktail__en-title--06 {
  max-width: 167px;
  width: 167px;
}

.cocktail__en-title--07 {
  max-width: 194px;
  width: 194px;
}

.cocktail__jp-title {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-top: -35px;
}

.cocktail__jp-title--05 {
  margin-top: -40px;
}

.cocktail__jp-title--07 {
  margin-top: -59px;
}

.cocktail__text {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 14px;
}

@media (min-width: 768px) {
  .cocktail {
    padding-bottom: 56px;
  }

  .cocktail__inner {
    max-width: 1073px;
  }

  .cocktail__main-title {
    width: 100%;
    max-width: 928px;
    margin: 0 auto;
  }

  .cocktail__container {
    margin-top: 13px;
  }

  .cocktail__wrapper {
    width: 100%;
    max-width: 446px;
    margin-top: 0;
  }

  .cocktail__wrapper-group {
    display: flex;
    justify-content: space-between;
  }

  .cocktail__wrapper-group--03 {
    margin-top: -27px;
  }

  .cocktail__wrapper-group--04 {
    margin-top: -34px;
  }

  .cocktail__wrapper-group--05 {
    margin-top: -70px;
  }

  .cocktail__item-img {
    max-width: 155px;
    margin-top: 0;
  }

  .cocktail__item-img--02 img {
    max-width: 119px;
  }

  .cocktail__item-img--04 img {
    max-width: 130px;
    margin-top: 8px;
  }

  .cocktail__item-img--05 img {
    max-width: 117px;
  }

  .cocktail__item-img--06 {
    margin-top: 47px;
  }

  .cocktail__item-img--06 img {
    max-width: 94px;
  }

  .cocktail__item-img--07 {
    margin-top: 90px;
  }

  .cocktail__item-img--07 img {
    max-width: 177px;
  }

  .cocktail__group {
    max-width: 271px;
    margin-left: 13px;
  }

  .cocktail__group--01 {
    margin-top: -23px;
  }

  .cocktail__group--02 {
    margin-top: -22px;
  }

  .cocktail__group--03 {
    margin-top: -16px;
  }

  .cocktail__en-title {
    max-width: 203px;
    width: 100%;
    margin-left: -35px;
  }

  .cocktail__en-title--04 {
    max-width: 226px;
  }

  .cocktail__en-title--05 {
    max-width: 327px;
    width: 327px;
  }

  .cocktail__en-title--07 {
    max-width: 263px;
    width: 263px;
  }

  .cocktail__jp-title {
    font-size: 20px;
    margin-top: -46px;
  }

  .cocktail__jp-title--05 {
    margin-top: -60px;
  }

  .cocktail__jp-title--07 {
    margin-top: -79px;
  }

  .cocktail__text {
    font-size: 16px;
    margin-top: 30px;
  }

  .cocktail__text--05 {
    margin-top: 44px;
  }

  .cocktail__text--07 {
    margin-top: 52px;
  }
}

/* 商品説明 */
.introduction {
  position: relative;
  padding-top: 48px;
  padding-bottom: 56px;
  background-image: url("../img/swingingdoors/introduction_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.introduction--02 {
  padding-top: 67px;
  padding-bottom: 75px;
  background-image: url("../img/swingingdoors/introduction_bg02.webp");
}

.introduction__inner {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.introduction__inner--02 {
  max-width: 630px;
  padding: 0 15px;
}

.introduction__container {
  position: relative;
}

.introduction__container--01::before,
.introduction__container--01::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.introduction__container--01::before {
  top: -124px;
  left: -104px;
  width: 141px;
  height: 141px;
  background-image: url("../img/swingingdoors/introduction_container_icon01.webp");
}

.introduction__container--01::after {
  bottom: -136px;
  right: -108px;
  width: 166px;
  height: 166px;
  background-image: url("../img/swingingdoors/introduction_container_icon02.webp");
}

.introduction__container--02 {
  position: relative;
  padding: 32px 30px 49px;
  background-image: url("../img/swingingdoors/introduction_container_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.introduction__container--02::before,
.introduction__container--02::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.introduction__container--02::before {
  top: -48px;
  left: -26px;
  width: 141px;
  height: 141px;
  background-image: url("../img/swingingdoors/introduction_container_icon01.webp");
}

.introduction__container--02::after {
  bottom: -92px;
  right: -27px;
  width: 138px;
  height: 138px;
  background-image: url("../img/swingingdoors/introduction_container_icon02.webp");
}

.introduction__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 373px;
  margin: 0 auto;
}

.introduction__image--02 {
  max-width: none;
  height: auto;
}

.introduction__img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 110px;
  margin: 0 auto;
}

.introduction__img-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  background-image: url("../img/swingingdoors/introduction_img_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

.introduction__wrapper {
  margin-top: 16px;
}

.introduction__title {
  color: #1D1D1D;
  font-family: var(--shippori);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.05em;
  text-align: center;
}

.introduction__summary {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.introduction__capacity {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: 28px;
  padding: 6px 11px;
  margin-top: 7px;
  border: 1px solid #707070;
}

.introduction__price {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 20px;
}

.introduction__price_tax {
  font-size: 14px;
}

.introduction__way {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}

.introduction__drink {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 12px 2px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.introduction__drink--02 {
  padding: 12px 0;
}

.introduction__category {
  color: var(--red);
  font-family: var(--noto);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 84px;
  padding: 11px;
  margin-left: 8px;
  text-align: center;
  background-color: var(--white);
}

.introduction__category--02 {
  max-width: 70px;
  padding: 11px 3px;
}

.introduction__detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  margin-top: 24px;
}

.introduction__btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .introduction {
    padding-top: 67px;
    padding-bottom: 67px;
    background-image: url("../img/swingingdoors/introduction_bg_pc.webp");
  }

  .introduction--01::before,
  .introduction--01::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .introduction--01::before {
    top: -103px;
    left: -103px;
    width: 205px;
    height: 205px;
    background-image: url("../img/swingingdoors/introduction_container_icon01.webp");
  }

  .introduction--01::after {
    bottom: -92px;
    right: -99px;
    width: 198px;
    height: 198px;
    background-image: url("../img/swingingdoors/introduction_container_icon02.webp");
  }

  .introduction--02 {
    background-image: url("../img/swingingdoors/introduction_bg02_pc.webp");
  }

  .introduction__inner {
    max-width: 965px;
  }

  .introduction__container {
    display: flex;
    align-items: center;
    height: 562px;
  }

  .introduction__container--01::before,
  .introduction__container--01::after {
    display: none;
  }

  .introduction__container--02 {
    justify-content: end;
    height: auto;
    padding-right: 9%;
    background-image: url("../img/swingingdoors/introduction_container_bg_pc.webp");
  }

  .introduction__container--02::before {
    top: -44px;
    left: -99px;
    width: 249px;
    height: 249px;
    background-image: url("../img/swingingdoors/introduction_container_icon01_pc.webp");
  }

  .introduction__container--02::after {
    bottom: -32px;
    right: -148px;
    width: 281px;
    height: 120px;
    background-image: url("../img/swingingdoors/introduction_container_icon02_pc.webp");
  }

  .introduction__image {
    max-width: 47%;
    height: 100%;
    margin: 0;
  }

  .introduction__image--02 {
    max-width: 20%;
    height: auto;
  }

  .introduction__img {
    max-width: 39.3%;
    aspect-ratio: 165/413;
  }

  .introduction__img--02 {
    max-width: none;
    margin: 0;
    aspect-ratio: auto;
  }

  .introduction__wrapper {
    width: 100%;
    max-width: 398px;
    margin-top: 0;
    margin-left: 84px;
  }

  .introduction__wrapper--02 {
    margin-left: 15%;
  }

  .introduction__title {
    font-size: 46px;
  }

  .introduction__way {
    margin-top: 34px;
  }

  .introduction__drink {
    font-size: 18px;
    padding: 12px;
  }

  .introduction__category {
    max-width: 100px;
  }

  .introduction__btn {
    justify-content: start;
  }
}

/* 商品リスト */
.pro_container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 50px;
}

.pro_container > .img_wrap {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
          flex: 0 0 30%;
  width: 30%;
  max-width: 30%;
  position: relative;
}

.pro_container.col1 {
  margin: 0 auto;
}

.pro_container.col1 > .img_wrap {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.pro_container .img_inner {
  margin: 0 auto;
}

.pro_container > .txt_wrap {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
          flex: 0 0 70%;
  width: 70%;
  max-width: 70%;
}

.pro_container.col1 > .txt_wrap {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.pro_data_wrap {
  margin-bottom: 20px;
}

.pro_name_box h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

.col1 .pro_name_box h3 {
  font-size: 41px;
}

.pro_name_box h3 span {
  position: relative;
}

.pro_name_box h3.gift span::after {
  content: "";
  position: absolute;
  background: url(../img/award/icon_present.webp) no-repeat center/contain;
  width: 89px;
  height: 89px;
  bottom: -5px;
  right: -110px;
}

.pro_size {
  width: 100%;
  max-width: 100%;
}

.pro_size li {
  border: #DBDBDB 1px solid !important;
}

#kanzake_area .pro_size li {
  border: #000 1px solid !important;
}

.pro_price {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1;
}

.pro_price_tax {
  font-size: 14px;
}

.pro_txt {
  margin: 0 0 50px;
  font-size: 15px;
}

.pro_txt span {
  font-size: 14px;
}

.pro_gra_wrap {
  max-width: 320px;
  margin-bottom: 50px;
}

.col1 .pro_gra_wrap {
  max-width: 449px;
}

.buy_btn {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 314px;
  max-width: 100%;
  height: 56px;
  background: #dd2e13;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  position: relative;
  margin-top: 55px;
}

.buy_btn:hover,
.buy_btn:focus,
.buy_btn:active {
  color: #FFF;
  opacity: 0.7;
}

.buy_btn::before, .buy_btn::after {
  content: "";
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 20px;
}

.buy_btn::before {
  width: 15px;
}

.buy_btn::after {
  width: 7px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pro_size .pro_option {
  background-color: #DBDBDB;
  border: #DBDBDB 1px solid;
  color: #000;
}

@media screen and (max-width: 768px) {
  .container-fluid {
    padding: 0 20px;
  }
  /* 商品リスト */
  .pro_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .pro_container.col1 {
    padding: 0 20px;
  }
  .pro_container > .img_wrap {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    width: 25%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .pro_container.col1 > .img_wrap {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .pro_container > .txt_wrap {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }
  .pro_container.col1 > .txt_wrap {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }
  .pro_data_wrap {
    display: block;
    margin-bottom: 0px;
  }
  .pro_name_box h3 {
    font-size: 24px;
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .col1 .pro_name_box h3 {
    font-size: 24px;
  }
  .pro_name_box h3.gift span::after {
    background: url(../img/award/icon_present.webp) no-repeat center/contain;
    width: 52px;
    height: 52px;
    bottom: -5px;
    right: -70px;
  }
  .pro_price {
    font-size: 18px;
    margin: 10px 0 25px !important;
  }
  .pro_price_tax {
    font-size: 12px;
  }
  .pro_size_price {
    font-size: 13px;
    line-height: 1.4;
  }
  .pro_txt {
    margin: 0 0 30px;
  }
  .pro_txt span {
    font-size: 12px;
  }
  .pro_gra_wrap {
    margin-bottom: 30px;
  }
  .pro_note_txt {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .buy_btn {
    margin: 30px auto 0;
  }
}
/* ▼ メイン
----------------------------------------*/
#main_area {
  background: url(../img/award/bg_main_sp.png) no-repeat top center/cover, #000;
  color: #fff;
  padding: 37px 0 0px;
  position: relative;
}
@media screen and (min-width: 767px) {
  #main_area {
    background: url(../img/award/bg_main_pc.png) no-repeat top center/cover, #000;
    padding: 110px 0 0;
  }
}
#main_area .bg_txt {
  position: absolute;
  font-size: 120px;
  color: #fff;
  opacity: 0.08;
  top: 18%;
  left: 0;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  #main_area .bg_txt {
    font-size: 300px;
    top: 28%;
    left: 10%;
    white-space: nowrap;
  }
}
#main_area .main_wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap .main_txt {
    width: 52%;
  }
}
#main_area .main_wrap h1 {
  font-size: 56px;
  font-weight: 400;
  text-align: center;
  line-height: 0.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap h1 {
    font-size: 84px;
  }
}
#main_area .main_wrap h1 span {
  font-size: 37px;
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap h1 span {
    font-size: 51px;
  }
}
#main_area .main_wrap .main_award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: 25px;
}
#main_area .main_wrap .main_award .img {
  max-width: 78px;
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap .main_award .img {
    max-width: 132px;
  }
}
#main_area .main_wrap .main_award h2 {
  font-size: 35px;
  margin: -30px 0 0;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap .main_award h2 {
    font-size: 60px;
  }
}
#main_area .main_wrap .main_award h2 span {
  font-size: 10px;
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap .main_award h2 span {
    font-size: 20px;
  }
}
#main_area .main_wrap .award_txt {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap .award_txt {
    font-size: 15px;
  }
}
#main_area .main_wrap .main_img {
  max-width: 90%;
  margin: 0 auto 25px;
}
@media screen and (min-width: 767px) {
  #main_area .main_wrap .main_img {
    max-width: 520px;
    margin: 0;
  }
}
#main_area .pro_container {
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  #main_area .pro_container {
    padding-bottom: 80px;
    padding-right: 20px;
  }
}
#main_area .about {
  padding: 50px 0 60px;
  background: url(../img/award/bg_flag.webp) no-repeat center left/contain;
}
@media screen and (min-width: 767px) {
  #main_area .about {
    padding: 82px 0 168px;
    margin: 0 auto;
    background-position: 20% 0;
  }
}
#main_area .about h3 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #main_area .about h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
#main_area .about p {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  #main_area .about p {
    font-size: 15px;
    max-width: 626px;
    margin: 0 auto;
    line-height: 2.2;
  }
}

/* ▼ 燗酒コンテスト
----------------------------------------*/
#kanzake_area {
  background: url(../img/award/bg_kanzake_sp.webp) no-repeat top center/cover;
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  #kanzake_area {
    background: url(../img/award/bg_kanzake_pc.webp) no-repeat top center/cover;
    padding: 80px 0 100px;
  }
}
#kanzake_area h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 23px;
  line-height: 0.9;
}
@media screen and (min-width: 767px) {
  #kanzake_area h2 {
    font-size: 77px;
  }
}
#kanzake_area h2::before {
  content: "";
  position: absolute;
  background: url(../img/award/ttl_line.png) no-repeat center/contain;
  width: 352px;
  height: 10px;
  top: -20px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 767px) {
  #kanzake_area h2::before {
    width: 717px;
    height: 20px;
    top: -40px;
  }
}
#kanzake_area h2 span {
  font-size: 25px;
  position: relative;
}
@media screen and (min-width: 767px) {
  #kanzake_area h2 span {
    font-size: 52px;
  }
}
#kanzake_area h2 span::before, #kanzake_area h2 span::after {
  content: "";
  position: absolute;
  width: 134px;
  height: 2px;
  top: 10px;
}
@media screen and (min-width: 767px) {
  #kanzake_area h2 span::before, #kanzake_area h2 span::after {
    width: 283px;
    height: 5px;
    top: 20px;
  }
}
#kanzake_area h2 span::before {
  background: url(../img/award/ttl_line_left.png) no-repeat center/contain;
  left: -150px;
}
@media screen and (min-width: 767px) {
  #kanzake_area h2 span::before {
    left: -300px;
  }
}
#kanzake_area h2 span::after {
  background: url(../img/award/ttl_line_right.png) no-repeat center/contain;
  right: -150px;
}
@media screen and (min-width: 767px) {
  #kanzake_area h2 span::after {
    right: -300px;
  }
}
#kanzake_area .kanzake_main {
  margin-bottom: 50px;
}
#kanzake_area .kanzake_main .award_catch {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_main .award_catch {
    text-align: left;
    margin-bottom: 66px;
  }
}
#kanzake_area .kanzake_main .award_catch .kanzake_icon {
  max-width: 98px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_main .award_catch .kanzake_icon {
    max-width: 166px;
    margin: 0;
  }
}
#kanzake_area .kanzake_main .award_catch h3 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_main .award_catch h3 {
    font-size: 61px;
    text-align: left;
  }
}
#kanzake_area .kanzake_main .award_catch h3 span {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_main .award_catch h3 span {
    font-size: 30px;
  }
}
#kanzake_area .kanzake_main .img {
  margin: 0 auto 24px;
  max-width: 182px;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_main .img {
    margin: 0;
    max-width: 308px;
  }
}
#kanzake_area .kanzake_main .txt_wrap .sub_txt {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_main .txt_wrap .sub_txt {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
#kanzake_area .kanzake_about {
  margin-bottom: 35px;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_about {
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}
#kanzake_area .kanzake_about .img {
  margin: 0 auto 50px;
  max-width: 240px;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_about .img {
    margin: 0;
    max-width: 366px;
  }
}
#kanzake_area .kanzake_about .about_contest {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 30px 25px;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_about .about_contest {
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 55px 80px;
  }
}
#kanzake_area .kanzake_about .about_contest .about_ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_about .about_contest .about_ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#kanzake_area .kanzake_about .about_contest .about_txt {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  #kanzake_area .kanzake_about .about_contest .about_txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  #kanzake_area #pro_area02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
  #kanzake_area #pro_area02 .pro_container {
    width: calc(50% - 40px);
  }
  #kanzake_area #pro_area02 .pro02 .img_inner {
    max-width: 133px;
  }
  #kanzake_area #pro_area02 .pro03 .img_inner {
    max-width: 134px;
  }
}
#kanzake_area #pro_area02 .pro_container:not(:last-child) {
  margin-bottom: 65px;
}
@media screen and (min-width: 767px) {
  #kanzake_area #pro_area02 .pro_container:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .contest_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/* ▼ 燗酒コンテスト
----------------------------------------*/
#iwsc_area {
  background: url(../img/award/bg_iwsc_sp.webp) no-repeat top center/cover;
  padding: 60px 0;
  color: #fff;
}
@media screen and (min-width: 767px) {
  #iwsc_area {
    background: url(../img/award/bg_iwsc_pc.webp) no-repeat top center/cover;
    padding: 80px 0 100px;
  }
}
#iwsc_area h2 {
  text-align: center;
  font-size: 76px;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 0.45;
}
@media screen and (min-width: 767px) {
  #iwsc_area h2 {
    font-size: 129px;
  }
}
#iwsc_area h2 span {
  font-size: 25px;
}
@media screen and (min-width: 767px) {
  #iwsc_area h2 span {
    font-size: 41px;
  }
}
#iwsc_area .iwsc_memo {
  text-align: center;
  font-size: 11px;
  margin-bottom: 55px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_memo {
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  #iwsc_area .contest_flex {
    gap: 80px;
  }
}
#iwsc_area .iwsc_main {
  margin-bottom: 50px;
}
#iwsc_area .iwsc_main .award_catch {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .award_catch {
    margin-bottom: 37px;
  }
}
#iwsc_area .iwsc_main .award_catch .iwsc_icon {
  max-width: 212px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .award_catch .iwsc_icon {
    max-width: 478px;
  }
}
#iwsc_area .iwsc_main .img {
  margin: 0 auto 24px;
  max-width: 188px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .img {
    margin: 0;
    max-width: 100%;
    width: calc(40% - 80px);
  }
}
#iwsc_area .iwsc_main .txt_wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .txt_wrap {
    margin-bottom: 0px;
    width: 60%;
  }
}
#iwsc_area .iwsc_main .txt_wrap .txt {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .txt_wrap .txt {
    font-size: 15px;
  }
}
#iwsc_area .iwsc_main .txt_wrap .sub_txt {
  font-size: 16px;
  margin: 20px 0;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .txt_wrap .sub_txt {
    font-size: 22px;
    margin: 30px 0 15px;
  }
}
#iwsc_area .iwsc_main .about_contest {
  background-color: #000;
  padding: 25px 15px;
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .about_contest {
    padding: 35px 25px;
  }
}
#iwsc_area .iwsc_main .about_contest .about_ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .about_contest .about_ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#iwsc_area .iwsc_main .about_contest .about_txt {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  #iwsc_area .iwsc_main .about_contest .about_txt {
    font-size: 15px;
  }
}
#iwsc_area ul.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  #iwsc_area ul.item_list {
    padding-left: 5%;
    margin-bottom: 140px;
  }
}
#iwsc_area #pro_area03 {
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  #iwsc_area #pro_area03 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 767px) {
  #iwsc_area #pro_area04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px 35px;
  }
  #iwsc_area #pro_area04 .pro_container {
    width: calc(50% - 23px);
    gap: 25px;
  }
}
#iwsc_area #pro_area04 .pro_container .img_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
  max-width: 45%;
}
@media screen and (min-width: 767px) {
  #iwsc_area #pro_area04 .pro_container .img_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }
}
@media screen and (min-width: 767px) {
  #iwsc_area #pro_area04 .pro_container .img_wrap .img_inner {
    max-width: 221px;
  }
}
@media screen and (min-width: 767px) {
  #iwsc_area #pro_area04 .pro_container .txt_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }
}
#iwsc_area #pro_area04 .pro_container:not(:last-child) {
  margin-bottom: 65px;
}
@media screen and (min-width: 767px) {
  #iwsc_area #pro_area04 .pro_container:not(:last-child) {
    margin-bottom: 0;
  }
}

#company_area {
  padding-top: 45px;
}
@media screen and (min-width: 767px) {
  #company_area {
    padding: 106px 0 50px;
  }
}
@media screen and (min-width: 767px) {
  #company_area .company_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 75px;
  }
}
#company_area .company_wrap .img {
  max-width: 172px;
  margin: 0 auto 33px;
}
@media screen and (min-width: 767px) {
  #company_area .company_wrap .img {
    max-width: 370px;
    margin: 0;
  }
}
#company_area .company_wrap h4 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  #company_area .company_wrap h4 {
    font-size: 26px;
    margin-bottom: 55px;
  }
}
#company_area .company_wrap p {
  line-height: 2.5;
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  #company_area .company_wrap p {
    font-size: 15px;
    line-height: 2.8;
  }
}