/*from*/
.lp-area .init{
	opacity: 0;
	transition-duration:1.2s;
	transition-property: opacity ,transform ,filter;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/*to*/
.lp-area .animated .init{
  opacity: 1;
  filter:blur(0);
}

.lp-area .init.move_up{
  transform:translate3d(0px,40px, 0);
}

.lp-area .animated .init.move_up{
  opacity: 1;
  transform:translate3d(0, 0, 0);
  transition-duration:1.5s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.lp-area  .init.scale_in{
  transform: scale(1.2);
}

.lp-area .animated .init.scale_in{
  opacity: 1;
  transition-duration:1.2s;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.25, 1.5, 0.5, 1);
}

.lp-area  .init.scale_out{
  transform: scale(0.8);
}

.lp-area .animated .init.scale_out{
  opacity: 1;
  transition-duration:1.2s;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.25, 1.5, 0.5, 1);
}


.lp-area  .init.scale_out2{
  transform: scale(0.5);
}

.lp-area .animated .init.scale_out2{
  opacity: 1;
  transition-duration:1.2s;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.25, 1.5, 0.5, 1);
}

.lp-area .init.move_right{
    transform:translate3d(-5%,0px, 0);
}

.lp-area .animated .init.move_right{
    opacity: 1;
    transform:translate3d(0, 0, 0);
    transition-duration:1s;
}

.lp-area .init.move_left{
    transform:translate3d(5%,0px, 0);
}

.lp-area .animated .init.move_left{
    opacity: 1;
    transform:translate3d(0, 0, 0);
    transition-duration:1s;
}

.lp-area .init.blur{
  opacity:0;
  transition-timing-function:ease-in-out;
  filter:blur(10px);
  transform: translate(0px,0px) scale(1,1);
}

.lp-area .animated .init.blur{
  transition-duration:0.7s;
  opacity: 1;
  filter:blur(0);
  transform:scale(1,1);
}

.lp-area .init.move_left_up{
    transform:translate3d(40px,40px, 0);
}

.lp-area .animated .init.move_left_up{
  opacity: 1;
  transition-duration:0.4s;
  transform:translate3d(0, 0, 0);
}

.lp-area .init.move_right_down{
    transform:translate3d(-40px,-40px, 0);
}

.lp-area .animated .init.move_right_down{
  opacity: 1;
  transition-duration:0.8s;
  transform:translate3d(0, 0, 0);
}

/*delay*/
.lp-area  .dt_2{ transition-delay: 0.2s !important;}
.lp-area  .dt_3{ transition-delay: 0.3s !important;}

.lp-area{
	position: relative;
	display: block;
	width: 100%;
	font-family: 'Kiwi Maru', serif;
	font-size: 20px;
	line-height: 1.75;
	color: #534741;
  font-weight: 500;
	letter-spacing: 2px;
	padding: 0 0 60px;
  max-width: 800px !important;
  margin: 0 auto;
  --noto: "Noto Sans JP", sans-serif;
  --shippori:"Shippori Mincho", serif;
  overflow: hidden;
}

/*全体*/
.lp-area div,
.lp-area section{
	position: relative;
}

.lp-area a{
  display: block;
  transition: opacity 0.5s ease;
}

.lp-area img{
  height: auto;
}
.lp-area a:hover{
  opacity: 0.5 !important;
}

.lp-area .lp-ab,
.lp-area .lp-txt{
	font-style: normal;
	position: absolute;
}

.lp-area .lp-txt>span{
	display: block;
}

.lp-txt{
	z-index: 2;
}

.lp-area .lp-txt span{
    display: block;
}

.lp-area .inr{
  height: 100%;
  display: block;
}

.bg1,
.bg2{
  position: relative;
  overflow: hidden;
}

.bg1>.img,
.bg2>.img{
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg1>.img img,
.bg2>.img img{
  width: 100%;
  height: auto;
}

.atop{ aspect-ratio: 800 / 1215;}
.block0_1{ aspect-ratio: 800 / 229;}
.block0_2{ aspect-ratio: 800 / 313;}
.block0_3{ aspect-ratio: 800 / 417;}
.block0_4{ aspect-ratio: 800 / 409;}
.block7_1{ aspect-ratio: 800 / 984;}
.block7_2{ aspect-ratio: 800 / 499;}
.block9_1{ aspect-ratio: 800 / 272;}
.block9_2{ aspect-ratio: 800 / 855;}
.block11_1{ aspect-ratio: 800 / 314;}
.block11_2{ aspect-ratio: 800 / 954;}
.block11_2{ aspect-ratio: 800 / 954;}
.block12{ aspect-ratio: 800 / 2135;}
.item1_1{ aspect-ratio: 800 / 845;}
.item1_2{ aspect-ratio: 800 / 944;}
.item2_1{ aspect-ratio: 800 / 944;}
.item2_2{ aspect-ratio: 800 / 1181;}
.item3_1{ aspect-ratio: 800 / 945;}
.item3_2{ aspect-ratio: 800 / 1181;}
.item4_1{ aspect-ratio: 800 / 944;}
.item4_2{ aspect-ratio: 800 / 1181;}
.item5_1{ aspect-ratio: 800 / 944;}
.item5_2{ aspect-ratio: 800 / 1181;}
.item6_1{ aspect-ratio: 800 / 944;}
.item6_2{ aspect-ratio: 800 / 1181;}
.item7_1{ aspect-ratio: 800 / 944;}
.item7_2{ aspect-ratio: 800 / 1181;}
.item8_1{ aspect-ratio: 800 / 945;}
.item9_1{ aspect-ratio: 800 / 944;}
.item9_2{ aspect-ratio: 800 / 1181;}


.atop1 {
  left: 8%;
  top: 4%;
  width: 85.875%;
}
.atop2{
  left: 14.8%;
  top: 57.5%;
  width: 66.875%;
}

.block1 ul{
  display: flex;
  flex-wrap:wrap;
}
.block1 ul>li{
  width: 50%;
}

.block1 .pos5 {
  text-align: center;
  width: 100%;
}

.block1 .pos5 img{
  width: 100%;
}

.block2{
  margin-top: 0px;
  aspect-ratio: 800 / 912;
}

.block2 .pos1 {
  margin: 0 auto;
  width: 94.75%;
  position: absolute;
  left: 2.625%;
  top: 16%;
}

.block2 .pos2{
  position: absolute;
  top: 57.5%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 3.91rem;
  font-weight: bold;
}

.block2 .pos2 small{
  color:#7b6455;
  font-size: 3.155rem;
}

.block2 .pos2 small>span{
  position: relative;
  display: inline-block;
  font-size: 3.66rem;
  z-index: 1;
  line-height: 1.2;
  color: #fff;
  padding: 0 0.4em 0.1em 0.2em;
  margin-right: 0.2em;
  font-weight: bold;
}

.block2 .pos2 small>span::after{
  content: "";
  position: absolute;
  display: block;
  background: #e48483;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.block2 .pos2 em{
  color:#7b6455;
}

.block2 .pos2 strong{
  background: #fff;
  color: #e48483;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0.3em;
  margin-top: 0.1em;
  margin-right: 0.3em;
  display: inline-block;
}

.block2 .pos3 {
  left: 10.625%;
  bottom: 14%;
  width: 78.75%;
  font-size: 3.1rem;
  text-align: center;
}

.block2 .pos3 span{
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
}

.block2 .pos3 span::after{
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  background: linear-gradient(to right, #fff, #fff); 
  filter: blur(12px);
  opacity: 0.4;
  z-index: -1;
}

.block2 .pos3 strong{
  background: #dc9b87;
  color: #fff;
  padding: 0 0.2em;
  margin-right: 0.2em;
  font-size: 3.9rem;
  font-weight: 500;
  line-height: 1.1;
}

.block3 {
  position: relative;
  aspect-ratio: 800 / 1496;
}

.block3 .pos0 {
  position: absolute;
  right: 0;
  top: -1%;
  width: 85.375%;
  bottom: 10%;
  text-align: right;
}

.block3 .msg{
  font-size: 3rem;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.266;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.block3 .msg em{
  color: #e0736e;
}

.block3 .pos1{
  left: 53%;
  top: 11.8%;
}

.block3 .pos2 {
  left: 59%;
  top: 34.6%;
}

.block3 .pos3 {
  left: 14.5%;
  top: 57.5%;
}

.block3 .pos4 {
  left: 0;
  top: 70.8%;
  width: 100%;
  text-align: center;
}

.block3 .pos4 img{
  width: 91.375%;
}

.block5{
  aspect-ratio: 800 / 2193;
}

.block5 .pos1{
  left:13.5%;
  top:30%;
  font-size: 3rem;
  letter-spacing: -0.05em;
}

.block5_0{
  top: 1.2%;
  left: 8%;
  width: 73%;
}

.block5 .pos1 span{
  position: relative;
  display: inline-block;
  text-shadow: 
  0px 0px 0.2em rgba(255, 255, 255, 0.9), 
    0px 0px 0.8em rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.block5 .pos1 em{
  background:#fff;
  color:#eba89f;
  padding: 0 0.1em;
  margin-right: 0.2em;
  font-weight: bold;
}

.block5 .pos1 small{
  color: #e0736e;
  font-size: 2.3rem;
}

.block5 .pos1 strong{
  font-weight: bold;
}

.block5 .pos1 span::after{
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.9em;
  background: linear-gradient(to right, #fff, #fff); /* グラデーション設定 */
  filter: blur(10px);
  opacity: 0.3;
  z-index: -1;
}

.block5 .pos2 {
  top: 85%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.9;
  font-size: 2.9rem;
  color: #7b6455;
}

.block5 .pos2 strong{
  color: #db6a72;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}

.block5 .pos2>span>span{
  position: relative;
  display: inline-block;
  text-shadow: 
  0px 0px 0.2em rgba(255, 255, 255, 0.9), 
    0px 0px 0.8em rgba(255, 255, 255, 0.7);
  z-index: 1;
  letter-spacing: -0.05em;
}

.block5 .pos2>span>span::after {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  background: linear-gradient(to right, #ffb8b8, #fff);
  opacity: 0.3;
  z-index: -1;
  filter: blur(12px);
}

.block5 .pos2 em{
  position: relative;
  display: inline-block;
  line-height: 1.3;
}

.block5 .pos2 em::after{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #db6a72;
}

.block5-1 {
  position: absolute;
  top: 22.25%;
  left: 14%;
  width: 66.375%;
}

.block5-2 {
  position: absolute;
  top: 43.25%;
  right: -6%;
  width: 98.625%;
}

.block6 .pos1 {
  top: 78%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.9rem;
  color: #7b6455;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-weight: bold;
}

.block6 .pos1 em{
  color: #39b8e3;
}

.block7-2{
  margin-top: -8%;
}

.block7 .list {
  display: flex;
  margin: 0 auto;
  width: 85%;
  left: 7.5%;
  top: 74.5%;
}

.block7 .list>li {
  width: 34.55%;
  position: relative;
  color: #fff;
  display: flex;
  aspect-ratio: 1 / 0.55;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
}

.block7 .list>li:nth-child(1){
  padding-left: 0.3em;
}

.block7 .list>li:nth-child(3){
  padding-right: 0.3em;
}

.block7 .list>li:nth-child(2){
  width: 30.9%;
}

.block7 .list>li:not(:last-child)::after{
  content: '';
  position: absolute;
  top: 17.5%;
  right: 0;
  height: 65%;
  width: 1px;
  background: #fff;
}

.block8 {
  aspect-ratio: 800 / 1508;
}

.block8-1 {
  left: 7%;
  top: -0.5%;
  width: 86.5%;
}

.block8-2 {
  left: 7.5%;
  top: 39.5%;
  aspect-ratio: 677 / 672;
  width: 84.75%;
}

.block8-2 .img1{
  left: 0;
  top: 37%;
  width: 100%;
}

.block8-2 .msg1 {
  color: #7b6455;
  font-size: 2.6rem;
  left: 1%;
  top: 4%;
  letter-spacing: -0.05em;
  text-shadow: 
  0px 0px 0.2em rgba(255, 255, 255, 0.9), 
  0px 0px 0.8em rgba(255, 255, 255, 0.7);
}

.block8-2 ul{
  width: 97%;
  aspect-ratio: 10 / 1.67;
  justify-content: space-between;
  left: 1.5%;
  top: 12.5%;
  display: flex;
  align-items: center;
}

.block8-2 ul>li{
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #db6a72;
  font-size: 2.3rem;
  font-weight: bold;
}

.block8-2 ul>li:nth-child(2){
  letter-spacing: -0.1em;
}

.block8-2 ul>li>p{
  line-height: 1.32;
}

.block8-2 .msg2 {
  color: #7b6455;
  font-size: 2.6rem;
  left: 1%;
  top: 31.1%;
  letter-spacing: -0.05em;
  text-shadow: 
  0px 0px 0.2em rgba(255, 255, 255, 0.9), 
  0px 0px 0.8em rgba(255, 255, 255, 0.7);
}

.block8-2 .msg3{
  color: #db6a72;
  font-size: 3.1rem;
  left: 1%;
  top: 61.9%;
  letter-spacing: -0.05em;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-shadow: 
  0px 0px 0.2em rgba(255, 255, 255, 0.9), 
  0px 0px 0.8em rgba(255, 255, 255, 0.7);
}

.block8-2 .msg3 strong{
  position: relative;
  font-size: 4.8rem;
  padding: 0em 0.3em;
  height: 0.9em;
  line-height: 0.8;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  margin: 0 0.1em;
  text-shadow:none;
  box-shadow: 
  0px 0px 0.2em rgba(255, 255, 255, 0.9), 
  0px 0px 0.8em rgba(255, 255, 255, 0.7);
}
.block8-2 .msg3 strong::before{
  background: #e87a85;
  content: '';
  position: absolute;
  top: -0.13em;
  left: 0;
  width: 100%;
  height: 1.2em;
  z-index: -1;
}

.block8-2 .msg4 {
  top: 72.5%;
  left: 1%;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 2.08;
  text-shadow: 
  0px 0px 0.2em rgba(255, 255, 255, 0.9), 
  0px 0px 0.8em rgba(255, 255, 255, 0.7);
}

.block8-2 .msg4 .inr2 strong{
  color: #7b6455;
  background: #fff;
  padding: 0 0.1em 0 0.3em;
  font-size: 2.8rem;
  margin: 0 0.2em;
  text-shadow: none;
}

.block8-2 .msg4 em{font-weight:bold; color: #db6a72; letter-spacing: -0.25em; display: inline-block;}
.block8-2 .msg4 .inr3{
  letter-spacing: 0.07em;
}

.block8-2 .msg4 .inr4{
  display:block;
  margin-top: -1.5%;
  letter-spacing: 0.05em;
}

.block8-2 .msg4 .inr4 strong{
   padding: 0 0.3em 0 0.1em; 
}

.block8-2 .msg4 .line1{ font-size: 3rem; transform: translateY(-0.2em);}
.block8-2 .msg4 .line2{ font-size: 3rem; transform: translateY(0.1em);}
.block8-2 .msg4 .line3{ font-size: 2.2rem;}
.block8-2 .msg4 .line4{ font-size: 2.6rem;}

.block8 .pos1 {
  font-size: 2.7rem;
  letter-spacing: -0.05em;
  color: #7b6455;
  left: 14%;
  top: 42.5%;
}

.block8 .pos1 small{
  color:#db6a72;
  font-size: 2.2rem;
  line-height: 1;
}

.block8 .pos1 strong{
  background: #fff;
  font-weight: 600;
  font-size: 3.6rem;
  padding: 0 0.2em;
  margin: 0 0.2em;
  line-height: 1;
}

.block8 .pos1 span{
  position: relative;
  display: inline-block;
  text-shadow: 
  0px 0px 0.2em rgba(255, 255, 255, 0.9), 
  0px 0px 0.8em rgba(255, 255, 255, 0.7);
  z-index: 1;
  margin-bottom: 0.6em;
}

.block8 .pos1 span.line2 {
  margin-bottom: 0;
}

.block8 .pos1 span::after {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  background: linear-gradient(to right, #ffb8b8, #fff);
  opacity: 0.3;
  z-index: -1;
  filter: blur(12px);
}

.block8 .pos2 {
  font-size: 2.9rem;
  letter-spacing: -0.05em;
  color: #7b6455;
  left: 0%;
  top: 76.5%;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.block8 .pos2 strong{
  font-size: 3.48rem;
}

.block8 .pos2 span{
  position: relative;
}

.block8 .pos2 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #7b6455;
}

.block9{
  position: relative;
  aspect-ratio: 800 / 1232;
}

.block9 .msg {
  font-size: 2.7rem;
  color: #fff;
  line-height: 1.36;
  width: 35.7%;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.block9 .msg span{
  display: inline-block;
  position: relative;
  z-index: 1;
}

.block9 .msg span::after {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  background: linear-gradient(to right, #ffb8b8, #db798e);
  opacity: 0.2;
  z-index: -1;
  filter: blur(12px);
  mix-blend-mode: multiply;
}

.block9 .pos1 {
  left: 12.5%;
  top: 36.5%;
}

.block9 .pos2 {
  left: 51.7%;
  top: 36.5%;
}

.block9 .pos3 {
  left: 12.5%;
  top: 87%;
}

.block9 .pos4 {
  left: 51.7%;
  top: 87%;
}

.item .msg {
  left: 0.5%;
  top: 81%;
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.item .lens{
  left: 12.5%;
  top: 29%;
  width: 75.375%;
  z-index: 2;
}

.item .spec {
  left: 0%;
  top: 84%;
  text-align: center;
  z-index: 2;
  width: 100%;
}

.item .spec img{
  width: 85%;
  vertical-align: top;
}

.item1 .msg em{
  color: #bfb19d;
}

.item2 .msg em{
  color:#b18978;
}

.item3 .msg em{
  color:#bca49b;
}

.item4 .msg em{
  color:#b18978;
}

.item5 .msg em{
  color:#ceb4a8;
}

.item6 .msg em{
  color:#cc9a60;
}

.item7 .msg em{
 color:#693a07;
}

.item8 .msg em{
 color:#f1adc3;
}

.item9 .msg em{
 color:#cda8a9;
}

.item7 .msg {
  left: -0.5%;  
}

.item6 .lens,
.item7 .lens,
.item8 .lens,
.item9 .lens,
.item10 .lens{
  left: 4.5%;
  top: 37%;
}
.block11_2{
  position: relative;
}

.block11_2 .msg{
  font-size: 2.2rem;
  left: 22.5%;
  top: 16%;
  font-weight: 500;
  color: #4f3b30;
  font-family: var(--noto);
  position: absolute;
}

.block11_2 .ttl{
  font-size: 3.1rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #4f3b30;
  left: 26.5%;
  letter-spacing: 0.05em;
  font-family: var(--shippori);
  position: absolute;
}

.block11_2 .ttl1 {
  top: 6%;
}

.block11_2 .ttl2 {
  top: 28.5%;
}

.block11_2 .ttl3{
  top: 50%;
}

.block11_2 .msg {
  font-size: 2rem;
  left: 26.5%;
  top: 16%;
  font-weight: 500;
  color: #4f3b30;
}

.block11_2 .msg2 {
  top: 38%;
}

.block11_2 .msg3 {
  top: 61.6%;
  left: 31%;
}

.block11_2 .msg4 {
  top: 66.3%;
  left: 31%;
}

.block12 .list{
  display: flex;
  width: 100%;
  justify-content: center;
}

.block12 .list2,
.block12 .list3{
  width: 80.75%;
  display: flex;
  margin: 0 auto;
  flex-wrap:wrap;
}

.block12 .list1>li{
  width: 43.25%;
  margin-left: -5%;
}

.block12 .list2>li,
.block12 .list3>li{
  width: 50%;
}
.block12 .list2>li:nth-child(2n-1){
  z-index: 2;
}

.block12 .list>li>a{
  position: relative;
  display: block;
}

.block12 .list>li>a:hover{
  z-index: 1;
}

.block12 .list .lens {
  top: 34%;
  width: 43.96%;
  right: -4%;
  z-index: 2;
}

.block12 .list3>li:nth-child(3) .lens,
.block12 .list3>li:nth-child(4) .lens{
  top: 29.4%;
}

@media screen and (max-device-width: 767px){
  .lp-area{
    position: relative;
    display: block;
    margin-left: -13px;
    width: calc(100% + 26px);
    max-width: 800px !important;
  }

  .block1 .pos5 img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  .block2 .pos2 {
    position: absolute;
    top: 55.5%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    letter-spacing: -0.05em;
    font-size: 4.9vw;
    font-weight: 500;
  }

  .block2 .pos2 small{
    color:#7b6455;
    font-size: 4vw;
  }

  .block2 .pos2 small>span{
    position: relative;
    display: inline-block;
    font-size: 4.66vw;
    color: fff;
    z-index: 1;
    line-height: 1.2;
    color: #fff;
    padding: 0 0.4em 0.1em 0.2em;
    margin-right: 0.2em;
  }

  .block2 .pos2 small>span::after{
    content: "";
    position: absolute;
    display: block;
    background: #e48483;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
  }

  .block2 .pos2 em{
    color:#7b6455;
  }
  .block2 .pos2 strong{
    background: #fff;
    color: #e48483;
    font-size: 5.6vw;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 0.3em;
    margin-top: 0.1em;
    margin-right: 0.3em;
    display: inline-block;
  }

  .block2 .pos3 {
    left: 10.625%;
    bottom: 14%;
    width: 78.75%;
    font-size: 4vw;
    text-align: center;
  }

  .block2 .pos3 span {
    position: relative;
    display: inline-block;  
    z-index: 1;
    line-height: 1;
    margin-bottom: 0.6em;
  }

  .block2 .pos3 span::after{
    content: '';
    position: absolute;
    top: 0.1em;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1em;
    background: linear-gradient(to right, #fff, #fff); /* グラデーション設定 */
    filter: blur(12px);
    opacity: 0.4;
    z-index: -1;
  }

  .block2 .pos3 strong{
    background: #dc9b87;
    color: #fff;
    padding: 0 0.2em;
    margin-right: 0.2em;
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.1;
  }

  .block3 .pos1 {
    left: 53%;
    top: 10.8%;
  }
  .block3 .msg {
    font-size: 3.8vw;
  }

  .block5 .pos1{
    left:13.5%;
    top:30%;
    font-size: 3.7vw;
    letter-spacing: -0.05em;
  }

  .block5 .pos1 span{
    position: relative;
    display: inline-block;
    z-index: 1;
    text-shadow: 
    0px 0px 0.2em rgba(255, 255, 255, 0.9), 
      0px 0px 0.8em rgba(255, 255, 255, 0.7);
  }

  .block5 .pos1 em{
    background:#fff;
    color:#eba89f;
    padding: 0 0.1em;
    margin-right: 0.2em;
    font-weight: 500;
  }

  .block5 .pos1 small{
    color: #e0736e;
    font-size: 2.9vw;
  }

  .block5 .pos1 strong{
    font-weight: bold;
  }

  .block5 .pos1 span::after{
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.9em;
    background: linear-gradient(to right, #ffff, #fff); /* グラデーション設定 */
    filter: blur(10px);
    opacity: 0.3;
    z-index: -1;
  }

  .block5 .pos2 {
    top: 84%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 3.55vw;
    color: #7b6455;
  }

  .block5 .pos2 strong{
    color: #db6a72;
    font-weight: 500;
    font-size: 4.3vw;
  }


  .block5 .pos2 span{
    position: relative;
    display: inline-block;
    text-shadow: 
    0px 0px 0.2em rgba(255, 255, 255, 0.9), 
      0px 0px 0.8em rgba(255, 255, 255, 0.7);
    z-index: 1;
    letter-spacing: -0.05em;
  }

  .block5 .pos2 span::after {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1em;
    background: linear-gradient(to right, #fff, #fff);
    opacity: 0.3;
    z-index: -1;
    filter: blur(12px);
  }

  .block5 .pos2 em{
    position: relative;
    display: inline-block;
    line-height: 1.3;
  }

  .block5 .pos2 em::after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #db6a72;
  }

  .block6 .pos1 {
    font-size: 3.55vw;
  }

  .block7 .list {
    display: flex;
    margin: 0 auto;
  }

  .block7 .list>li {
    width: 34.55%;
    position: relative;
    color: #fff;
    display: flex;
    font-weight: 500;
    aspect-ratio: 1 / 0.55;
    line-height: 1.25;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.25vw;
  }

  .block7 .list>li:nth-child(1){
    padding-left: 0.3em;
  }

  .block7 .list>li:nth-child(3){
    padding-right: 0.3em;
  }

  .block7 .list>li:nth-child(2){
    width: 30.9%;
  }

  .block7 .list>li:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 17.5%;
    right: 0;
    height: 65%;
    width: 1px;
    background: #fff;
  }

  .block8-2 ul {
    top: 10%;
  }

  .block8-2 .msg1 {
    top: 1%;
  }


  .block8-2 .msg1,
  .block8-2 .msg2 {
    font-size: 3.2vw;
  }

  .block8-2 .msg3 {
    font-size: 3.8vw;
  }

  .block8-2 .msg3 strong {
    font-size: 6vw;
  }

  .block8-2 .msg4 .inr2 strong{
    font-size: 3.55vw;
  }
  
  .block8-2 .msg4 {
    font-size: 2.81vw;
  }

  .block8-2 .msg4 .inr4 {
    display: block;
    margin-top: -2.5%;
    letter-spacing: 0.05em;
  }
  
  .block8-2 .msg4 .line1{ font-size: 3.9vw; transform: translateY(-0.2em);}
  .block8-2 .msg4 .line2{ font-size: 3.9vw; transform: translateY(0.1em);}
  .block8-2 .msg4 .line3{ font-size: 2.86vw;}
  .block8-2 .msg4 .line4{ font-size: 2.86vw;}

  .block9 .msg {
    font-size: 3.5vw;
  }

  .block8-2 ul>li{
    font-size: 2.8vw;
  }

  .item .msg {
    font-size: 3.1vw;
  }

  .block11_2 .msg {
    font-size: 2.2vw;
  }

  .block11_2 .msg3{
    top: 61.9%;
  }

  .block11_2 .ttl{
    font-size: 3.8vw;
  }
}

