@charset "UTF-8"; /*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700&display=swap&subset=japanese);
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background-color: #ff0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}
::selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}
button,
html,
input,
select,
textarea {
  color: #111;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  text-shadow: none;
  background: #000;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
img {
  vertical-align: middle;
}
li img {
  vertical-align: bottom;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
textarea {
  resize: vertical;
}
body {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  word-wrap: break-word;
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body,
body > div,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  line-height: 2;
  color: #111;
}
h1 {
  margin: 0;
  font-size: 150%;
}
h2 {
  margin: 0;
  font-size: 140%;
}
h3 {
  margin: 0;
  font-size: 130%;
}
h4 {
  margin: 0;
  font-size: 120%;
}
h5 {
  margin: 0;
  font-size: 110%;
}
p {
  padding: 0;
  margin: 0;
}
a {
  color: #000;
  outline: 0 !important;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a:active,
a:focus,
a:hover {
  color: #333;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0;
}
:placeholder-shown {
  opacity: 0.7;
}
::-webkit-input-placeholder {
  opacity: 0.7;
}
:-moz-placeholder {
  opacity: 0.7;
}
::-moz-placeholder {
  opacity: 0.7;
}
:-ms-input-placeholder {
  opacity: 0.7;
}
body {
  min-width: 320px;
}
#header {
  padding: 20px;
  background: #efefef;
}
#container {
  position: relative;
  width: 100%;
  padding: env(safe-area-inset-top) env(safe-area-inset-right)
    env(safe-area-inset-bottom) env(safe-area-inset-left);
  font-size: 20px;
}

/* ---------------
   ローディング
------------------*/
.loader-wrap {
  position: fixed;
  top: 0;
  z-index: 999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.loader,
.loader:after,
.loader:before {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader {
  position: relative;
  margin: auto;
  font-size: 10px;
  color: #670200;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@media only screen and (max-width: 767px) {
  .loader {
    font-size: 2.66667vw;
  }
}
.loader:after,
.loader:before {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

.spImage {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcImage {
    display: none;
  }
  .spImage {
    display: block;
  }
}

/* ---------------
   トップ
------------------*/
.top {
  font-size: 15px;
  font-weight: 400;
  font-weight: 400;
  line-height: 2;
  background: #f8e7f0;
}

.top img {
  width: 100%;
}

/* ---------------
   カート ボタン
------------------*/
.btn {
  opacity: 1;
  transition: 0.3s;
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
}
.btn:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.head_btn {
  width: 240px;
  margin-top: 0;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 30px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #b60005;
  box-sizing: border-box;
}

.btn form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #b60005;
  box-sizing: border-box;
}

.btn a img.ico_cart {
  display: block;
  width: 26px;
  height: 20px;
  margin-right: 10px;
}

.btn form .submit {
  display: block;
  width: 100%;
  padding-left: 40px;
  height: 80px;
  color: #fff;
}

.btn form .ico_cart {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  display: block;
  width: 26px;
  height: 20px;
}

.btn form input {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: 16px;
    padding: 15px;
  }

  .btn form .submit {
    font-size: 16px;
    height: 50px;
  }

  .btn form .ico_cart {
    left: 30%;
  }

  .head_btn {
    width: 100%;
    max-width: 240px;
    margin-top: 30px;
  }
}

/* ---------------
   共通タイトル
------------------*/
.tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h2 {
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  line-height: 1.5;
  position: relative;
}
.tit h2.camp_tit {
  color: #d22e66;
}
.tit h2.camp_tit:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #d22e66;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
}
.top h2.camp_tit + span {
  color: #d22e66;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .tit h2.camp_tit:after {
    bottom: -10px;
  }
  h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .top h2.camp_tit + span {
    font-size: 16px;
    line-height: 32px;
    margin-top: 25px;
  }
}

/* ---------------
   ヘッダー
------------------*/
.header_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.header_nav .head_logo {
  width: 52px;
  display: block;
  margin: 15px 0 0 15px;
  box-sizing: border-box;
}
.head_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  transform: translateX(0px);
}
.head_menu.show {
  transition: 0.3s;
  transform: translateX(240px);
}
.head_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.head_menu ul li a {
  color: white;
}
.head_menu ul li + li {
  margin-left: 26px;
}
.sp_head_menu {
  display: none;
  position: relative;
  width: 50px;
  height: 43px;
  z-index: 99;
  background: #732217;
  transition: 0.4s;
  cursor: pointer;
}
.sp_head_menu_detail {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  background: #d22e66;
  transition: 0.4s;
  transform: translateX(240px);
}
.sp_head_menu_detail.show {
  transition: 0.4s;
  transform: translateX(0px);
}
.sp_head_menu_detail.show + .sp_head_menu {
  background: transparent;
  transition: 0.4s;
}
.sp_head_menu_detail .sp_menu_logo {
  display: block;
  width: 80px;
  margin: 10% auto 0;
}
.sp_head_menu_detail ul li a {
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.sp_head_menu_detail ul li + li {
  margin-top: 37px;
}
.sp_head_menu span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 33px;
  height: 1px;
  z-index: 99;
  background: white;
}
.sp_head_menu span:before,
.sp_head_menu span:after {
  content: "";
  width: 33px;
  height: 1px;
  background: white;
  position: absolute;
  transition: 0.4s;
}
.sp_head_menu span:before {
  top: 10px;
}
.sp_head_menu span:after {
  bottom: 10px;
}
.sp_head_menu_detail.show + .sp_head_menu span {
  background: transparent;
}
.sp_head_menu_detail.show + .sp_head_menu span:before {
  top: 0;
  transition: 0.4s;
  transform: rotate(-30deg);
}
.sp_head_menu_detail.show + .sp_head_menu span:after {
  bottom: 0;
  transition: 0.4s;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .header_nav {
    align-items: flex-start;
  }
  .header_nav .head_logo {
    width: 37px;
  }
  .header_nav .head_menu {
    display: none;
  }
  .sp_head_menu {
    display: block;
  }
  .sp_head_menu_detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* ---------------
  ページトップスクロール
------------------*/
.bottom_fix {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bottom_fix.show {
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto;
  cursor: pointer;
}
.bottom_fix .btn {
  margin-top: 28px;
}
.page-top a {
  color: #d22e66;
  font-size: 20px;
  line-height: 32px;
  position: relative;
}
.page-top a:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #d22e66;
}
.sp_bottom_fix {
  display: none;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  position: fixed;
  bottom: 16px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
}
.sp_bottom_fix.show {
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto;
  cursor: pointer;
}
.sp_bottom_fix .page-top {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .bottom_fix {
    display: none;
  }
  .sp_bottom_fix {
    display: block;
    max-width: 260px;
  }
}

/* ---------------
  サイドナビゲーション
------------------*/
.side-nav {
  position: fixed;
  left: 7px;
  bottom: 45px;
  z-index: 99;
}
.side-nav #gnav li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4c9090;
}
.side-nav #gnav li a.current {
  background: white;
}
.side-nav #gnav li + li {
  margin-top: 20px;
}

/* ---------------
  トップ
------------------*/
.mv {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.mv .btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv .side-nav {
    left: 2%;
    bottom: 2%;
  }
  .mv {
    padding-top: 60px;
  }
  .mv .btn {
    display: block;
  }
  .mv_under {
    padding-top: 40px;
  }
}

/* -----------------------
  玄品の２倍キャンペーンとは？
--------------------------*/
.mv_under {
  width: 88%;
  max-width: 1018px;
  margin: 0 auto;
}
.mv_under .mv_unde_txt {
  width: 100%;
  max-width: 805px;
  margin: 0 auto;
  padding-top: 15px;
}
.mv_under {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #f8e7f0;
}
.mv_under p {
  color: #1f1815;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.mv_under .product {
  width: 100%;
  margin-top: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_under .product > img {
  width: 30%;
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .mv_under {
    width: 88%;
  }
  .mv_under .mv_unde_txt {
    width: 100%;
  }
  .mv_under p {
    font-size: 16px;
    line-height: 32px;
  }
  .mv_under .product {
    flex-wrap: wrap;
  }
  .mv_under .product > img {
    width: 50%;
  }
  .mv_under .product > img:last-child {
    margin-top: 25px;
  }
}

/* -----------------------
  2倍キャンペーン対象セット
--------------------------*/
.anc_container {
  position: relative;
  padding: 134px 0 120px;
  background: #f8e7f0;
}
.anc_container .campain {
  width: 73%;
  max-width: 1405px;
  margin: 0 auto;
}
.anc_container .camp_set {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
}
.anc_container .camp_set:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #1f1815;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.anc_container .camp_set .camp_set_img {
  width: 45%;
  max-width: 582px;
  position: relative;
}

.anc_container .camp_set .camp_set_img img {
  width: 100%;
}

.anc_container .camp_set .camp_set_img a {
  display: block;
  width: 45%;
  padding-bottom: 3%;
  border-bottom: 2px solid #fff;
  text-align: right;
  font-size: 20px;
  font-size: clamp(12px, 1vw, 20px);

  color: #fff;
  position: absolute;
  bottom: 5%;
  right: 2%;
}
.anc_container .camp_set .camp_set_img a img {
  width: 10%;
  height: 10px;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .anc_container {
    padding: 80px 0;
  }
  .anc_container .campain {
    width: 88%;
  }
  .anc_container .camp_set {
    flex-direction: column;
  }
  .anc_container .camp_set:after {
    content: none;
  }
  .anc_container .camp_set .camp_set_img {
    width: 100%;
  }

  .anc_container .camp_set .camp_set_img a {
    width: 95%;
    bottom: 16px;
  }

  .anc_container .camp_set .camp_set_img + .camp_set_img {
    margin-top: 40px;
  }
}

/* -----------------------
      紹介
--------------------------*/
.intro {
  color: white;
  background: #191919;
}
.heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 520px;
  background-image: url("../img/genpin2021/pc_about_img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (max-width: 767px) {
  .heading {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    align-content: flex-start;
    height: 100%;
    background-color: #111;
    background-image: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: start;
  }
}
.top .heading_txt {
  width: 88%;
  max-width: 720px;
  margin: auto;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .top .heading_txt {
    width: 100%;
    max-width: 100%;
    padding-bottom: 13.33333vw;
    padding-left: 0;
  }
}
.top .heading_txt-ttl {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
}
.top .heading_txt-ttl .lg {
  font-size: 56px;
}
.heading_txt-ttl .spbr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top .heading_txt-ttl {
    width: 88%;
    margin-bottom: 6.66667vw;
    font-size: 6.4vw;
    line-height: 1.58;
    margin: 48px auto 0;
  }
  .top .heading_txt-ttl .lg {
    font-size: 11.46667vw;
  }
  .heading_txt-ttl .spbr {
    display: block;
  }
}
.top .heading_txt-txt {
  line-height: 2;
  letter-spacing: 0.03em;
  max-width: 600px;
  margin: 43px auto 0;
}
@media only screen and (max-width: 767px) {
  .top .heading_txt-txt {
    width: 88%;
    font-size: 4vw;
    letter-spacing: 0;
  }
}

.intro .into_about .intor_about_wrap {
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro .into_about .intor_about_wrap:nth-child(2) {
  flex-direction: row-reverse;
}
.intro .into_about .intor_about_wrap .intor_about_img,
.intro .into_about .intor_about_wrap .intor_about_detail {
  width: 50%;
}
.intro .into_about .intor_about_wrap .intor_about_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.intro .into_about .intor_about_wrap .intor_about_detail {
  padding: 8% 4%;
  box-sizing: border-box;
  position: relative;
}
.intro .into_about .intor_about_wrap .intor_about_detail p {
  margin-top: 45px;
}
img.bg_fugu {
  width: 40%;
  max-width: 310px;
  position: absolute;
  bottom: -120px;
  left: -310px;
  z-index: 10;
}
img.bg_hokkaidou {
  width: 40%;
  max-width: 378px;
  position: absolute;
  bottom: -60px;
  right: 25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .intro .sp_intro_detail {
    display: block;
  }
  .intro .into_about .intor_about_wrap {
    flex-direction: column;
    max-height: initial;
  }
  .intro .into_about .intor_about_wrap .intor_about_img,
  .intro .into_about .intor_about_wrap .intor_about_detail {
    width: 100%;
  }
  .intro .into_about .intor_about_wrap:nth-child(2) {
    flex-direction: column;
  }
  .intro .into_about .intor_about_wrap .intor_about_detail {
    padding: 25px 6%;
  }
  .intro .into_about .intor_about_wrap .intor_about_detail p {
    margin-top: 24px;
  }
  .intro .into_about .intor_about_wrap .intor_about_img img {
    max-height: 150px;
  }
  img.bg_fugu {
    bottom: -15px;
    right: 0;
    left: initial;
  }
  img.bg_hokkaidou {
    right: -22px;
  }
}

/* -----------------------
    キャンペーン対象セット
--------------------------*/
.campain_set01 {
  color: #000;
  background: #d22e66;
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
}
.campain_set01 .campain_set_wrap01 {
  background: #f8e7f0;
  padding: 125px 0 120px;
}
.campain_set01 .campain_set_wrap01 .tit h2 {
  color: #000;
}
.side_tit {
  position: absolute;
  top: 252px;
  right: 8px;
  font-size: 24px;
  line-height: 32px;
  color: white;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
/* 玄セット */
.campain_set01 .set_wrap.set_gen {
  display: block;
  width: 95%;
  max-width: 1193px;
  margin: -78px auto 140px;
  padding-top: 156px;
}
.campain_set01 .set_wrap.set_gen .set_detail {
  width: 95%;
  max-width: 1040px;
  margin: 90px auto 0;
}
.campain_set01 .set_wrap.set_gen .set_detail ul li {
  width: 30%;
  max-width: 320px;
}
.imanara .gen_set_wrap {
  width: 72%;
  max-width: 865px;
  margin: 42px auto 0;
  display: flex;
  justify-content: space-around;
}
.imanara .gen_set_wrap img {
  width: 48%;
  max-width: 412px;
}
/* 醍醐セット */
.campain_set01 .set_wrap.set_daigo {
  display: block;
  width: 95%;
  max-width: 1400px;
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
}
.campain_set01 .set_wrap.set_daigo .set_detail {
  width: 100%;
  margin: 90px auto 0;
}
.campain_set01 .set_wrap.set_daigo .set_detail ul li {
  width: 22%;
  max-width: 320px;
}
/* セット共通 */
.campain_set01 .set_wrap .set_img {
  width: 100%;
  max-width: 1193px;
  margin: 0 auto;
}
.campain_set01 .set_wrap .set_detail {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.campain_set01 .set_wrap .set_detail .detail {
  font-size: 16px;
  line-height: 32px;
  padding: 30px 0;
  margin-top: 25px;
  text-align: center;
  background: white;
  box-sizing: border-box;
}
.campain_set01 .set_wrap .set_detail ul {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.campain_set01 .set_wrap .set_detail ul li dl {
  margin-top: 23px;
}
.campain_set01 .set_wrap .set_detail ul li dl dt {
  font-size: 24px;
  line-height: 1;
}
.campain_set01 .set_wrap .set_detail ul li dl dd {
  font-size: 16px;
  line-height: 32px;
  margin-top: 17px;
  text-align: left !important;
}
.imanara {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .side_tit {
    display: none;
  }
  .campain_set01 .campain_set_wrap01 {
    padding: 80px 0;
  }
  .campain_set01 .set_wrap.set_gen {
    margin-top: -40px;
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .campain_set01 .set_wrap.set_gen .set_detail,
  .campain_set01 .set_wrap.set_daigo .set_detail {
    margin-top: 45px;
  }
  .campain_set01 .set_wrap.set_gen .set_detail h2,
  .campain_set01 .set_wrap.set_daigo .set_detail h2 {
    text-align: left;
    width: 100%;
    padding-left: 20px;
  }
  .campain_set01 .set_wrap .set_detail .detail {
    margin-top: 10px;
    padding: 23px 20px;
    text-align: left;
  }
  .campain_set01 .set_wrap .set_detail ul {
    flex-direction: column;
  }
  .campain_set01 .set_wrap.set_gen .set_detail ul li,
  .campain_set01 .set_wrap.set_daigo .set_detail ul li {
    width: 100%;
    margin: 0 auto;
  }
  .campain_set01 .set_wrap.set_gen .set_detail ul li + li,
  .campain_set01 .set_wrap.set_daigo .set_detail ul li + li {
    margin-top: 20px;
  }
  .campain_set01 .set_wrap .set_detail ul li dl {
    margin-top: 14px;
  }
  .campain_set01 .set_wrap .set_detail ul li dl dt {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
  }
  .campain_set01 .set_wrap .set_detail ul li dl dd {
    margin-top: 12px;
    font-size: 13px;
    line-height: 24px;
    text-align: left !important;
  }
  .imanara {
    margin-top: 65px;
  }
  .imanara .gen_set_wrap {
    flex-direction: column;
  }
  .imanara .gen_set_wrap img {
    width: 100%;
  }
  .imanara .gen_set_wrap img + img {
    margin-top: 20px;
  }
  .campain_set01 .set_wrap.set_daigo {
    padding-top: 80px;
  }
}

/* -----------------------
    母の日ギフト
--------------------------*/
.gift {
  padding: 134px 5% 0;
  font-weight: bold;
}

.gift .gift__wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.gift .tit h2 {
  color: #1f1815;
  margin-bottom: 80px;
}

.gift .gift__wrap .gift__box {
  display: flex;
  justify-content: space-between;
  border: 4px dotted #d22e66;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 80px;
  position: relative;
}

.gift .gift__wrap .gift__box:before {
  width: 120px;
  height: 120px;
  content: "";
  background: url("https://gigaplus.makeshop.jp/guenpin/lp/mother2022/assets/img/genpin2021/gift_new.png")
    no-repeat;
  background-size: contain;
  position: absolute;
  top: -32px;
  left: -16px;
}

.gift .gift__wrap .gift__box:after {
  width: 250px;
  height: 250px;
  content: "";
  background: url("https://gigaplus.makeshop.jp/guenpin/lp/mother2022/assets/img/genpin2021/gift_ribbon.png")
    no-repeat;
  background-size: contain;
  position: absolute;
  top: -55px;
  right: -60px;
}

.gift .gift__wrap .gift__box .gift__img {
  width: 50%;
  margin-right: 40px;
}

.gift .gift__wrap .gift__box .gift__txt {
  width: 45%;
}

.gift .gift__wrap .gift__box .gift__txt h3 {
  font-size: 24px;
}

.gift .gift__wrap .gift__box .gift__txt img {
  display: block;
  margin-left: auto;
  margin-bottom: 24px;
}

.gift .gift__wrap .gift__box:first-child .gift__txt img {
  width: 100%;
}

.gift .gift__wrap .gift__box:last-child .gift__txt img {
  width: 60%;
}

.gift .gift__wrap .gift__box .gift__txt ul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.gift .gift__wrap .gift__box .gift__txt ul li {
  margin-right: 16px;
}

.gift .gift__wrap .gift__box .gift__txt span {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .gift {
    padding: 80px 3% 0;
  }
  .gift .gift__wrap .gift__box {
    flex-direction: column;
    padding: 5% 5% 40px 5%;
  }
  .gift .gift__wrap .gift__box .gift__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .gift .gift__wrap .gift__box:before {
    width: 80px;
    height: 80px;
    top: -32px;
    left: -16px;
  }

  .gift .gift__wrap .gift__box:after {
    width: 150px;
    height: 150px;
    top: -35px;
    right: -40px;
  }
  .gift .gift__wrap .gift__box .gift__txt {
    width: 100%;
  }
  .gift .gift__wrap .gift__box .gift__txt ul {
    width: 100%;
  }
  .gift .gift__wrap .gift__box .gift__txt ul li {
    margin-right: 8px;
  }
  .gift .gift__wrap .gift__box .gift__txt h3 {
    font-size: 20px;
  }
  .gift .gift__wrap .gift__box:last-child .gift__txt img {
    width: 80%;
  }
}

/* -----------------------
    お召し上がり方
--------------------------*/
.how_to_eat {
  background: #191919;
  padding-top: 130px;
}
.how_to_eat .tit h2 + span {
  color: white;
  margin-top: 25px;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}
.mov_container {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.mov_tmb {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: auto;
}
.mov_tmb video {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 450px;
}
.eat_method {
  width: 95%;
  max-width: 705px;
  margin: 40px auto 0;
  display: flex;
}
.eat_method_img {
  display: flex;
  align-items: center;
  position: relative;
}
.eat_method_img:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 54px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 217px;
  margin: auto;
  background: white;
}
.eat_method_img img {
  width: 100px;
  display: block;
}
.eat_method_img dl {
  color: white;
  font-size: 13px;
  margin-left: 20px;
}
.eat_method_img dl dd {
  margin-top: 25px;
}
.eat_method_note {
  margin-left: 80px;
}
.eat_method_note span:first-child {
  font-size: 24px;
  font-weight: bold;
}
.eat_method_note span + span {
  margin-top: 16px;
}
.eat_method span {
  color: white;
  display: block;
}
@media only screen and (max-width: 767px) {
  .how_to_eat {
    padding: 80px 6% 0;
  }
  .eat_method {
    align-items: flex-start;
    flex-direction: column;
  }
  .eat_method_img:after {
    width: 54px;
    height: 1px;
    left: 0;
    bottom: -150px;
  }
  .eat_method_note {
    margin-left: 0;
    margin-top: 40px;
  }
  .mov_container {
    margin-bottom: 10.66667vw;
  }
  .mov_tmb {
    width: 100%;
    max-width: 100%;
    height: 50.66667vw;
    max-height: 50.66667vw;
    margin: auto;
  }
  .mov_tmb video {
    width: 100%;
    max-width: 100%;
    height: 50.66667vw;
    max-height: 50.66667vw;
  }
}

/* -----------------------
    よくあるご質問
--------------------------*/
.qa {
  background: #f8e7f0;
  padding: 120px 0;
}
.qa_container {
  position: relative;
  width: 95%;
  max-width: 920px;
  margin: 0 auto;
}

.qa_container h2 {
  color: #1f1815;
}
.qa_container .qa_ttl {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.qa_container .acc_container {
  width: 100%;
  margin-top: 46px;
}
.qa_container .acc_container .acc_wrap {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #1f1815;
  border-radius: 5px;
}
.qa_container .acc_container .acc_wrap:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .qa {
    padding-top: 0;
  }
  .qa_container {
    padding: 0 6%;
    width: 100%;
  }
  .qa_container .qa_ttl {
    margin-bottom: 8vw;
    font-size: 6.4vw;
  }
  .qa_container .acc_container .acc_wrap {
    margin-bottom: 2.66667vw;
  }
}
/* よくあるご質問詳細 */
.acc_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 30px 30px 30px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.acc_list.acc_q {
  position: relative;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.acc_list.acc_q .acc_cross_wrap {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acc_list.acc_q .acc_cross_wrap .acc_cross {
  width: 100%;
  height: 2px;
  background-color: #1f1815;
}
.acc_list.acc_q .acc_cross_wrap .acc_cross.accCross {
  margin-top: -1px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc_list.acc_q .acc_cross_wrap .acc_cross.accCross.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acc_list.acc_a {
  position: relative;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .acc_list {
    padding: 5.33333vw 21.33333vw 5.33333vw 5.33333vw;
  }
  .acc_list.acc_q .acc_txt {
    font-weight: 700;
  }
  .acc_list.acc_q .acc_cross_wrap {
    position: absolute;
    right: 5.33333vw;
    width: 5.33333vw;
  }
  .acc_list.acc_q .acc_cross_wrap .acc_cross {
    height: 0.53333vw;
  }
}
.acc_ttl {
  padding-right: 30px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1f1815;
}
@media only screen and (max-width: 767px) {
  .acc_ttl {
    padding-right: 6.66667vw;
    font-size: 4vw;
  }
}
.acc_txt {
  font-size: 15px;
  line-height: 2;
}
.acc_txt .acc_txt-txt {
  position: relative;
  color: #1f1815;
}
@media only screen and (max-width: 767px) {
  .acc_txt {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
      "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
      "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
.acc_txt-list {
  position: relative;
}
.acc_txt-list .acc_txt-list-list {
  margin-left: 2em;
  font-size: 13px;
  text-indent: 0;
  list-style: disc !important;
  color: #1f1815;
}

/* -----------------------
    ２倍キャンペーン対象セット
--------------------------*/
.campainset02 {
  background: #f8e7f0;
  padding-top: 90px;
}
.campainset02 .tit h2 {
  color: #000000;
}
.campain_set02_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1430px;
  margin: 63px auto 0;
}
.campain_set02_wrap:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #732217;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.campain_set02_set {
  width: 40%;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .campainset02 {
    padding: 40px 6% 0;
  }
  .campain_set02_set {
    width: 100%;
  }
  .campain_set02_set + .campain_set02_set {
    margin-top: 40px;
  }
  .campain_set02_wrap {
    margin-top: 40px;
    flex-direction: column;
  }
  .campain_set02_wrap:after {
    content: none;
  }
}

/* -----------------------
    フッター
--------------------------*/
footer {
  position: relative;
}
.footer_body {
  width: 100%;
  padding: 80px 0 45px;
  background: #f8e7f0;
}
.footer_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  background: #f8e7f0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer_logo {
  width: 110px;
  margin: 0 auto 45px;
}
.footer_logo img {
  width: 100%;
  max-width: 82px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .footer_body {
    padding: 16vw 0 0;
  }
  footer .footer_foot {
    padding: 4vw;
  }
  .footer_logo {
    width: 69.33333vw;
    margin: 0 auto 20px;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav_list {
  position: relative;
}
.nav_list:nth-child(1) a {
  padding-left: 0;
}
.nav_list:nth-last-child(1) a {
  padding-right: 0;
}
.nav_list:nth-last-child(1) a::after {
  display: none;
}
.nav_list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.nav_list a::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 15px;
  content: "";
  background-color: #111;
}
.nav_list a span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .nav_list a {
    padding: 0 4vw;
    font-size: 3.46667vw;
    line-height: 2;
  }
  .nav_list a::after {
    top: 1.6vw;
    height: 4vw;
  }
}
.footer_foot_company {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .footer_foot_company {
    font-size: 3.2vw;
  }
}
