/* --------------------------
   Default Styling
----------------------------- */

*,*::before, *::after{
	box-sizing: border-box;
}

html{
	scroll-bihavior: smooth;
}

body {
	background: #ffffff;
	color: #222222;
	font: 100%/1.5;
	  font-family: "Zen Kaku Gothic New", sans-serif;
	  font-weight: 400;
	  font-style: normal;
	  position: relative;
	  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.1;
	font-weight: normal;
}

ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

p{
	line-height: 1.0;
	margin: 0;
	padding: 0;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

.center{
	text-align: center;
        margin:0;
        padding: 0;
}
a{
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

a:hover,
a:focus{
	transition: .5s;
}

a.clear:hover,
a.clear:focus{
	transition: .5s;
        opacity: 0.3;
}

a, input, textarea{
	transition: all 0.15s ease-in-out;
}

input[type="submit"]:hover{
	cursol: pointer;
}

.dsp_pc{
	display: block;
}


.dsp_sp{
	display: none;
}

@media screen and (max-width: 768px){

.dsp_pc{
	display: none;
}
.dsp_sp{
	display: block;
}

}


/*PCで電話がかからないようにする*/

@media (min-width: 969px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/* wow.jsに必要　*/
.box {
  animation-fill-mode: forwards;
}


body.preload .wow.fadeIn {
	opacity: 0 !important;
}


/*Reusable Classes--*/

.wrap{
  width: 1280px;
  margin: 0 auto;
}


@media screen and (max-width: 1280px){
.wrap{
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
}


@media screen and (max-width: 768px){
.wrap{
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
}


.button-primary,
.button-secondary{
	display: inline-block;
	padding: 10px 15px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;

}



.social-links{
	display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
}

.social-links li+li{
	margin-left: 20px;
}



/* font */
// <uniquifier>: Use a unique and descriptive class name

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}




/*animation*/
.fluffy {  /* fluffy 3秒 無限ループ */
  animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}


/*-----------------------------
	 Header(MVContents)
------------------------------- */
.header{
    width: 100%;
    height: 0;
    padding-top: 58.0%;
    background-color: #ffffff;
    background-image: url('../images/mv/mv_image_pc.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 50;
}


@media (max-width: 767px){
.header{
    width: 100%;
    height: 0;
    padding-top: 111.64%;
    background-color: #ffffff;
    background-image: url('../images/mv/mv_image_sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 50;
}
}



/*--------------------------
	Contents00
---------------------------*/

.Contents00{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	background-color: #ffffff;
	z-index: 1;
}


/*--------------------------
	Contents01
---------------------------*/

.Contents01{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #cceeff;
        position: relative;
        overflow: hidden;
	z-index: 1;
}



img.Osusume_cloud1{
  max-width: 332px;
  width: 17.30%;
  height: auto; 
  padding: 0;
  margin: 0;
  position:absolute;
  top: 25%;
  right: -3%;
  z-index: 2;
}


img.Osusume_cloud2{
  max-width: 394px;
  width: 20.52%;
  height: auto; 
  padding: 0;
  margin: 0;
  position:absolute;
  top: 46%;
  left: -3.4%;
  z-index: 2;
}

img.Osusume_cloud3{
  max-width: 280px;
  width: 14.58%;
  height: auto; 
  padding: 0;
  margin: 0;
  position:absolute;
  left: 2%;
  bottom: 12%;
  z-index: 2;
}


.Contents01_Cap{
    width: 100%;
    height: 0;
    padding-top: 28.52%;
    background-color: #ffffff;
    background-image: url('../images/contents01/contents01-top_back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




.Contents01_Hakama{
    width: 100%;
    height: 0;
    padding-top: 18.96%;
    background-color: #ffffff;
    background-image: url('../images/contents01/contents01-bottom_back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



@media (max-width: 960px){

img.Osusume_cloud2{
  top: 42%;
}
}



@media (max-width: 767px){
img.Osusume_cloud3{
  bottom: 10%;
}
}


/*-------------------------------
	Contents02
--------------------------------*/

.Contents02{
	width: 100%;
	padding: 0;
	margin: 300px auto 0;
}

@media (max-width: 1280px){
.Contents02{
	margin: 260px auto 0;
}
}

@media (max-width: 960px){
.Contents02{
	margin: 220px auto 0;
}
}

@media (max-width: 600px){
.Contents02{
	margin: 180px auto 0;
}

}

/*-------------------------------
	Contents03
--------------------------------*/

.Contents03{
	width: 100%;
	height: auto;
        background-color: #d6eeba;
	margin: 300px auto 0;
	z-index: 1;
        position: relative;
        overflow: hidden;
}

img.Reason_cloud1{
  max-width: 354px;
  width: 18.4%;
  height: auto; 
  padding: 0;
  margin: 0;
  position:absolute;
  top: 33%;
  left: -3%;
}


img.Reason_cloud2{
  max-width: 346px;
  width: 18.0%;
  height: auto; 
  padding: 0;
  margin: 0;
  position:absolute;
  top: 54%;
  right: -3%;
}


.Contents03_Cap{
    width: 100%;
    height: 0;
    padding-top: 26.98%;
    background-color: #ffffff;
    background-image: url('../images/contents03/contents03-top_back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




.Contents03_Hakama{
    width: 100%;
    height: 0;
    padding-top: 16.67%;
    background-color: #ffffff;
    background-image: url('../images/contents03/contents03-bottom_back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1280px){
.Contents03{
	margin: 240px auto 0;
}


img.Reason_cloud1{
  top: 37%;
  left: -3%;
}


img.Reason_cloud2{
  top: 58%;
  right: -3%;
}
}

@media (max-width: 960px){


img.Reason_cloud1{
  width: 24%;
}


img.Reason_cloud2{
  width: 22%;
}
}

@media (max-width: 768px){
.Contents03{
	margin: 220px auto 0;
}
}


@media (max-width: 600px){
.Contents03{
	margin: 180px auto 0;
}

}





/*-------------------------------
	Contents04
--------------------------------*/

.Contents04{
	width: 100%;
	padding: 0;
	margin: 300px auto 0;
	background-color: #ffffff;
	z-index: 1;
}


