@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #f7f2e5;
  color: #231815;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.8rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_m {
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.ft_e {
  font-family: "Source Serif 4", serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -16.1rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -10.5rem;
  }
}

.c_ttl {
  text-align: center;
  margin-bottom: 6rem;
}

.c_ttl img {
  width: 25.8rem;
}

@media screen and (max-width: 767px) {
  .c_ttl img {
    width: 39rem;
  }
}

.c_hover a {
  position: relative;
}

.c_hover a img {
  opacity: 1;
  transition: opacity .2s ease-in;
}

@media screen and (min-width: 768px) {
  .c_hover a:hover {
    opacity: 1;
  }
  .c_hover a:hover .a {
    opacity: 1;
  }
}

.c_hover a .a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c_more {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c_more {
    text-align: right;
  }
}

.c_more a {
  display: block;
}

@media screen and (min-width: 768px) {
  .c_more a {
    padding: 3rem 0;
  }
}

.c_more a i {
  display: inline-block;
  background: url(../img/arrow02.svg) no-repeat left center/contain;
  line-height: 4.6rem;
  color: #fff;
  letter-spacing: .1em;
  padding-left: 3.5em;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
}

@media screen and (max-width: 767px) {
  .c_more a i {
    line-height: 8.2rem;
  }
}

@media screen and (min-width: 768px) {
  .c_more a:hover {
    opacity: 1;
    background: #f7f2e5;
  }
  .c_more a:hover i {
    color: #604a19;
    background-image: url(../img/arrow02_a.svg);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.popup-modal .close {
  cursor: pointer;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .popup-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50%;
    width: 6.4em;
    height: 6.4em;
    font-size: 1rem;
    background: #fff;
  }
  .popup-modal .close img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.6em;
  }
}

@media screen and (max-width: 767px) {
  .popup-modal .close {
    width: 5.7rem;
    margin: 10rem auto 0;
  }
  .popup-modal .close img {
    width: 100%;
  }
}

.popup-modal .box {
  background: #fff;
  width: 95.7rem;
  position: relative;
  border-radius: 2.1rem;
}

@media screen and (max-width: 767px) {
  .popup-modal .box {
    padding: 11rem 0 8rem;
  }
}

.popup-modal .wrap {
  max-width: calc(100% - 4rem);
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.show-modal {
  overflow-y: hidden;
}

.nutrition_modal {
  background: rgba(112, 166, 126, 0.8);
}

@media screen and (min-width: 768px) {
  .nutrition_modal .box {
    padding: 5rem 0;
    width: 63rem;
  }
}

.nutrition_modal dl {
  margin: 0 5rem;
}

@media screen and (max-width: 767px) {
  .nutrition_modal dl {
    margin: 0 3rem;
  }
}

.nutrition_modal dt {
  text-align: center;
}

.nutrition_modal dt img {
  height: 2.9rem;
}

@media screen and (max-width: 767px) {
  .nutrition_modal dt img {
    height: 4.7rem;
  }
}

.nutrition_modal dd {
  line-height: 1.875;
  margin: 2rem 0 3.5rem;
}

@media screen and (max-width: 767px) {
  .nutrition_modal dd {
    font-size: 2.4rem;
  }
}

.nutrition_modal dd em {
  background: #f4ffbb;
}

.nutrition_modal figure {
  text-align: center;
}

.nutrition_modal figure img {
  width: 51rem;
}

@media screen and (max-width: 767px) {
  .nutrition_modal figure img {
    width: 93%;
  }
}

@media screen and (min-width: 768px) {
  #plus figure img {
    width: 54.7rem;
  }
}

.shop_modal {
  background: rgba(238, 131, 101, 0.8);
}

.shop_modal a {
  text-align: center;
  display: block;
}

.shop_modal a img {
  width: 3em;
  display: block;
  margin: 0 auto;
}

.shop_modal a p {
  background: url(../img/arrow04.svg) no-repeat right center/0.4375em;
  padding-right: .8em;
  margin-top: 1em;
  display: inline-block;
}

.shop_modal .txt {
  text-align: center;
  margin-top: .6em;
}

.shop_modal .txt img {
  width: 10.5em;
}

@media screen and (max-width: 767px) {
  .shop_modal li + li {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .shop_modal ul {
    padding: 13rem 0;
    display: flex;
    justify-content: center;
    gap: 14rem;
  }
}

.mask {
  position: relative;
  overflow: hidden;
}

.mask:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 2;
  transition: transform .8s;
}

.mask.show:before {
  transform: translateX(100%);
}

.mask.show.l_r:before {
  transform: translateX(100%);
}

.mask.show.r_l:before {
  transform: translateX(-100%);
}

.mask.show.t_b:before {
  transform: translateY(100%);
}

.mask.show.b_t:before {
  transform: translateY(-100%);
}

.mask.show img {
  opacity: 1;
}

.mask img {
  opacity: 0;
  transition: opacity .8s;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 162.8rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  html {
    font-size: calc(100vw * 10 / 1700);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 750);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

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

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 10rem;
  color: #fff;
  background: #fff;
}

#header:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #fff;
  mask: url(../img/bg_mask01.svg) no-repeat center bottom/100% auto;
  height: 16.1rem;
  bottom: -6.4rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #header:before {
    mask-image: url(../img/bg_mask01_sp.svg);
    height: 12.1rem;
    bottom: -1.1rem;
  }
}

#header a {
  display: block;
}

#header.home {
  height: auto;
  background: none;
}

#header.home:before {
  content: none;
}

@media screen and (max-width: 767px) {
  #header {
    height: 10.5rem;
  }
}

.h_btn {
  position: fixed;
  top: 3.2rem;
  left: 11.3rem;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .h_btn {
    left: auto;
    right: 4rem;
    top: 3.6rem;
    gap: 4.8rem;
  }
}

#header.home .h_btn {
  left: auto;
  right: 3rem;
  top: 0;
  font-size: 1rem;
  gap: 0;
}

@media screen and (max-width: 767px) {
  #header.home .h_btn {
    right: 1.5rem;
    font-size: 1.193rem;
  }
}

#header.home .h_btn:before {
  content: '';
  position: absolute;
  background: url(../img/btn_bg.svg) no-repeat left top/contain;
  left: .3em;
  top: 0;
  height: 12.2em;
  width: 16.9em;
  z-index: -1;
}

#header.home .h_btn a {
  position: relative;
}

#header.home .h_btn a img {
  height: 11.9em;
  opacity: 1;
  transition: opacity .2s ease-in;
}

@media screen and (min-width: 768px) {
  #header.home .h_btn a:hover {
    opacity: 1;
  }
  #header.home .h_btn a:hover img {
    opacity: 0;
  }
  #header.home .h_btn a:hover .a {
    opacity: 1;
  }
}

#header.home .h_btn a .a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.h_btn a img {
  height: 4.4rem;
}

@media screen and (max-width: 767px) {
  .h_btn a img {
    height: 3.4rem;
  }
}

.h_sns {
  display: flex;
  gap: 1.4rem;
  position: absolute;
  right: 2.7rem;
  top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .h_sns {
    display: none !important;
  }
}

#header.home .h_sns {
  position: fixed;
  bottom: 3.7rem;
  right: 3rem;
  top: auto;
  gap: 2rem;
}

.h_sns img {
  width: 4.2rem;
}

#header.home .h_sns img {
  width: 2.8rem;
}

.h_sns2 {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .h_sns2 {
    gap: 3.6rem;
    justify-content: center;
    margin: 7rem 0 6rem;
  }
}

@media screen and (min-width: 768px) {
  .h_sns2 {
    position: absolute;
    bottom: 0;
  }
}

.h_sns2 img {
  width: 2.8rem;
}

@media screen and (max-width: 767px) {
  .h_sns2 img {
    width: 5rem;
  }
}

.h_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .h_logo {
    top: 3.7rem;
  }
}

#header.home .h_logo {
  display: none;
}

.h_logo img {
  width: 16.3rem;
}

.h_nav {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    margin-left: 8rem;
    gap: 3.5rem;
  }
  .h_nav ul {
    width: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav .sub {
    margin-left: 19rem;
    margin-bottom: 10rem;
  }
  .h_nav ul.b {
    display: flex;
    flex-wrap: wrap;
  }
  .h_nav ul.b li {
    width: 50%;
  }
  .h_nav ul.b li:nth-child(odd) {
    border-right: solid 1px #fff;
  }
}

.h_nav p {
  font-size: 1.8rem;
  letter-spacing: .04em;
  border-bottom: solid 1px #fff;
  padding: 0 0 .7em;
}

@media screen and (max-width: 767px) {
  .h_nav p {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav .sub p {
    margin-bottom: -.3em;
  }
}

.h_nav .sub li {
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .h_nav .sub li {
    margin-top: 1.2em;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .h_nav .sub li {
    padding-left: 1em;
    margin-top: 2em;
  }
}

.h_nav .sub li a:before {
  content: '－ ';
}

.h_nav ul.b {
  border-top: solid 1px #fff;
  margin-top: 5rem;
}

.h_nav li p {
  padding: 0;
}

.h_nav li p a {
  line-height: 3;
  padding-left: 1em;
}

.h_logo2 {
  margin-bottom: 6.6rem;
}

@media screen and (max-width: 767px) {
  .h_logo2 {
    text-align: right;
    padding-top: 3.7rem;
    padding-right: 4.5rem;
  }
}

.h_logo2 img {
  width: 22.9rem;
}

@media screen and (min-width: 768px) {
  .h_box {
    height: calc(100% - 15.2rem);
    overflow-y: auto;
    padding: 13rem 19rem 5rem 9rem;
  }
}

.h_box .ttl {
  position: absolute;
  font-size: 2.4rem;
  letter-spacing: .1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .h_box .ttl {
    font-size: 4.3rem;
    left: 2.8rem;
    top: 16rem;
  }
}

@media screen and (min-width: 768px) {
  .h_link {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
  }
  .h_link li {
    width: 50%;
  }
}

.h_link a {
  line-height: 6;
  font-size: 2.52rem;
  letter-spacing: .08em;
  background: #8e756e url(../img/ico_gift01.svg) no-repeat 2em center/1.825em;
  padding-left: 4.5em;
}

@media screen and (max-width: 767px) {
  .h_link a {
    line-height: 15.2rem;
    font-size: 3.6rem;
    background-position: 1.5em center;
  }
}

.h_link .store {
  background-color: #7f6055;
  background-image: url(../img/ico_cart01.svg);
}

@media screen and (min-width: 768px) {
  .h_inner {
    position: relative;
    background: #ee8365;
    width: 91rem;
    height: 100%;
  }
}

.h_menu {
  position: absolute;
  left: 4rem;
  top: 4.3rem;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .h_menu {
    left: 2.7rem;
    top: 3.6rem;
  }
}

#header.home .h_menu:not(.h_close) {
  top: 5rem;
}

@media screen and (max-width: 767px) {
  #header.home .h_menu:not(.h_close) {
    top: 4.8rem;
  }
  #header.home .h_menu:not(.h_close) img {
    width: 5.7rem;
  }
}

.h_menu img {
  width: 3.8rem;
}


.language{
  position: absolute;
  left: 0;
  top: 11rem;
}

.language img{
  width: 12rem;
}

@media screen and (max-width: 767px) {
  .language{
    left: -.5rem;
  }
  .language img{
    width: 10rem;
  }
}


.h_close {
  top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .h_close {
    top: 3.5rem;
    left: 2.9rem;
  }
}

.h_close img {
  width: 2.9rem;
}

@media screen and (max-width: 767px) {
  .h_close img {
    width: 5.6rem;
  }
}

#toggle_menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #toggle_menu {
    background: #ee8365;
    overflow-y: auto;
  }
}

body.open {
  overflow-y: hidden;
}

#gototop {
  display: none !important;
  position: fixed;
  right: 3.6rem;
  bottom: 2rem;
  z-index: 10;
}

#gototop.home {
  bottom: 9rem;
}

#gototop img {
  width: 1.8rem;
}

#footer {
  background: #ee8365;
  color: #fff;
  padding: 12.5rem 0 6.5rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 15rem 0 4rem;
  }
}

.f_logo {
  text-align: center;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 8rem;
  }
}

.f_logo img {
  width: 34.8rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 40rem;
  }
}

.f_ttl {
  font-size: 2.4rem;
  letter-spacing: .04em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .f_ttl {
    text-align: center;
    font-size: 4.8rem;
  }
}

.f_nav {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin-bottom: 6rem;
  }
}

.f_nav p {
  font-size: 1.8rem;
  letter-spacing: .04em;
  border-bottom: solid 1px #fff;
  padding: .6em 0;
}

@media screen and (max-width: 767px) {
  .f_nav p {
    font-size: 3.2rem;
    letter-spacing: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .f_nav .sub {
    margin-bottom: 6rem;
  }
}

.f_nav .sub li {
  margin-top: 1em;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .f_nav .sub li {
    font-weight: 400;
  }
}

.f_nav .sub li a:before {
  content: '－';
}

.f_nav li p {
  padding: 0;
}

.f_nav li p a {
  display: block;
  padding: .6em .4em;
}

@media screen and (min-width: 768px) {
  .f_nav {
    display: flex;
    gap: 10.5rem;
  }
  .f_nav ul {
    width: 24.5rem;
  }
}

.f_info {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .f_info {
    margin: 0 -2rem;
  }
}

.f_info dt {
  font-size: 2.2rem;
  letter-spacing: .04em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .f_info dt {
    font-size: 3rem;
  }
}

.f_info dd {
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .f_info dd {
    font-size: 2.1rem;
    font-weight: 400;
  }
}

.f_sns {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .f_sns {
    gap: 4.5rem;
    justify-content: center;
    margin: 6rem 0 7rem;
  }
}

@media screen and (min-width: 768px) {
  .f_sns {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.f_sns img {
  width: 2.8rem;
}

@media screen and (max-width: 767px) {
  .f_sns img {
    width: 5rem;
  }
}

.f_link a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ee8365;
  border-radius: 3em;
  line-height: 3.8;
  width: 26.5rem;
  padding-left: 2em;
  background: #fff url(../img/ico_cart02.svg) no-repeat calc(100% - 1.5em) center/1.5em;
}

@media screen and (max-width: 767px) {
  .f_link a {
    font-size: 3rem;
    width: auto;
    line-height: 12rem;
    letter-spacing: .3rem;
  }
}

.f_link .gift {
  background-image: url(../img/ico_gift02.svg);
  background-size: 1.333em;
}

.f_link li + li {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .f_link {
    position: absolute;
    right: 2rem;
    top: 8rem;
  }
}

.f_copy {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

.f_by {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: .14em;
}

@media screen and (max-width: 767px) {
  .f_by {
    font-size: 2.1rem;
  }
}

.f_top {
  padding: 0 2.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .f_top {
    padding: 0 4rem;
  }
}

.f_btm {
  padding: 2.5rem 0 0;
  border-top: solid 1px #fff;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .f_btm {
    text-align: center;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .f_btm {
    display: flex;
    justify-content: space-between;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 66;
}

#loading.show .logo:before {
  width: 0;
}

#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34.8rem;
}

body.loaded #loading .logo {
  opacity: 0;
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

#loading .logo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  right: 0;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}

#loading:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  transition: 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}

body.loaded #loading:before {
  width: 0;
}

body.loading #header {
  opacity: 0;
}

body.loaded #header {
  opacity: 1;
  transition: opacity 1.3s cubic-bezier(0.53, -0.01, 0.39, 1) 1.4s;
}

.top_main {
  position: relative;
}

.top_main .name {
  position: fixed;
  color: #7f6055;
  font-size: 3.2rem;
  letter-spacing: .075em;
  font-weight: 400;
  z-index: 10;
  bottom: 4rem;
  left: 4rem;
  line-height: 1.3125;
  opacity: 0;
}

body.loaded .top_main .name {
  opacity: 1;
  transition: opacity 1.3s cubic-bezier(0.53, -0.01, 0.39, 1) 1.4s;
}

@media screen and (max-width: 767px) {
  .top_main .name {
    left: 3.2rem;
    position: absolute;
  }
}

.top_main .catch {
  position: absolute;
  right: calc(50% - 58rem);
  top: 17rem;
  z-index: 2;
  transition: 1.3s cubic-bezier(0.53, -0.01, 0.39, 1) 1s;
  transition-property: transform, opacity;
  transform: translateY(2rem);
  opacity: 0;
}

body.loaded .top_main .catch {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top_main .catch {
    right: 5.5rem;
    top: 23rem;
  }
}

.top_main .catch img {
  width: 9.5rem;
}

@media screen and (max-width: 767px) {
  .top_main .catch img {
    width: 10.5rem;
  }
}

.top_main .item {
  height: 100vh;
  min-height: 60rem;
  overflow: hidden;
  position: relative;
  transition: none !important;
}

.top_main .item img {
  position: absolute;
  right: -5vw;
  width: 105vw;
  max-width: 105vw;
  height: 100%;
  object-fit: cover;
  transition: transform 9s linear;
  transform: translate(-5vw, 0);
}

@media screen and (max-width: 767px) {
  .top_main .item img {
    width: 110vw;
    max-width: 110vw;
    right: -10vw;
    transform: translate(-10vw, 0);
  }
}

.top_main .item img.up, .top_main .item img.down {
  max-width: 100vw;
  height: 110vh;
  right: 0;
}

.top_main .item img.up {
  transform: translate(0, 10vh);
  bottom: 0;
}

.top_main .item img.down {
  transform: translate(0, -10vh);
  top: 0;
}

.top_main .wrap {
  height: 100%;
  position: absolute;
  width: 100vw;
  left: 0;
}

.top_main .area {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 30%;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.top_main .loaded .slick-current img {
  transform: none;
}

.top_main .loaded .item.hide {
  opacity: 1 !important;
}

.top_main .loaded .item.hide img {
  transform: none !important;
}

.top_main .loaded .item.hide .area {
  width: 100%;
}

.top_main .loaded .item.show {
  z-index: 1000 !important;
}

.top_main .loaded .item.show .area {
  width: 100%;
  opacity: 1;
}

.top_lead {
  background: url(../img/sec_intro_bg.jpg) no-repeat 50%/cover;
  padding: 18.5rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .top_lead {
    background-image: url(../img/sec_intro_bg_sp.jpg);
    padding: 12rem 0 7rem;
    text-align: center;
  }
}

.top_lead .ttl {
  font-size: 3.8rem;
  color: #ee8365;
  letter-spacing: .14em;
  line-height: 1.63;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .top_lead .ttl {
    font-size: 4.6rem;
  }
}

.top_lead p {
  color: #6f3e14;
  line-height: 2.4375;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .top_lead p {
    line-height: 1.89;
    margin-bottom: 6rem;
  }
}

.top_lead .logo {
  text-align: center;
  margin-top: 2rem;
}

.top_lead .logo img {
  width: 34.1rem;
}

@media screen and (max-width: 767px) {
  .top_lead figure {
    text-align: right;
    margin-bottom: 3rem;
    margin-right: -3rem;
  }
  .top_lead figure img {
    width: 59rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lead .u_inner {
    width: 152rem;
  }
  .top_lead .row {
    display: flex;
    padding-left: 19.4rem;
    justify-content: space-between;
  }
  .top_lead .desc {
    margin-top: 10.7rem;
  }
  .top_lead figure {
    width: 81.6rem;
  }
}

.fixed_sec {
  position: relative;
}

.top_promise {
  background: #ee8365;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_promise .ttl {
    position: absolute;
    top: 7rem;
    right: 0;
    width: 28.3%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top_promise .ttl {
    text-align: center;
    padding: 16rem 0 0;
  }
  .top_promise .ttl img {
    width: 36.4rem;
  }
}

.top_promise figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_promise figure {
    width: calc(100% - 2.4rem);
    left: 1.2rem;
    top: 9.5rem;
  }
}

.top_promise figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_promise figure img {
    height: 100vh;
    min-height: 93rem;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .top_promise .row {
    padding: 2.5rem;
    display: flex;
    height: 100%;
  }
  .top_promise .row figure {
    width: 71.7%;
  }
}

@media screen and (min-width: 768px) {
  .top_promise > ul > li {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .top_promise > ul > li:nth-child(even) .row {
    flex-flow: row-reverse;
  }
  .top_promise > ul > li:nth-child(even) .box {
    left: 0;
    border-radius: 0 4rem 4rem 0;
  }
  .top_promise > ul > li:nth-child(even) .ttl {
    left: 0;
  }
}

.top_promise .box {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 4rem 0 0 4rem;
  width: 62rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top_promise .box {
    position: absolute;
    right: 0;
    overflow-y: auto;
    display: flex;
    align-items: center;
    height: 44rem;
    max-height: calc(50% + 2.5rem);
    bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_promise .box {
    margin-left: auto;
    position: relative;
    margin-right: -1rem;
    top: -8rem;
  }
}

.top_promise .ttl2 {
  position: relative;
  margin: 1rem 0 2rem;
  color: #ee8365;
  font-size: 3.2rem;
  letter-spacing: .1em;
  padding-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .top_promise .ttl2 {
    font-size: 4.4rem;
    line-height: 1.2;
  }
}

.top_promise .ttl2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 27rem;
  border-bottom: dotted 2px #604629;
}

@media screen and (max-width: 767px) {
  .top_promise .ttl2:before {
    width: 49.7rem;
    border-bottom: dotted 1px #604629;
  }
}

.top_promise .ttl2 img {
  position: absolute;
  width: 30.8rem;
  right: 5rem;
  z-index: -1;
  bottom: -2rem;
}

@media screen and (max-width: 767px) {
  .top_promise .ttl2 img {
    width: 35.42rem;
    font-size: 2.4rem;
    right: -5rem;
    bottom: -4.5rem;
  }
  .top_promise .ttl2 img.b {
    bottom: 0;
  }
}

.top_promise .desc {
  padding: 5rem 0 5rem 12%;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_promise .desc {
    padding: 3rem 7.2rem 3.5rem 4.5rem;
  }
}

.top_promise .desc p i {
  letter-spacing: .05em;
  color: #6f3e14;
  display: block;
  margin-top: .3em;
}

@media screen and (max-width: 767px) {
  .top_promise .desc p i {
    font-size: 2.4rem;
  }
}

.top_promise .desc p img {
  width: 11.1rem;
}

@media screen and (max-width: 767px) {
  .top_promise .desc p img {
    width: 16.6rem;
  }
}

.top_promise .desc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 24rem;
}

.top_promise .desc li {
  color: #7f6055;
  letter-spacing: .05em;
  border: solid .5px #7f6055;
  border-radius: 3em;
  padding: .1em .6em 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_promise .desc li {
    font-size: 2.4rem;
    font-weight: 400;
  }
}

.top_promise .link {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_promise .link:hover {
    opacity: 1;
  }
  .top_promise .link:hover .more {
    transform: scale(1.3);
  }
  .top_promise .link:hover .more .a {
    opacity: 1;
  }
}

.top_promise .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: transform .2s ease-in;
  transform-origin: right center;
}

.top_promise .more a {
  display: block;
}

.top_promise .more img {
  opacity: 1;
  transition: opacity .2s ease-in;
  width: 7.3rem;
}

@media screen and (max-width: 767px) {
  .top_promise .more img {
    width: 15.8rem;
  }
}

.top_promise .more .a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.top_with {
  background: #fff;
  padding: 15rem 1.5rem 30rem;
}

@media screen and (max-width: 767px) {
  .top_with {
    padding: 20rem 0 0;
  }
}

.top_with .ttl {
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_with .ttl {
    margin-bottom: 9rem;
  }
}

.top_with .ttl img {
  width: 33.4rem;
}

@media screen and (max-width: 767px) {
  .top_with .ttl img {
    width: 50.1rem;
  }
}

@media screen and (max-width: 767px) {
  .top_with figure {
    margin-bottom: 10rem;
  }
}

.top_with figure img {
  width: 100%;
}

.top_with p {
  position: absolute;
  top: 2.5rem;
}

.top_with p img {
  width: 100%;
}

.top_with .row1 {
  position: relative;
  margin-bottom: 1.5rem;
}

.top_with .row1 p {
  width: 8rem;
  left: 7%;
}

@media screen and (max-width: 767px) {
  .top_with .row1 p {
    left: 5rem;
    top: 59rem;
    width: 17.6rem;
  }
  .top_with .row1 .b {
    margin-left: 29.5rem;
    margin-bottom: 22rem;
  }
}

@media screen and (min-width: 768px) {
  .top_with .row1 .a {
    margin-left: 14.18%;
  }
  .top_with .row1 .b {
    width: 23.97%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 64%;
  }
  .top_with .row1 .c {
    width: 55.18%;
  }
}

@media screen and (min-width: 768px) {
  .top_with .row2 {
    margin-top: 1.5rem;
    position: relative;
  }
}

.top_with .row3 {
  position: relative;
}

.top_with .row3 p {
  width: 3.9rem;
  right: 6.6%;
}

@media screen and (max-width: 767px) {
  .top_with .row3 p {
    width: 12rem;
    top: 0;
    right: 5.2rem;
  }
  .top_with .row3 .a {
    margin-right: 22.5rem;
  }
  .top_with .row3 .b {
    width: 32.1rem;
    margin-right: 22.5rem;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .top_with .row3 {
    display: flex;
  }
  .top_with .row3 .a {
    width: 33%;
    margin-right: 1.5rem;
  }
  .top_with .row3 .b {
    position: absolute;
    left: 12.539%;
    bottom: 12.59%;
    width: 16.98%;
  }
  .top_with .row3 .c {
    width: 53.96%;
  }
}

.top_with .row4 {
  position: relative;
  margin-top: 1.5rem;
}

.top_with .row4 p {
  left: 6.6%;
  width: 3.9rem;
}

@media screen and (max-width: 767px) {
  .top_with .row4 p {
    width: 13rem;
    left: 6.6rem;
    top: 0;
  }
  .top_with .row4 .a {
    margin-left: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .top_with .row4 {
    display: flex;
  }
  .top_with .row4 .a {
    margin-left: 14.18%;
    margin-right: 1.5rem;
    width: 37.1%;
  }
  .top_with .row4 .b {
    width: 49.57%;
  }
}

.top_lineup {
  padding: 17rem 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_lineup {
    padding: 17rem 0 12rem;
  }
}

.top_lineup .ttl {
  text-align: center;
}

.top_lineup .ttl img {
  width: 32.1rem;
}

@media screen and (max-width: 767px) {
  .top_lineup .ttl img {
    width: 53rem;
  }
}

.top_lineup .lead {
  text-align: center;
  color: #ee8365;
  font-size: 3rem;
  letter-spacing: .02em;
  line-height: 1.63;
  margin: 6rem 0 30.5rem;
}

@media screen and (max-width: 767px) {
  .top_lineup .lead {
    font-size: 4.2rem;
  }
}

.top_lineup .head {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -8.3rem;
}

@media screen and (max-width: 767px) {
  .top_lineup .head {
    top: -15rem;
  }
}

.top_lineup .head img {
  width: 28.4rem;
}

@media screen and (max-width: 767px) {
  .top_lineup .head img {
    width: 39rem;
  }
}

.top_lineup .box {
  position: relative;
  z-index: 1;
  padding: 35rem 0 12rem;
  margin: 0 3rem;
}

@media screen and (min-width: 768px) {
  .top_lineup .box {
    width: 160rem;
    margin: 0 auto;
    padding: 16rem 0 10rem;
  }
}

.top_lineup .box:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg_pattern01.png) center top/2.6rem;
  height: 42.5rem;
  width: 100vw;
  top: -20rem;
  z-index: -2;
}

.top_lineup .box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.8rem;
  background: #fff;
  z-index: -1;
}

.top_lineup .box.a .img {
  right: 5rem;
  top: -6rem;
  width: 20.8rem;
}

@media screen and (max-width: 767px) {
  .top_lineup .box.a .img {
    top: auto;
    bottom: -5.3rem;
    width: 20.7rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lineup .box.a dl {
    margin: 0;
  }
  .top_lineup .box.a .row {
    align-items: center;
  }
  .top_lineup .box.a dt {
    margin-top: 0;
  }
  .top_lineup .box.a dl {
    width: 40rem;
  }
}

.top_lineup .box.b {
  margin: 40rem auto;
}

@media screen and (max-width: 767px) {
  .top_lineup .box.b {
    margin: 42rem 3rem;
  }
}

.top_lineup .box.b:before {
  background-image: url(../img/bg_pattern02.png);
}

.top_lineup .box.b dt:before {
  border-color: #72ae2d;
}

@media screen and (max-width: 767px) {
  .top_lineup .box.b .item + .item figure {
    margin: 33rem 0 17rem;
  }
}

.top_lineup .box.c .img {
  left: 7rem;
  top: -11rem;
  width: 25.3rem;
}

@media screen and (max-width: 767px) {
  .top_lineup .box.c .img {
    display: none;
  }
}

.top_lineup .box.c:before {
  background-image: url(../img/bg_pattern03.png);
}

.top_lineup .box.c dt:before {
  border-color: #b4bcdf;
}

.top_lineup .box.c dd img {
  height: 3.1875em;
}

@media screen and (max-width: 767px) {
  .top_lineup .item + .item {
    margin-top: 20rem;
  }
}

.top_lineup .img {
  position: absolute;
}

.top_lineup figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_lineup figure {
    text-align: center;
  }
}

.top_lineup figure img {
  width: 40rem;
}

.top_lineup figure .icon {
  position: absolute;
  width: 16.1rem;
  top: 4rem;
  left: -12rem;
}

@media screen and (max-width: 767px) {
  .top_lineup figure .icon {
    left: 2rem;
    top: -15rem;
    width: 23rem;
  }
}

.top_lineup figure .icon.b {
  left: auto;
  right: -12rem;
  top: -1rem;
}

@media screen and (max-width: 767px) {
  .top_lineup figure .icon.b {
    right: 2.5rem;
    width: 60rem;
    top: -16rem;
  }
}

.top_lineup dl {
  text-align: center;
  margin: 5rem 5rem 0;
}

@media screen and (min-width: 768px) {
  .top_lineup dl {
    width: 37.8rem;
    margin: 0 auto;
  }
}

.top_lineup dt {
  font-size: 4.2rem;
  letter-spacing: .05em;
  position: relative;
  padding-bottom: .45em;
  line-height: 1;
  margin: .5em 0 .5em;
}

@media screen and (max-width: 767px) {
  .top_lineup dt {
    font-size: 7.5rem;
    padding-bottom: .7em;
  }
}

.top_lineup dt:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32.2rem;
  border-bottom: dotted 2px #ee8365;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_lineup dt:before {
    width: 100%;
  }
}

.top_lineup dt small {
  display: block;
  font-size: .476em;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .top_lineup dt small {
    font-size: 4.3rem;
    line-height: 5rem;
    padding-bottom: 2rem;
  }
}

.top_lineup dd {
  line-height: 1.8215;
  letter-spacing: .06em;
}

.top_lineup dd img {
  display: block;
  margin: 0 auto 1.4em;
  height: 2.9375em;
}

.top_lineup .more {
  margin-top: 3rem;
}

.top_lineup .more a {
  display: block;
  border: solid 1px #70a67e;
  line-height: 3.6;
  color: #70a67e;
  font-weight: bold;
  letter-spacing: .1em;
  position: relative;
  padding-left: 1em;
}

.top_lineup .more a:before {
  content: '';
  position: absolute;
  background: url(../img/arrow01.svg) no-repeat 50%/contain;
  width: .875em;
  height: 100%;
  margin-left: -1.8em;
}

.top_lineup .store {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .top_lineup .store {
    margin-top: 7rem;
  }
}

.top_lineup .store a {
  display: inline-block;
  background: #6d564e;
  border-radius: 3em;
  font-weight: bold;
  line-height: 3.125;
  width: 13em;
  color: #fff;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .top_lineup .row {
    display: flex;
    justify-content: center;
    gap: 16rem;
  }
}

.top_feature .bg {
  padding: 49rem 0 23rem;
  position: relative;
  top: -21rem;
  margin-bottom: -16vw;
  background: url(../img/sec_feature_bg01.jpg) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .top_feature .bg {
    background-image: url(../img/sec_feature_bg01_sp.jpg);
    top: 0;
    margin-bottom: -5rem;
    padding: 39rem 0 17rem;
  }
}

@media screen and (max-width: 767px) {
  .top_feature .wrap {
    overflow-y: auto;
    margin-left: 3rem;
  }
}

.top_feature .list {
  background: url(../img/sec_feature_bg02.svg) no-repeat left top/contain;
  display: flex;
  width: 119.6rem;
  height: 41.8rem;
  margin: 0 auto;
  gap: 12rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_feature .list {
    height: 65.1rem;
    width: 186.4rem;
    gap: 22rem;
  }
}

.top_feature .list dt {
  text-align: center;
  color: #ee8365;
  font-size: 2.4rem;
  letter-spacing: .025em;
  background: url(../img/dot.png) no-repeat center bottom/2.166em;
  padding: 3.5em 0 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .top_feature .list dt {
    font-size: 3.7rem;
    background-image: url(../img/dot_sp.png);
    background-size: 7.7rem;
    padding-top: 2.8em;
  }
}

.top_feature .list dd {
  width: 17em;
  color: #a88577;
  letter-spacing: .05em;
  line-height: 1.65;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .top_feature .list dd {
    width: 37.7rem;
    letter-spacing: .01em;
    font-weight: 400;
  }
}

.top_feature ul {
  display: flex;
  position: relative;
  z-index: 1;
}

.top_feature li {
  width: 33.33%;
}

.top_feature li img {
  width: 100%;
}

.top_feature li a {
  display: block;
}

.top_news {
  background: #ee8365;
  padding: 16rem 0 19rem;
  margin-top: -4vw;
}

@media screen and (min-width: 768px) {
  .top_news {
    min-height: 100rem;
    padding: 22rem 0 15rem;
  }
}

@media screen and (max-width: 767px) {
  .top_news .c_more {
    margin-top: 3rem;
    margin-right: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_news .c_more a {
    text-align: right;
    padding-right: calc(50% -  80rem);
  }
}

.top_news li {
  border-bottom: solid 1px #7c5850;
  position: relative;
  z-index: 1;
}

.top_news li a {
  display: block;
  color: #fff;
  padding: 3.2em 7.5rem;
  letter-spacing: .075em;
  padding: 4rem 3rem 3rem;
}

@media screen and (min-width: 768px) {
  .top_news li a {
    padding: 3.2em 7.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 32rem;
  }
}

.top_news li a:before {
  content: '';
  position: absolute;
  right: 0;
  width: 100vw;
  height: 100%;
  top: 0;
  background: #f7f2e5;
  z-index: -1;
  opacity: 0;
  transition: opacity .2s ease-in;
}

.top_news li a:hover {
  color: #604a19;
  opacity: 1;
}

.top_news li a:hover:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top_news li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.top_news li small, .top_news li i {
  letter-spacing: .135em;
}

@media screen and (min-width: 768px) {
  .top_news li small, .top_news li i {
    left: 7.5rem;
    font-size: 1.4rem;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .top_news li small {
    margin-right: 1em;
  }
}

.top_news li i {
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .top_news li i {
    font-size: 2.4rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .top_news li i {
    margin-left: 7em;
  }
}

.top_news li i:before, .top_news li i:after {
  content: '|';
  margin: 0 .5em;
}

.top_news ul {
  border-top: solid 1px #7c5850;
}

@media screen and (min-width: 768px) {
  .top_news ul {
    margin-left: calc(50% - 15rem);
  }
}

@media screen and (max-width: 767px) {
  .top_news figure {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top_news figure {
    width: calc(50% - 23.4rem);
    border-radius: 0 48% 48% 0;
    overflow: hidden;
    position: absolute;
    margin-top: -3.6rem;
    z-index: 2;
  }
}

.top_column {
  background: #ee8365;
}

@media screen and (max-width: 767px) {
  .top_column {
    padding-bottom: 12rem;
  }
}

.top_column .img {
  position: absolute;
  width: 24.5rem;
  top: -8.6rem;
  right: 5.468%;
}

@media screen and (max-width: 767px) {
  .top_column .img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_column .c_more {
    margin-top: 10rem;
    margin-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_column ul {
    margin: 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_column li + li {
    border-top: solid 1px #fff;
    padding-top: 3.5rem;
    margin-top: 4.5rem;
  }
}

.top_column li a {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_column li a {
    padding: 9rem 3rem 4rem 3rem;
  }
  .top_column li a:hover {
    opacity: 1;
    background: #f7f2e5;
  }
  .top_column li a:hover i {
    background: #231815;
    color: #f7f2e5;
  }
}

.top_column li p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .055em;
}

@media screen and (max-width: 767px) {
  .top_column li p {
    font-size: 3.2rem;
  }
}

.top_column li i {
  background: #fff;
  font-size: .7em;
  font-weight: 500;
  letter-spacing: .055em;
  border-radius: 0 3em 3em 0;
  padding: .3em  1em;
  display: inline-block;
  margin-top: .4em;
}

@media screen and (max-width: 767px) {
  .top_column li i {
    font-size: 2.5rem;
    margin-top: .8em;
  }
}

.top_column figure {
  margin: 0 auto 4rem;
}

@media screen and (min-width: 768px) {
  .top_column figure {
    width: 45.7rem;
    margin: 0 auto 15rem;
  }
}

.top_column figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_column ul {
    display: flex;
    justify-content: center;
  }
  .top_column li {
    width: 33.33%;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .top_column li:last-child {
    border-right: solid 1px #fff;
  }
}

.top_img {
  position: relative;
}

.top_img p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16%;
  font-weight: bold;
  letter-spacing: .2em;
  font-size: 2.4rem;
  line-height: 2;
  color: #a88577;
}

@media screen and (max-width: 767px) {
  .top_img p {
    font-size: 3.6rem;
    top: 5rem;
    transform: none;
    left: 6rem;
  }
}

.top_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_img .item.b {
    display: flex;
  }
  .top_img .item.b img {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .top_img {
    display: flex;
  }
  .top_img .item {
    width: 64.48%;
  }
  .top_img .item.b {
    width: 35.52%;
  }
}

.top_faq {
  position: relative;
  z-index: 1;
  padding: 12rem 0 40.8rem;
}

@media screen and (max-width: 767px) {
  .top_faq {
    padding: 8.5rem 0 24rem;
  }
}

.top_faq:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20rem;
  bottom: 0;
  background: #fff;
  left: 0;
  z-index: -2;
}

.top_faq:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/sec_faq_bg.jpg) no-repeat center bottom/100% auto;
  mask: url(../img/mask01.png) no-repeat center bottom/100% auto;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_faq:before {
    background-image: url(../img/sec_faq_bg_sp.jpg);
    mask: none;
  }
}

.top_faq .img {
  position: absolute;
  width: 25.6rem;
  top: -5.4rem;
  left: calc(50% - 77rem);
  z-index: 1;
}

.top_faq dt, .top_faq dd {
  background: #fff;
  font-size: 2rem;
  letter-spacing: .1em;
  border-radius: 3em;
  padding: 0 3em 0 16.5rem;
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  height: 9rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top_faq dt, .top_faq dd {
    font-size: 3rem;
    padding-left: 13rem;
    padding-right: 2em;
    height: 13rem;
  }
}

.top_faq dt:before, .top_faq dd:before {
  content: 'q.';
  color: #ee8365;
  font-size: 1.8em;
  font-family: "Source Serif 4", serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7.6rem;
  margin-top: -.2em;
}

@media screen and (max-width: 767px) {
  .top_faq dt:before, .top_faq dd:before {
    font-size: 4.8rem;
    left: 6rem;
  }
}

.top_faq dt {
  cursor: pointer;
}

.top_faq dt.open + dd {
  display: block;
}

.top_faq dd {
  display: none;
  background: #ee8365;
  color: #fff;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 3rem;
}

.top_faq dd:before {
  content: 'A.';
  color: #fff;
  transform: none;
  top: 4rem;
}

.top_faq dd p {
  font-size: 1.4rem;
  letter-spacing: .01rem;
  line-height: 1.3;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .top_faq dd p {
    font-size: 2rem;
    letter-spacing: .01rem;
  }
}

.top_faq dd a {
  color: #231815;
}

@media screen and (min-width: 768px) {
  .top_faq .u_inner {
    width: 90rem;
  }
}

.top_msg {
  background: #fff url(../img/sec_msg_bg.jpg) no-repeat center bottom/192rem;
  padding: 11rem 0 31rem;
  text-align: center;
  color: #70a67e;
}

@media screen and (min-width: 1920px) {
  .top_msg {
    background-size: 100%;
  }
}

.top_msg .ttl img {
  width: 18.5rem;
}

@media screen and (max-width: 767px) {
  .top_msg .ttl img {
    width: 28rem;
  }
}

.top_msg dt {
  font-size: 3.2rem;
  letter-spacing: .1em;
  line-height: 1.43;
  margin: .8em 0 .9em;
}

@media screen and (max-width: 767px) {
  .top_msg dt {
    font-size: 4.16rem;
  }
}

.top_msg dd {
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 2.4375;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.low {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 10.5rem;
  }
}

.low_header {
  padding: 13.5rem 0 0;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    padding: 10rem 0 0;
  }
}

.low_header .low_ttl {
  font-size: 5rem;
  letter-spacing: .075em;
  padding-bottom: 3.5rem;
}

.low_header.bg {
  padding-bottom: 4rem;
  background: #ee8365;
}

.low_header.bg .low_ttl {
  padding-bottom: 5.3rem;
}

@media screen and (max-width: 767px) {
  .low_header.bg {
    padding-bottom: 5rem;
  }
}

.low_header.bg li a {
  color: #fff;
  border-color: #fff;
}

.low_header.bg li a.active, .low_header.bg li a:hover {
  background: #fff;
  color: #604a19;
}

.low_header:not(.bg) .low_ttl {
  color: #ee8365;
  background-image: url(../img/ttl_underline01.png);
  background-size: 25rem;
}

.low_header ul {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.low_header li a {
  display: block;
  border-radius: 3em;
  border: solid .5px #604a19;
  color: #604a19;
  min-width: 7.75em;
  text-align: center;
  padding: .2em 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .low_header li a {
    font-size: 2.2rem;
    min-width: 0;
  }
}

.low_header li a.active, .low_header li a:hover {
  background: #604a19;
  opacity: 1;
  color: #fff;
}

.low_ttl {
  text-align: center;
  font-size: 3.6rem;
  background: url(../img/ttl_underline02.png) no-repeat center bottom/25.8rem;
  padding-bottom: 5rem;
  color: #fff;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: 4.5rem;
}

.shop_lead {
  background: #ee8365;
  padding: 13.5rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .shop_lead {
    padding: 10rem 0 6rem;
  }
}

.shop_lead .store a {
  display: flex;
  border-radius: 6rem;
  background: #fff;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shop_lead .store a {
    border-radius: 1.6rem;
  }
}

.shop_lead .store .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24.3rem);
  padding-right: 5rem;
  padding-left: 3.3rem;
}

@media screen and (max-width: 767px) {
  .shop_lead .store .desc {
    width: calc(100% - 23.2rem);
    padding-left: 2rem;
  }
}

.shop_lead .store .desc img {
  width: 34.6rem;
}

@media screen and (max-width: 767px) {
  .shop_lead .store .desc img {
    width: 33.6rem;
  }
}

.shop_lead .store .desc .cart {
  width: 3rem;
}

.shop_lead .store figure {
  width: 24.3rem;
}

@media screen and (max-width: 767px) {
  .shop_lead .store figure {
    width: 23.2rem;
  }
}

.shop_lead .lead {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
  margin: 2.8rem 0 8rem;
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .shop_lead .lead {
    margin: 3rem 0 6rem;
  }
}

.shop_lead .lead li {
  font-size: 1.4rem;
  line-height: 1.64;
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .shop_lead .lead li {
    font-size: 2.2rem;
  }
}

.shop_lead .lead b {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .shop_lead .nav {
    overflow-x: auto;
    margin-right: -3rem;
  }
}

.shop_lead .nav ul {
  display: flex;
  justify-content: center;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .shop_lead .nav ul {
    white-space: nowrap;
    justify-content: flex-start;
  }
}

.shop_lead .nav a {
  display: block;
  font-weight: bold;
  border: solid .5px #fff;
  border-radius: 3em;
  padding: .1em 1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .shop_lead .nav a {
    font-size: 2.4rem;
    padding: .3em 1em;
  }
}

.shop_lead .nav a:hover {
  background: #fff;
  color: #231815;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .shop_lead .u_inner {
    width: 86.5rem;
  }
}

.shop_list {
  color: #5b3f39;
}

.shop_list .ttl {
  color: #ee8365;
  letter-spacing: .05em;
  line-height: 1.8125;
}

@media screen and (max-width: 767px) {
  .shop_list .ttl {
    font-size: 4.2rem;
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 768px) {
  .shop_list .ttl {
    position: absolute;
  }
}

.shop_list dt, .shop_list dd {
  line-height: 1.8125;
  letter-spacing: .05em;
}

.shop_list dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shop_list dt {
    font-size: 3.6rem;
    margin-bottom: .4em;
  }
}

@media screen and (min-width: 768px) {
  .shop_list dt {
    position: absolute;
    left: 26rem;
  }
}

.shop_list dd {
  line-height: 1.8125;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .shop_list dd {
    margin-bottom: 7rem;
  }
  .shop_list dd p {
    margin-bottom: .6em;
  }
  .shop_list dd i {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .shop_list dd {
    margin-left: 61rem;
  }
  .shop_list dd i {
    position: absolute;
    left: 0;
  }
  .shop_list dd p {
    position: relative;
    padding-left: 9em;
  }
}

.shop_list section {
  padding: 9.5rem 0 2.5rem;
  border-top: solid .5px #231815;
  position: relative;
}

.shop_list section.first {
  border: none;
}

@media screen and (min-width: 768px) {
  .shop_list {
    width: 117.8rem;
    margin: 0 auto;
  }
}

.shop_contact {
  color: #5b3f39;
  margin: 15rem auto 21rem;
  text-align: center;
}

.shop_contact .ttl {
  color: #604a19;
  font-size: 3.2rem;
  letter-spacing: .05em;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .shop_contact .ttl {
    font-size: 4.6rem;
    margin-bottom: .5em;
  }
}

.shop_contact p {
  color: #604a19;
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .shop_contact p {
    font-size: 2.6rem;
  }
}

.shop_contact ul {
  border-top: solid .5px #5b3f39;
  margin-top: 4rem;
}

.shop_contact li {
  border-bottom: solid .5px #5b3f39;
}

.shop_contact a {
  display: block;
  line-height: 10rem;
}

@media screen and (max-width: 767px) {
  .shop_contact a {
    line-height: 17rem;
  }
}

.shop_contact .tel {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shop_contact .tel {
    font-size: 3.6rem;
  }
}

.shop_contact .tel img {
  width: 1.1em;
  vertical-align: -.2em;
  margin-right: .4em;
}

.shop_contact .mail img {
  width: 1.375em;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .shop_contact {
    width: 80rem;
  }
  .shop_contact ul {
    display: flex;
    position: relative;
  }
  .shop_contact ul:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: solid .5px #5b3f39;
    height: 5.8rem;
  }
  .shop_contact li {
    width: 50%;
  }
}

.news_list {
  margin: 0 auto 10rem;
  color: #604a19;
}

@media screen and (min-width: 768px) {
  .news_list {
    margin: 0 auto 14.5rem;
    width: 100rem;
  }
}

.news_list li {
  border-bottom: solid .5px #7c5850;
  font-size: 1.8rem;
  letter-spacing: .075em;
}

.news_list li br {
  display: none;
}

@media screen and (max-width: 767px) {
  .news_list li {
    font-size: 3.2rem;
  }
  .news_list li span {
    display: block;
    margin-top: .5em;
    padding-right: 4em;
  }
}

.news_list li.new a {
  background: url(../img/news_tag01.svg) no-repeat left center/6.1rem;
}

@media screen and (max-width: 767px) {
  .news_list li.new a {
    background-position: calc(100% - .5em) 1.5em;
    background-size: 7.3rem;
  }
}

.news_list li small {
  letter-spacing: .135em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news_list li small {
    font-size: 2.6rem;
    margin-right: 1em;
  }
}

.news_list li i {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .02em;
  text-align: center;
  background: #fff;
  border-radius: 3em;
  display: inline-block;
  min-width: 8.5em;
  padding: .4em .5em .3em;
}

@media screen and (max-width: 767px) {
  .news_list li i {
    font-size: 1.8rem;
  }
}

.news_list li a {
  display: block;
  padding: 5rem 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list li a {
    padding: 1.2em 0 .6em;
  }
}

@media screen and (min-width: 768px) {
  .news_list li small {
    position: absolute;
    left: 9.5rem;
  }
  .news_list li i {
    position: absolute;
    left: 22.5rem;
  }
  .news_list li a {
    padding-left: 37.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.column_list {
  margin: 7rem 3rem 11rem;
}

@media screen and (min-width: 768px) {
  .column_list {
    margin: 11rem auto 14.5rem;
    width: 107rem;
    display: flex;
    flex-wrap: wrap;
    gap: 6.4rem 5.1rem;
  }
  .column_list li {
    width: calc(33.33% - 3.4rem);
  }
}

@media screen and (max-width: 767px) {
  .column_list li {
    margin-top: 7rem;
  }
}

.column_list .ttl {
  font-size: 2.2rem;
  margin-top: .2em;
}

@media screen and (max-width: 767px) {
  .column_list .ttl {
    font-size: 3.6rem;
  }
}

.column_list figure {
  position: relative;
  margin-bottom: 1.8rem;
}

.column_list figure img {
  width: 100%;
}

.column_list figure.new:before {
  content: '';
  position: absolute;
  background: url(../img/ico_new.svg) no-repeat 50%/contain;
  height: 7.5rem;
  width: 7.5rem;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .column_list figure.new:before {
    width: 13.8rem;
    height: 13.8rem;
  }
}

.column_list i {
  border: solid 0.5px #231815;
  font-size: 1.4rem;
  letter-spacing: .075em;
  border-radius: 3em;
  padding: .2em 1em;
}

@media screen and (max-width: 767px) {
  .column_list i {
    font-size: 2rem;
  }
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 14rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 10rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
  width: 2.85em;
  height: 2.85em;
  font-size: 2rem;
  line-height: 2.85;
  border-radius: 50%;
  border: solid .5px transparent;
  color: #604a19;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 3rem;
  }
}

.wp-pagenavi .current {
  color: #ee8365;
  border-color: #ee8365;
  margin: 0 .5em;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: auto;
  letter-spacing: .24em;
}

.wp-pagenavi .previouspostslink {
  margin-right: 1em;
}

.wp-pagenavi .nextpostslink {
  margin-left: 1em;
}

.news_body {
  text-align: center;
  color: #604a19;
}

@media screen and (max-width: 767px) {
  .news_body {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .news_body {
    width: 80rem;
    margin: 0 auto;
  }
}

.news_body .ttl {
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: .065em;
  margin-bottom: .4em;
}

.news_body .cate {
  margin-bottom: .8em;
}

.news_body .cate i {
  border-radius: 3em;
  display: inline-block;
  background: #fff;
  width: 8.75em;
  padding: .2em 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .news_body .cate i {
    font-size: 2.2rem;
  }
}

.news_body .date {
  color: #ee8365;
  font-size: 2rem;
  letter-spacing: .075em;
}

@media screen and (max-width: 767px) {
  .news_body .date {
    font-size: 3.2rem;
  }
}

.news_body .body {
  text-align: left;
  margin-top: 8rem;
}

@media screen and (min-width: 768px) {
  .news_body .body {
    font-size: 1.8rem;
  }
}

.news_body .body p, .news_body .body dd {
  letter-spacing: .05em;
  line-height: 2.16;
  margin-bottom: 2.16em;
}

.news_body .body figure {
  margin-bottom: 2.16em;
}

.news_body .body h2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .065em;
  margin: 10rem 0 1em;
}

@media screen and (max-width: 767px) {
  .news_body .body h2 {
    font-size: 3.6rem;
  }
}

.news_body .body h3 {
  font-size: 2.4rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .news_body .body h3 {
    font-size: 3.2rem;
  }
}

.news_body .body dl {
  margin: 10rem 0;
  border-top: solid 1px #604a19;
}

.news_body .body dt {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 1em 0 .4em;
}

.news_body .body small {
  font-size: .875em;
}

.c_pager {
  color: #604a19;
  margin: 16rem auto 14rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.7rem;
  border-top: solid 1px #604a19;
  align-items: center;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .c_pager {
    font-size: 3.2rem;
    padding-top: 3.5rem;
  }
}

.c_pager a {
  line-height: 4.7rem;
  display: block;
}

.c_pager .prev {
  background: url(../img/btn_prev01.svg) no-repeat left center/contain;
  padding-left: 4em;
}

.c_pager .back {
  font-weight: bold;
  text-align: center;
}

.c_pager .next {
  text-align: right;
  background: url(../img/btn_next01.svg) no-repeat right center/contain;
  padding-right: 4em;
}

@media screen and (max-width: 767px) {
  .c_pager .next, .c_pager .prev {
    padding: 0;
    width: 8.3rem;
    height: 8.3rem;
    color: transparent;
  }
}

@media screen and (min-width: 768px) {
  .c_pager {
    width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .getsu_sec .mv {
    mask: url(../img/bg_mask02.svg) no-repeat center bottom/100% auto;
  }
}

.getsu_sec .bg {
  position: relative;
}

.getsu_sec .bg.b:before {
  left: calc(50% - 26rem);
}

@media screen and (max-width: 767px) {
  .getsu_sec .bg.b:before {
    left: 11.4rem;
  }
}

.getsu_sec .bg:before {
  content: '';
  position: absolute;
  background: url(../img/getsurei_bg01.jpg) no-repeat 50%/contain;
  width: 159.6rem;
  height: 113.3rem;
  right: calc(50% - 16.2rem);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .getsu_sec .bg:before {
    right: 24.5rem;
  }
}

.getsu_sec .head {
  width: 53.1rem;
  margin: 0 auto -12vw;
  position: relative;
  top: -12vw;
}

@media screen and (max-width: 767px) {
  .getsu_sec .head {
    width: 63.6rem;
    top: -31.3rem;
    margin-bottom: -31.6rem;
  }
}

.getsu_sec .head .ttl img {
  width: 100%;
}

.getsu_sec .head .img {
  position: absolute;
}

.getsu_sec .head p {
  position: absolute;
  text-align: center;
  letter-spacing: .075em;
  line-height: 1.875;
  left: 0;
  width: 100%;
  bottom: 21%;
}

@media screen and (max-width: 767px) {
  .getsu_sec .head p {
    font-size: 2.4rem;
    line-height: 1.625;
    bottom: 18%;
  }
}

.getsu_sec1 {
  margin-bottom: 17rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 {
    margin-bottom: 31.5rem;
  }
}

.getsu_sec1 .bg:before {
  top: -32.1rem;
}

.getsu_sec1 .head .img {
  width: 24rem;
  bottom: -2rem;
  right: -3.1rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .head .img {
    width: 28.7rem;
    right: 0;
  }
}

.getsu_sec1 .chart {
  text-align: center;
  margin: 9rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .chart {
    margin: 13rem 0 7rem;
  }
}

.getsu_sec1 .chart img {
  width: 99.3rem;
}

.getsu_sec1 .pack {
  background: url(../img/bg_fukidashi.svg) no-repeat center top/contain;
  width: 59rem;
  height: 20.7rem;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 2.5rem 0;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pack {
    width: 65.1rem;
    height: 35.4rem;
    background-image: url(../img/bg_fukidashi_sp.svg);
    padding: 4rem 4rem 0;
  }
}

.getsu_sec1 .pack dt {
  color: #604039;
  font-size: 2.4rem;
  letter-spacing: .025em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pack dt {
    font-size: 3.6rem;
  }
}

.getsu_sec1 .pack dd {
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pack dd {
    text-align: justify;
    font-weight: 400;
  }
  .getsu_sec1 .pack dd br {
    display: none;
  }
}

.getsu_sec1 .pkg {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 21rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pkg {
    justify-content: center;
    gap: 4rem 3rem;
    margin-bottom: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .getsu_sec1 .pkg {
    width: 123.4rem;
    justify-content: space-between;
  }
}

.getsu_sec1 .pkg figure {
  text-align: center;
  margin: 0 -2.3rem;
}

.getsu_sec1 .pkg figure img {
  width: 30.6rem;
}

.getsu_sec1 .pkg li {
  width: 26rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pkg li {
    width: 30rem;
  }
}

.getsu_sec1 .pkg .data {
  text-align: center;
}

.getsu_sec1 .pkg .data img {
  width: 25rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pkg .data img {
    width: 30rem;
  }
}

.getsu_sec1 .pkg dl {
  font-size: 2.1rem;
  border-bottom: solid 1px #f1d5c6;
  padding-bottom: 1em;
  margin: 2.2em 0 1em;
}

@media screen and (min-width: 768px) {
  .getsu_sec1 .pkg dl {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pkg dl {
    text-align: center;
    padding-bottom: .5em;
  }
}

.getsu_sec1 .pkg dt, .getsu_sec1 .pkg dd {
  white-space: nowrap;
}

.getsu_sec1 .pkg dt {
  background: #84655a;
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  font-weight: bold;
  padding: .3em 0;
  padding-left: .2em;
}

@media screen and (min-width: 768px) {
  .getsu_sec1 .pkg dt {
    width: 5em;
  }
}

.getsu_sec1 .pkg dd {
  background: rgba(132, 101, 90, 0.15);
  padding: .3em .45em;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pkg dd {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .getsu_sec1 .pkg dd {
    width: calc(100% - 5em);
  }
}

.getsu_sec1 .pkg p {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.64;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .pkg p {
    font-size: 2.4rem;
    line-height: 1.45;
    font-weight: 400;
    text-align: justify;
  }
}

.getsu_sec1 .box {
  position: relative;
  padding: 10rem 0 6rem 16.5rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .box {
    padding: 8.5rem 0 7.2rem 9.5rem;
  }
}

.getsu_sec1 .box .img {
  position: absolute;
  right: 0;
  width: 38rem;
  top: -6.6rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .box .img {
    width: 29rem;
    right: -2rem;
    top: -12rem;
  }
}

.getsu_sec1 .box ul {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  margin-top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .box ul {
    gap: 2rem 5.5rem;
  }
}

.getsu_sec1 .box dt {
  color: #ee8365;
  font-size: 3.6rem;
  letter-spacing: .075em;
  margin-bottom: .4em;
}

.getsu_sec1 .box dd {
  line-height: 1.8125;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .box dd {
    font-weight: 400;
    width: 94%;
    text-align: justify;
  }
  .getsu_sec1 .box dd br {
    display: none;
  }
}

.getsu_sec1 .box li {
  width: 23.8rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .box li {
    width: calc(50% - 2.75rem);
  }
}

.getsu_sec1 .box li img {
  width: 100%;
}

.getsu_sec1 .box:before {
  content: '';
  position: absolute;
  width: calc(50% + 71.6rem);
  right: 0;
  border-radius: 4.6rem 0 0 4.6rem;
  background: #fff;
  height: 100%;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .getsu_sec1 .box:before {
    width: 100%;
    left: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .getsu_sec1 .u_inner {
    width: 143.2rem;
  }
}

.getsu_sec2 {
  margin-bottom: 26rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .getsu_sec2 {
    margin-bottom: 16rem;
  }
}

@media screen and (max-width: 767px) {
  .getsu_sec2 .head {
    top: -34.7rem;
  }
}

.getsu_sec2 .head .img {
  width: 17rem;
  bottom: 1.3rem;
  left: -3.9rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec2 .head .img {
    left: -1rem;
    bottom: 4rem;
  }
}

.getsu_sec2 .head p {
  bottom: 25%;
}

@media screen and (max-width: 767px) {
  .getsu_sec2 .head p {
    bottom: 18%;
  }
}

.getsu_sec2 .bg {
  top: -55.8rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec2 .bg {
    top: -62rem;
  }
}

.getsu_sec2 .point {
  margin-top: -30rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec2 .point {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .getsu_sec2 .u_inner {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .getsu_sec2 .u_inner {
    width: 119.6rem;
  }
}

.getsu_sec3 {
  text-align: center;
  padding-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec3 {
    padding-bottom: 11.5rem;
  }
}

.getsu_sec3 .mv {
  position: relative;
}

.getsu_sec3 .mv .img {
  width: 35.4rem;
  position: absolute;
  bottom: 0;
  right: calc(50% - 51rem);
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .mv .img {
    width: 21.1rem;
    right: -1rem;
  }
}

.getsu_sec3 .bg:before {
  bottom: -53rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .bg:before {
    bottom: -44rem;
  }
}

.getsu_sec3 .head p {
  bottom: 23%;
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .head p {
    bottom: 20%;
  }
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .list {
    margin-top: 9rem;
  }
}

@media screen and (min-width: 768px) {
  .getsu_sec3 .list {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .getsu_sec3 .list:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: .5rem;
    background: url(../img/dot02.png) repeat-y center top/contain;
    top: 0;
  }
}

.getsu_sec3 .list dt {
  color: #b863a2;
  font-size: 5.6rem;
  letter-spacing: .2em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .list dt {
    font-size: 10rem;
    width: 2.4em;
    margin: 0 auto;
    white-space: nowrap;
  }
}

.getsu_sec3 .list dd {
  line-height: 1.8125;
  letter-spacing: .025em;
}

.getsu_sec3 .list dd img {
  mix-blend-mode: multiply;
  width: 40rem;
}

.getsu_sec3 .list .period {
  background: #b863a2;
  font-size: 2.2rem;
  padding: .2em 1em;
  display: inline-block;
  color: #fff;
  border-radius: 3em;
  line-height: 1.5;
  margin: 1.3em 0 .8em;
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .list .period {
    font-size: 3.9rem;
  }
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .list dl.b {
    margin-top: 8rem;
  }
}

.getsu_sec3 .list dl.b dt {
  color: #718bc6;
}

.getsu_sec3 .list dl.b .period {
  background: #718bc6;
}

.getsu_sec3 .note {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  margin: 4.5rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .note {
    font-size: 2.6rem;
    font-weight: 400;
  }
}

.getsu_sec3 .warning {
  font-weight: bold;
  box-shadow: 0 0 1rem rgba(91, 65, 26, 0.4);
  background: #fff;
  border-radius: 2em;
  padding: 5rem;
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .warning {
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .getsu_sec3 .warning {
    font-size: 1.8rem;
    border-radius: 6em;
  }
}

.getsu_sec3 .warning img {
  display: block;
  margin: 0 auto .4em;
  width: 25.388em;
}

@media screen and (max-width: 767px) {
  .getsu_sec3 .warning img {
    margin-bottom: .8em;
  }
}

@media screen and (min-width: 768px) {
  .getsu_sec3 .u_inner {
    width: 93.2rem;
  }
}

.getus_img img {
  width: 100%;
}

.pro_nav {
  position: fixed;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .pro_nav {
    top: 10.5rem;
    width: 100%;
    background: #ee8365;
    padding-top: 1rem;
  }
  .pro_nav ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 3rem;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .pro_nav {
    border-radius: 3em 3em 0 0;
    transform: translateY(-50%);
    width: 5.76rem;
    text-align: center;
    right: 3.5rem;
    top: 50%;
  }
}

.pro_nav a {
  display: block;
  line-height: 5.76rem;
  position: relative;
  background: rgba(238, 131, 101, 0.3);
}

.pro_nav a.active {
  background: #ee8365;
}

.pro_nav a.active img {
  opacity: 0;
}

.pro_nav a.active .a {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pro_nav a {
    height: 8.5rem;
    padding: 0 2.5rem;
    width: 6.8rem;
  }
}

.pro_nav a img {
  width: 2rem;
}

@media screen and (max-width: 767px) {
  .pro_nav a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.pro_nav a .a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.pro_nav p {
  padding: 2.2rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .pro_nav p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    margin-top: .1em;
  }
}

.pro_nav p img {
  width: 1.53rem;
}

@media screen and (max-width: 767px) {
  .pro_nav p img {
    width: 34rem;
  }
}

.pro_sec .mv {
  position: relative;
  mask: url(../img/bg_mask03.png) no-repeat center bottom/100% auto;
  margin-bottom: 17rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pro_sec .mv {
    mask-image: url(../img/bg_mask03_sp.png);
    margin-bottom: 9rem;
  }
}

.pro_sec .mv img {
  width: 100%;
}

.pro_sec .ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}

.pro_sec .ttl img {
  width: 95rem;
}

.pro_sec .catch {
  position: relative;
}

.pro_sec .catch p {
  position: absolute;
  width: 17rem;
  top: -3rem;
}

@media screen and (max-width: 767px) {
  .pro_sec .catch p {
    width: 15rem;
    top: -3.3rem;
  }
}

.pro_sec .catch .img {
  display: block;
  width: 106rem;
}

@media screen and (max-width: 767px) {
  .pro_sec .catch .img {
    width: 50rem;
  }
}

.pro_sec .catch.a .img {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .pro_sec .catch.a .img {
    margin-right: -3rem;
  }
}

.pro_sec .catch.a p {
  left: 11rem;
}

@media screen and (max-width: 767px) {
  .pro_sec .catch.a p {
    left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pro_sec .catch.b .img {
    margin-left: -3rem;
  }
}

.pro_sec .catch.b p {
  right: 10rem;
}

@media screen and (max-width: 767px) {
  .pro_sec .catch.b p {
    right: 1rem;
  }
}

.pro_sec .desc {
  position: relative;
  width: 50%;
  z-index: 1;
  padding: 11rem 16rem;
  margin: -16rem 0 -13rem;
}

@media screen and (max-width: 767px) {
  .pro_sec .desc {
    margin: 15rem 0 6rem;
    width: auto;
    padding: 20rem 5rem 5rem;
  }
}

.pro_sec .desc p {
  line-height: 2.4375;
  color: #5b3f39;
}

@media screen and (max-width: 767px) {
  .pro_sec .desc p {
    line-height: 1.8;
    text-align: justify;
  }
}

.pro_sec .desc.a {
  padding-left: 7rem;
}

@media screen and (max-width: 767px) {
  .pro_sec .desc.a {
    padding-left: 2rem;
  }
}

.pro_sec .desc.a:before {
  right: 0;
}

.pro_sec .desc.b {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .pro_sec .desc.b {
    padding: 11rem 11rem;
  }
}

.pro_sec .desc.b:before {
  left: 0;
}

.pro_sec .desc:before {
  content: '';
  position: absolute;
  width: 50vw;
  height: 100%;
  z-index: -1;
  background: #fff;
  top: 0;
}

@media screen and (max-width: 767px) {
  .pro_sec .desc:before {
    width: calc(100% + 3rem);
  }
}

.pro_sec .ttl2 {
  text-align: center;
  margin-bottom: 4.5rem;
}

.pro_sec .ttl2 img {
  display: block;
  margin: 0 auto;
  width: 26.2rem;
}

@media screen and (max-width: 767px) {
  .pro_sec .ttl2 img {
    width: 36.6rem;
  }
}

.pro_sec .ttl2 i {
  display: inline-block;
  font-size: 4.8rem;
  color: #6fb92c;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pro_sec .ttl2 i {
    font-size: 6.7rem;
  }
}

.pro_sec .ttl2 i:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: solid .3rem #6fb92c;
}

.pro_sec .lead {
  line-height: 2;
  color: #5b3f39;
}

@media screen and (max-width: 767px) {
  .pro_sec .lead {
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: .2rem;
    text-align: justify;
  }
}

@media screen and (min-width: 768px) {
  .pro_sec .lead {
    width: 70rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .pro_sec .u_inner {
    width: 144rem;
  }
}

.pro_sec1 {
  padding-bottom: 18rem;
}

@media screen and (max-width: 767px) {
  .pro_sec1 {
    padding-bottom: 24rem;
  }
}

.pro_sec1 .desc img {
  position: absolute;
  width: 13.6rem;
  left: -11rem;
  top: -5.5rem;
}

@media screen and (max-width: 767px) {
  .pro_sec1 .desc img {
    left: auto;
    right: 5rem;
    top: -9rem;
  }
}

.pro_sec1 .box {
  margin: 12rem 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pro_sec1 .box {
    margin: 18rem 0 0;
  }
}

.pro_sec1 .box > img {
  position: absolute;
  width: 22.8rem;
  right: 32rem;
  top: 0;
}

@media screen and (max-width: 767px) {
  .pro_sec1 .box > img {
    right: 0;
    top: -13rem;
  }
}

.pro_sec1 .note {
  margin-left: 21rem;
  color: #5b3f39;
}

.pro_sec1 .note p {
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .pro_sec1 .note p {
    line-height: 1.71;
    margin-left: 1.5em;
    text-indent: -1.5em;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .pro_sec1 .note {
    margin-left: 0;
  }
}

.pro_sec1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 7rem auto;
  gap: 3rem 3.7rem;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .pro_sec1 ul {
    width: 100rem;
    gap: 2.8rem 3.2rem;
    margin: 6rem auto 5rem;
  }
}

.pro_sec1 li {
  width: calc(20% - 2.56rem);
}

@media screen and (max-width: 767px) {
  .pro_sec1 li {
    width: calc(33.33% - 6.1666rem);
  }
}

.pro_sec1 li img {
  width: 100%;
}

.pro_sec2 {
  background: #fff;
  padding-bottom: 41rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pro_sec2 {
    padding-bottom: 25rem;
  }
}

.pro_sec2:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #f7f2e5;
  height: 10vw;
  top: 0;
}

.pro_sec2 .desc:before {
  background: #f7f2e5;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .desc {
    padding-top: 14rem;
    margin: 13rem 0;
  }
}

.pro_sec2 .desc img {
  position: absolute;
  width: 16.8rem;
  mix-blend-mode: multiply;
  top: -4.5rem;
  right: -4.5rem;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .desc img {
    left: 3rem;
    top: -7.5rem;
  }
}

.pro_sec2 .img1 {
  position: relative;
}

.pro_sec2 .img1 .a {
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  left: 6.4rem;
  width: 8.7rem;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .img1 .a {
    left: auto;
    right: 5rem;
    z-index: 1;
    mix-blend-mode: multiply;
  }
}

.pro_sec2 .img1 .b {
  position: absolute;
  bottom: 0;
  left: -9.5rem;
  width: 28.1rem;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .img1 .b {
    left: -3.3rem;
  }
}

.pro_sec2 .box {
  margin: 12rem 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .box {
    margin: 34rem 0 0;
  }
}

.pro_sec2 .box > img {
  position: absolute;
  z-index: -1;
}

.pro_sec2 .box .a {
  width: 16.6rem;
  left: 29.8rem;
  top: 8rem;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .box .a {
    left: 5rem;
    top: -5rem;
  }
}

.pro_sec2 .box .b {
  width: 33.1rem;
  right: 21rem;
  top: 0;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .box .b {
    right: -3rem;
    top: -21rem;
    z-index: -1;
  }
}

.pro_sec2 .komeko {
  margin: 15rem auto 13rem;
  background: #ddb92c;
  border-radius: 20rem;
  text-align: center;
  color: #fff;
  padding: 4rem 0 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .komeko {
    border-radius: 2rem;
    padding: 7rem 0 5rem;
    margin: 19rem auto 15rem;
  }
}

.pro_sec2 .komeko img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 13.8rem;
  top: -9.2rem;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .komeko img {
    top: -6rem;
  }
}

.pro_sec2 .komeko dt {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .15em;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .komeko dt {
    font-size: 3.6rem;
  }
}

.pro_sec2 .komeko dd {
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .pro_sec2 .komeko {
    width: 68.2rem;
  }
}

.pro_sec2 .slide {
  position: relative;
}

.pro_sec2 .slide li {
  width: 74.4rem;
  margin: 0 1.3rem;
}

@media screen and (max-width: 767px) {
  .pro_sec2 .slide li {
    width: 54.4rem;
    margin: 0 1rem;
  }
}

.pro_sec2 .icon {
  position: absolute;
}

.pro_sec2 .icon.a {
  top: 0;
  transform: translateY(-100%);
  width: 26.1rem;
  right: calc(50% - 72.5rem);
}

.pro_sec2 .icon.b {
  bottom: -11.5rem;
  width: 18.9rem;
  left: calc(50% - 67rem);
}

.pro_sec3 {
  padding-bottom: 25rem;
  background: #ededf4;
  position: relative;
  z-index: 1;
}

.pro_sec3:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #fff;
  height: 10vw;
  top: 0;
  z-index: -1;
}

.pro_sec3 .desc {
  padding-top: 2.5rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .desc {
    padding-top: 16rem;
    margin: 21rem 0 7rem;
  }
}

.pro_sec3 .desc img {
  width: 30.3rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .desc img {
    position: absolute;
    top: -14.5rem;
    right: 4rem;
  }
}

.pro_sec3 .ttl2 {
  margin-top: 14rem;
}

.pro_sec3 .ttl2 i {
  color: #c4b3dd;
}

.pro_sec3 .ttl2 i:before {
  width: 100%;
  border-color: #c4b3dd;
}

.pro_sec3 .frame {
  background: #fff;
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .frame {
    padding: 0 4rem 8rem;
    margin: 19rem -3rem 15rem;
  }
}

@media screen and (min-width: 768px) {
  .pro_sec3 .frame {
    width: 100rem;
    margin: 15rem auto 14rem;
  }
}

@media screen and (min-width: 768px) {
  .pro_sec3 .frame1 {
    margin: 16rem auto 0;
  }
}

.pro_sec3 .frame1 figure {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .frame1 figure {
    margin-bottom: 5.5rem;
  }
}

.pro_sec3 .frame1 figure img {
  width: 77.3rem;
}

.pro_sec3 .frame1 p {
  font-size: 1.4rem;
  letter-spacing: -.025em;
  line-height: 1.71;
  margin-left: 14.5rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .frame1 p {
    margin: 0;
    font-size: 2rem;
  }
}

.pro_sec3 .frame2 {
  padding: 0 20rem 6rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .frame2 {
    padding: 0 3rem 11rem;
  }
}

.pro_sec3 .frame2 .ttl3 {
  margin-bottom: -5.5rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .frame2 .ttl3 {
    margin-bottom: -4rem;
  }
}

.pro_sec3 .frame2 .ttl3 i {
  background: #c4b3dd;
}

.pro_sec3 .row {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .row {
    margin-bottom: 3.5rem;
  }
}

.pro_sec3 .row p {
  line-height: 1.875;
  letter-spacing: .05em;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .row p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pro_sec3 .row figure {
    margin-left: 3rem;
  }
  .pro_sec3 .row figure img {
    width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .pro_sec3 .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .pro_sec3 .row figure {
    width: 32rem;
  }
}

.pro_sec3 .list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem 3.3rem;
}

.pro_sec3 .list dt {
  border-bottom: solid 1px #e8ab39;
  font-size: 1.5rem;
  color: #595757;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: .3em;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .list dt {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-bottom: .5em;
    margin-bottom: 1.3em;
  }
}

.pro_sec3 .list dt:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: .8rem solid transparent;
  border-top: 1.2rem solid #e8ab39;
  bottom: calc(-1.8rem - 1px);
}

@media screen and (max-width: 767px) {
  .pro_sec3 .list dt:before {
    border: 1rem solid transparent;
    border-top: 1.5rem solid #e8ab39;
    bottom: calc(-2.3rem - 1px);
  }
}

.pro_sec3 .list dt em {
  font-size: 1.466em;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .list dt em {
    display: block;
    line-height: inherit;
  }
}

.pro_sec3 .list dd {
  font-size: 1.4rem;
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .list dd {
    font-size: 2.2rem;
    font-weight: 400;
  }
}

.pro_sec3 .list dl:nth-child(-n + 3) dd {
  text-align: justify;
}

.pro_sec3 .list dl:nth-child(4) dt {
  font-size: 1.9rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .list {
    gap: 5rem 2.8rem;
  }
}

.pro_sec3 .list dl {
  width: calc(33.33% - 2.2rem);
}

@media screen and (max-width: 767px) {
  .pro_sec3 .list dl {
    width: calc(33.33% - 1.866rem);
  }
}

.pro_sec3 .list dl:nth-child(4) {
  width: auto;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .list dl:nth-child(4) dt {
    margin-bottom: 2em;
  }
  .pro_sec3 .list dl:nth-child(4) dt em {
    font-size: 3.6rem;
  }
  .pro_sec3 .list dl:nth-child(4) dt:before {
    border: 1.6rem solid transparent;
    border-top: 2.3rem solid #e8ab39;
    bottom: calc(-3.6rem - 1px);
  }
  .pro_sec3 .list dl:nth-child(4) dd {
    font-size: 2.6rem;
  }
}

.pro_sec3 .ttl3 {
  text-align: center;
  transform: translateY(-100%);
  position: relative;
  top: 3rem;
}

.pro_sec3 .ttl3 small {
  display: block;
  color: #c4b3dd;
  font-size: 3.6rem;
  margin-bottom: .4em;
  letter-spacing: .05em;
}

.pro_sec3 .ttl3 i {
  display: inline-block;
  color: #fff;
  background: #b4bcdf;
  letter-spacing: .05em;
  font-size: 3.2rem;
  padding: .2em 1.3em;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .ttl3 i {
    width: 60rem;
  }
}

.pro_sec3 .row2 {
  margin: 7rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .row2 > img {
    mix-blend-mode: multiply;
    width: 60rem;
    display: block;
    margin: 0 auto 1rem;
  }
}

.pro_sec3 .row2 p {
  line-height: 1.9375;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pro_sec3 .row2 p {
    margin-top: 3.5rem;
    font-weight: 500;
    text-align: justify;
  }
  .pro_sec3 .row2 p br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pro_sec3 .row2 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
  }
  .pro_sec3 .row2 > img {
    top: -22rem;
    position: absolute;
    right: 15rem;
    width: 46.5rem;
  }
  .pro_sec3 .row2 figure {
    width: 70rem;
  }
  .pro_sec3 .row2 p {
    width: calc(100% - 75rem);
  }
}

.pro_sec3 .note {
  text-align: center;
  line-height: 1.35;
  padding: 1.8em 0;
  background: #fff;
  border-radius: 1em;
}

@media screen and (min-width: 768px) {
  .pro_sec3 .note {
    width: 65rem;
    margin: 0 auto;
    border-radius: 3em;
  }
}

.pro_sec4 {
  padding-bottom: 12rem;
  position: relative;
  z-index: 1;
}

.pro_sec4:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #ededf4;
  height: 10vw;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .desc {
    margin: 11rem 0 4rem;
    padding-top: 14rem;
  }
}

.pro_sec4 .desc img {
  position: absolute;
  width: 16.8rem;
  mix-blend-mode: multiply;
  top: -3.5rem;
  right: -6rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .desc img {
    left: 3rem;
    top: -8rem;
  }
}

.pro_sec4 .frame {
  background: #fff;
  border-radius: 4rem;
  position: relative;
  margin: 24.5rem -2rem 27rem;
  padding: 0 0 8rem;
}

@media screen and (min-width: 768px) {
  .pro_sec4 .frame {
    border-radius: 7rem;
    width: 116.2rem;
    margin: 16.5rem auto 14.5rem;
  }
}

.pro_sec4 .frame img {
  width: 100%;
}

.pro_sec4 .frame img.a {
  position: absolute;
  width: 8.7rem;
  left: 7rem;
  top: 6.3rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .frame img.a {
    top: -5.5rem;
    left: 3rem;
  }
}

.pro_sec4 .frame img.b {
  position: absolute;
  width: 17.4rem;
  right: -10.5rem;
  top: 14.8rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .frame img.b {
    right: -2rem;
    width: 15rem;
    top: 27rem;
  }
}

.pro_sec4 .frame dt {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .04em;
  background: #6fb92c;
  color: #fff;
  line-height: 3.2;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .frame dt {
    font-size: 3.2rem;
  }
}

.pro_sec4 .frame dd {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .frame dd {
    font-size: 2.5rem;
    font-weight: 400;
    text-align: justify;
  }
}

.pro_sec4 .frame dd a {
  background: #fce94e;
  font-size: 1.4rem;
}

.pro_sec4 .frame dd a:hover {
  background: #a88577;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .frame dd a {
    font-size: 2.4rem;
  }
}

.pro_sec4 .frame dd p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .frame ul {
    width: 55rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .pro_sec4 .frame ul {
    display: flex;
    justify-content: center;
    gap: 3.6rem;
  }
  .pro_sec4 .frame li {
    width: 31rem;
  }
}

@media screen and (max-width: 767px) {
  .pro_sec4 .slick-arrow {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 7.9rem;
    top: 0;
    border: none;
    color: transparent;
    cursor: pointer;
  }
  .pro_sec4 .slick-arrow:active, .pro_sec4 .slick-arrow:focus {
    outline: 0;
  }
  .pro_sec4 .slick-prev {
    background: url(../img/ico_prev.svg) no-repeat 50%/contain;
    left: -10rem;
  }
  .pro_sec4 .slick-next {
    background: url(../img/ico_next.svg) no-repeat 50%/contain;
    right: -10rem;
  }
}

.pro_sec4 .ttl3 {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  background: #6fb92c;
  line-height: 12.4rem;
  border-radius: 7rem 7rem 0 0;
  letter-spacing: .075em;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .ttl3 {
    border-radius: 4rem 4rem 0 0;
    margin-bottom: 5rem;
  }
}

.pro_sec4 .txt {
  text-align: center;
  color: #63524b;
  line-height: 1.83;
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .txt {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}

.pro_sec4 .txt2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #6fb92c;
  line-height: 1.625;
  margin: 10rem 0 3rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .txt2 {
    font-size: 3.2rem;
  }
}

.pro_sec4 .bnr {
  text-align: center;
}

.pro_sec4 .bnr img {
  width: 67rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .bnr img {
    width: 60rem;
  }
}

.pro_sec4 .box {
  position: relative;
}

.pro_sec4 .box > img {
  position: absolute;
}

.pro_sec4 .box .a {
  width: 12.7rem;
  left: 25.3rem;
  top: 9rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .box .a {
    left: 0;
    top: -8rem;
  }
}

.pro_sec4 .box .b {
  width: 48.9rem;
  right: 0;
  top: -11rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .box .b {
    right: -24rem;
    top: -22rem;
  }
}

.pro_sec4 .img1 {
  text-align: center;
  margin: 3.5rem 0 12.5rem;
}

.pro_sec4 .img1 img {
  width: 71.1rem;
}

.pro_sec4 .other {
  margin: 0 auto;
  color: #5b3f39;
  border: solid 1px #6fb92c;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .other {
    padding: 0 5rem 6rem;
  }
}

@media screen and (min-width: 768px) {
  .pro_sec4 .other {
    width: 80rem;
    padding: 0 10rem 3rem;
  }
  .pro_sec4 .other dl {
    display: flex;
    justify-content: center;
    gap: 2rem 8rem;
    flex-wrap: wrap;
  }
  .pro_sec4 .other dt {
    width: 4em;
    text-align: center;
  }
  .pro_sec4 .other dd {
    width: 40.5rem;
  }
}

.pro_sec4 .other dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .other dt {
    text-align: left;
    margin-bottom: .4em;
  }
}

.pro_sec4 .other dd {
  letter-spacing: .04em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .other dd + dt {
    margin-top: 1.3em;
  }
}

.pro_sec4 .ttl4 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .075em;
  background: #6fb92c;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 3em;
  line-height: 1.95;
  display: inline-block;
  padding: 0 1em;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .ttl4 {
    font-size: 3.3rem;
    display: block;
    margin: 0 -1em;
    white-space: nowrap;
    padding: 0;
    letter-spacing: .02em;
  }
}

.pro_sec4 .material {
  text-align: center;
  margin: 8rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .material {
    margin: 7rem 0 2.5rem;
  }
}

.pro_sec4 .material a {
  display: inline-block;
  background: #fff;
  width: 83.1rem;
  border-radius: 4em;
  font-size: 2.4rem;
  letter-spacing: .1em;
  line-height: 10rem;
  color: #604a19;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  position: relative;
  padding-left: 1.5em;
}

.pro_sec4 .material a:hover {
  background: #ee8365;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pro_sec4 .material a {
    width: 100%;
    font-size: 3rem;
  }
}

.pro_sec4 .material a:before {
  content: '';
  position: absolute;
  background: url(../img/arrow05.svg) no-repeat 50%/contain;
  height: 100%;
  width: 4.7rem;
  margin-left: -2.5em;
}

.pro_sec4 .material a:hover:before {
  background-image: url(../img/arrow02_on.svg);
}

.pro_sec4 .note {
  text-align: center;
  color: #5b3f39;
  letter-spacing: .05em;
}

.pro_area {
  position: relative;
  background: #fff url(../img/promise_social_bg.png) no-repeat 50%/cover;
  text-align: center;
  color: #5b3f39;
  padding: 15rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .pro_area {
    background-image: url(../img/promise_social_bg_sp.jpg);
    padding: 8rem 0 13rem;
  }
}

.pro_area:before {
  content: '';
  position: absolute;
  background: url(../img/mask05.svg) no-repeat center bottom/100% auto;
  height: 12vw;
  top: -8.5vw;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .pro_area:before {
    background-image: url(../img/mask05_sp.svg);
    height: 3rem;
    top: 0;
  }
}

.pro_area .ttl {
  font-size: 3.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .pro_area .ttl {
    font-size: 5rem;
  }
}

.pro_area .ttl img {
  display: block;
  margin: 0 auto;
  width: 14.6rem;
}

@media screen and (max-width: 767px) {
  .pro_area .ttl img {
    width: 20rem;
  }
}

.pro_area p {
  font-size: 2rem;
  line-height: 1.75;
  margin: 2rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .pro_area p {
    font-size: 2.8rem;
    margin: 5rem 0 6rem;
  }
}

@media screen and (max-width: 767px) {
  .pro_area li + li {
    border-top: solid .5px #5b3f39;
    padding-top: 3.5rem;
    margin-top: 4.5rem;
  }
  .pro_area li img {
    width: 39.7rem;
  }
}

@media screen and (min-width: 768px) {
  .pro_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 71.4rem;
    margin: 0 auto;
  }
  .pro_area li {
    width: 50%;
    padding: 3rem 0;
  }
  .pro_area li:nth-child(odd) {
    border-right: solid .5px #5b3f39;
  }
  .pro_area li:nth-child(n + 3) {
    border-top: solid .5px #5b3f39;
  }
}

/*# sourceMappingURL=style.css.map */