@charset "utf-8";

/* CSS Document */

.class-back {

  /* 背景画像を表示 */
  background-image: url(../img/class_back_pattern.jpg);
  position: relative;
  background-repeat: repeat;

}


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: #FDC71B;
    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;
}
#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%;
    margin: 0 auto;
    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
-----------------------------------------*/

/*トップ分割*/

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

.ac_left{
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
	background-image: url("../img/pcback_l.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}

.ac_right{
	position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	background-image: url("../img/pcback_l.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}

.ac_inner{
    max-width: 37.5rem;
	z-index: 1;
	position: relative;
}

.pctitlewrap{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	width:400px;
}

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

	.ac_inner{
		margin-left: auto;
		max-width: 37.5rem;
	}
	.ac_left {
		width: calc(100% - 37.5rem);
	}
	
	.ac_right {
		display: none;
	}
	
	
	.pc_titlewrap{
		width:88%;
		left: 50%;
		display: block;
	}
	
	.pctitlewrap{
		width:90%;
	}
	
	.hamburger{
		display: none;
	}

}

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

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


}


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

/*フェードイン*/
.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: rgba(0, 0, 0, 0.5);
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  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: 3;
  transition: 0.3s ease-out;
  opacity: 0;
}

.menu-content {
  text-align: center;
}


.hamburger {
  position: fixed;
  top: 45px;
  right: 10px;
  width:22%;
  max-width: 130px;
  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;
}

.pagewrapper{
	background-color: #FFFCEF;
}
.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;
}

.toptitlewrap{
	padding-top: 65%;
	padding-bottom: 0%;
	position: relative;
	width:100%;
}

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

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

.top_introwrap{
	margin-top: 15px;
}

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


.menuallow{
	position: absolute;
	top:0;
	left:0;
    transition: transform 0.3s ease; 
	transform: translateX(0); 
}

.menu_contentwrap:hover .menuallow {
    transform: translateX(10px); 
}

.top_oswrap{
	position: relative;
}

.top_oswrap h2{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	position: relative;
	top:18.5%;
	left:50%;
	transform: translateX(-50%);
	color: #2364ab;
}

.top_oswrap p{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	position: relative;
	top:24%;
	left:50%;
	transform: translateX(-50%);
	text-align: center;
	color: #2364ab;
	width:100%;
}

.oswrap_p2{
	top:35%!important;
	text-align: center;
	color: #2364ab;
	width:100%;
	font-weight: normal!important;
	font-size:90%;
	line-height: 1.5;
}

.obwrap{
	position: relative;
}

.onlinebutton{
	position: absolute;
	top:43%;
	left:0;
}

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

.almove{
	transform: translateX(0); 
    transition: transform 0.3s ease; 
}

.almove:hover {
    transform: translateX(10px); 
}

.aldownmove{
	transform: translateY(0); 
    transition: transform 0.3s ease; 
}

.aldownmove:hover {
    transform: translateY(10px); 
}

.fingermove {
	position: absolute;
	top:18%;
	left: 0;
    animation: bounce 0.5s infinite alternate;
}

@keyframes bounce {
    to {
        transform: translateY(5px);
    }
}

.eatintextwrap{
	width:84%;
	margin: 0 auto;
}

#eat_in	h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #2364ab;
	line-height: 1.8;
}

table{
	margin: auto;
}

button{
	transform:scale(85%);
	border: 0;
  	padding: 0;
  	font: inherit;
  	cursor: pointer;
}

.fc .fc-toolbar-title {
  font-size: 16px;
	color: #9A7448;
}

.fc-event-time{
   display : none;
}

h5 {
	font-size: 14pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	color: #9A7448;
	line-height: 1.8;
	text-align: center;
}

h6 {
	font-size: 14pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	color: #585858;
	line-height: 1.8;
}


h7 {
	font-size: 14pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	color: #D99516;
	line-height: 1.8;
}

h8 {
	font-size: 14pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bolder;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.8;
}

h9 {
	font-size: 14pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bolder;
	margin-bottom: 20px;
	color: #FD8BAA;
	line-height: 1.8;
}

chatch {
  width: 200px;
  height: 200px;
margin-top: 1000px;
}


h10 {
	font-size: 14pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bolder;
	margin-bottom: 20px;
	color: #36D2BA;
	line-height: 1.8;
}

h11 {
	font-size: 14pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bolder;
	margin-bottom: 20px;
	color: #C6A9DF;
	line-height: 1.8;
}


.oya{
	position: absolute;
	width: 100%;
	
}

.slideshow-fade{
    position: relative;
    width: 100%;
	max-width: 100%;
    height: 2000px;
    li{
        list-style: none;
        width: 100%;
        height: 100%;
        img{
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
        }
    }
}

#eat_in	p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #D99516;
	font-weight: normal;
	line-height: 1.7;
}

.eisoftwrap{
	background-color: #eb802a;
	border-radius: 20px;
	padding:10px;
	width:84%;
	margin: 0 auto;
	box-sizing: border-box;
}

.event_pwrap{
	position: relative;
}

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

.eventlead{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold!important;
	text-align: center;
	color: #2364ab;
}

#event h3{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	text-align: center;
	color: #2364ab;
	font-size:150%;
	line-height: 1.3;
}

#event h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #2364ab;
	line-height: 1.8;
}

#event p{
	font-family: 'Noto Sans JP', sans-serif;
	color: #2364ab;
	font-weight: normal;
	line-height: 1.7;
}

#event span{
	font-size:80%;
}

#present{
	width:100%;
}

#present p{
	font-family: 'Noto Sans JP', sans-serif;
	color:#fff;
	line-height: 1.8;
}

.presentwrap{
	background-color: #2364ab;
	border-radius: 20px;
	padding:25px;
	width:89.6%;
	margin: 0 auto;
	box-sizing: border-box;
}

.ps_p2{
	margin-top: 5px;
	letter-spacing: 0!important;
	line-height: 1.5!important;
}

.main-sns.alter,.ttl-sns,.main-channel.alter,.ttl-channel {
background: #fff!important;
}

#sns-footer{
	margin-top: 0!important;
}

#tt{
	background-color: #d9d6cb;
}

#second{
	background-color: #d3cfb3;
}

.buttonwrap{
	display: flex;
}
.buttonwrap_c{
	position: relative;
}
.buttonallow{
	position: absolute;
	top: 0;
	left: 0;
}

.b_titlewrap{
	position: relative;
}

.b_title2{
	

	position: absolute;
	bottom: 0;
	left: 0;
}

.c_copy1{
	font-family: 'Noto Sans JP', sans-serif;
	color: #23649e;
	font-weight: normal;
	line-height: 1.7;
	width:88%;
	margin:0 auto 20px;
}

.c_copy1 span{
	text-decoration:underline;
    text-decoration-color: #23649e;
}

.c_copy2{
	font-family: 'Noto Sans JP', sans-serif;
	color: #23649e;
	font-weight: bold;
	line-height: 1.7;
	width:88%;
	margin:0 auto 5px;
}

.c_copy2_2{
	font-family: 'Noto Sans JP', sans-serif;
	color: #23649e;
	font-weight: normal;
	line-height: 1.7;
	width:88%;
	margin:0 auto 5px;
}

.copyicon{
	position: relative;
}

.copyicon::before {
  content: '';
  position: absolute;
  top: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/240213/icon_new.webp);
}

@media screen and (min-width:750px){
	.copyicon::before {
	  top: 6px;
	}	
}

.item_cpwrap{
	display: flex;
}

.icp_l{
	width:57.6%;
	padding-left: 6%;
}

.icp_l p{
	font-family: 'Noto Sans JP', sans-serif;
	color: #23649e;
	font-weight: normal;
	line-height: 1.7;
}

.icp_r{
	width:42.2%;
}

.firstend{
	padding-bottom: 6em;
}

.secondstart{
	padding-top: 6em;
}

.c_attension{
	font-size:80%;
	text-decoration:none!important;
}

.excuse1{
	padding-top: 6em;
}

.gotop{
	padding-top: 4em;
	padding-bottom: 4em;
}

#sale{
	background-color: #e9e6db;
}

.topimg2wrap{
	position: relative;
}

.topimg2_2{
	position: absolute;
	width:19.3%!important;
	bottom:10%;
	right:10.2%;
}

.pictmove_1{
animation-name: pictMovetop_1;
animation-fill-mode:backwards;
animation-duration:1.8s;
animation-iteration-count:infinite;
animation-timing-function:step-end;
animation-direction:normal;
}

.pictmove_2{
animation-name: pictMovetop_2;
animation-fill-mode:backwards;
animation-duration:1.8s;
animation-iteration-count:infinite;
animation-timing-function:step-end;
animation-direction:normal;
}

@keyframes pictMovetop_1{
  0% {transform: rotate(0deg);}
  50% {transform: rotate(0deg);}
  51% {transform: rotate(7deg);}
  99% {transform: rotate(7deg);}
  100% {transform: rotate(0deg);}
}

@keyframes pictMovetop_2{
  0% {transform: rotate(0deg);}
  50% {transform: rotate(0deg);}
  51% {transform: rotate(-7deg);}
  99% {transform: rotate(-7deg);}
  100% {transform: rotate(0deg);}
}

.img2_p2{
	position: absolute;
	left: 0;
	bottom:-10%;
}

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

.topimg3_1{
	position: absolute;
	width:33.4%!important;
	bottom:22%;
	left:22%;
}

.topimg3_2{
	position: absolute;
	width:33%!important;
	bottom:22%;
	right:23.5%;
}

#world{
	background-image: url('../img/240213/3_bg.webp');
    background-repeat: repeat-y;
    background-size: contain;
}



.slider-content2 img{
	width:200%!important;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

.d-demo__wrap {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 70s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(1500px / 2);
}

.d-demo__item2 {
  width: calc(1900px / 2);
}

@media screen and (min-width:750px){
	.d-demo__item {
	  width: calc(2300px / 2);
	}
	
	.d-demo__item2 {
	  width: calc(2500px / 2);
	}
}

.photoloop{
	height: 9em;
	width:100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#can,#can2{
	background-color:#e5e2d7;
}

.cc_wrap{
	width:100%;
	background-image: url('../img/240213/4_bg.webp');
    background-repeat: repeat-y;
    background-size: contain;
	padding:4%;
	box-sizing:border-box;
}

.cc_inner{
	background-color:#e6e8ea;
	margin:0 auto;
}

.c_copy4{
	font-family: 'Noto Sans JP', sans-serif;
	color: #5987d1;
	font-weight: normal;
	line-height: 1.7;
	width:91%;
	margin:0 auto;
}

.c_copy4 span{
	font-size:73%;
}
.c_copy4_line{
	display:block;
	line-height:1.5!important;
}

.end4{
	padding-bottom: 3em;	
}

.spacer_4{
	height:20px;
}