@charset "utf-8";

/*----------------------------------------
コンテンツ内の各記述を明記します。
・トップ
----------------------------------------*/



/* --------------------- kv --------------------- */
.topKv {
  padding: 150px 0 120px;
  background: url("../img/kv_bg.png?ver2") no-repeat center top/cover;
  position: relative;
}
.topKv:after {
  position: absolute;
  background: url(../img/cmn_bg_bottom1.png) no-repeat;
  content: "";
  width: 100%;
  height: -webkit-fill-available;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  background-position-y: bottom;
  left:50%;
transform: translateX(-50%);
}
.topKv_wrap {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  gap:60px;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.topKv_cv {
  display: flex;
  gap:12px;
  margin: 10px 0 0 ;
}

@media only screen and (max-width: 960px) 
{ /* SP */
.topKv {
  padding: 150px 20px 25px;
  background: url("../img/kv_bg_sp.png") no-repeat right top/cover
}
.topKv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: url(../img/cmn_bg_bottom1.png) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  height: auto; 
  min-height: 80px;
  -webkit-background-size: contain;
  background-position-y: bottom;
}
.topKv_wrap {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.topKv_l_sp {
  display: flex;
  align-items: flex-end;
}
.topKv_copy {
  width: 60%;
}
.topKv_product {
  width: 40%;
}
}




/* ----------------- intro ----------------- */
.intro {
  padding: 130px 30px;
  background: #FFF5F8;
  background: url("../img/cmn_bg.png") no-repeat center top/cover;
}
.intro_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 200px 40px;
}
.intro_wrap {
  position: relative;
}
.intro_ttl__wrap {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);
}
.intro_ttl__img {
  width: 32%;
  margin: 0 auto;
}
.intro_ttl {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(255, 255, 255, .8),0px 0px 30px rgba(255, 255, 255, .8);
  line-height: 1.5;
}
.intro_ttl span {
  color: #EF5F5C;
}
.intro_item {
  display: flex;
  align-items: center;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  justify-content: space-around;
}
.intro_item__img {
  max-width: 170px;
}
.intro_item__ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.intro_item__ttl span{
  font-size: 32px;
  color: #EF5F5C;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.intro {
  padding: 40px 20px;
}
.intro_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.intro_wrap {
  position: relative;
}
.intro_ttl__wrap {
  width: 100%;
  margin: 0 auto 20px;
  position: inherit;
  top: inherit;
  left:inherit;
  transform: inherit;
}
.intro_ttl__img {
  width: 52%;
  margin: 0 auto 10px;
}
.intro_ttl {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(255, 255, 255, .8),0px 0px 30px rgba(255, 255, 255, .8);
}
.intro_ttl span {
  color: #EF5F5C;
}
.intro_item {
  display: block;
  align-items: center;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  justify-content: space-around;
}
.intro_item__img {
  max-width: 75%;
  margin: 0 auto 15px;
}
.intro_item__ttl {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.intro_item__ttl span{
  font-size: 18px;
  color: #EF5F5C;
}
}



/* ----------------- voice ----------------- */
.voice {
  padding: 100px 0 120px;
  position: relative;
  background: #FFFCF5 url("../img/voice_bg1.png") no-repeat right top;
  background-size: 30%;
  z-index: 2;
  margin: 0 0 -2vw;
}
.voice:after {
  position: absolute;
  background: url(../img/cmn_bg_bottom2.png) no-repeat;
  content: "";
  width: 100vw;
  height:100px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  background-position-y: top;
  top: 0;
}
.voice:before {
  position: absolute;
  background: url(../img/voice_bg2.png) no-repeat;
  content: "";
  left: 0;
  bottom: 0;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  width: 29%;
  height: 100%;
  background-position-y: bottom;
  z-index: -1;
}
.voice_ttl {
  width: 44%;
  padding: 0 3%;
  margin: 0 auto 20px 0 ;
}
.voice_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.voice_item {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 30px rgba(235, 95, 92, .1)
}
.voice_item:nth-child(even) {
  margin: -180px 0 180px ;
}
.voice_item__ttl {
  font-size: 26px;
  font-weight: 500;
  color: #EF5F5C;
  text-align: center;
  line-height: 1.5;
  background: url("../img/voice_ttl_bg.png") no-repeat center center/cover;
  background-size: 90%;
}
.voice_item__txt {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #EF5F5C;
  border-bottom: 1px dashed #EF5F5C;
}
.voice_item__txt span {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #FFEEC5 60%)
}
.voice_comment {
  display: flex;
  gap:20px;
  align-items: center;
}
.voice_comment__img {
  max-width: 22%;
}
.voice_comment__txt {
  font-weight: 500;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.voice {
  padding: 60px 0 ;
  background-size: 75%;
  margin: 0 0 -10vw;
}
.voice:before {
  width: 75%;
}
.voice_ttl {
  width: 80%;
  padding: 0 0;
  margin: 0 auto 0 ;
}
.voice_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  padding: 20px;
}
.voice_item {
  background: #fff;
  border-radius: 30px;
  padding: 30px 20px;
}
.voice_item:nth-child(even) {
  margin: inherit; ;
}
.voice_item__ttl {
  font-size: 20px;
  font-weight: 500;
  color: #EF5F5C;
  text-align: center;
  line-height: 1.5;
  background: url("../img/voice_ttl_bg.png") no-repeat center center/cover;
  background-size: 90%;
}
.voice_item__txt {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #EF5F5C;
  border-bottom: 1px dashed #EF5F5C;
}
.voice_comment {
  display: flex;
  gap:20px;
}
.voice_comment__img {
  max-width: 18%;
}
.voice_comment__txt {
  font-size: 14px;
}
}






/* ----------------- level ----------------- */
.level_bg1 {
  position: relative;
  z-index: 10;
}
.level {
  background: url("../img/level_bg2.png") no-repeat center top/cover;
  position: relative;
  z-index: 10;
  padding: 100px 0;
}
.level_inner {
  background: #fff;
  padding: 60px;
  border-radius: 30px;
}
.level_copy {
  text-align: center;
}
.level_copy span {
  font-size:30px;
  font-weight: 500;
  background: #CD3D47;
  border-radius: 100px;
  padding: 5px 30px;
  display: inline-block;
  color: #fff;
}
.level_copy em {
  color: #FFFF00;
}
.level_ttl {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 30px;
  line-height: 1.5;
}
.level_wrap {
  display: flex;
  align-items: center;
  gap:25px;
}
.level_img {
  max-width: 22%;
}
.levelValue {
  width: 100%;
}
.levelValue_item__wrap {
  border-radius: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.levelValue_item:nth-child(1) .levelValue_item__wrap{
  background: url("../img/levelValue_bg1.png") no-repeat center center/cover;
}
.levelValue_item:nth-child(2) .levelValue_item__wrap{
  background: url("../img/levelValue_bg2.png") no-repeat center center/cover;
}
.levelValue_item:nth-child(3) .levelValue_item__wrap{
  background: url("../img/levelValue_bg3.png") no-repeat center center/cover;
}
.levelValue_item:nth-child(4) .levelValue_item__wrap{
  background: url("../img/levelValue_bg4.png") no-repeat center center/cover;
}
.levelValue_item__head {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 -30px 30px;
}
.levelValue_item__desc__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}
.levelValue_item__desc__ttl span{
  font-size: 30px;
}
.levelValue_item__desc__txt {
  font-weight: 500;
}
.levelValue_btn {
  background: #fff;
  color: #46310A;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 100px;
}
.levelValue_btn span {
  position: relative;
  padding: 0 15px 0 0 ;
}
.levelValue_btn span:after {
position: absolute;
  background: url(../img/icon_arrow_right.svg) no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.level {
  padding: 60px 20px;
}
.level_inner {
  padding: 30px 20px;
  border-radius: 30px;
}
.level_copy {
  text-align: center;
}
.level_copy span {
  font-size:20px;
  padding: 5px 20px;
}
.level_copy em {
  color: #FFFF00;
}
.level_ttl {
  font-size: 26px;
  margin: 15px 0 20px;
}
.level_wrap {
  display: block;
}
.level_img {
  max-width: 55%;
  margin:30px auto 10px;
}
.levelValue {
  width: 100%;
}
.levelValue_item__wrap {
  border-radius: 30px;
  padding: 30px;
  display: block;
}
.levelValue_item:nth-child(1) .levelValue_item__wrap{
  background: url("../img/levelValue_bg1.png") no-repeat center center/cover;
}
.levelValue_item:nth-child(2) .levelValue_item__wrap{
  background: url("../img/levelValue_bg2.png") no-repeat center center/cover;
}
.levelValue_item:nth-child(3) .levelValue_item__wrap{
  background: url("../img/levelValue_bg3.png") no-repeat center center/cover;
}
.levelValue_item:nth-child(4) .levelValue_item__wrap{
  background: url("../img/levelValue_bg4.png") no-repeat center center/cover;
}
.levelValue_item__head {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 -30px 30px;
}
.levelValue_item__desc__ttl {
  font-size: 20px;
  font-weight: 500;
}
.levelValue_item__desc__ttl span{
  font-size: 24px;
}
.levelValue_item__desc__txt {
  font-weight: 500;
  margin: 0 0 15px;
  text-align: center;
}
.levelValue_btn {
  background: #fff;
  color: #46310A;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 100px;
  width: 70%;
  margin: auto;
  text-align: center;
  display: block;
}
}






/* ----------------- item ----------------- */
.item_wrap {
  background: #FCBFB8;
}
.item {
  background: #FFFCF5;
  border-radius: 60px 60px 0  0;
  padding: 100px 0;
  position: relative;
}
.item_ttl {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}
.itemMain {
  display: flex;
  gap:30px;
  flex-flow: row-reverse;
  justify-content: left;
  padding: 50px 40px;
  border-radius: 30px;
  border: 3px solid #FDDDD7;
  margin: 0 0 30px;
}
.itemMain_detail {
  width: 70%;
}
.itemMain_tag {
  display: flex;
  gap:12px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.itemMain_tag__item {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 15px;
  background: #eee;
  border-radius: 6px;
}
.itemMain_tag__item.bg_cl1 {
  background: #EDF3F9;
}
.itemMain_tag__item.bg_cl1_2 {
  background: #F1E8B0;
}
.itemMain_tag__item.bg_cl2 {
  background: #ECFBCB;
}
.itemMain_tag__item.bg_cl3 {
  background: #F7EA94;
}
.itemMain_tag__item.bg_cl4 {
  background: #FDDDD7;
}
.itemMain_tag__item.bg_cl5 {
  background: #D7F4FD;
}
.itemMain_ttl {
  font-size: 24px;
  font-weight: 500;
}
.itemMain_desc {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 20px 0;
  border-top:1px solid #61371F;
  border-bottom:1px solid #61371F;
}
.itemMain_desc__price {
  font-size: 13px;
  font-weight: 500;
  margin: 0 20px 0 0 ;
}
.itemMain_desc__price span{
  font-size: 20px;
}
.itemMain_target__ttl {
  display: inline-block;
  background: #EF5F5C;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 20px;
  margin: 0 0 10px;
}
.itemMain_target__list__item {
  position: relative;
  padding: 10px 0 10px 30px;
}
.itemMain_target__list__item:before {
  position: absolute;
  background: url(../img/icon_check.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.itemMain_target__list__item:not(:last-child) {
  padding: 10px 0 10px 30px;
  border-bottom: 1px dashed #BCBCBC
}
/*ギャラリー*/
.gallery {
  width: 30%;
  box-sizing: border-box;
}
.main-image {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: opacity 0.1s ease;
  margin: 0 auto;
}
.thumbnails {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.thumbnail {
  width: 80px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #FDDDD7;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.thumbnail:hover {
  transform: scale(1.05);
}
.thumbnail.active {
  border: 3px solid #FDDDD7;
  box-sizing: border-box;
}
/*タブ*/
.item_tab {
  display: flex;
  justify-content: center;
  gap:30px;
  margin: 80px 0;
  border:2px solid #FCBFB8;
  padding: 30px;
  border-radius: 100px;
}
.item_tab a {
  color: #EF5F5C;
  font-size: 20px;
  font-weight:500;
  border-bottom: 1px solid #EF5F5C;
  padding: 0 30px 5px 0;
  position: relative;
}
.item_tab a:before {
  position: absolute;
  background: url(../img/icon_arrow_down.svg) no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 9px;
  height: 19px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
/*ヘッド*/
.itemSubBlock {
  margin: 0 0 60px;
}
.itemSubBlock_head {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 -30px 50px
}
.itemSubBlock_inner {
  background: #eee;
  border-radius: 30px;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itemSubBlock.level01 .itemSubBlock_inner {
  background: url("../img/levelValue_bg1.png") no-repeat center center/cover;
}
.itemSubBlock.level02 .itemSubBlock_inner {
  background: url("../img/levelValue_bg2.png") no-repeat center center/cover;
}
.itemSubBlock.level03 .itemSubBlock_inner {
  background: url("../img/levelValue_bg3.png") no-repeat center center/cover;
}
.itemSubBlock.level04 .itemSubBlock_inner {
  background: url("../img/levelValue_bg4.png") no-repeat center center/cover;
}
.itemSubBlock.levelother .itemSubBlock_inner {
  background: url("../img/levelValue_bgother.png") no-repeat center center/cover;
}
.itemSubBlock_level__ttl {
  font-size: 30px;
  font-weight: 500;
}
.itemSubBlock_level__value {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 26px;
}
.itemSubBlock_level__value:before {
position: absolute;
  background:#61371F;
  top: 50%;
  left: 0;
  border-radius: 100px;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.itemSubBlock_desc__ttl {
  text-align: center;
  margin: 0 0 12px;
}
.itemSubBlock_desc__ttl span {
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  border:1px solid #61371F;
  padding: 3px 20px;
}
.itemSubBlock_desc__list__item {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0 5px 38px;
  position: relative;
}
.itemSubBlock_desc__list__item:before {
  position: absolute;
  background: url(../img/icon_recommend1.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 25px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.itemSubBlock.level03 .itemSubBlock_desc__list__item:before,
.itemSubBlock.level04 .itemSubBlock_desc__list__item:before,
.itemSubBlock.levelother .itemSubBlock_desc__list__item:before {
  background: url(../img/icon_recommend2.svg) no-repeat;
}
/*商品一覧*/
.itemSub {
  display: flex;
  justify-content: center;
  gap:50px;
  flex-wrap: wrap;
  padding: 0 50px;
  margin: 0 0 80px;
}
.itemSub_block {
  width: calc(33.333333333% - 100px);
  box-sizing: border-box;
  min-width: 260px;
  position: relative;
  padding: 0 0 65px;
}
.itemSub_block__img {
  max-width: 130px;
  margin: 0 auto;
}
.itemSub_block__tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 40px 0 25px;
}
.itemSub_block__tag__item {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 15px;
  border-radius: 6px;
  background: #eee;
}
.itemSub_block__tag__item.cl1_1 {
  background: #EDF3F9;
}
.itemSub_block__tag__item.cl1_2 {
  background: #F1E8B0;
}
.itemSub_block__tag__item.cl1_3 {
  background: #F1D7AE;
}
.itemSub_block__tag__item.cl1_4 {
  background: #EFAEAE;
}
.itemSub_block__tag__item.cl2 {
  background: #ECFBCB;
}
.itemSub_block__tag__item.cl3 {
  background: #FDDDD7;
}
.itemSub_block__tag__item.cl4 {
  background: #D7F4FD;
}
.itemSub_block__tag__item.cl5 {
  background: #F7EA94;
}
.itemSub_block__tag__item.cl6 {
  background: #E1E3F8;
}
.itemSub_block__tag__item.cl7 {
  background: #D4EEBD;
}
.itemSub_block__ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
.itemSub_block__price {
  font-size: 13px;
  font-weight: 500;
  border-top: 1px solid #402527;
  border-bottom: 1px solid #402527;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.itemSub_block__price span{
  font-size: 18px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.item {
  background: #FFFCF5;
  border-radius: 30px 30px 0  0;
  padding: 60px 20px;
}
.item_ttl {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}
.itemMain {
  display: block;
  padding: 30px 20px;
  border-radius: 30px;
  border: 3px solid #FDDDD7;
  margin: 0 0 20px;
}
.itemMain_detail {
  width: 100%;
}

.itemMain_tag {
  display: flex;
  gap:10px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.itemMain_tag__item {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 12px;
  background: #ccc;
  border-radius: 6px;
}
.itemMain_ttl {
  font-size: 20px;
  font-weight: 500;
}
.itemMain_target__ttl {
  display: block;
  background: #EF5F5C;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  margin: 0 0 10px;
}
/*ギャラリー*/
.gallery {
  width: 100%;
  box-sizing: border-box;
}
.main-image {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: opacity 0.3s ease;
  margin: 0 auto;
}
.thumbnails {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.thumbnail {
  width: 80px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #FDDDD7;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.thumbnail:hover {
  transform: scale(1.05);
}
.thumbnail.active {
  border: 3px solid #FDDDD7;
  box-sizing: border-box;
}

/*タブ*/
.item_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:20px 35px;
  margin: 60px 0;
  border:2px solid #FCBFB8;
  padding: 30px 20px;
  border-radius: 30px;
}
.item_tab a {
  color: #EF5F5C;
  font-size: 20px;
  font-weight:500;
  border-bottom: 1px solid #EF5F5C;
  padding: 0 30px 5px 0;
  position: relative;
}
.item_tab a:before {
  position: absolute;
  background: url(../img/icon_arrow_down.svg) no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 9px;
  height: 19px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}

/*ヘッド*/
.itemSubBlock {
  margin: 0 0 35px;
}
.itemSubBlock_head {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 -30px 30px
}
.itemSubBlock_inner {
  background: #eee;
  border-radius: 30px;
  padding: 30px;
  display: block;
}
.itemSubBlock_level__ttl {
  font-size: 24px;
  font-weight: 500;
}
.itemSubBlock_level__value {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 26px;
}
.itemSubBlock_level__value:before {
position: absolute;
  background:#61371F;
  top: 50%;
  left: 0;
  border-radius: 100px;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.itemSubBlock_desc__ttl {
  text-align: center;
  margin: 12px 0 ;
  width: 100%;
}
.itemSubBlock_desc__ttl span {
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  border:1px solid #61371F;
  padding: 3px 20px;
  display: block;
}
.itemSubBlock_desc__list__item {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0 5px 38px;
  position: relative;
}
.itemSubBlock_desc__list__item:before {
  position: absolute;
  background: url(../img/icon_recommend1.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 28px;
  height: 27px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}

/*商品一覧*/
.itemSub {
  display: block;
  padding: 0 0;
  margin: 0 0 50px;
}
.itemSub_block {
  width: 100%;
  box-sizing: border-box;
  min-width: 100%;
  padding: 0 0 0;
}
.itemSub_block:not(:last-child) {
  margin: 0 0 40px;
}
.itemSub_block__img {
  max-width: 32%;
  margin: 0 auto;
}
.itemSub_block__tag {
  margin: 30px 0 15px;
}
.itemSub_block__price {
  font-size: 13px;
  font-weight: 500;
  border-top: 1px solid #402527;
  border-bottom: 1px solid #402527;
  padding: 8px 0;
  position: inherit;
  bottom: inherit;
  width: 100%;
}
.itemSub_block__price span{
  font-size: 18px;
}
}





/* ----------------- ec ----------------- */
.ec {
  background: url("../img/cmn_bg.png") no-repeat center top/cover;
  position: relative;
  z-index: 10;
  padding: 100px 0;
}
.ec:after {
  background: url("../img/cmn_bg.png") no-repeat center top/cover;
  position: relative;
  z-index: 10;
  padding: 100px 0;
}
.ec_ttl {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 40px;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(255, 255, 255, .8),0px 0px 30px rgba(255, 255, 255, .8);
}
.ec_ttl span {
  color: #EF5F5C;
}
.ec_intro {
  display: flex;
  align-items: center;
  gap:10px;
  justify-content: center;
  margin: 0 0 30px;
}
.ec_intro__img {
  width: 220px;
}
.ec_intro__txt {
  font-size: 18px;
  font-weight: 500;
}
.ec_intro__txt span {
  font-size: 24px;
  color: #EF5F5C;
}
.ec_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.ec_block {
  padding:  40px;
  background: #FFFCF5;
  border-radius: 30px;
  position: relative;
}
.ec_block__ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.ec_btn {
  margin: 20px 0 0 ;
}
.ec_btn__item {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 18px;
  background: #EF5F5C;
  border-radius: 100px;
  box-shadow: 0px 4px 0px 0px #cf4340;
  position: relative;
}
.ec_btn__item:after {
  position: absolute;
  background: url(../img/icon_arrow_right2.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.ec_btn__item:not(:last-child) {
  margin: 0 0 30px;
}
.ec_block__txt {
  font-size: 18px;
  font-weight: 500;
  margin: 50px 0 0;
}
.ec_block__note {
  font-size: 13px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left:50%;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.ec {
  padding: 60px 20px;
}
.ec_ttl {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
}
.ec_intro {
  display: block;
  margin: 0 0 30px;
}
.ec_intro__img {
  width: 55%;
  margin: 15px auto 0;
}
.ec_intro__txt {
  font-size: 16px;
  font-weight: 500;
}
.ec_intro__txt span {
  font-size: 20px;
  color: #EF5F5C;
}
.ec_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.ec_block {
  padding: 30px 20px;
  background: #FFFCF5;
  border-radius: 30px;
  position: relative;
}
.ec_block__ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.ec_btn {
  margin: 20px 0 0 ;
}
.ec_btn__item {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  background: #EF5F5C;
  border-radius: 100px;
  box-shadow: 0px 4px 0px 0px #cf4340;
  position: relative;
}
.ec_btn__item:after {
  position: absolute;
  background: url(../img/icon_arrow_right2.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.ec_btn__item:not(:last-child) {
  margin: 0 0 20px;
}
.ec_block__txt {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 15px;
}
.ec_block__note {
  font-size: 10px;
  text-align: left;
  position: inherit;
  bottom: inherit;
  left:inherit;
  transform:inherit;
  width: 100%;
}
}







/* ----------------- reason ----------------- */
.reason {
  background: url("../img/reason_bg.png") repeat center top/cover;
  position: relative;
  z-index: 0;
  padding: 150px 0 100px;
}
.reason .widthFix {
  max-width: 900px;
}
.reason:before {
  position: absolute;
  background: url(../img/cmn_bg_bottom2.png) no-repeat;
  content: "";
  width: 100vw;
  height: 100px;
  display: inline-block;
  background-size: contain;
  z-index: 10;
  background-position-y: top;
  top: 0;
}
.faq_ttl__sub {
  width: 295px;
  margin: 0 auto;
}
.reason_ttl {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 40px;
  text-align: center;
}
.reason_ttl span {
  color: #EF5F5C;
  display: inline-block;
  background: url("../img/reason_bg3.png") no-repeat center center/contain;
}
.reason_wrap {
  position: relative;
}
.reason_wrap:after {
  position: absolute;
  background: url(../img/reason_bg2.png) no-repeat;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 214px;
  height: 1100px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.reason_blok {
  width: 88%;
}
.reason_blok:nth-child(even){
  margin: 0 0 0 auto;
}
.reason_blok__head {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 -30px 40px;
}
.reason_blok__inner {
  background: url("../img/reason_bg4.png") no-repeat center center/cover;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap:20px;
}
.reason_blok__desc__img {
  max-width: 175px;
}
.reason_blok__desc__ttl {
  font-size: 32px;
  font-weight: 500;
  color: #EF5F5C;
  padding: 0 0 12px;
  margin: 0 0 15px;
  border-bottom: 1px dashed #EF5F5C;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) 
{ /* SP start */
.reason {
  padding: 60px 0 ;
}
.faq_ttl__sub {
  width: 50%;
  margin: 0 auto;
}
.reason_ttl {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}
.reason_wrap {
  position: relative;
  margin: 0 20px;
}
.reason_wrap:after {
content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: url(../img/reason_bg2.png) no-repeat center center;
  background-size: contain;
  height: 100%; 
  width: auto; 
  min-width: 80vw; 
}
.reason_blok {
  width:94%;
}
.reason_blok:nth-child(even){
  margin: 0 0 0 auto;
}
.reason_blok__head {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 -25px 30px;
}
.reason_blok__inner {
  background: url("../img/reason_bg4.png") no-repeat center center/cover;
  padding: 30px 20px;
  border-radius: 30px;
  display: block;
}
.reason_blok__desc__img {
  max-width: 100%;
  margin: 20px 0 0 ;
}
.reason_blok__desc__ttl {
  font-size: 23.5px;
  font-weight: 500;
  color: #EF5F5C;
  border-bottom: 1px dashed #EF5F5C;
}
}


/* ----------------- problem ----------------- */
.problem {
  background: #ECE6E0;
  padding: 100px 0 40px;
  border-radius: 60px;
}
.problem_intro {
  display: flex;
  gap:45px;
  align-items: center;
  justify-content: center;
  margin: 0 0 100px;
}
.problem_ttl__sub {
  max-width: 350px;
  margin:0 auto;
}
.problem_ttl__wrap {
  position: relative;
  z-index: 1
}
.problem_ttl__wrap:after {
  position: absolute;
  background: url(../img/problem_bg.png) no-repeat;
  top: 50%;
  left: 60%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 790px;
  height: 532px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.problem_ttl {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.problem_intro__list {
  background-color: rgba(97, 55, 31, 0.8);
  border-radius: 30px;
  padding: 20px 40px;
  position: relative;
  z-index: 2;
}
.problem_intro__list__item {
  padding: 20px 0 20px 47px;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
.problem_intro__list__item:not(:last-child) {
  border-bottom: 1px dashed #fff;
}
.problem_intro__list__item:before {
  position: absolute;
  background: url(../img/icon_check2.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 37px;
  height: 34px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.problem_copy {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 130px;
  position: relative;
  z-index: 1;
}
.problem_copy::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;                  /* ここを調整（100%超でのはみ出し） */
  height: 200%;                 /* ここを調整 */
  background: url("../img/problem_arrow1.png") no-repeat center center / contain;
  z-index: -1;
  pointer-events: none;
}
.problem_copy em {
  font-size: 36px;
  color: #EF5F5C;
}
.problem_copy span {
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.5) 60%);
}
.problem_main {
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
  align-items: flex-start;
  max-width: 1040px;
  margin: 0 auto 80px;
}
.problem_main__img {
  margin: 0 -30px 0 0;
  position: relative;
  z-index: 2;
}
.problem_main__txt__wrap {
  text-align: center;
  margin: -30px auto 0 -30px; 
  padding: 40px 0;
  border-radius: 30px;
  border: 2px solid #FFFCF5;
  width: 100%;
  position: relative;
  z-index: 1;
}
.problem_main__txt {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  display: inline-block;
  line-height: 1.8;
}
.problemCase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  max-width: 1040px;
  margin: 0 auto;
}
.problemCase_block {
  display: flex;
  flex-direction: column;
}
.problemCase_block__head {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: #eee;
  border-radius: 100px;
  padding: 10px;
  margin: 0 0 30px;
  position: relative;
}
.problemCase_block__head:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 19px solid #eee;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.problemCase_block:nth-child(1) .problemCase_block__head{
  background: #FCBFB8;
}
.problemCase_block:nth-child(1) .problemCase_block__head:after{
  border-top: 19px solid #FCBFB8;
}
.problemCase_block:nth-child(2) .problemCase_block__head{
  background: #7D5A46;
  color: #fff;
}
.problemCase_block:nth-child(2) .problemCase_block__head:after{
  border-top: 19px solid #7D5A46;
}
.problemCase_block__inner {
  background-color: #FFFCF5;
  border-radius: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.problemCase_block__imgtxt {
  display: flex;
  gap:30px;
  align-items: center;
  margin: 0 0 30px;
}
.problemCase_block__img {
  width: 200px;
  flex-shrink: 0;
}
.problemCase_block__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.problemCase_block__arrow {
  max-width: 100px;
  margin: 0 auto 20px;
}
.problemCase_block__result {
  text-align: center;
}
.problemCase_block__result span {
  font-size: 30px;
  font-weight: 500;
  color: #EF5F5C;
  padding: 10px 90px;
  border: 2px solid #EF5F5C;
  border-radius: 100px;
}
.problem_arrow {
  width: 230px;
  margin: 0 auto ;
  transform: translateY(70px);
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.problem {
  padding: 60px 20px 20px;
  border-radius: 30px;
}
.problem_intro {
  display: block;
  margin: 0 0 50px;
}
.problem_ttl__sub {
  max-width: 60%;
  margin:0 auto;
}
.problem_ttl__wrap {
  margin: 0 0 20px;
}
.problem_ttl__wrap:after {
  position: absolute;
  background: url(../img/problem_bg.png) no-repeat;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 100%;
  height: 230%;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.problem_ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.problem_intro__list {
  background-color: rgba(97, 55, 31, 0.8);
  border-radius: 30px;
  padding: 20px 30px;
}
.problem_intro__list__item {
  padding: 10px 0 10px 29px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
.problem_intro__list__item:before {
  position: absolute;
  background: url(../img/icon_check2.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 19px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.problem_copy {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}
.problem_copy::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;                  /* ここを調整（100%超でのはみ出し） */
  height: 160%;                 /* ここを調整 */
  background: url("../img/problem_arrow1.png") no-repeat center center / contain;
  z-index: -1;
  pointer-events: none;
}
.problem_copy em {
  font-size: 24px;
  color: #EF5F5C;
}
.problem_copy span {
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.5) 60%);
}
.problem_main {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto 40px;
}
.problem_main__img {
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
}
.problem_main__txt__wrap {
  text-align: center;
  margin: 0 auto  ; 
  padding: 30px 30px 60px;
  border-radius: 30px;
  border: 2px solid #FFFCF5;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.problem_main__txt {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: inline-block;
  line-height: 1.8;
}
.problemCase {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  max-width: 100%;
  margin: 0 auto;
}
.problemCase_block {
  display: flex;
  flex-direction: column;
}
.problemCase_block__head {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: #eee;
  border-radius: 100px;
  padding: 10px 30px;
  margin: 0 0 25px;
  position: relative;
}
.problemCase_block__head:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 19px solid #eee;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.problemCase_block:nth-child(1) .problemCase_block__head{
  background: #FCBFB8;
}
.problemCase_block:nth-child(1) .problemCase_block__head:after{
  border-top: 19px solid #FCBFB8;
}
.problemCase_block:nth-child(2) .problemCase_block__head{
  background: #7D5A46;
  color: #fff;
}
.problemCase_block:nth-child(2) .problemCase_block__head:after{
  border-top: 19px solid #7D5A46;
}
.problemCase_block__inner {
  background-color: #FFFCF5;
  border-radius: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
.problemCase_block__imgtxt {
  display: flex;
  gap:20px;
  align-items: center;
  margin: 0 0 20px;
}
.problemCase_block__img {
  width: 50%;
  flex-shrink: 0;
}
.problemCase_block__txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
.problemCase_block__arrow {
  max-width: 20%;
  margin: 0 auto 20px;
}
.problemCase_block__result {
  text-align: center;
}
.problemCase_block__result span {
  font-size: 24px;
  font-weight: 500;
  color: #EF5F5C;
  padding: 5px 10px ;
  border: 2px solid #EF5F5C;
  border-radius: 100px;
  display: block;
}
.problem_arrow {
  width: 30%;
  margin: 0 auto ;
  transform: translateY(40px);
}
}


/* ----------------- about ----------------- */
.about {
  padding: 100px 0;
  background: url("../img/reason_bg.png") repeat center top/cover;
}
.about .widthFix {
  max-width: 1240px;
  margin: 0 auto;
}
.about_ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px;
}
.about_ttl span{
  font-size: 36px;
  color: #EF5F5C;
  background: linear-gradient(transparent 60%, rgba(255, 238, 197, 0.5) 60%)
}
.about_img {
  position: relative;
  z-index: 1;
}
.about_copy {
  background: rgba(255, 238, 197, 0.5);
  padding: 40px;
  border-radius: 30px;
  width: fit-content;
  margin: -290px 160px 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  z-index: 2;
}
.about_copy__ttl {
  text-align: left;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #EF5F5C;
}
.about_copy__txt {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}
.AbouExpert {
  background: url("../img/reason_bg4.png") no-repeat center center/cover;
  border-radius: 30px;
  padding: 50px 40px 40px;
  margin: 100px auto 0 ;
  max-width: 1100px;
  box-sizing: border-box;
}
.AbouExpert_head {
  text-align: center;
  margin: 0 0 40px;
}
.AbouExpert_head span{
  font-size: 30px;
  font-weight: 500;
  background: #FFFCF5;
  padding: 10px 50px;
  border-radius: 100px;
  line-height: 1.5;
}
.AbouExpert_inner {
  display: flex;
  align-items: center;
  gap:30px;
}
.AbouExpert_img {
  max-width: 280px;
}
.AbouExpert_desc__ttl {
  font-size: 26px;
  color: #EF5F5C;
  font-weight: 500;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #EF5F5C;
}
.AbouExpert_desc__ttl2 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 5px; 
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.about {
  padding: 60px 20px;
}
.about .widthFix {
  max-width: 100%;
  margin: 0 auto;
}
.about_ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
}
.about_ttl span{
  font-size: 24px;
  color: #EF5F5C;
  background: linear-gradient(transparent 60%, rgba(255, 238, 197, 0.5) 60%)
}
.about_img {
  position: relative;
  z-index: 1;
}
.about_copy {
  background: rgba(255, 238, 197, 0.5);
  padding: 20px;
  border-radius: 18px;
  width: 100%;
  margin: 0  auto;
  display: block;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.about_copy__ttl {
  text-align: left;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #EF5F5C;
}
.about_copy__txt {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.AbouExpert {
  background: url("../img/reason_bg4.png") no-repeat center center/cover;
  border-radius: 30px;
  padding: 30px 20px;
  margin: 30px auto 0 ;
  max-width: 100%;
}
.AbouExpert_head {
  text-align: center;
  margin: 0 0 15px;
}
.AbouExpert_head span{
  font-size: 20px;
  font-weight: 500;
  background: #FFFCF5;
  padding: 10px 20px;
  border-radius: 100px;
  display: block;
}
.AbouExpert_inner {
  display: block;
}
.AbouExpert_img {
  max-width: 60%;
  margin: 0 auto 20px;
}
.AbouExpert_desc__ttl {
  font-size: 20px;
  color: #EF5F5C;
  font-weight: 500;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #EF5F5C;
}
.AbouExpert_desc__ttl2 {
  font-size: 17px;
  font-weight: 500;
}
}


/* ----------------- scene ----------------- */
.scene {
  background: url(../img/cmn_bg.png) no-repeat center top / cover;
  position: relative;
  z-index: 10;
  padding: 100px 0;
}
.scene_ttl {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}
.scene_wrap {
  max-width: 940px;
  margin: 0 auto;
}
.scene_block {
  display: flex;
  margin: 0 auto 0 0;
  align-items: center;
}
.scene_block:not(:last-child) {
  margin: 0 0 70px;
}
.scene_block:nth-child(even) {
  flex-direction: row-reverse;
  margin: 0 0 70px auto;
}
.scene_block__img {
  max-width: 53%;
  position: relative;
  z-index: 1;
}
.scene_block__desc {
  max-width: 47%;
  margin: 0 0 0 -50px;
  position: relative;
  z-index: 2;
}
.scene_block:nth-child(even) .scene_block__desc {
  margin: 0 -50px 0 0;
}
.scene_block__desc__head {
  color: #61371F;
  font-size: 42px;
  font-weight: 500;
  opacity: 0.1;
  line-height: 1;
  text-align: right;
  margin: 0 30px -18px 0;
}
.scene_block:nth-child(even) .scene_block__desc__head {
  text-align: left;
  margin: 0 0 -18px 30px;
}
.scene_block__desc__inner {
  padding: 30px 40px;
  border-radius: 20px;
  background: rgba(255, 252, 245, .9)
}
.scene_block__desc__ttl {
  font-size: 26px;
  font-weight: 500;
  color: #EF5F5C;
  padding: 0 0 10px ;
  margin:0 0 15px;
  border-bottom: 1px dashed #EF5F5C;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.scene {
  padding: 60px 20px;
}
.scene_ttl {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}
.scene_wrap {
  max-width: 100%;
  margin: 0 auto;
}
.scene_block {
  display: block;
  margin: 0 auto ;
  align-items: center;
}
.scene_block:not(:last-child) {
  margin: 0 0 30px;
}
.scene_block:nth-child(even) {
  margin: 0 auto 30px;
}
.scene_block__img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.scene_block__desc {
  max-width: 100%;
  margin: -20px 0 0;
  position: relative;
  z-index: 2;
}
.scene_block:nth-child(even) .scene_block__desc {
  margin: -20px 0 0;
}
.scene_block__desc__head {
  color: #61371F;
  font-size: 30px;
  font-weight: 500;
  opacity: 0.1;
  line-height: 1;
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 20px;
}
.scene_block:nth-child(even) .scene_block__desc__head {
  text-align: right;
  margin: 0;
}
.scene_block__desc__inner {
  padding: 20px 30px;
  border-radius: 20px;
  background: rgba(255, 252, 245, .9)
}
.scene_block__desc__ttl {
  font-size: 20px;
  font-weight: 500;
  color: #EF5F5C;
  padding: 0 0 10px ;
  margin:0 0 15px;
  border-bottom: 1px dashed #EF5F5C;
}
}


/* ----------------- outro ----------------- */
.outro {
  position: relative;
  padding: 100px 0 ;
}
.outro:before {
  position: absolute;
  background: url(../img/cmn_bg_bottom2.png) no-repeat;
  content: "";
  width: 100vw;
  height: 100px;
  display: inline-block;
  background-size: contain;
  z-index: 10;
  background-position-y: top;
  top: 0;
}
.outro_whole {
  position: relative;
}
.outro_whole:before {
  position: absolute;
  background: url(../img/outro_bg1.png) no-repeat;
  content: "";
  right: -150px;
  top: -16vw;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  width: 40%;
  height: 100%;
  background-position-y: top;
  z-index: -1;
}
.outro_whole:after {
  position: absolute;
  background: url(../img/outro_bg2.png) no-repeat;
  content: "";
  left: -100px;
  bottom: -150px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  width: 40%;
  height: 100%;
  background-position-y: bottom;
  z-index: -1;
}
.outro_ttl {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 70px;
  text-align: center;
}
.outro_ttl span {
  color: #EF5F5C;
}
.outro_wrap {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.outro_wrap:before {
  position: absolute;
  background: url(../img/outro_img1.png) no-repeat;
  content: "";
  left: -450px;
  top: -30px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  width: 381px;
  height: 656px;
  background-position-y: top;
  z-index: 1;
}
.outro_wrap:after {
  position: absolute;
  background: url(../img/outro_img2.png) no-repeat;
  content: "";
  right: -450px;
  bottom: -30px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  width: 409px;
  height: 630px;
  background-position-y: top;
  z-index: 1;
}
.outro_block:not(:last-child) {
  margin: 0 0 50px;
}
.outro_block__ttl {
  font-size: 26px;
  font-weight: 500;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px dashed #EF5F5C;
}
.outro_block__ttl span {
  color: #EF5F5C;
}
.outroCompany {
  margin: 60px 0 0;
}
.outroCompany_img {
  margin: 60px 0 0 ;
}
.outroCompany_img {
  width: 300px;
  margin: 0 auto;
}
.outroCompany_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color:#003591;
  margin: 20px 0 ;
}
.outroCompany_txt {
  text-align:center;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.outro {
  position: relative;
  padding: 60px 0 0;
}
.outro:before {
  position: absolute;
  background: url(../img/cmn_bg_bottom2.png) no-repeat;
  content: "";
  width: 100vw;
  height: 100px;
  display: inline-block;
  background-size: contain;
  z-index: 10;
  background-position-y: top;
  top: 0;
}
.outro_ttl {
  font-size: 24px;
  margin: 0 0 50px;
}
.outro_whole:before {
  position: absolute;
  background: url(../img/outro_bg1.png) no-repeat;
  content: "";
  right: -33vw;
  top: -36vw;
  display: inline-block;
  background-size: contain;
  width: 170%;
  height: 100%;
  background-position-y: top;
  z-index: -1;
}
.outro_whole:after {
  position: absolute;
  background: url(../img/outro_bg2.png) no-repeat;
  content: "";
  left: -20vw;
  bottom: 100vw;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  width: 170%;
  height: 100%;
  background-position-y: bottom;
  z-index: -1;
}
.outro_img1 {
  max-width: 80%;
  margin: 0 auto 30px 20px;
}
.outro_img2 {
  max-width: 80%;
  margin: 30px 20px 0 auto;
}
.outro_wrap {
  margin: 0 20px;
}
.outro_block:not(:last-child) {
  margin: 0 0 35px;
}
.outro_block__ttl {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 8px;
  margin: 0 0 12px;
  border-bottom: 1px dashed #EF5F5C;
  text-align: center;
}
.outro_wrap:before {
  display: none;
}
.outro_wrap:after {
  display: none;
}
.outroCompany {
  margin: 40px 20px 0;
}
.outroCompany_img {
  width: 55%;
  margin:  auto;
}
.outroCompany_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color:#003591;
  margin: 15px 0  10px;
}
.outroCompany_txt {
  text-align:center;
}
}


/* ----------------- faq ----------------- */
.faq {
  padding: 0 30px 100px;
}
.faq_ttl {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 40px;
  text-align: center;
}
/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.accordion-area li{
  margin-bottom: 30px;
  border-radius: 12px;
}
/*アコーディオンタイトル*/
.accordion-area .faq_title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding:26px 20px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  background: #FCBFB8;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
.accordion-area .faq_title span.icon {
  margin-right: 15px;
  flex-shrink: 0;
  font-size:30px;
  font-weight: 400;
  line-height: 100%;
  color: #F8A8BA;
}
/* 開いている状態：＋（プラス） */
.accordion-area .faq_title::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  
  /* 横線 + 縦線で＋を作る */
  background: 
    linear-gradient(to right, #EF5F5C 0% 100%, transparent 0% 100%), /* 横線 */
    linear-gradient(to bottom, #EF5F5C 0% 100%, transparent 0% 100%); /* 縦線 */
  
  background-size: 100% 2px, 2px 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.25s ease;
}

/* 閉じている状態：−（マイナス） */
.accordion-area .faq_title.close::after {
  /* 縦線を消して横線だけにする */
  background: 
    linear-gradient(to right, #EF5F5C 0% 100%, transparent 0% 100%); /* 横線のみ */
  
  background-size: 100% 2px;
  background-position: center center;
  background-repeat: no-repeat;
  
  /* 回転は不要なのでリセット */
  transform: translateY(-50%);
}
/*アコーディオンで現れるエリア*/
.accordion-area .faq_box {
  display: none;/*はじめは非表示*/
  padding:20px 40px 20px 20px;
}
.accordion-area .faq_answer {
  display: flex;
  align-items: center;
}
.accordion-area .faq_answer span.icon {
  margin-right: 15px;
  flex-shrink: 0;
  font-size:30px;
  font-weight: 400;
  color:#F8A8BA;
  line-height: 100%;
}
.faq_answer_txt {
  display: inline-block;
  line-height: 1.8;
  font-size: 18px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.faq {
  padding: 60px 20px;
}
.faq_ttl {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}
.accordion-area{
  margin:50px auto 0;
}
.faq_question {
  font-size: 17px;
}
.accordion-area li{
  border-radius: 20px;
  margin-bottom: 15px;
}
.accordion-area .faq_title span.icon {
  margin-right: 12px;
  width: 30px;
}
.accordion-area .faq_title::after {
  right: 20px;
}
/*アコーディオンタイトル*/
.accordion-area .faq_title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:15px;
  font-weight: normal;
  padding:20px 40px 20px 20px; 
  font-weight: 700;
  display: flex;
}
/*アコーディオンで現れるエリア*/
.accordion-area .faq_box {
  display: none;/*はじめは非表示*/
  padding:20px;
}
.accordion-area .faq_answer span.icon {
  width: 30px;
  margin-right: 12px;
}
.faq_answer_txt {
  display: inline-block;
  line-height: 1.8;
  font-size: 16px;
}
}






/* ----------------- xxxxxxxxxxxxx ----------------- */


@media only screen and (max-width: 960px) 
{ /* SP start */

}





/* ----------------- xxxxxxxxxxxxx ----------------- */


@media only screen and (max-width: 960px) 
{ /* SP start */

}