@charset "utf-8";

/* CSS Document */



body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left !important;
    line-break: strict;
    word-break: normal;
}
header {
    background: #000;
    border-bottom: 1px solid #FFF;
    padding: 6px 10px 6px 10px;
    height: 30px;
    overflow: hidden !important;
	z-index: 100;
	position: relative;
}

a:hover {
    opacity: 0.8;
}
a {
    transition: opacity 0.3s ease-out;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}
.ml-110 {margin-left: 110px;}
.ml-120 {margin-left: 120px;}
.ml-130 {margin-left: 130px;}
.ml-140 {margin-left: 140px;}
.ml-150 {margin-left: 150px;}
.ml-160 {margin-left: 160px;}
.ml-170 {margin-left: 170px;}
.ml-180 {margin-left: 180px;}
.ml-190 {margin-left: 190px;}
.ml-200 {margin-left: 200px;}
@media (max-width: 640px) {
    .ml-10 {margin-left:1.333333333vw;}
    .ml-20 {margin-left:2.666666667vw;}
    .ml-30 {margin-left:4vw;}
    .ml-40 {margin-left:5.333333333vw;}
    .ml-50 {margin-left:6.666666667vw;}
    .ml-60 {margin-left:8vw;}
    .ml-70 {margin-left:9.333333333vw;}
    .ml-80 {margin-left:10.66666667vw;}
    .ml-90 {margin-left:12vw;}
    .ml-100 {margin-left:13.33333333vw;}
    .ml-110 {margin-left:14.66666667vw;}
    .ml-120 {margin-left:16vw;}
    .ml-130 {margin-left:17.33333333vw;}
    .ml-140 {margin-left:18.66666667vw;}
    .ml-150 {margin-left:20vw;}
    .ml-160 {margin-left:21.33333333vw;}
    .ml-170 {margin-left:22.66666667vw;}
    .ml-180 {margin-left:24vw;}
    .ml-190 {margin-left:25.33333333vw;}
    .ml-200 {margin-left:26.66666667vw;}
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}
#nav-btn {
    position: fixed;
    z-index: 9000;
    top: 20px;
    right: 10px;
    width: 70px;
    cursor: pointer;
}
#nav-btn:hover{
    opacity: 0.75;
}
#nav-fixed {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ccc;
    overflow-y: auto;
}
/* @media (max-width: 750px) {
    #nav-fixed {
        width: 40vw;
        height: 100%;
    }
} */
#nav-fixed.navClose {
    animation: navClose 0.25s ease 0.0s forwards alternate;
}
#nav-fixed.navOpen {
    animation: navOpen 0.25s ease 0.0s forwards alternate;
}

#nav-fixed ul li {
    font-size: 18px;
    padding: 0.5em;
}
#nav-fixed ul li a {
    padding: 0;
    display: block;
    color: #FFF;
    font-weight: bold;
}
#nav-fixed ul li img {
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}
#nav-fixed ul li a:hover {
    opacity: 0.75;
}
@media (max-width: 750px) {
    #nav-btn {
        top: 3vw;
        right: 3vw;
        width: 14vw;
    }
    #nav-fixed {
        left: -75vw;
        width: 75vw;
    }
}
@keyframes navClose {
    0% {
        left: 0;
    }
    100% {
        left: -300px;
    }
}
@keyframes navOpen {
    0% {
        left: -300px;
    }
    100% {
        left: 0;
    }
}
@media (max-width: 750px) {
    @keyframes navClose {
        0% {
            left: 0;
        }
        100% {
            left: -75vw;
        }
    }
    @keyframes navOpen {
        0% {
            left: -75vw;
        }
        100% {
            left: 0;
        }
    }
}
#contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#contents #sns-share h2{
	margin: 0 34.6%;
}
#contents .sns-btn {
    margin: 0 24% 30px;
    text-align: center;
}
#contents .sns-btn li {
    display: inline-block;
    width: 23%;
    margin: 0 3%;
}
#social_btn {
	width: 100%;
    text-align: center;
    font-size: 0;
}
#social_btn > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
}
#social_btn .fb_iframe_widget {
    vertical-align: top;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width:50px!important;
	height:50px!important;
	z-index: 10;
}
#page-top.fixed {
    position: fixed !important;
}








/* sns-area */

#sns-area{
	margin-bottom: 2em;
	margin: 0 5.333% 3em;
}

.main-sns .ttl-sns{
    background: #969696;
}

.main-sns .inner {
    position: relative;
}
.main-sns .inner .bg {
    position: relative;
    z-index: 1;
}

.main-sns .inner .on {
    position: absolute;
    z-index: 2;
    width: 76.9%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main-sns .inner li{
    background: #fff;
}

.main-news .ttl-news{
    background: #969696;
}

.main-news .news_inner{
    background: #fff;
    width: 100%;
    border: 1px solid #969696;
    box-sizing: border-box;
}

.main-news .news_inner.gray{
    background: #eee;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.main-news .news_inner .news_lead{
    width: 84.6%;
    margin-left: auto;
    margin-right: auto;
}

.main-news .news_inner .news_btn{
    width: 76.923%;
    border: 1px solid #969696;
    margin-left: auto;
    margin-right: auto;
}




/* Alternative */

.main-sns.alter{
    position: relative;
    padding: 8% 0;
    background: #EEECEB;
}
.main-sns.alter .ttl-sns{
    background: #EEECEB;
}
.main-sns.alter ul{
    width: 90%;
    margin: 0 auto;
}
.main-sns.alter::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #8F8F8F;
    transform: translate(-50%, 0);

}

.main-channel.alter{
        padding: 8% 0;
    background: #EEECEB;
}
.main-channel.alter .ttl-channel{
    background: #EEECEB;
}
.main-channel.alter ul{
    width: 90%;
    margin: 0 auto;
}



/* global */
.other-txt{
    display: block;
}
.global-txt{
    display: none;
}
.global .other-txt {
    display: none;
}
.global .global-txt{
    display: block;
}


#site-notice{
	margin: 2em 5.333%;
    font-size: 85%;
}


/* -----------------------------------------
	SNS footer
-----------------------------------------*/
#sns-footer {
	background: #EEE;
	margin-top: 4em;
}
#sns-footer svg {
	width: 100%;
}
#sns-footer #sns-footer-inner {
	max-width: 750px;
	margin: auto;
}
#sns-footer #sns-footer-inner #sns-footer-tit {
	padding: 12% 20% 5%;
}
#sns-footer #sns-footer-inner #sns-footer-line {
	padding: 0 14% 10%;
}
#sns-footer #sns-footer-inner #sns-footer-tit-02 {
	padding: 0 33% 3.5%;
}
#sns-footer #sns-footer-inner #sns-footer-list {
	padding: 0 14% 15%;
	overflow: hidden;
}
#sns-footer #sns-footer-inner #sns-footer-list li {
	float: left;
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
#sns-footer #sns-footer-inner #sns-footer-list li a {
	display: block;
	padding: 5%;
}



/* -----------------------------------------
contents
-----------------------------------------*/
#container {
    margin: auto;
    width: 100%;
}
#contents {
    margin: auto;
    font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    width: 100%;
    display: block;
    font-feature-settings: "palt";
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.45vw;
    }
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
#contents img {
    width: 100%;
}


/* -----------------------------------------
original
-----------------------------------------*/
.vs-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;	
}

.p_absolute{
	position: absolute;
	top:0;
	left: 0;
}

.p_relative{
	position: relative;
}

.t_center{
	text-align: center;
}

footer{
	z-index: 2;
	position: relative;
}


/*トップ分割*/

.pcback{
	width:100%;
	background-image: url("../img/250710/pcl_back.webp");
	background-repeat:no-repeat;
	background-size:cover;
	position: fixed;
	left: 0;
    top: 0; 
    bottom: 0;
}

.ac_left{
}

.ac_right{
	position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: #abe9eb;
}

.ac_inner{
    max-width: 37.5rem;
	z-index: 100;
	position: relative;
	border-right: 3px solid #2968d5;
	border-left: 3px solid #2968d5;
}

.pc_title_r{
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}

.pc_menuwrap{
	position: relative;
	width:64%;
	margin: 3em auto 0;
	max-height: 95%;
	line-height: 0;
}

.pcr_cs{
	position: absolute;
	top:-6%;
	right: 0;
	width:37%!important;
}

@media screen and (min-width: 751px) and (max-width: 1100px){

	.ac_inner,.c1back{
		margin-left: auto;
		max-width: 37.5rem!important;
		border-right: none;
	}
	.ac_left,.pcback {
		width: calc(100% - 37.5rem);
	}
	
	.ac_right {
		display: none;
	}
	
	
	.pc_titlewrap{
		width:88%;
		left: 50%;
		display: block;
	}
	
	.pctitlewrap{
		width:90%;
	}


}

@media screen and (min-width: 1101px){

	.ac_inner{
		margin-left: calc(54% - 8rem);
		max-width: 28rem;
	}
	
	.ac_left,.pcback{
	width: calc(54% - 8rem);
	}
	.ac_right {
	 left: calc(54.2% + 28rem - 8rem);
	}
	
	.hamburger{
		display: none;
	}
}

@media screen and (max-width: 750px){
	.ac_left, .ac_right {
		display: none;
	}
	.ac_inner{
    max-width: 100%;
	border-right: none;
	border-left: none;
	}
	
	.c1back{
	max-width: 100%!important;	
	}
}

.

/*フェードイン*/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-delay: 0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

.animate{
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.0s;
}

.animate:not(:nth-child(-n+3)) {
 }
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
.animate.show:nth-of-type(1) {
  transition-delay: 0s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.animate.show:nth-of-type(3) {
  transition-delay: 0.3s;
}
.animate.show:nth-of-type(4) {
  transition-delay: 0.6s;
}
.animate.show:nth-of-type(5) {
  transition-delay: 0.8s;
}
.animate.show:nth-of-type(6) {
  transition-delay: 0.5s;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width:550px!important;
  height: 100%;
  background-color: #abe9eb;
  z-index: 5;

  transition: clip-path 0.3s ease-out;
  
}

.menu {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width:550px!important;
  color: #fff;
  box-sizing: border-box;
  z-index: 102!important;
  transition: 0.3s ease-out;
  opacity: 0;
	overflow-y: scroll;
	max-height: 100vh;
	padding-top: 1em;
}

.menu-content {
  text-align: center;
  overflow-y: scroll;
  width:70%;
  margin: 0 auto;
}


.hamburger {
  position: fixed;
  top: 45px;
  right: 10px;
  width:16%;
  max-width: 100px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 4;
}

.menu-open .overlay {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.menu-open .menu {
  opacity: 1;
  top:0;
  transition: 0.3s ease-out;
}

.menu-open .hamburger {
  display: none;
}

.topslide{
	width:100%;
	background-color: #e2dfd4;
	font-size:200%;
}

.slick-dots {
	background-color: #e2dfd4;	
}

.slick-dots li button:before{
	font-weight: bold;
	font-size:10px!important;	
    content: '○'!important;
    color: #2364af!important;
}

.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-class {
    display: flex;
    justify-content: center;
	margin-top: -20px;
}
.dots-class li {
    width: 9px;
    height: 9px;
    border: 2px solid #2364af;
    border-radius: 50%;
    margin-right: 22px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    background-color: #2364af;
}
.dots-class li:hover {
    background-color: #2364af;
}
.dots-class li:last-child {
    margin-right: 0;
}

/*springgiftoriginal*/

.t_body_l{
	text-align: left;
	width:81%;
	margin: 0 auto;
	font-size: 107.6%;
	line-height: 2.2;
}



#sg1{
	background-color: #ffffb0;
}

.g1_2wrap{
	display: flex;
	width:83%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.g1_2wrap a{
	width: 49.6%;
}

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

.swingcard1, .swingcard2 {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top;
    transition: transform 0.4s ease-out;
}

.swingcard1 {
    transform: rotate(0deg);
}

.swingcard2 {
    transform: rotate(0deg);
}

.swingcardwrap.active .swingcard1 {
    transform: rotate(-5deg);
}

.swingcardwrap.active .swingcard2 {
    transform: rotate(10deg);
}


.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 0.8em;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../img/250710/dots_u.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 6px;
  width: 8px!important;
}
.slide-dots li.slick-active button::before {
  background-image: url(../img/250710/dots_a.webp);
}


.sg1textwrap{
    width:80%;
	margin: 0 auto;
	letter-spacing: 0.06em;
}

.sg2textwrap{
    width:100%;
	margin: 0 auto;
	letter-spacing: 0.06em;
}

.sg1text{
	font-size: 100%;
	line-height: 2;
	letter-spacing: 0.16em;
}

.sg1text span{
	font-weight: 600;
	letter-spacing: 0.1em;
}

.top_attension{
	width:90%;
	margin: 0 auto;
	font-size: 90%;
	padding-bottom: 3em;
}

.ac_left{
	position: relative;
}

.ltitle{
	position: absolute;
	width:61%;
	max-width:400px;
	top:45%;
	left:50%;
	transform: translateX(-50%);
	z-index: 2;
}


.hbclose{
	position: absolute;
	top:20px;
	right:20px;
	width:40px!important;
}

.sg2slide{
	width:84.6%;
	margin: 0 auto;
}

.hbtitle2{
	position: absolute;
	left:5%;
	top:50%;
	transform: translateY(-50%);
	width:20px!important;
}

.hbinnerwrap{
	display: flex;
}

.hbinnerwrap div:first-child{
	border-right: solid 1px #000;
}

.g2tcopy{
	font-size:135%;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.6em;
}

.g2titlewrap{
	display: flex;
}

.g2topwrap{
	width:86.6%;
	margin: 0 auto;
}

.g2textwrap{
	text-align: center;
	width:81.3%;
	margin: 0 auto;
	font-size: 107%;
	line-height: 2;
}

.g2textwrap span{
	font-weight: 600;
}

.sg2_1wrap{
	background-color: #ffffbb;
	padding-bottom: 2em;
}

.sg2_innerwrap{
	background-color: #fff;
	width:82.6%;
	margin: 0 auto;
	border-radius: 40px;
}

.sg2_inner2{
	width:90%;
	margin: 0 auto;
	padding-bottom: 2em;
}

.sg2_inner2 p{
	line-height: 2;
	font-size: 107%;
}

.sg2_inner2 p span{
	font-weight:600;
}

.sg2excuse{
	font-size: 100%!important;
}

.g2_5adjust{
	margin-top: -3em;
}

.sg2innerwrap2{
	border:1px solid #000;
	border-radius:40px;
	width:86.6%;
	background-color: #fcfbd9;
	margin:0 auto;
	padding-bottom: 2em;
}


.sg2slide .prev-arrow {
  left: 0;
}
.sg2slide .next-arrow {
  right: 0;
}

.sg2innerwrap3{
	width:88.4%;
	background-color: #fff;
	border-radius:40px;
	margin: 0 auto;
}

.slide4 .prev-arrow {
    top:150px!important;
    left: 0;
	margin: 0;
}
.slide4 .next-arrow {
    top:150px!important;
    right: 0;
	margin: 0;
}

#sg2 .sg1textwrap{
	padding-bottom: 2em;
}

.g2_17wrap{
	width:83%;
	margin: 0 auto;
}

.g2_17inner{
	display: flex;
}

.sg3top{
	background-color: #ffffbb;
	padding-bottom: 5em;
}

.sg3top p{
	font-size: 107%;
	line-height: 2;
	letter-spacing: 0.16em;
	text-align: center;
}

.g3_ind{
	width:86.6%;
	margin: 0 auto;
}

.g3_indwrap{
	display: flex;
}

.g3ct{
	display: flex;
}

.g3ct_l{
	width:22.6%;
}

.g3ct_r{
	width:77.3%;
}
.g3ct div:last-child{
	
}

.g3ct_t{
	width:91.3%;
}

.g3ct_t p{
	font-size:115%;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}

.g3ct_t p span{
	font-size: 70%;
	font-weight: 600;
}

.g3_textwrap{
	width:86.6%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

.g3t1{
	font-size: 80%;
	font-weight: 600;
	line-height: 3;
}

.g3t2{
	line-height: 2;
	font-size: 107%;
}

.g3t2_miku{
	font-weight: 500;
	color:#cd587d;
}

.g3t2_maika{
	color:#dc8200;
}

.g3t2_Seina{
	color:#008eaa;
}


/*2025summergift*/

.t_title{
	position: absolute;
	top:44%;
	left: 0;
	transform: translateY(-50%);
}

.t_body{
	text-align: center;
	font-size: 107.6%;
	line-height: 2;
}



.t_title2{
	font-weight: 400;
	letter-spacing: 0.7em;
	text-align: center;
	font-size: 106%;
	line-height: 0.5;
}

.sg_indinner{
	display: flex;
}

.sg_indinner div:first-child{
	border-right: 1px solid #000;
}

.top5_t{
	text-align: center;
	font-size: 115%;
}

.top5_t2{
	text-align: center;
	font-size: 92%;
}

.t5_5t{
	text-align: center;
	font-size: 115%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.t1_title{
	font-weight: 600;
	font-size: 146%;
	text-align: center;
	letter-spacing: 0.4em;
	line-height: 1.8!important;
}

.t1_menuwrap{
	display: flex;
	position: relative;
	overflow: hidden;
}

.t1_menu1{
	position: relative;
	z-index:3;
}

.t1_menu2{
	position: relative;
	z-index: 2;
}

.t1_menu3{
	position: relative;
	z-index: 1;
}

.t1_menu1_0{
	position: relative;
}

.t1_menu1_1 {
	width: 40.6%!important;
	top: 10%;
	left: 10%;
	animation-delay: 0s;
}

.t1_menu1_2 {
	width: 45.8%!important;
	top: 47%;
	right: 2%;
	animation-delay: 0.3s!important;
}

.t1_menu2_1 {
	width: 83.5%!important;
	top: 15%;
	right: 0%;
	animation-delay: 1.2s!important;
}

.t1_menu3_1 {
	width: 55.9%!important;
	top: 40%;
	right: 10%;
	animation-delay: 0.6s!important;
}

.t1_menu1_0 {
	position: relative;
	z-index: 2;
}

.t1_menu1_1, .t1_menu1_2, .t1_menu2_1, .t1_menu3_1 {
	position: absolute;
	z-index: 1;
	animation: popOut 6s ease-in-out infinite;
}

.t1_menu1_1{
	position: absolute;
	z-index: 1;
	animation: popOut2 6s ease-in-out infinite;
}
@keyframes popOut {
	0%,15%,30%,55%,70%,100% {
		transform: translateX(0);
	}
	20%,60% {
		transform: translateX(40%);
	}
}

@keyframes popOut2 {
	0%,15%,30%,55%,70%,100% {
		transform: translateX(0);
	}
	20%,60% {
		transform: translateX(-40%);
	}
}

#t1_1,#t1_3,#t1_4{
	background-color: #f1f1ef;
}

#t1 button,#t2 button{
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.t1_2textb{
    font-weight: 600;
    line-height: 2;
	font-size: 107%;
	text-align: justify;
}

.t1_2textb span{
    font-weight: 400;
}

.slide3_inner{
	width:83%!important;
	margin: 4em auto 0;
}

#t1 .slide-dots{
	position: absolute;
	top:25em;
	left:50%;
	transform: translateX(-50%);
}

.slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  width: 32px!important;
  z-index: 1;
}
.prev-arrow {
  left: 8%;
}
.next-arrow {
  right: 8%;
}

#t1 .slide-arrow{
	position: absolute;
	top:25em;
}

.t1_2_md{
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  text-align: center;
	color:#6fdadc;
	letter-spacing: 0.1em;
	font-size: 138%;
  margin-bottom: 1em;
}

.t1_2_devwrap{
	display: flex;
	width:86.2%;
	margin: 0 auto;
	justify-content: space-between;
}

.t1_2_devwrap div{
	width:46.6%;
}

.t1_3_md{
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  text-align: center;
	color:#7a9ee5;
	letter-spacing: 0.1em;
	font-size: 138%;
  margin-bottom: 1em;
}

.t1_4_md{
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  text-align: center;
	color:#fec950;
	letter-spacing: 0.1em;
	font-size: 138%;
  margin-bottom: 1em;
}

#t2_1,#t2_2{
	background-color: #b6f6ff;
}

#t2_1,#t2_2{
	padding-bottom: 6em;
}

.t2_toptwrap{
	font-size: 107%;
	text-align: center;
	width:82.6%;
	margin: 0 auto;
	letter-spacing: 0.05em;
	line-height: 2;
}

.t2_toptwrap p span{
	font-weight: 600;
}

.t2_1_3wrap{
	background-color: #fff;
	border-radius: 2em;
	padding: 1.2em;
	width:82.6%;
	margin: 6em auto 0;
	box-sizing: border-box;
}

.t2_1_3{
	margin-top: -4em;
}

.t2_1_3wrap p{
	line-height: 2;
	font-size: 107%;
}

.t2_1_3wrap p span{
	font-weight: 600;
}

.t2_1_3wrap h3{
	font-size: 111%;
	text-align: center;
}

.t2_1_3excuse{
	font-size:92%;
	line-height: 1.6!important;
}

.t2_1_3wrap h3::before{
	content: url("../img/250710/t2_1_4_1.webp");
    vertical-align: middle;
}

.t2_1_3wrap h3::after{
	content: url("../img/250710/t2_1_4_2.webp");
    vertical-align: middle;
}

.t5_5t2{
	width:100%;
	text-align: center;
	font-size: 103%!important;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.t5_5t3{
	font-size: 94%!important;
	text-align: center;
}

#t2_2 h3{
	font-size: 130%;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.5em;
	line-height: 2;
}

#t2_2 h3 span{
	font-size:111%;
}

.t2_2_1wrap{
	background-color: #d9feff;
	border: solid 1px #000;
	border-radius: 2em;
	width:86.6%;
	margin: -1px auto 0;
	padding-bottom: 3em;
}

.t2_2_2text{
	text-align: center;
	font-size: 107%;
	line-height: 2;
	position: absolute;
	top:1.6em;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
}

.t2_2_3text{
	text-align: center;
	font-size: 92%;
	color:#00e2ff;
}

#t2_2 .slide-dots{
	position: absolute;
	top:22.4em;
	left:50%;
	transform: translateX(-50%);
}

#t2_2 .slide-arrow{
	position: absolute;
	top:22.4em;
}

#t2_2 .slide3_inner {
    width: 88% !important;
    margin: 3em auto 0;
}

.t2_2innerwrap{
	width:88%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 2em;
	padding-top: 2em;
}

.t2_2innerwrap .slide3_inner {
    width: 88% !important;
    margin: 0 auto!important;
}

.t2_2innerwrap .slide-arrow{
	position: absolute;
	top:7em!important;
}

.t2_2innerwrap .prev-arrow {
  left: 0;
}
.t2_2innerwrap .next-arrow {
  right: 0;
}

#t3 h2{
	font-size:154%;
	text-align: center;
	margin-top: 8em;
	margin-bottom: 1.2em;
	font-weight: 400;
}


.sg_newsinner{
	width:86.6%;
	margin: 0 auto;
}

#t3 .sg_indinner{
	border-top:1px solid #000;
	text-align: center;
}

#t3 .sg_indinner h3{
	font-size: 113%;
	font-weight: 400!important;
	line-height: 1.2;
}

#t3 .sg_indinner h3 span{
	font-size: 73%;
}

#t3 .sg_indinner p{
	font-size: 96%;
}
#t3 .sg_indinner p span{
	font-size: 96%;
	color:#00b2ed;
}
#t3 .sg_indinner div{
	margin: 20px 0 20px 20px;
	width:49.9%;
}

#t3 .sg_indinner div:first-child{
	border-right: 1px solid #000;
	margin:20px 0!important;
	padding-right: 20px;
}

#t3 .sg_indinner:last-child{
	border-bottom: 1px solid #000;
}


.pcr_title2{
	font-weight: 400;
	letter-spacing: 0.7em;
	text-align: center;
	font-size: 0.6em;
	line-height: 0.5;
}

@media screen and (max-width:1350px){
	.pcr_title2{
		font-size: 0.5em;
		line-height: 0.5;
	}
}

@media screen and (max-width:1230px){
	.pcr_title2{
		font-size: 0.4em;
		line-height: 0.5;
	}
}

.pcr_idtitle{
	font-size:0.8em;
	line-height: 1.8;
	text-align: center;
}

.pcr_idtitle2{
	font-size:0.8em;
	line-height: 1.2!important;
	text-align: center;
}

.pcr_idtitle2 span{
	font-size:80%;
}

@media screen and (max-width:1650px){
	.pcr_idtitle{
		font-size:0.7em;
	}
	.pcr_idtitle2{
		font-size:0.7em;
	}
}

@media screen and (max-width:1530px){
	.pcr_idtitle{
		font-size:0.6em;
	}
	.pcr_idtitle2{
		font-size:0.6em;
	}
}

@media screen and (max-width:1410px){
	.pcr_idtitle{
		font-size:0.5em;
	}
	.pcr_idtitle2{
		font-size:0.5em;
	}
}

@media screen and (max-width:1300px){
	.pcr_idtitle{
		font-size:0.4em;
	}
	.pcr_idtitle2{
		font-size:0.4em;
	}
}

@media screen and (max-width:1200px){
	.pcr_idtitle{
		font-size:0.3em;
	}
	.pcr_idtitle2{
		font-size:0.3em;
	}
}
.pcrinnerwrap{
	display: flex;
}
.pcrinnerwrap div:first-child{
	border-right:1px solid #000;
}

.hmb4_t{
	position: absolute;
	text-align: center;
	top:50%;
	transform: translate(-50%,-50%);
	left:50%;
}

.pcr_gotop{
	text-align: center;
	font-weight: 600;
	margin-top: 2em;
	font-size:1em;
}


.hmb_title2{
	font-weight: 400;
	letter-spacing: 0.7em;
	text-align: center;
	font-size: 100%;
	line-height: 0.5;
	color:#000
}

.multiply{
	mix-blend-mode: multiply;
}

.t3_al{
	position: absolute;
	bottom:0;
	left:0;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

.hmb_idtitle{
	font-size:0.9em;
	line-height: 1.7!important;
}

.hmb_idtitle2{
	font-size:0.7em;
	line-height: 1.4!important;
}