@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  word-wrap: break-word;
  word-break: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

img {
  vertical-align: bottom;
  max-width: 100%; }

input,
select,
textarea {
  vertical-align: middle;
  font-size: 100%; }

ol,
ul {
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

html {
  font-size: 10px; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 8px; } }

body {
  color: #333;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic-M, YuGothic, "游ゴシック", Meiryo, "MS PGothic", Arial, sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5; } }

a {
  color: #333;
  text-decoration: none; }
  a img {
    transition: opacity 0.3s ease-in-out; }
  a:hover {
    text-decoration: underline; }
    a:hover img {
      opacity: 0.7; }

a img {
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:hover img {
  opacity: 0.7; }

.l-container {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (max-width: 767px) {
    .l-container {
      padding: 0 15px; } }
  .l-container > *:last-child {
    margin-bottom: 0; }
  .l-container:after {
    display: block;
    clear: both;
    content: ''; }

.l-header {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .l-header {
      padding: 0 15px; } }

.l-footer {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  height: 100px; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 0 15px;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
      height: auto; }
      .l-footer .foot-logo {
        margin-bottom: 30px; } }

.l-wrap-90p {
  margin: 0 auto;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .l-wrap-90p {
      width: 100%; } }

.l-wrap-80p {
  margin: 0 auto;
  width: 80%; }
  @media screen and (max-width: 767px) {
    .l-wrap-80p {
      width: 100%; } }

.l-wrap-70p {
  margin: 0 auto;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .l-wrap-70p {
      width: 100%; } }

.l-wrap-60p {
  margin: 0 auto;
  width: 60%; }
  @media screen and (max-width: 767px) {
    .l-wrap-60p {
      width: 100%; } }

.l-flex-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-flex-col-2 {
  margin-bottom: 2em;
  width: 48%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-2 {
      margin-bottom: 4em;
      width: 100%; } }

.l-flex-parent-3:after {
  display: block;
  width: 30%;
  content: ''; }

.l-flex-col-3 {
  margin-bottom: 2em;
  width: 30%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-3 {
      margin-bottom: 4em;
      width: 100%; } }

.l-flex-parent-4:before {
  display: block;
  order: 1;
  width: 23%;
  content: ''; }
.l-flex-parent-4:after {
  display: block;
  width: 23%;
  content: ''; }

.l-flex-col-4 {
  margin-bottom: 2em;
  width: 23%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-4 {
      margin-bottom: 4em;
      width: 48%; } }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

.fz18 {
  font-size: 1.8rem; }

.fz20 {
  font-size: 2rem; }

.cf:after {
  display: block;
  clear: both;
  content: ''; }

/* } */
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important; } }
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important; } }
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important; } }
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .tb {
    display: block !important; } }
@media screen and (min-width: 1025px) {
  .tb {
    display: none !important; } }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.oh {
  overflow: hidden; }

.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.dif {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex; }

.jcc {
  justify-content: center; }

.jcsb {
  justify-content: space-between; }

.fxww {
  flex-wrap: wrap; }

.aic {
  align-items: center; }

.fdrr {
  flex-direction: row-reverse; }

.poa {
  position: absolute; }

.por {
  position: relative; }

.pagetop {
    right: 50px;
    bottom: 50px;
    position: fixed;
    z-index: 3;
}
  @media screen and (max-width: 1024px) {
    .pagetop a {
      display: none; } }

.pagetop a{
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #c40032;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    display: block;
      }

.pagetop a::after {
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    width: 11px;
    height: 11px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
 

.logo-header img {
  z-index: 5000;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25%; }
  @media screen and (max-width: 768px) {
    .logo-header img {
      width: 35%;
      top: 10px;
      left: 10px; } }

.g-nav {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  opacity: 0; }
  .g-nav li {
    text-align: center; }
    .g-nav li a {
      color: #fff;
      display: block;
      padding: 37px 20px;
      line-height: 1.4;
      transition: 0.3s;
      position: relative;
      /*      font-weight: bold;*/
      font-size: 1.5rem; }
      .g-nav li a:hover {
        text-decoration: none;
        opacity: 0.7;
        /*        &::after{
                  content: "";
                  display: block;
                  position: absolute;
                  bottom: 0;
                  width: 100%;
                  height: 4px;
                  background: $color-blue;
                  left: 0;
                }*/ }

/*.logo-corporate{
    display: block;
    margin: 20px 0;
    height: 56px;
    padding: 13px; 
  @include max-screen($bp-tablet) {
    display: none;
  }
}
.logo-corporate-menu{
  display: none;
  @include max-screen($bp-tablet) {
    display: block;
  }
}*/
.footer {
  /*border-top: 4px solid #b29a2b;*/ }
  @media screen and (max-width: 767px) {
    .footer p {
      margin-bottom: 30px; } }

.foot-logo-hoko {
  margin-top: 30px;
  text-align: left;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .foot-logo-hoko {
    margin-top: 30px;
      margin-bottom: 30px;
      text-align: center; } }

.foot-nh-copy {
  padding: 0 15px; }


.dolce{
	font-family: "Zen Maru Gothic","Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #504100;
  font-weight: 700;
}
.dolce h1,.dolce h2,.dolce h3{
	font-family: "Zen Maru Gothic","Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #5d2b0d;
}

.dolce img{
  max-width: 100%;
  height: auto;
}

.dolce a:hover{
  text-decoration: none;
}

.dolce header{
  position: relative;
}

.dolce .mv{
  width: 100%;
  height: 980px;
}

.dolce .logo{
  width: 75px;
  position: absolute;
  top: 30px;
  left: 65px;
}

.dolce .logo_dolce{
  width: 270px;
  position: absolute;
  top: 290px;
  left: 50%;
  margin-left: -605px;
}

@media screen and (max-width: 1220px) {
  .dolce .logo_dolce{
    left: 20px;
    margin-left: 0;
  }
}

.dolce .title{
  width: 880px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width: 880px) {
  .dolce .title{
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* .dolce header::before{
    content: "";
    width: 100%;
    height: 45px;
    background: url("../img/mv_bb.png") repeat-x top center;
    position: absolute;
    bottom: 0;
    left: 0;
  } */
  /* .dolce header::after{
    content: "";
    width: 100%;
    height: 290px;
    background: url("../img/mv_pic.png") no-repeat top center;
    position: absolute;
    bottom: -150px;
    left: 0;
  } */
  .dolce .mv{
    background: url("../img/mv_bk.jpg") no-repeat top center;
    background-size: cover;
    margin-top: 100px;
  }
}
  /* @media screen and (max-width: 768px) {
    .dolce .mv{
    background: url("../img/mv_bk_sp.jpg") no-repeat top center;
    background-size: cover;
    margin-top: 128px;
  }
  } */



.dolce .mv p{
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  font-weight: 400;
  position: absolute;
  bottom: 80px;
  right: 20px;
}

@media screen and (max-width: 1250px) {
  .dolce .mv p{
    bottom: 160px;
  }
}


.dolce .bk{
  padding: 60px 0 80px;
  background: #fff;
}

.dolce_inner{
  padding: 0 20px;
}

.info{
  text-align: center;
  padding-bottom: 160px;
  overflow-x: clip;
}

.info h2{
  /* font-size: 46px; */
  margin:0 auto 35px;
  width: 88.4vw;
  position: relative;
  /* letter-spacing .15em; */
}
.info h2::before{
  content: "";
  position: absolute;
  top: 1.5rem;
  /* left: -7.8rem; */
  background: url("../img/info_leaf.png") no-repeat top center #fff;
  display: inline-block;
  width: 7.1rem;
  aspect-ratio: 71 / 44;


}

.info p{ 
  max-width: 1000px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.5;
  position: relative;
  overflow-x: visible;
    /* background: url("../img/info_cream.png") no-repeat bottom right ;
    background-size: 100% auto;
    position: relative;
    max-width: 1200px;
    margin: 0 auto; */
}
.info p::after{
  content: "";
  position: absolute;
  top: 0;
  right: -6rem;
  background: url("../img/info_cream.png") no-repeat top center #fff;
  width: 16rem;
  left: calc(100% + -6rem);
 aspect-ratio: 166 / 155;
}


@media screen and (min-width: 768px) {
  .lineup{
    padding: 10px 0 80px;
    background: url("../img/lineup_bk.jpg") no-repeat center center;
    background-size: cover;
  }
}
#lineup, #feature {
    padding-top: 150px;
    margin-top: -150px;
}
 .lineup > div{
   max-width: 1200px;
   margin: 0 auto;
}

.lineup h2{
  font-size: 50px;
  font-family: "Shippori Mincho", "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  color: #5d2b0d;
  font-weight: 600;
  text-align: center;
  margin-bottom: -65px;
  position: relative;
  height: 136px;
  top:-60px;
    background: url("../img/lineup_header_bk.png") no-repeat center center;

}


.lineup h2 p{
  padding-top:30px;
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.lineup h2 span{
  display: inline-block;
  position: relative;
}
.lineup h2 span span{
  font-size:45px;
}

.lineup h2 p::before{
  content: "";
  width: 59px;
  height: 31px;
  background: url("../img/icon_lineup.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: 21px;
  left: 40%;
  transform: translateX(-50%);
  z-index: 1;
}


.lineup ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2%;
}

.lineup ul li{
  width: 31.6%;
  height: auto;
  background: #FFF;
  padding-bottom: 50px;
  margin-top:30px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;


  box-shadow: 0px 2px 5px 0px rgba(202, 226, 191, 0.6);
}

.lineup ul li p{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.13rem;
    padding: 0 20px;
    font-weight: 500;
}

.lineup ul li a{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  bottom: -20px;
  display: block;
  width: 248px;
  margin: 0 auto;
}

.lineup ul li a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 5rem 1.5rem;

  background: #fe4445;
}

.lineup ul li a.btn-border-shadow:before {
  position: absolute;
    top: -4px;
    left: -4px;
    width: 99%;
    height: 94%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 2px solid #5e2c0b;
  /* border-radius: 0.5rem; */
  opacity: 0.6;
}
.lineup ul li a.btn-border-shadow:hover{
  opacity: 0.5;
  transition: all 0.3s ease;
}
.lineup ul li:nth-child(4) a.btn-border-shadow{
  margin-top:2.7rem;
}


.arrow_area{
  position: absolute;
  top: 8%;
  right: -20px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 1px;
  margin-top: 15.1px;
  border-radius: 9999px;
  background-color: #5d2b0d;
}
.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #5d2b0d;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.feature{
     background-color: #fffbf2;
     padding-bottom:95px;
     overflow-x: clip;
}
 .feature > div{
   max-width: 1200px;
   margin: 0 auto;
}
.feature h2{
  font-size: 50px;
  font-family: "Shippori Mincho", "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  /* letter-spacing: .2em; */
  color: #5d2b0d;
  font-weight: 600;
  text-align: center;
  margin-bottom: -65px;
  position: relative;
  height: 136px;
  top:-60px;
    background: url("../img/feature_header_bk.png") no-repeat center center;

}


.feature h2 p{
  padding-top:30px;
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.feature h2 span{
  display: inline-block;
  position: relative;
}
.feature h2 span span{
  font-size:45px;
}

.feature h2 p::before{
  content: "";
  width: 59px;
  height: 31px;
  background: url("../img/icon_feature.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: 25px;
  left: 42.6%;
  transform: translateX(-50%);
  z-index: 1;
}

.feature_box{
  max-width: 1000px;
  background-color: #fff;
  margin-bottom: 90px;
  padding:43px 60px 50px;
  border-radius: 30px;
  position: relative;
}
.feature_box:nth-of-type(2){
  margin-left:10.41vw;
}
.feature_box h3{
  margin-bottom:45px;
  font-weight: 500;
  display: inline-block;
}
.feature_box h3 span.number{
  font-size: 150px;
  font-family: "Shippori Mincho", "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  color: #5d2b0d;
  position: absolute;
  top: -37px;
  left: 86px;
}

.feature_box h3 p{
  padding:15px 20px;
  margin-left: 192px;
  font-size: 30px;

}
.feature_box h3 p span.highlight{
  color: #fe4445;
}

.feature_box h3 p.green{
  background-color: #d7f0c8;
}
.feature_box h3 p.pink{
  background-color: #ffd9d9;
}

.feature_box p{
  position: relative;
  margin:auto 0px auto 20px;
  font-size:2.2rem;
  font-weight: 500;
}
.feature_box p span.txt_bold{
  font-weight: 600;
}
.feature_box p span.txt_small{
  font-size: 24px;
}

.feature_box h3 p.green::before{
    content: "";
  width: 42px;
  height: 13px;
  background: url("../img/attention.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -17px;
  left: 110px;
  transform: translateX(-50%);
  z-index: 1;
}
.feature_box h3 p.pink::before{
    content: "";
  width: 42px;
  height: 13px;
  background: url("../img/attention.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -17px;
  left: 75px;
  transform: translateX(-50%);
  z-index: 1;
}


.feature .feature_box:first-of-type:before{
  content: "";
  width: 93px;
  height: 69px;
  background: url("../img/feature_img_bk_01.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 1;
}
.feature .feature_box:first-of-type:after{
  content: "";
  width: 64px;
  height: 142px;
  background: url("../img/feature_img_bk_02.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: -30px;
  right: -100px;
  z-index: 1;
}
.feature_box:nth-of-type(2)::before{
  content: "";
  width: 64px;
  height: 142px;
  background: url("../img/feature_img_bk_03.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: -30px;
  left: -110px;
  z-index: 1;
}
.feature_box:nth-of-type(3)::after{
  content: "";
  width: 94px;
  height: 69px;
  background: url("../img/feature_img_bk_04.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: -10px;
  right: -20px;
  z-index: 1;
}

.feature .feature_box:last-of-type h3 + p{
  letter-spacing: 0;
}

.feature .feature_box .graph_left{
  margin-top: 153px;
  position: relative;
}
.feature .feature_box .graph_right{
  margin-top: 110px;
  position: relative;
}
.feature .feature_box .graph_left .left_txt_box,
.feature .feature_box .graph_right .right_txt_box{
    font-size: 22px;
    font-weight: 500;
    background-image: linear-gradient(150deg, rgba(255, 249, 227, 1), rgba(255, 231, 227, 1) 48%, rgba(255, 249, 227, 1));
    border-radius: 30px;
    position: relative;
}

.feature .feature_box .graph_left .left_txt_box{
    padding: 30px 50px 30px 200px;
    margin-left: 100px;
  }
.feature .feature_box .graph_right .right_txt_box{
    padding: 30px 200px 30px 50px;
    margin-right: 100px;
  }
.feature .feature_box .graph_left .left_txt_box::before{
  content: "";
  width: 81px;
  height: 24px;
  background: url("../img/question.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  left: 210px;
  transform: translateX(-50%);
  z-index: 1;
  }
  .feature .feature_box .graph_right .right_txt_box::before{
  content: "";
  width: 81px;
  height: 24px;
  background: url("../img/question.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  left: 60px;
  transform: translateX(-50%);
  z-index: 1;
  }

  .feature .feature_box .graph_left:before{
  content: "";
  width: 256px;
  height: 311px;
  background: url("../img/feature_img_graph_01.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: -40px;
  left: 20px;
  z-index: 1;
}
  .feature .feature_box .graph_right:before{
  content: "";
  width: 306px;
  height: 309px;
  background: url("../img/feature_img_graph_02.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: -10px;
  right: 20px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .feature .feature_box .graph_left:before{
      bottom: 10px;
  }
  .feature .feature_box .graph_right:before{
      bottom: 40px;
  }
}
.feature .feature_box .note{
  font-size: 1.5rem;
  margin-top: 18px;
}
.feature .feature_box .graph_left .note{
  margin-left: 300px;
}

.feature .feature_box .overview{
  display: flex;
  justify-content:center; 
  margin-top: 82px;
  background-color:#fffbf2 ;
  padding: 30px 0;
}
.feature .feature_box .overview p{
 font-size: 1.5rem;
}

.feature .feature_box .overview .survey,
.feature .feature_box .overview .target{
  padding-left:55px;
}
.feature .feature_box .overview h4{
    padding: 0px 17px;
    margin-left: 17px;
    margin-bottom:15px;
    display: inline-block;
    color:#fff;
    font-weight: 500;
    background-color:#5d2b0d ;
 }
@media screen and (min-width: 768px) {  
  .lineup ul li a:hover::after{
    transform: translateY(-50%) translateX(5px)
  }
}

.recipe{
  padding-top: 105px; 
      background: url("../img/recipe_ttl_bk.png") no-repeat top 60px right 0;
    background-size: 100% auto;
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
}


.recipe h4{
	font-family: "Zen Maru Gothic","Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  color: #FFF;
  letter-spacing: .1em;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background: #355896;
  padding: 0 15px;
  position: absolute;
  top: 250px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

@media screen and (max-width: 920px) {
  .recipe h4{
    font-size: 2.3vw;
    top: 28vw;
  }
}

.recipe > div > div:nth-child(2) h4{
  background: #A74046
}

.recipe > div > div:nth-child(3) h4{
  background: #7E4575
}

.recipe li {
  position: relative;
}

.recipe li + li{
  margin-top: 30px;
}

.recipe li > div{
  padding: 35px 0 0 70px;
  position: relative;
}

.recipe li > div::before{
  content: "";
  width: 95px;
  height: 95px;
  background: url("../img/point01.png") no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  top: 0px;
  left: -30px;
}

.recipe > div > div:nth-child(2) li > div::before{
  background: url("../img/point02.png") no-repeat;
}

.recipe > div > div:nth-child(3) li > div::before{
  background: url("../img/point03.png") no-repeat;
}

.recipe li p{
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}

.recipe li > p{
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: 225px;
  right: 10px;
}

@media screen and (max-width: 920px) {
  .recipe li > p{
    font-size: 1.3vw;
    top: 25vw;
    right: 2vw;
  }
}

.recipe li a{
  font-size: 16px;
  line-height: 1;
  color: #AD9843;
  margin-top: 15px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.recipe li a::after{
  content: "";
  width: 145px;
  height: 12px;
  background: url("../img/aw.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
  transition: .4s all;
}

@media screen and (min-width: 768px) {  
  .recipe li a:hover::after{
    transform: translateX(10px);
  }
}

.re_btn{
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  transition: .5s opacity;
}

@media screen and (min-width: 768px) {  
  .re_btn:hover{
    opacity: .8;
  }
}

.re_btn.hide {
  opacity: 0;
  pointer-events: none;
}

.dolce .pc{
  display: block;
}

.dolce .sp{
  display: none;
}

@media screen and (max-width: 767px) {
  
  .dolce .pc{
    display: none;
  }

  .dolce .sp{
    display: block;
  }
  .dolce{
    width: 100%;
    overflow: hidden;
    background-color: #ffede7;
  }
  .dolce header{
    height: auto;
  }

  .dolce .mv{
    height: auto;
    margin-top:17.06vw;
  }

  .dolce .logo{
    width: 23vw;
    position: absolute;
    top: 5.33vw;
        left: 4vw;
    z-index: 1;
  }

  .dolce .logo_dolce{
    width: 36vw;
    position: absolute;
    top: 43vw;
    left: 2vw;
    margin-left: 0;
    z-index: 1;
  }

  .dolce .mv{
    width: 100%;
  }
  
  .dolce .mv p{
    font-size: 2vw;
    bottom: 33vw;
    right: 1vw;
  }

  .dolce .bk{
    padding:8vw 0 0 0;
    border-bottom: 8px solid #e3052f;
  }

  .dolce_inner{
    padding: 0 5vw;
  }

  .info{
    padding-bottom:21.33vw;
  }
  .info h2{
    line-height: 1.5;
    margin-bottom: 5vw;
    padding: 0 8vw;
    letter-spacing: .1em;
  }

  .info p{
    font-size: 3.6vw;
    line-height: 2.5;
    white-space: nowrap;
  }


  .recipe h2{
    font-size: 7.5vw;
    text-align: center;
    margin-bottom: 8vw;
  }

  .recipe h2{
    letter-spacing: .1em;
  }

  .recipe h2::before{
    width: 42vw;
    height: 30vw;
    background-size: 38vw auto;
    top: -30vw;
  }

  .recipe h2::after{
    width: 80vw;
    height: 2px;
    top: -13vw;
  }



   .lineup > div{
     width: 100%;
     margin: 0 auto;
  }

  .lineup h2::before{
    width: 42vw;
    height: 30vw;
    background-size: 38vw auto;
    top: -30vw;
  }

  .lineup h2 span{
    display: inline-block;
    position: relative;
  }

  .lineup h2 span::before,
  .lineup h2 span::after{
    width: 20vw;
    height: 2px;
    top: -13vw;
  }

  .lineup h2 span::before{
    transform: translateX(-40vw)
  }

  .lineup h2 span::after{
    transform: translateX(40vw)
  }
    
  /* .lineup ul{
    display: block;
  } */

  .lineup ul li{
    width: 44vw;
    height: auto;
    padding: 0 0 3.33vw;
    border-radius: 3vw;
  }
  

  .lineup ul li img{
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .lineup ul li p{
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: -0.19rem;
    padding: 0 4vw;
  }

  .lineup ul li a{
    width: 33.33vw;
    height: 6.66vw;
    font-size: 2.4vw;
    line-height: 6vw;
    padding-right: 1.5em;
    display: block;
    margin: 5vw auto 0;
    position: static;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }

  .lineup ul li a::after{
    width: 5.3vw;
    height: 5.3vw;
    right: 5vw;
  }
  
  .recipe{
    padding-top: 40vw; 

  }

  .recipe > div{
    width: 100%;
    margin: 15vw auto 0;
    padding: 0 14vw;
    display: block;
  }

  .recipe > div > div{
    width: 100%;
  }
  
  .recipe > div > div + div{
    margin-top: 8vw;
  }
  .recipe h4{
    height: 8vw;
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 0 3vw;
    top: 58vw;
  }

  .recipe li + li{
    margin-top: 10vw;
  }

  .recipe li > div{
    padding: 6vw 0 0 18vw;
  }

  .recipe li > div::before{
    width: 25vw;
    height: 25vw;
    left: -8vw;
  }

  .recipe li p{
    font-size: 3.3vw;
    line-height: 1.4;
  }
  
  .recipe li > p{
    font-size: 2.5vw;
    top: 53vw;
    right: 2vw;
  }


  .recipe li a{
    font-size: 3.8vw;
    line-height: 1;
    margin-top: 5vw;
    padding-left: 2vw;
  }

  .recipe li a::after{
    content: "";
    width: 35vw;
    height: 5vw;
    background: url("../img/aw.png") no-repeat bottom left;
    background-size: 100% auto;
    bottom: -2vw;
  }
  
  .re_btn{
    width: 33vw;
    position: fixed;
    top: 4vw;
    right: 4vw;
  }
}

.fadeIn.on {
    opacity: 1;
}
.fadeIn {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}



nav.u_nav_wrap {
    width: 100%;
    height: 100px;
    background-color: #ffede7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
nav .u_nav_inner {
    max-width: 120rem;
    height: 100%;
    margin: 0 auto;
    display: flex
;
    align-items: center;
    position: static;
}
nav ul.u_nav {
    width: 100%;
    list-style-type: none;
    display: flex
;
    justify-content: flex-end;
}

nav ul.u_nav li {
    font-size: 16px;
    line-height: 1.2em;
    /* padding: 12px 30px; */
    border: none;
    border-radius: 25px;
    margin-right: 25px;
    background-color: #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul.u_nav li:hover{
    /* width: calc(100% / 6); */
    background-color: #ff4444;
    color: #fff!important;
    /* border-right: 1px solid #5a2e00; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;

}
nav ul.u_nav li > a{
    color: #5d2b0d;
    display: block;
    padding: 12px 30px;
}
nav ul.u_nav li > a:hover{
  color: #fff!important;
}

.link_hover {
    opacity: 1;
    transition: opacity .3s 
ease;
}


.recipe h2{
  width:383px;
  background-color: #5d2b0d;
  font-size: 45px;
  font-family: "Shippori Mincho", "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin:0 auto;
  padding: 15px 0;
  position: relative;
}

 .recipe > div{
   max-width: 1200px;
   margin: 0 auto;
   position: relative;
}

.recipe h2 {
  position: relative;
  height: 75px;
  line-height: 75px;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.recipe h2:before, .recipe h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.recipe h2:before {
  top: 0;
  left: 0;
  border-width: 37px 0px 37px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.recipe h2:after {
  top: 0;
  right: 0;
  border-width: 37px 15px 37px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.recipe h2 p::before{
  content: "";
  width: 57px;
  height: 28px;
  background: url("../img/icon_recipe.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  left: 17px;
  transform: translateX(-50%);
  z-index: 1;
}

.recipe .recipe_box{
  background-color: #fcfbf0;
  border-radius: 30px;
  padding:40px 60px;
  margin-top:105px;
}
.recipe .recipe_box .recipe_item{
  display: flex;
  margin-bottom:80px;
  position: relative;
}
.recipe .recipe_box .recipe_item .recipe_item_img,
.recipe .recipe_box .recipe_item .recipe_txt_area{
  width: 50%;
}
.recipe .recipe_box .recipe_item:nth-child(2n){
  flex-direction:row-reverse
}
.recipe .recipe_box .recipe_item:nth-child(2n-1) .recipe_txt_area{
  padding-left: 50px;
}
.recipe .recipe_box .recipe_item:nth-child(2n) .recipe_txt_area{
  padding-right: 50px;
}
.recipe .recipe_box .recipe_item:nth-child(2n-1)::before{
  content: "";
  width: 159px;
  height: 58px;
  background: url("../img/recipe_ribbon_odd.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -18px;
  left: -30px;
  z-index: 1;
}
.recipe .recipe_box .recipe_item:nth-child(2n)::before{
  content: "";
  width: 171px;
  height: 114px;
  background: url("../img/recipe_ribbon_even.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 1;
}

.recipe .recipe_box .recipe_item p.recipe_label{
  padding: 6px 20px;
  margin-bottom:15px;
  font-weight: 500;
  display: inline-block;
}
.recipe .recipe_box .recipe_item:nth-child(1) p.recipe_label{
  background-color: #f3a1a1;
}
.recipe .recipe_box .recipe_item:nth-child(2) p.recipe_label{
  background-color: #ffffbb;
}
.recipe .recipe_box .recipe_item:nth-child(3) p.recipe_label{
  background-color: #ffd9d9;
}
.recipe .recipe_box .recipe_item:nth-child(4) p.recipe_label{
  background-color: #d7f0c8;
}
.recipe .recipe_box .recipe_item:nth-child(5) p.recipe_label{
  background-color: #e0bfd9;
}

.recipe .recipe_box .recipe_item p.recipe_ttl{
  font-family: "Shippori Mincho", "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  margin-bottom:20px;
}

.recipe .recipe_box .recipe_item p.recipe_txt{
  font-weight: 500;
  padding-bottom:30px;
}
.recipe .recipe_box .recipe_item .recipe_txt_area a{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #5d2b0d;
  bottom: -10px;
  /* border-radius: 0.5rem; */
}

.recipe .recipe_box .recipe_item .recipe_txt_area a.btn-border-shadow {
  padding: 1.1rem 6rem 1.1rem;
  background: #fff;
}

.recipe .recipe_box .recipe_item .recipe_txt_area a.btn-border-shadow:before {
  position: absolute;
  top: -2px;
  left: -2px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 2px solid #5e2c0b;
  opacity: 0.6;
}
.recipe .recipe_box .recipe_item .recipe_txt_area a.btn-border-shadow:hover{
  transition: all 0.3s ease;
  background-color: #e4ddcd;
  color:#fff;
}

.recipe_other{
  text-align: center;
}
.recipe_other > div{
    width: 469px;
    margin: 40px auto;
}
.recipe_other > div a:hover{
  opacity: 0.7;
  transition: all 0.3s ease;
}

.link_area{
  background-color: #faf1ea;
}
.link_area{
  text-align: center;
  margin-top:80px;
}
.link_area > div{
  padding:80px 0;
}

 @media screen and (max-width: 767px) {

nav {
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 10;
}
nav ul.u_nav {
    display: none;
    list-style:none;
    padding: 30.4vw 0 10.66vw;
    background-image: linear-gradient(0deg, #fcdbd1, #ffede7);

}
li a{
    padding: 0!important;
    font-size: 3.733vw;
    color: #464646;
    display: block;
    text-align: center;
    text-decoration: none;
}
nav.u_nav_wrap {
    height: auto;
}
.hamburger {
    position: absolute;
    top: 2.66vw;
    right: 4vw;
    cursor: pointer;
    width: 12vw;
    height: 12vw;
    background-color: #ff4444;
    border-radius: 6vw;
    z-index: 10;
}
.hamburger span {
    /*3本の線を作る*/
      transition: all .3s;
      position: absolute;
      height: 0.8vw;
      background-color: #fff;
      width: 6.4vw;
      left: 24%;
      z-index: 10;
}
.hamburger span:nth-of-type(1) {
    /*上の線の位置*/
        top: 3.73vw;}
.hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
        top: 5.6vw;
}
.hamburger span:nth-of-type(3) {
    /*下の線の位置*/
        top: 7.46vw;
}
.hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 4.8vw;
    transform: translateY(0.8vw) rotate(-45deg);
}
.hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 6.4vw;
    transform: translateY(-0.8vw) rotate(45deg);
}
.hamburger.open + .u_nav_overlay {
  background:rgba(0,0,0,0.5);
}
.hamburger.open + .u_nav{
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);

  width: 100%;
  height: auto;
  text-align: center;
  opacity: 1;

}

#u_nav_overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: opacity 0.3s;
}

.hamburger.open + #u_nav_overlay {
  visibility: visible;
  opacity: 1;
}

.dolce header {
    z-index: 10000;
    position: fixed;
    height: 17.06vw;
    width: 100%;
    background: #ffede7;
}

nav ul.u_nav li {
      width: 37.33vw;
      height: 8vw;
      border-radius: 4vw;
      margin: 0 auto 5.33vw;
      padding: 2vw 2.13vw;
      font-size: 3.733vw;
    }


 .info h2::before {
    content: "";
    position: absolute;
    top: 0.533vw;
    left: 5.33vw;
    background: url(../img/info_leaf.png) no-repeat top center #fff;
    display: inline-block;
    background-size: cover;
    width: 9.46vw;
    aspect-ratio: 36 / 22;

}

.info p::after {
    width: 22vw;
    top: auto;
    left: 74.6vw;
    background: url("../img/info_cream.png") no-repeat top center #fff;
    background-size: cover;
 }
 #lineup, #feature {
    padding-top: 11vw;
    margin-top: -11vw;
}


 .feature{
     padding:0 4vw 9.33vw;
     overflow-x: visible;
}
.feature > div {
    margin-top: -9vw;
}
.feature h2 {
    font-size: 6.66vw;
    top: -70px;
}
.feature h2 p {
    padding-top: 8vw;
}
.feature h2 p::before {
    width: 7.86vw;
    height: 4.13vw;
    top: 7.06vw;
    left: 37.6%;
}
 .feature_box {
    max-width: 85.33vw;
    margin-bottom: 8vw;
    padding: 3.33vw 5.33vw 8vw;
    border-radius: 4vw;
    position: relative;
}
.feature_box h3 {
    margin-bottom: 6.4vw;
}
 .feature_box h3 span.number {
    font-size: 14.66vw;
    position: absolute;
    top: -4vw;
    left: 5.33vw;
    }

.feature_box h3 p {
    padding: 1.33vw 2vw;
    margin-left: 16.53vw;
    font-size: 4.266vw;
    letter-spacing: -0.1rem;

 }

 .feature_box h3 p.green::before {
    content: "";
    width: 5.6vw;
    height: 1.73vw;
    top: -3vw;

 }
 .feature_box h3 p.green:nth-of-type(1):before {
    left: 13.76vw;
 }
 .feature_box h3 p.green:nth-last-of-type(2) {
    left: 10.76vw;
 }
 .feature_box h3 p.pink::before {
    width: 5.6vw;
    height: 1.73vw;
    top: -3vw;
    left: 6vw;
 }
  .feature_box p span.txt_small {
    font-size: 3.46vw;
 }
 .feature_box p{
  font-size: 3.733vw;
  letter-spacing: -0.1rem;;
}
.feature .feature_box:first-of-type:before{
  left: 0px;
  width: 12.4vw;
 height: 9.2vw;
}

.feature .feature_box:first-of-type:after {
  width: 4.93vw;
  height: 11.20vw;
  bottom: -5.33vw;
  right: -7.06vw;
}
.feature_box:nth-of-type(2) {
    margin-left: 6.8vw;
}

.feature_box:nth-of-type(3)::after {
    width: 12.53vw;
    height: 9.2vw;
    bottom: -1.33vw;
    right: -2.66vw;

}

.feature .feature_box .graph_left:before {
    width: 35.19vw;
    height: 100%;
    left: 0;
    bottom: 15%;
 }

 .feature .feature_box .graph_left .left_txt_box,
  .feature .feature_box .graph_right .right_txt_box {
    font-size: 3.733vw;
        letter-spacing: -0.1rem;
}
.feature .feature_box .graph_left .left_txt_box {
    padding: 4vw 4vw 4vw 10.26vw;
    margin-left: 26.66vw;
 }
.feature .feature_box .graph_right .right_txt_box {
    margin-right: 26.66vw;
    padding: 4vw 10.26vw 4vw 4vw;
}
.feature .feature_box .graph_left .left_txt_box::before {
    width: 17.59vw;
    height: 7.33vw;
    top: -2.2vw;
    left: 14vw;
    }
.feature .feature_box .graph_right .right_txt_box::before {
    width: 17.59vw;
    height: 7.33vw;
    top: -2.2vw;
    left: 9vw;
}

.feature .feature_box .graph_right:before {
        width: 42.93vw;
        height: 100%;
        bottom: 15%;
        right: -15px;
}
.feature .feature_box .graph_left .note {
      margin-left: 26.66vw;
      }

.feature .feature_box .note {
    font-size: 3.2vw;
    margin-top: 18px;
 }


.feature .feature_box .overview{
    display: block;
    margin-top: 12vw;
    background-color: #fffbf2;
    padding: 4vw 0;
}

.feature .feature_box .overview .survey, .feature .feature_box .overview .target {
  padding-left: 4vw;
}
.feature .feature_box .overview .survey{
  margin-bottom: 5.33vw
}
.feature .feature_box .overview h4 {
    padding: 0.66vw 2.266vw;
    margin-left: 2.266vw;
    margin-bottom: 2.4vw;
    font-size: 3.2vw;
 }
.feature .feature_box .overview p {
    font-size: 3.2vw;
}
.feature_box:nth-of-type(2)::before {
    width: 4.93vw;
    height: 11.2vw;
    bottom: -4vw;
    left: -6.66vw;
}
.feature .feature_box .graph_left {
    margin-top: 13.33vw;
}
.feature .feature_box .graph_right {
    margin-top: 12vw;
}
  .lineup{
    padding: 0 4vw 10.66vw;
    background: url("../img/lineup_bk_sp.jpg") no-repeat center center;
    background-size: cover;
  }
    .lineup h2{
    font-size: 6.66vw;
    text-align: center;
    /* height: 18.13vw; */
    margin-bottom: 0;
  }

.lineup h2 p::before {
        content: "";
        width: 7.86vw;
        height: 4.13vw;
        position: absolute;
        top: 23px;
        left: 34.2%;
}
.lineup h2 span span {
    font-size: 6.66vw;
}
.arrow_area {
    top: -10%;
    right: -2.66vw;
}

 .lineup ul li:nth-child(1) a.btn-border-shadow{
  margin-top: 10vw;
  padding: calc(1.6vw - 1.6vw) 0 1.6vw;
}

 .lineup ul li:nth-child(3) a.btn-border-shadow {
  margin-top: 8vw;
}

.recipe {
    padding: 9.33vw 4vw 0 4vw;
    background: url(../img/recipe_ttl_bk_sp.png) no-repeat top 8vw center;
    background-size: 94% auto;
}

 .recipe h2 {
    height: 10vw;
    line-height: 10vw;
    padding: 0 4vw;
    width: 51.06vw;
    font-size: 6vw;
    letter-spacing: 0;
}
.recipe h2:before {
    border-width: 4.93vw 0px 4.93vw 2vw;
}
.recipe h2:after {
    top: 0;
    right: 0;
    border-width: 4.93vw 2vw 4.93vw 0px;

}
.recipe h2 p::before {
    width: 7.6vw;
    height: 3.73vw;
    top: -0.66px;
    left: 2.26vw;
}
.recipe .recipe_box {
    border-radius: 4vw;
    padding: 10.66vw 5.33vw;
    margin-top: 8vw;
}
.recipe .recipe_box .recipe_item {
    display: block;
}
.recipe .recipe_box .recipe_item:nth-child(2n-1)::before {
    content: "";
    width: 21.2vw;
    height: 7.73vw;
    top: -2.4vw;
    left: -4vw;

}
.recipe .recipe_box 
.recipe_item .recipe_item_img,
 .recipe .recipe_box .recipe_item .recipe_txt_area {
    width: 100%;
}
.recipe .recipe_box .recipe_item:nth-child(2n-1) .recipe_txt_area,
.recipe .recipe_box .recipe_item:nth-child(2n) .recipe_txt_area {
    padding:6.66vw 0 0
}

.recipe_item_img img{
  width: 100%;
}
.recipe .recipe_box .recipe_item p.recipe_label {
    padding: 1.86vw 3.33vw;
    margin-bottom: 2.66vw;
    font-size: 3.2vw;
}
.recipe .recipe_box .recipe_item p.recipe_ttl {
    font-size: 5.06vw;
    margin-bottom: 4vw;
}
.recipe .recipe_box .recipe_item p.recipe_txt {
    padding-bottom: 5.33vw;
    font-size: 3.73vw;
}

.recipe .recipe_item .arrow_area {
    top: 10%;
    right: -3.733vw;
}
.recipe .recipe_item .arrow_area .arrow {
    width: 6.66vw;
}
.recipe .recipe_box .recipe_item .recipe_txt_area a {
  text-align: center;
    margin: 0 auto;
    display: block;
    width: 48vw;
    height: 9.6vw;
    padding-top: 2.4vw!important;
    font-size: 3.2vw;
}
.recipe .recipe_box .recipe_item .recipe_txt_area a.btn-border-shadow {
    padding: 2.6vw 0;
}

.recipe_other > div {
    margin-top: 8vw;
}

.link_area {
    margin-top: 10.66vw;
    padding:0 4vw;
}
.link_area > div {
    padding: 13.33vw 0;
}
.pagetop {
    right: 4.1vw;
    bottom: 4.1vw;
}
.pagetop a{
    width: 10.6vw;
    height: 10.66vw;
}
.pagetop a::after{
    top: 4.5vw;
    left: 50%;
    width: 2.91vw;
    height: 2.91vw;
}
}

@media  screen and (max-width: 585px) {
 .lineup ul {
    margin-top: -100px;
}
  .feature > div {
        margin-top: -27vw;
    }
}



