body{
 overflow-x: hidden;
}

#header{display:none;}
#creatorheader{
	    height: 60px;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
	align-items:center;
    padding: 10px 20px;
	    position: fixed;
    top: 0;
    left: 0;
	z-index: 999;
}
#creatorheader #logo{
	width: 116px;
}
#creatorheader .menu{    font-size: 14px;
display: flex;
    justify-content: space-between;
	align-items:center;
    gap: 26px;
}
#creatorheader .menu a{
	    font-weight: 300;
}

#creator{padding-top: 60px;font-feature-settings: "palt";}

.message{
	display:none;
}
#sec .secread{
	text-align: center;
    font-size: 15px;
    letter-spacing: 0.15rem;
    line-height: 1.9;
    margin: 50px auto;
    width: 90%;
	max-width: 960px;
}
#sec h3{padding: 28px;
    text-align: center;
    background-color: #909271;
    color: #edece1;
    font-size: 24px;
    font-weight: 300;}
#sec .section h5 {
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.sec01{
	display: flex;
    flex-flow: column;
    align-items: center;
	padding:5vw 0;
}
.sec01 h1{
	    font-size: 3vw;
	letter-spacing: 0.25vw;
    /* text-align: center; */
    font-weight: 600;
    width: 800px;
}
.sec01 h1 span{
	background: linear-gradient(150deg, #00ddfd 0%, #711ec6 33%, #ff33c6 66%, #fff530 100%);
    opacity: 1;
    animation: Grad1 8s infinite alternate;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec01 p span.gr1{
	background: linear-gradient(150deg, #00ddfd 0%, #711ec6 33%, #ff33c6 66%, #fff530 100%);
    opacity: 1;
    animation: Grad1 8s infinite alternate;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec01 p span.gr2{
	background: linear-gradient(150deg, #00ddfd 0%, #711ec6 33%, #ff33c6 66%, #fff530 100%);
    opacity: 1;
    animation: Grad1 5s infinite alternate;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec01 p span.gr3{
	    background: linear-gradient(150deg, #00ddfd 0%, #1e65c6 33%, #33ffd3 66%, #3074ff 100%);
    opacity: 1;
    animation: Grad1 4s infinite alternate;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec01 p{
	font-size: 1.3vw;
    letter-spacing: 0.2rem;
    line-height: 2;
    margin-top: 40px;
    width: 800px;
    text-align: justify;
    font-weight: 500;
}


.sec02{
	    padding-top: 120px;
}

.sec02 h3{padding: 16px;
    text-align: center;
    background-color: #2f3542;
    color: #a5adba;
    font-size: 21px;
    font-weight: 300;}

#sec h2{
	    font-size: 28px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 32px;
	position:relative;
}
#sec h2::before {
        content: " ";
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px auto 0;
    width: 74px;
    height: 4px;
    border-radius: 3px;
    background: linear-gradient(150deg, #00ddfd 0%, #711ec6 33%, #ff33c6 66%, #fff530 100%);
    opacity: 1;
    animation: Grad1 8s infinite alternate;
    transition: 0.6s all;
    margin-bottom: 10px;
}

.sec02 .caption{
	text-align: center;
    font-size: 0.9vw;
    letter-spacing: 0.15rem;
    line-height: 1.9;
    margin-bottom: 40px;
}

.sec02 .section{
	padding: 60px 0 48px;
	    background-image: radial-gradient(at 50% 30%, #fff, transparent 100%), radial-gradient(at 50% -50%, #0df, transparent 80%), radial-gradient(at 100% 0, #545a9c 0, transparent 50%), radial-gradient(at 100% 100%, #bf9797, transparent), radial-gradient(at 0 100%, #5dc8ec, transparent);
    background-attachment: fixed;
}

.sec02 .section .images{
	    width: 300px;
    margin: 50px auto 30px;
}
#sec .section h4{
	font-size: 17px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 16px;
	position: relative;
    z-index: 2;
}
.sec02 .section h5{
	    font-size: 28px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 16px;
	position: relative;
    z-index: 2;
}
.sec02 .section p{
	text-align: center;
    font-size: 12px;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    width: 50%;
    margin: 0 auto;
	position: relative;
    z-index: 2;
}
.sec02 .jisseki{
	position:relative;
	width: 90%;
	max-width:1100px;
	margin: 0 auto;
}
.flex{
	display: flex;
    align-items:stretch;
    justify-content: space-between;
    width: 90%;
	max-width:1100px;
    margin: 0 auto;
}
.sec02 .jisseki .flex{
	width: 100%;
}

.sec02 .flex.grbg{
	position:relative;
}
.sec02 .jisseki .Gradation_3 {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #0072d9 0%, #ff4454 100%);
  opacity: 0.2;
  animation: Grad 8s infinite alternate;
}

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

.flex.center{
	align-items: center;
}
.flex .flexcontent{
	display: flex;
	flex-flow: column;
  flex-direction:column;/*子要素に追加*/
    flex: 1;
        padding: 2vw 20px;
    transition: 0.5s all;
    position: relative;
	border: 1px solid #ddd;
    margin: 0 -1px -1px 0;
}
.flex .flexcontent.right{
	padding: 0vw 40px;
}
.flex .flexcontent .images{
	margin-bottom: 0px;
}
.flex .flexcontent .txt{
	display: flex;
   flex-direction: column;
}
.flex .flexcontent h5{
	font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
	flex-grow: 1;
	    font-weight: 500;
}
.flex .flexcontent p{
	font-size: 13px;
    letter-spacing: 0.1rem;
	flex-grow:1;
}

.sec02 .sechead{
	    padding: 32px 0 0px;
    margin-bottom: 0;
	border: 1px solid #ddd;
    margin: 0 0 -1px 0;
}
.sec02 .sechead h5{
	font-size: 20px;
    letter-spacing: 0.1rem;
    font-weight: 300;
}
.sec02 .sechead p{
	color: #999;
    font-weight: 200;
}

.sec02 .flex .flexcontent .nom{
	        font-size: 24px;
    text-align: center;
}
.sec02 .flex .flexcontent .nom span{
	    font-size: 0.9vw;
}
.coution{
	font-size: 10px;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    text-align: right;
    color: #888;
    margin: 8px auto;
	width: 90%;
	max-width:1100px;
}

.link{
	width: 90%;
    max-width: 800px;
    margin: 32px auto 80px;
}
.link h4{
	margin-bottom: 4px;
}
.link .txt{
	font-size:11px;
	color:#999;
}
.link a{
	background: #e6eaf6;
    display: block;
    border-radius: 4px;
    border: 1px solid #c7cee8;
	margin-top:8px;
}
.link a:hover{
	    background: #f2f4f9;
    border: 1px solid #acb3cd;
}
.link .flex {
    width: 100%;
}
.link .flex .flexcontent{
	border: 0;
    margin: 0;
}
.link .flex .flexcontent.left{
	    width: 43%;
    flex: none;
	padding: 0;
    border-right: 1px solid #c7cee8;
}
.sec02 .flex .flexcontent p.note{
	    font-weight: 800;
    font-size: 16px;
    margin-bottom: 4px;
}




.sec03 .realeve{
	background-image: url(/wp-content/themes/blankslate/img/jniwa.jpg);
    background-size: cover;
	padding: 280px 0 48px;
	position:relative;
	background-attachment: fixed;
}
.sec03 .realeve .wshadow{
	background-image: radial-gradient(at 50% 80%, #fff 10%, transparent 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* margin-left: -250px; */
    z-index: 1;
}
.sec03 .flex{
	align-items:center;
}

.sec04{
	padding:80px 0 80px;
	border-bottom:1px solid #ddd;
}

.sec04 .no9{
	background-image: url(/wp-content/themes/blankslate/img/no9bg.jpg);
    background-size: cover;
	padding: 280px 0 48px;
	position:relative;
	    background-attachment: fixed;
}
.sec04 .no9 .wshadow{
	background-image: radial-gradient(at 50% 80%, #fff 10%, transparent 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* margin-left: -250px; */
    z-index: 1;
}

.sec04 a{
	    display: block;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 50px;
    border: 1px solid #000;
}
.sec04 a span{
	display: block;
	font-size: 13px;
}
.sec04 a:hover{
	    background-color: #f1ece8;
}





.sec03 .flex{}
.sec03 .flex .flexcontent{}

.sec05{
	padding:80px 0 80px;
	border-bottom:1px solid #ddd;
	    background-color: #efede9;
}
.sec05 .txt{
	text-align:center;
	margin-bottom:42px;
}
.sec05 .voice{
	position:relative;
}
.sec05 .swiper-slide {
        width: 320px !important;
    border: 1px solid #000;
    padding: 16px;
    background-color: #fff;
    text-align: left;
}
.sec05 .swiper-slide .images{
	    width: 160px;
    margin: 16px auto;
    border: 1px solid #000;
    border-radius: 0px;
    overflow: hidden;
}
.sec05 .swiper-slide .txt{
	    margin-bottom: 0;
}
.sec05 .swiper-slide h5 {
	text-align: center;
    font-size: 18px;
    letter-spacing: 0.05rem;
    margin-bottom: 6px;
}
.sec05 .swiper-slide h5 a{
	display: block;
    font-size: 10px;
    color: #666;
}
.sec05 .swiper-slide p{    text-align: left;font-size: 13px;}
.sec05 .swiper-slide .sakuhin{
	font-size: 12px;
    text-align: center;
    color: #a08f7e;
    margin-bottom: 12px;
}
.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 20 * 20)!important;
    color: #030303!important;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px!important;
}

.sec06{
	padding:80px 0 0;
}
.sec06h2{
	margin-bottom:24px;
}
.sec06 dl{
	    width: 90%;
    max-width: 720px;
    margin: 0px auto 10px;
}
.sec06 dl dt{
	    font-size: 17px;
    display: flex;
    padding: 12px;
	position: relative;
}
.sec06 dl dt:hover{
	background-color: #f4f4f4;
}
.sec06 dl dt::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.sec06 dl dt.active::before{/* 開いている時 */
	content: "－";
}
.sec06 dl dt.active{
	    background-color: #383838;
    color: #fff;
}
.sec06 dl dt .q{
	    margin-right: 13px;
}
.sec06 dl dt .tit{
	flex:1;
	font-weight: 400;
}
.sec06 dl dd .a{margin-right: 13px;}
.sec06 dl dd .txt{}
.sec06 dl dd{
	font-size: 16px;
    padding: 24px;
    display: flex;
	    display: none;
	    background-color: #f1f5fa;
    margin-left: 0;
}
.sec06 dl dd a{
	text-decoration:underline;
	color: #0070cc;
}
.sec06 dl dd .togglec{
	    display: flex;
}

.sec06 .other{
	    margin: 40px auto 120px;
}
.sec06 .other a{
	    display: block;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 50px;
    border: 1px solid #000;
}
.sec06 .other a span{
	display: block;
	font-size: 13px;
}
.sec06 .other a:hover{
	    background-color: #f1ece8;
}


.sec07{
	padding: 100px 0 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    width: 96%;
    margin: 0 auto;
}
.sec07 .front{
	position:relative;
	z-index:100;
}
.sec07 .blogo{
	    width: 200px;
    margin: 0 auto 32px;
}
.sec07 p{
	text-align: center;
    font-size: 0.95vw;
    letter-spacing: 0.15rem;
    line-height: 1.9;
    margin: 20px auto;
    width: 60%;
}
.sec07 .other{
	    margin: 40px auto 80px;
}
.sec07 .other a{
	    display: block;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 50px;
    border: 1px solid #000;
	 background-color: #000;
	color:#fff;
}
.sec07 .other a span{
	display: block;
	font-size: 13px;
}
.sec07 .other a:hover{
	background-color: #6c665b;
}




/* ボタン */
    .open-btn {
            color: #4f4f4f;
    padding: 4px 16px;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 7px;
    }

    .open-btn:hover {
        background-color: #000;
		color: #fff;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.6rem;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    /* モーダル背景 */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(79, 79, 79, 0.5);
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    /* モーダル表示状態 */
    .modal.active {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダルの中身*/
    .modal-content {
        background: #fff;
    padding: 32px;
    border-radius: 10px;
    width: 90vw;
    max-width: 500px;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.7;
		
    }
.modal-content h2{
	font-size: 18px;
	font-weight:bold;
	margin:24px 0;
}
.modal-content p{
	max-height: 60vh;
    overflow-y: scroll;
}

    /* アニメーション*/
    .modal.active .modal-content {
        animation: fadeInScale 0.4s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }


.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__item {
	width:60vw;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item>img {
  width: 100%;
}

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

.pc {}
.sp {display: none}

/* =========================================================
┏━━┓┏━━┓
┃┏━┛┃┏┓┃
┃┗━┓┃┗┛┃
┗━┓┃┃┏━┛
┏━┛┃┃┃　　
┗━━┛┗┛　　
========================================================= */
@media screen and (max-width: 979px) {

.pc {display: none;}
.sp {display: block;}

	.scroll-infinity__wrap{
		margin-top:42px;
	}	
.scroll-infinity__item {
	width:150vw;
}	
	#creatorheader .menu{
		display:none;
	}	
	#container{
		overflow:hidden;
	}
	
	.sec01 {
    padding: 14vw 0 0;
}
	
	.sec01 h1 {
    font-size: 7vw;
    width: 85%;
}
	.sec01 p {
    font-size: 3.5vw;
    letter-spacing: 0.15rem;
    line-height: 1.8;
    width: 85%;
}
	.sec01 p b{
		font-size: 4.5vw;
	}
.sec02 .caption {
    font-size: 3.5vw;
    letter-spacing: 0.1rem;
}	
#sec h3 {
    padding: 24px;
    font-size: 21px;
}	
.sec02 .section .images {
    width: 180px;
    margin: 40px auto 20px;
}	
#sec .section h5 {
    font-size: 20px;
}	
#sec .section h4 {
    font-size: 15px;
	width: 80%;
        margin: 0 auto;
        font-weight: 400;
	}
.sec02 .section {
    padding: 24px 0 12px;
	}
#sec .secread {
	text-align: left;
    font-size: 14px;
    letter-spacing: 0.1rem;
    margin: 32px auto;
}	
.sec02 .sechead h5 {
    font-size: 4.2vw;
    letter-spacing: 0.1rem;
    font-weight: 400;
}	
.flex {
    flex-wrap: wrap;
}
.sec02 .jisseki .flex {
    width: 100%;
    flex-wrap: wrap;
}	
.flex .flexcontent {
	    padding: 4vw 20px;
    flex: auto;
    width: 50%;
}	
.flex .flexcontent h5 {
    font-size: 4vw;
    font-weight: 600;
}	
	.coution {
    font-size: 9px;
    width: 80%;
		        text-align: center;
}
.link h4 {
    margin-bottom: 4px;
    text-align: center;
    font-size: 12px;
    color: #777;
}
.link .flex .flexcontent.left {
    width: 30%;
	}
.link .flex .flexcontent {
        padding: 4vw 20px;
        flex: auto;
        width: auto;
        flex: 1;
        text-align: left;
        padding: 16px 20px;
    }	
.link .flex .flexcontent h5 {
        font-size: 3.5vw;
        font-weight: 600;
	text-align: left;
    }	
.flex .flexcontent p.note {
    font-size: 10px;
}
.flex.grbg  .flexcontent h5 {
	        font-size: 3vw;
        font-weight: 400;
        margin-bottom: 0;
    }	
.sec02 .flex .flexcontent .nom span {
    font-size: 3vw;
    display: block;
    line-height: 1;
}	
	
	.sec03 .realeve {
		background-size: contain;
		padding: 130px 0 28px;
	}
	.sec03 .realeve .wshadow {
    background-image: radial-gradient(at 25% 75%, #fff 10%, transparent 70%);
    width: 200%;
	}
.link .txt {
    text-align: center;
}	
.sec04 {
    padding: 0px 0 80px;
	}
.sec04 .no9 {
		background-size: contain;align-content
	}
	.sec04 .no9 .wshadow {
    background-image: radial-gradient(at 25% 80%, #fff 12%, transparent 50%);
    width: 200%;
	}	
.sec05 .txt {
    width: 85%;
    margin: 0 auto 42px;
}	
.sec05 .voice {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.sec05 .swiper-slide {
    width: 74% !important;
	}
.sec05 .swiper-slide .txt {
    width: 100%;
}		
.sec06 dl dt {
    font-size: 16px;
    padding: 12px 49px 12px 12px;
}	
.sec07 p {
    text-align: center;
    font-size: 3vw;
    width: 80%;
}

.sec04 a {
    display: block;
    width: 257px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
	}
.sec04 a span {
    display: block;
    font-size: 13px;
    line-height: 1;
}	
	
	
	
	
	
	
	

}




