@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/****共通****/
html {
  font-size: clamp(62.5%, 0.7vw, 87.5%);
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-variant-numeric: lining-nums;
  /* 必要に応じて数字のスタイルを調整 */
  font-weight: 400;
  line-height: 1.5;
}

body.modal-is-open {
  overflow: hidden;
}

.div_wrap {
  position: relative;
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.modal-open-button {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #007BFF;
  border: none;
  border-radius: 5px;
}

/****mixin****/
/**********************************************/
.div_wrap {
  display: flex;
  justify-content: center;
  /*************左 固定背景***************/
  /*************右 固定メニュー***************/
  /*************中央 共通パーツ***************/
  /****基本情報****/
}
.div_wrap .bg_left {
  flex-grow: 1;
}
.div_wrap .bg_left__container {
  position: sticky;
  top: 0;
  background: #000;
  width: auto;
  height: 100vh;
  background-image: url(../img/PC_BG.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.div_wrap .bg_left__logo_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  margin: auto;
}
.div_wrap .bg_left__logo_container--sakunalogo {
  width: 150px;
}
.div_wrap .bg_left__logo_container--batu {
  width: 35px;
  height: 35px;
}
.div_wrap .bg_left__logo_container--lifelogo {
  width: 130px;
  background: #F8E3A1;
}
.div_wrap .bg_left__logo_container--lifelogo img {
  width: 120px;
}
.div_wrap .right_wrap {
  position: sticky;
  top: 0;
  background: #000;
  width: 30%;
  height: 100vh;
  background-image: url(../img/PC_BG2.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  z-index: 1;
}
.div_wrap .right_wrap .right_container {
  width: 100%;
  text-align: center;
  padding-top: 5rem;
}
.div_wrap .right_wrap .right_container__img {
  width: 15vw;
  margin-bottom: 3rem;
}
.div_wrap .right_wrap .right_container__menu--img {
  height: 2rem;
  width: auto;
}
.div_wrap .right_wrap .right_container__menu a {
  font-size: 16px;
  color: #fff;
  line-height: 2rem;
  transition: 0.3s all;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
.div_wrap .right_wrap .right_container__menu a:hover {
  opacity: 0.6;
}
.div_wrap .right_wrap__cvbtn {
  display: inline-block;
  color: #fff;
  width: 180px;
  height: 180px;
  background-image: url(../img/cv_btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all;
  margin-top: 50px;
}
.div_wrap .right_wrap__cvbtn:hover {
  background-image: url(../img/cv_btn_hover.webp);
}
.div_wrap .main_wrap {
  /*可変用フォントサイズ指定*/
  font-size: 2.5641025641%;
  /*390pxでデザインを作成したので39*/
  width: 30%;
  max-width: 600px;
  background: #F8E3A1;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* スクロールバー非表示 IE, Edge 対応 */
  -ms-overflow-style: none;
  /* スクロールバー非表示 Firefox 対応 */
  scrollbar-width: none;
  /* スクロールバー非表示 Chrome, Safari 対応 */
  /****ヘッダー****/
  /****KV****/
  /****入会特典****/
  /****ポイント交換特典****/
  /****ポイントプログラム****/
}
.div_wrap .main_wrap::-webkit-scrollbar {
  display: none;
}
.div_wrap .main_wrap .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 5rem;
}
.div_wrap .main_wrap .header ul {
  display: none;
}
.div_wrap .main_wrap .header__logo_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 5rem;
  margin: auto;
}
.div_wrap .main_wrap .header__logo_container--sakunalogo {
  height: 5rem;
}
.div_wrap .main_wrap .header__logo_container--batu {
  width: 2rem;
  height: 2rem;
}
.div_wrap .main_wrap .header__logo_container--lifelogo {
  height: 4rem;
}
.div_wrap .main_wrap .KV {
  background: #FDEFBE;
}
.div_wrap .main_wrap .KV__box {
  background-image: url(../img/KV.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
}
.div_wrap .main_wrap .KV__box--title {
  width: 100%;
}
.div_wrap .main_wrap .MB {
  background: #F8E3A1;
  background-image: url(../img/MB_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  padding-top: 5rem;
}
.div_wrap .main_wrap .MB__BG {
  background-image: url(../img/MB_circle.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.div_wrap .main_wrap .MB__BG--kumoL {
  position: absolute;
  left: 0;
  top: -10rem;
  width: 50%;
}
.div_wrap .main_wrap .MB__BG--kumoR {
  position: absolute;
  z-index: 0;
  width: 50%;
  right: 0;
  top: 11rem;
}
.div_wrap .main_wrap .MB__BG2 {
  background-image: url(../img/MB_kumoBG.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -5rem;
  padding-bottom: 5rem;
}
.div_wrap .main_wrap .MB__wrap {
  width: 80%;
  margin: auto;
  position: relative;
}
.div_wrap .main_wrap .MB__wrap h2 {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.div_wrap .main_wrap .MB__wrap h2 img {
  height: 4rem;
}
.div_wrap .main_wrap .MB__wrap--itemimg {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.div_wrap .main_wrap .MB__wrap h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.8em;
  text-align: center;
  color: #492C01;
  margin: 2rem 0;
}
.div_wrap .main_wrap .MB__wrap h3 span {
  color: #BE3626;
  font-size: 1.4rem;
  font-weight: 700;
}
.div_wrap .main_wrap .MB__wrap h3 span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/MB_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.3rem;
  width: 60%;
  padding-bottom: 0.5em;
}
.div_wrap .main_wrap .MB__wrap ul {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  color: #492C01;
  padding-bottom: 5rem;
}
.div_wrap .main_wrap .MB__wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.div_wrap .main_wrap .MB__wrap ul li::before {
  content: "※";
}
.div_wrap .main_wrap .MB__text_container {
  text-align: left;
  padding: 6rem 1.6rem 3rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #492C01;
}
.div_wrap .main_wrap .MB__text_container--parts {
  width: 1.2rem;
  height: auto;
  position: absolute;
  fill: rgba(255, 255, 255, 0.35);
  text-shadow: none;
}
.div_wrap .main_wrap .MB__text_container--parts:nth-of-type(1) {
  top: 0;
  left: 0;
}
.div_wrap .main_wrap .MB__text_container--parts:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.div_wrap .main_wrap .MB__text_container--parts:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.div_wrap .main_wrap .MB__text_container--parts:nth-of-type(4) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.div_wrap .main_wrap .MB__text_container h5 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.div_wrap .main_wrap .MB__text_container p {
  margin-bottom: 2em;
}
.div_wrap .main_wrap .MB__text_container ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.div_wrap .main_wrap .MB__text_container ul li::before {
  content: "・";
}
.div_wrap .main_wrap .PB {
  background: #F8E3A1;
  background-image: url(../img/PB_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
.div_wrap .main_wrap .PB__BG {
  background-image: url(../img/PB_circle.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.div_wrap .main_wrap .PB__BG--kumo {
  position: absolute;
  left: 0;
  top: -10rem;
  width: 100%;
}
.div_wrap .main_wrap .PB__BG2 {
  background-image: url(../img/PB_kumoBG.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -19rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.div_wrap .main_wrap .PB__wrap {
  width: 90%;
  margin: auto;
  position: relative;
}
.div_wrap .main_wrap .PB__wrap h2 {
  text-align: center;
  padding-bottom: 3rem;
}
.div_wrap .main_wrap .PB__wrap h2 img {
  height: 4rem;
}
.div_wrap .main_wrap .PB__wrap--sub_h2 {
  width: 50%;
  padding-top: 5rem;
}
.div_wrap .main_wrap .PB__wrap--itemimg {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 5rem;
}
.div_wrap .main_wrap .PB__wrap h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.8em;
  text-align: center;
  color: #492C01;
  margin: 2rem 0;
  padding-top: 14rem;
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
}
.div_wrap .main_wrap .PB__wrap h3 span {
  color: #BE3626;
  font-size: 1.4rem;
  font-weight: 700;
}
.div_wrap .main_wrap .PB__wrap h3 span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/MB_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.3rem;
  width: 60%;
  padding-bottom: 0.5em;
}
.div_wrap .main_wrap .PB__wrap h3 span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/MB_deco.webp);
  height: 1rem;
  width: 40%;
}
.div_wrap .main_wrap .PB__wrap--p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #492C01;
  margin-bottom: 5rem;
}
.div_wrap .main_wrap .PB__wrap--btn {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
  border: 2px solid #EDCF71;
  background: rgb(139, 45, 34);
  background: linear-gradient(90deg, rgb(139, 45, 34) 0%, rgb(187, 60, 45) 46%, rgb(139, 45, 34) 100%);
  color: #EDCF71;
}
.div_wrap .main_wrap .PB__wrap--btn:hover {
  background: rgb(51, 43, 79);
  background: linear-gradient(90deg, rgb(51, 43, 79) 0%, rgb(107, 85, 148) 50%, rgb(51, 43, 79) 100%);
}
.div_wrap .main_wrap .PB__wrap--modal_button {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 32rem;
  z-index: 5;
}
.div_wrap .main_wrap .PB__wrap--modal_button img {
  width: 6rem;
}
.div_wrap .main_wrap .PB__wrap2 {
  width: 100%;
  background: rgba(248, 227, 161, 0.95);
  padding: 2rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
.div_wrap .main_wrap .PB__wrap2 dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 7%;
}
.div_wrap .main_wrap .PB__wrap2 dl dt {
  font-size: 1.4rem;
  width: 15%;
  background: #492C01;
  color: #fff;
  border-radius: 2rem;
  margin-bottom: 0.5rem;
  margin-right: 5%;
}
.div_wrap .main_wrap .PB__wrap2 dl dd {
  font-size: 1.6rem;
  width: 80%;
  font-weight: 900;
  color: #492C01;
  text-align: left;
}
.div_wrap .main_wrap .PB__wrap2 p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #492C01;
  margin-top: 1.6rem;
  border-top: 1px solid #CFB76B;
  padding-top: 1.6rem;
}
.div_wrap .main_wrap .PB__wrap2 ul {
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  color: #492C01;
  margin-top: 0.8rem;
}
.div_wrap .main_wrap .PB__wrap2 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.div_wrap .main_wrap .PB__wrap2 ul li::before {
  content: "※";
}
.div_wrap .main_wrap .PB__item_container {
  color: #fff;
}
.div_wrap .main_wrap .PB__item_container--img {
  width: 100%;
  position: relative;
}
.div_wrap .main_wrap .PB__kumotop {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: -20rem;
  z-index: 1;
}
.div_wrap .main_wrap .PP {
  background: #F8E3A1;
  background-image: url(../img/PP_EM_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
}
.div_wrap .main_wrap .PP__BG {
  background-image: url(../img/PP_kumoBG.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 5rem;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
.div_wrap .main_wrap .PP__BG ul {
  width: 90%;
  margin: auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  color: #492C01;
  padding-bottom: 5rem;
  margin-top: 6rem;
}
.div_wrap .main_wrap .PP__BG ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.div_wrap .main_wrap .PP__BG ul li::before {
  content: "※";
}
.div_wrap .main_wrap .PP__BG--kumotop {
  position: absolute;
  top: -20rem;
  right: 0;
  z-index: 0;
  width: 50%;
}
.div_wrap .main_wrap .PP__wrap {
  width: 90%;
  margin: auto;
}
.div_wrap .main_wrap .PP__wrap h2 {
  text-align: center;
  margin: 3rem 0;
}
.div_wrap .main_wrap .PP__wrap h2 img {
  height: 4rem;
}
.div_wrap .main_wrap .PP__wrap h2 img {
  height: 10rem;
}
.div_wrap .main_wrap .PP__wrap--btn {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
  border: 2px solid #EDCF71;
  background: rgb(139, 45, 34);
  background: linear-gradient(90deg, rgb(139, 45, 34) 0%, rgb(187, 60, 45) 46%, rgb(139, 45, 34) 100%);
  color: #EDCF71;
}
.div_wrap .main_wrap .PP__wrap--btn:hover {
  background: rgb(51, 43, 79);
  background: linear-gradient(90deg, rgb(51, 43, 79) 0%, rgb(107, 85, 148) 50%, rgb(51, 43, 79) 100%);
}
.div_wrap .main_wrap .PP__flexbox {
  color: #492C01;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.6rem;
  font-variant-numeric: lining-nums;
}
.div_wrap .main_wrap .PP__content {
  background: #FFF1C6;
  width: 47%;
  height: 12.5rem;
  box-sizing: border-box;
  padding: 1.6rem;
  line-height: 2.5em;
  position: relative;
}
.div_wrap .main_wrap .PP__content--large {
  font-size: 5.8rem;
  /*font-family: "Roboto";*/
  margin-top: 0.15em;
  font-weight: 700;
}
.div_wrap .main_wrap .PP__content--small {
  font-size: 2.6rem;
}
.div_wrap .main_wrap .PP__content--ver {
  writing-mode: vertical-rl;
  font-size: 2rem;
}
.div_wrap .main_wrap .PP__content--two {
  line-height: 1.2em;
}
.div_wrap .main_wrap .PP__content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #492C01;
  background: #FFF1C6;
  width: 100%;
  height: 10rem;
  font-weight: 900;
  line-height: 1.5em;
  text-align: left;
  position: relative;
  margin-bottom: 4rem;
  font-size: 2rem;
}
.div_wrap .main_wrap .PP__content2--left {
  margin-right: 1rem;
}
.div_wrap .main_wrap .PP__content2--box {
  text-align: center;
  color: #FFF1C6;
  background: #492C01;
  font-size: 1.2rem;
  text-shadow: none;
  border-radius: 5rem;
  line-height: 1em;
  padding: 0.5em 0.8em;
  margin-top: 0.5em;
}
.div_wrap .main_wrap .PP__content2--large {
  font-size: 3.5rem;
  /*font-family: "Roboto";*/
}
.div_wrap .main_wrap .EM__BG {
  background-image: url(../img/EM_kumoBG.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.div_wrap .main_wrap .EM__BG--app {
  display: inline-block;
  width: 90%;
  position: relative;
  z-index: 2;
}
.div_wrap .main_wrap .EM__BG2 {
  background-image: url(../img/EM_kumoBG2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -17rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 5;
}
.div_wrap .main_wrap .EM__wrap {
  width: 90%;
  margin: auto;
  position: relative;
}
.div_wrap .main_wrap .EM__wrap h2 {
  text-align: center;
  margin: 3rem 0;
}
.div_wrap .main_wrap .EM__wrap h2 img {
  height: 4rem;
}
.div_wrap .main_wrap .EM__wrap h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.8em;
  text-align: center;
  color: #492C01;
  margin: 2rem 0;
  font-size: 1.9rem;
  line-height: 1.2em;
  padding-top: 10rem;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
.div_wrap .main_wrap .EM__wrap h3 span {
  color: #BE3626;
  font-size: 1.4rem;
  font-weight: 700;
}
.div_wrap .main_wrap .EM__wrap h3 span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/MB_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.3rem;
  width: 60%;
  padding-bottom: 0.5em;
}
.div_wrap .main_wrap .EM__wrap h3 span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/EM_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.2rem;
  width: 80%;
  padding-bottom: 0.8em;
}
.div_wrap .main_wrap .EM__wrap--note {
  text-align: right;
  font-size: 1rem;
  color: #492C01;
}
.div_wrap .IF {
  background: #F8E3A1;
  background-image: url(../img/IF_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.div_wrap .IF__topparts img {
  width: 100%;
  margin-top: -100%;
}
.div_wrap .IF__wrap {
  width: 90%;
  margin: auto;
}
.div_wrap .IF__wrap h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.div_wrap .IF__wrap h2 img {
  height: 4rem;
}
.div_wrap .IF__wrap h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.8em;
  text-align: center;
  color: #492C01;
  margin: 2rem 0;
}
.div_wrap .IF__wrap h3 span {
  color: #BE3626;
  font-size: 1.4rem;
  font-weight: 700;
}
.div_wrap .IF__wrap h3 span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/MB_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.3rem;
  width: 60%;
  padding-bottom: 0.5em;
}
.div_wrap .IF__container {
  color: #fff;
  background: #FFF1C6;
  color: #492C01;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 2.4rem 1.6rem;
  box-sizing: border-box;
}
.div_wrap .IF__container--parts {
  width: 1.2rem;
  height: auto;
  position: absolute;
  fill: rgba(255, 255, 255, 0.35);
  text-shadow: none;
}
.div_wrap .IF__container--parts:nth-of-type(1) {
  top: 0;
  left: 0;
}
.div_wrap .IF__container--parts:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.div_wrap .IF__container--parts:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.div_wrap .IF__container--parts:nth-of-type(4) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.div_wrap .IF__container--sakunahime {
  position: absolute;
  bottom: -2rem;
  right: 0;
  width: 13rem;
}
.div_wrap .IF__container h5 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.div_wrap .IF__container ul li {
  font-size: 1.2rem;
}
.div_wrap .IF__container ul li a {
  position: relative;
  text-decoration: underline;
  color: #492C01;
}
.div_wrap .IF__container ul li a::before {
  content: "";
  background-image: url(../img/arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  top: calc(50% - 0.7rem);
  display: inline-block;
}
.div_wrap .IF__container p {
  font-size: 1.2rem;
}
.div_wrap .IF__box {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F5E3AB;
}
.div_wrap .IF__box:last-of-type {
  border-bottom: 0;
}
.div_wrap .IF__box--annot {
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
.div_wrap .IF__box--annot::before {
  content: "※";
}
.div_wrap .IQ {
  background: #BE3626;
  background-image: url(../img/IQ_BG.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  text-align: center;
  color: #fff;
  padding: 1.5rem 1.6rem;
  /*****　電話番号パターン
  a {
      text-align: center;

      img {
          height: 2rem;
          margin-bottom: 1rem;
      }
  }
  *****/
}
.div_wrap .IQ h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.div_wrap .IQ h2 img {
  height: 4rem;
}
.div_wrap .IQ h2 img {
  height: 5rem;
}
.div_wrap .IQ a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}
.div_wrap footer {
  color: #fff;
  font-size: 1rem;
  background: #7E0D00;
  text-align: center;
  padding: 2rem 0;
}

/****モーダル****/
body.modal-is-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-align: center;
}
.modal__wrapper {
  position: relative;
  max-width: 800px;
  width: 80%;
  height: auto;
}
.modal__wrapper img {
  width: 100%;
}
.modal__wrapper--close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: -3rem;
  right: -3rem;
  font-size: 4rem;
  color: #fff;
}

.is-show {
  display: flex;
}

@media screen and (max-width: 1366px) {
  html {
    /*
    font-size: 62.5%;*/
    font-size: 1.4285714286vw;
  }
  .div_wrap .bg_left {
    display: none;
  }
  .div_wrap .right_wrap {
    width: 40vw;
  }
  .div_wrap .main_wrap {
    width: 60vw;
    max-width: none;
  }
  .div_wrap .main_wrap .header__logo_container {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  html {
    /*
    font-size: 62.5%;*/
    font-size: 2.5641025641vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .div_wrap .bg_left {
    display: none;
  }
  .div_wrap .right_wrap {
    display: none;
  }
  .div_wrap .main_wrap {
    width: 100vw;
    max-width: none;
    /****ポイント交換特典****/
  }
  .div_wrap .main_wrap .header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #CC4C3C;
  }
  .div_wrap .main_wrap .header__logo_container {
    width: 40%;
  }
  .div_wrap .main_wrap .header__logo_container--sakunalogo {
    height: 4rem;
  }
  .div_wrap .main_wrap .header__logo_container--lifelogo {
    height: 3.5rem;
  }
  .div_wrap .main_wrap .header nav {
    position: fixed;
    top: 5rem;
    width: 100%;
    z-index: 10;
    background: #F8E3A1;
    background-image: url(../img/menu_BG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
  }
  .div_wrap .main_wrap .header nav ul {
    /*最初はナビゲーションボタンは非表示*/
    display: none;
    list-style: none;
    padding: 10rem 0 9rem 0;
  }
  .div_wrap .main_wrap .header nav ul li {
    text-align: center;
  }
  .div_wrap .main_wrap .header nav ul li a {
    display: block;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1em;
    transition: 0.3s all;
    display: inline-block;
    position: relative;
    margin-bottom: 2.4rem;
  }
  .div_wrap .main_wrap .header nav ul li a img {
    height: 2.5rem;
    width: auto;
  }
  .div_wrap .main_wrap .header .nav__img {
    display: none;
  }
  .div_wrap .main_wrap .header .nav__img--top {
    width: 100vw;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .div_wrap .main_wrap .header .nav__img--under {
    width: 100vw;
    position: absolute;
    bottom: -5rem;
    left: 0;
  }
  .div_wrap .main_wrap .header .hamburger {
    position: absolute;
    top: 12%;
    right: 3%;
    cursor: pointer;
    width: 2.8rem;
    height: 3.8rem;
    z-index: 10;
    background-image: url(../img/menu_kome.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .div_wrap .main_wrap .header .hamburger span {
    /*3本の線を作る*/
    transition: all 0.3s;
    position: absolute;
    height: 3px;
    background-color: #000;
    width: 70%;
    z-index: 10;
    right: 13%;
    top: 25%;
  }
  .div_wrap .main_wrap .header .hamburger span:nth-of-type(1) {
    /*上の線の位置*/
  }
  .div_wrap .main_wrap .header .hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 45%;
  }
  .div_wrap .main_wrap .header .hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 65%;
  }
  .div_wrap .main_wrap .header .hamburger.open span {
    right: 15%;
  }
  .div_wrap .main_wrap .header .hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 30%;
    transform: translateY(6px) rotate(-45deg);
  }
  .div_wrap .main_wrap .header .hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
  }
  .div_wrap .main_wrap .header .hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 60%;
    transform: translateY(-6px) rotate(45deg);
  }
  .div_wrap .main_wrap .header .hamburger__p {
    font-size: 1rem;
    columns: #000;
    position: absolute;
    bottom: -12%;
  }
  .div_wrap .main_wrap .cvbtn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 90;
    transition: 0.5s;
  }
  .div_wrap .main_wrap .cvbtn img {
    width: 13rem;
    height: 13rem;
  }
  .div_wrap .main_wrap .is-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .div_wrap .main_wrap .MB__topparts img,
  .div_wrap .main_wrap .PB__topparts img,
  .div_wrap .main_wrap .OI__topparts img,
  .div_wrap .main_wrap .IF__topparts img {
    width: 100vw;
    margin-top: -99%;
  }
  .div_wrap .main_wrap .PB__wrap--modal_button {
    right: 2rem;
    top: 31rem;
    z-index: 5;
  }
  .div_wrap .main_wrap .PB__wrap--modal_button img {
    width: 6rem;
  }
}/*# sourceMappingURL=common.css.map */