@charset "utf-8";

/* CSS Document */
html{
  scroll-behavior: smooth;
}
body {
width: 100%;
overflow-x: hidden;
line-height: 1;
font-family: YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
color: #ffffff;
}

.wow {
visibility: hidden;
}

.ex-motion {
transform: translate3d(0, 0, 0);
}

img {
outline: none;
border-style: none;
width: 100%;
font-size: 0;
}

a {
color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

a:visited {
color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

a:hover {
color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

.noSP, .onPC {
display: none
}

nav {
margin-bottom: 0px;
}

nav div {
margin-bottom: 10px;
}


/* = @media width 768px -->
----------------------------------------------------------- */

@media (min-width: 768px) {
.alignleft {
float: left
}
.alignright {
float: right
}
.onSP {
display: none!important
}
.noSP {
display: block
}
span.noSP {
display: inline
}
body {
width: 750px;
margin: 0 auto;
}
}


/*****HEADER*****/

header {
position: relative;
margin-bottom: 10px;
}

header h1 {}

@media all and (-ms-high-contrast: none) {

.s1 {
background-color: #472C7B;
width: 100%;
}

.p1, .p2, .p3 {
text-align: center;
}

.p1 {
font-size: 7vw;
line-height: 2em;
font-family: tbudgothic-std, sans-serif;
font-style: normal;
font-weight: 600;
}

.p2 {
font-size: 5vw;
line-height: 2em;
font-family: tbudgothic-std, sans-serif;
font-style: normal;
font-weight: 600;
margin-bottom: 1em;
}

.p3 {
font-size: 4vw;
line-height: 2em;
}
}


/* = @media width 768px -->
----------------------------------------------------------- */

@media (min-width: 769px) {
header h1 {
/* height: 100vh; */
overflow-y: hidden;
}
.p1 {
font-size: 3.8rem;
line-height: 1.8em;
font-family: tbudgothic-std, sans-serif;
font-style: normal;
font-weight: 600;
}
.p2 {
font-size: 2.0rem;
line-height: 2.6em;
margin-bottom: 0.5em;
}
.p3 {
font-size: 1.4rem;
line-height: 2em;
}
}

section {
display: block;
overflow: hidden;
padding: 0px 0;
}
.link01 {
text-align: center;
margin-bottom: 50px;
}

.link01 a {
text-align: center;
color: #000000;
line-height: 1.8;
}

.btn {
width: 80%;
margin: 0 auto 30px;
text-align: center;
}

.btn a {
}

.btn04 {
width: 80%;
margin: 10px auto 50px;
}

footer {
font-size: 80%;
width: 100%;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
background-color: #a46a56;
}

/* = @media width 768px -->
----------------------------------------------------------- */

@media (min-width: 769px) {
section {
display: block;
overflow: hidden;
padding: 50px 0;
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 1000px;
margin: 0 auto;
}
.btn {
width: 50%;
margin: 0 auto 80px;
text-align: center;
max-width: 800px;
}
}

/* = @media width 768px -->
----------------------------------------------------------- */

@media (min-width: 768px) {
footer {
font-size: 80%;
width: 100%;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
background-color: #a46a56;
}
}

.toku {
text-align: center;}
.toku img {
width: 90%;
margin-bottom: 10px;
}
.imgS img {
width: 60% !important;
}
.img65 img {
width: 65% !important;
}
.img54 img {
width: 54% !important;
margin-bottom: 30px !important;
}
.bg01 {
background-color: #F2A0A8;
}
.bg02 {
background-color: #F3B53C;
}
.bg03 {
background-color: #84C9C8;
}
.bg01 div:first-child, .bg02 div:first-child, .bg03 div:first-child {
padding-top: 20px;
}
.txtImg img {
width: 75%;
margin-bottom: 10px;
}
.txtImg div:last-child {
margin-top: 20px;
}
.txtImg div:first-child img {
margin-top: 20px;
}
section div:first-child img {
margin-bottom:13px;
}
section {
margin-bottom: 50px;
}
/*****LOADING*****/
#loadingWrap {
    width: 100%;
    height: 100vh;
    background: #84C9C8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
        
#loading {
    width: 5em;
    height: 5em;
    border-top: 1em solid rgba(255, 255, 255, 0.2);
    border-right: 1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1em solid rgba(255, 255, 255, 0.2);
    border-left: 1em solid rgba(255, 255, 255, 1);
    animation: loaderAnime 1s infinite linear;
    border-radius: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 11;
}
        
@keyframes loaderAnime {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
        
.loadingNone {
    animation: loadingAnime 1s forwards;
display: none;
}
        
@keyframes loadingAnime {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
    

