@charset 'utf-8';
/* ============ STYLE ============ */
* {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  background-attachment: fixed;
}
body.active {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  cursor: pointer;
  opacity: 0.9;
}
*:focus {
  outline: none;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
body.scroll-disable {
  overflow: hidden;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.inner {
  width: 88%;
  margin: 0 auto;
}

.w10 {
  width: 10%;
  margin: 0 auto;
}
.w20 {
  width: 20%;
  margin: 0 auto;
}
.w30 {
  width: 30%;
  margin: 0 auto;
}
.w40 {
  width: 40%;
  margin: 0 auto;
}
.w50 {
  width: 50%;
  margin: 0 auto;
}
.w60 {
  width: 60%;
  margin: 0 auto;
}
.w70 {
  width: 70%;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.w90 {
  width: 90%;
  margin: 0 auto;
}

.mt05 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}

.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}

.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb180 {
  margin-bottom: 180px;
}

.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}

.pd05 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd20 {
  padding: 20px;
}
.pd30 {
  padding: 30px;
}
.pd40 {
  padding: 40px;
}
.pd50 {
  padding: 50px;
}
.pd60 {
  padding: 60px;
}
.pd70 {
  padding: 70px;
}
.pd80 {
  padding: 80px;
}
.pd90 {
  padding: 90px;
}

.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}

.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}

.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}

.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}

.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.fs10 {
  font-size: 10px;
}

/* -----------------------
  Wrap
-------------------------- */
section {
  overflow: hidden;
  position: relative;
}
.wrap {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}

.noteList {
  font-size: 12px;
  line-height: 1.6;
}
.noteList li {
  padding-left: 1em;
  text-indent: -1em;
}
.noteList li::before {
  content: "\203B";
}

@media only screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
}
@font-face {
  font-family: "Yawamin";
  src: url("../font/Corporate-Yawamin-ver3.ttf") format("truetype"),
    url("../font/Corporate-Yawamin-ver3.woff") format("woff");
}

:root {
  --main: #dce6f4;
  --navy: #002a6d;
  --ff_wayamin: "Yawamin", sans-serif;
}
.bg {
  background: var(--main);
}

/* -----------------------
  header
-------------------------- */
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 375px;
  max-width: 100%;
  z-index: 999;
}
.header {
  display: flex;
  justify-content: center;
  height: 65px;
}
.header .header_item01 {
  position: relative;
  width: calc((100% - 80px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e9f0fb;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid var(--navy);
  line-height: 1.4;
  z-index: 1;
}
.header .header_item02 {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  line-height: 1.3;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.header .header_item02::before {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/coupon.png) no-repeat center bottom / contain;
  transform: rotate(15deg);
}
.header a:first-child {
  border-right: 1px solid var(--navy);
}
.header .header_item01 .header_en {
  font-family: var(--ff_wayamin);
  font-size: 22px;
  font-weight: 600;
}
.header .header_item01::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 32px;
  height: 32px;
  background: url(../img/header_parts.png) no-repeat center / contain;
  z-index: -1;
}
header .hbg {
  position: relative;
  margin: 30px 10px 0 auto;
  width: 55px;
  height: 15px;
  cursor: pointer;
  z-index: 9999;
}
header .hbg span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main);
  width: 30px;
  height: 2px;
}
header .hbg span:first-child {
  top: 0;
}
header .hbg span:last-child {
  bottom: 0;
}
header .hbg.active span:first-child {
  transform: translate(-50%, 7px) rotate(45deg);
}

header .hbg.active span:last-child {
  transform: translate(-50%, -7px) rotate(-45deg);
}

.nav {
  width: 100%;
  height: 100vh;
  margin-top: -45px;
  padding: 80px 0;
  background: url(../img/bg.png) no-repeat center top / 100%, #fff;
  text-align: center;
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: 0.3s;
  overflow-y: scroll;
}
.nav.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.nav .nav_head {
}
.nav .nav_menu {
  margin: 0 auto;
  padding: 30px 5% 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  gap: 25px;
}
.nav .nav_menu li {
  width: 100%;
}
.nav .nav_menu li a {
  padding: 0 2.5% 5px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--main);
  font-family: "Kaisei Decol", serif;
  font-size: 26px;
  border-bottom: 2px solid var(--main);
}
.nav .nav_menu li a::after {
  content: "";
  width: 15px;
  height: 25px;
  background: url(../img/arrow.png) no-repeat center / contain;
}

@media only screen and (max-width: 640px) {
  header {
    width: 100%;
  }
}

/* -----------------------
mv
-------------------------- */

/* -----------------------
menu
-------------------------- */
#menu {
  margin: 30px auto 60px;
  padding: 10px 0 5px;
  width: 85%;
  background: #fff;
  border: 2px solid var(--main);
  border-radius: 6px;
}
.menu_head {
  width: 95%;
  margin: 0 auto 10px;
}
.menu_list {
  padding: 0 5%;
}
.menu_list li {
  margin-bottom: 10px;
}
.menu_list li a {
  display: flex;
  align-items: center;
  color: var(--main);
  font-family: "Kaisei Decol", serif;
  font-size: 28px;
  letter-spacing: -0.1em;
}
.menu_list li a::after {
  content: "";
  margin-left: 15px;
  width: 10px;
  height: 20px;
  background: url(../img/arrow.png) no-repeat center / contain;
}
.menu_list li a img {
  width: 35px;
  margin-right: 10px;
}
.menu_list li a p span {
  letter-spacing: -0.2em;
}

/* -----------------------
 lead
-------------------------- */
#lead {
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--main);
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  font-size: 18px;
}

/* -----------------------
  coupon
-------------------------- */

.coupon_head {
  margin-bottom: 15px;
  color: var(--navy);
  text-align: center;
  font-weight: 900;
  font-size: 19px;
  line-height: 1.5;
}
/* .coupon_head::before,
.coupon_head::after {
  content: "";
  width: 2px;
  height: 45px;
  border-radius: 2px;
  background: var(--main);
}
.coupon_head::before {
  transform: rotate(-30deg);
}
.coupon_head::after {
  transform: rotate(30deg);
} */
.couponWrap {
  width: 80%;
  margin: 0 auto;
  border: 1px solid var(--navy);
}
.couponWrap a {
  display: none;
}
.swiper-slide {
  margin: 0 5px;
  background: var(--main);
  width: 100%;
  height: auto;
  padding: 1px;
  aspect-ratio: 1/1;
  border-radius: 3px;
}
.swiper-slide a {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  top: calc(50% - 10px) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background: var(--main);
  color: #fff !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;
  font-weight: 700;
}
.swiper-pagination {
  display: flex !important;
  justify-content: center;
  margin-top: 10px;
  position: initial !important;
}
.swiper-pagination li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.swiper-pagination li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  background: var(--main) !important;
  opacity: 0.3;
}
.swiper-pagination li.slick-active button {
  opacity: 1;
}
.swiper-pagination-bullet {
  background: var(--main) !important;
}

/* -----------------------
商品部分
-------------------------- */
.pd_section {
}
.content_wrap {
}
.cat_ttl {
  margin: 0 auto;
}
.cat_lead {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--main);
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: -0.05em;
}
.pd_item {
  padding: 30px 5% 35px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 13px;
  border: 1px solid #bfbfbf;
}

.pd_item .img {
  width: 100%;
  position: relative;
}
.pd_item .desc .maker {
  width: fit-content;
  height: 22px;
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 12px;
  align-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.pd_item .desc .name {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
  color: var(--navy);
}
.pd_item .desc .name span {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
}
.pd_item .desc .txt {
}
.pd_item .desc .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.pd_item .desc .txt span {
  margin-top: 5px;
  display: block;
  font-size: 12px;
}
.pd_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pd_btn > a {
  position: relative;
  width: 50%;
  height: 45px;
  padding: 0 10px;

  align-items: center;
  justify-content: space-between;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
}
.pd_btn > a::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.btn_detail {
  display: flex;
  background: #fff;
  border: 1px solid #035993;
  color: #035993;
}
.btn_detail::after {
  border-top: solid 1px #035993;
  border-right: solid 1px #035993;
}
.btn_coupon {
  display: none;
  color: #fff;
  background: #035993;
}
.btn_coupon::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* -----------------------
  footer
-------------------------- */
.footer {
  width: 100%;
  margin: 0 auto 0;
  background: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.footerLogo {
  width: 186px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.footerLogo a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.copyright {
  margin: 30px 0 0;
  padding-bottom: 40px;
  font-size: 10px;
  line-height: 1.4em;
}
.footer_fix {
  width: 340px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background: var(--navy);
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP";
}
.footer_fix::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.footer_fix_img {
  width: 95%;
  display: block;
  margin: 0 auto;
}
