﻿/* all page */
/* color */
.txt_color1{color: #00DBF2;} /* メインカラー */
.txt_color2{color: #f7f7f7} /* サブカラー */
.txt_color3{color: #D3B95E;} /* アクセントカラー1 */
.txt_color4{color: #cccccc} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #00DBF2;} /* メインカラー */
.bg_color2{background-color: #f7f7f7} /* サブカラー */
.bg_color3{background-color: #D3B95E;} /* アクセントカラー1 */
.bg_color4{background-color: #cccccc} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #00DBF2;}
.border_color2{border-color: #f7f7f7}
.border_color3{border-color: #D3B95E;}
.border_color4{border-color: #cccccc}

.hvr_bg_color1:hover{background-color: #D3B95E;} /* メインカラー */

.linkStyle{
    color: #333;
    text-decoration: underline;
}

h2{
	font-family: 'Klee One', cursive;
}

/*固定バナー*/
.banner__fixed {
    position: fixed;
    top: 20px;
    right: 110px;
    max-width: 300px;
	min-height: 80px;
    z-index: 10;
}
.banner__fixed a {
	padding: 22px;
}

/* ----------　ローディング画面　---------- */
html.is-locked {
	overflow: hidden; 
	height: 100%;
}
.l-main {
	min-height: 100vh;
}
.l-mask,
.l-mask--gr,
.l-mask--top {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 102;
	width: 300%;
	height: 100vh;
	background-color: #1D96D5;
	-webkit-transform: skew(-27deg) translateX(-50%);
	transform: skew(-27deg) translateX(-50%);
}
.l-mask--gr {
	z-index: 103; 
	background-color:#fffffd;
}
#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    height: 100vh;
    z-index: 105;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    text-align: center;
    color: #fff;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
     font-size: 30px;
     animation: loadLogo 1.1s;
}
@keyframes loadLogo {
  0% {
    opacity: 1;
    display: block;
  }
  50% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#logo_loader.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 1.1s;
    pointer-events: none;
}
@keyframes slideOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none!important;
  }
}


/* top ----------------*/
/* header */
/* main img */
/* main */
/* intro */
#intro{
	background-color: #FFFFFD;
}
#intro::before {
    position: fixed;
    content: "";
    width: 110px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(./Dup/img/text.png) repeat-y;
    background-size: 100px;
    background-position: 0 110%;
    background-attachment: fixed;
    -webkit-animation: bgroop 135s linear infinite;
    animation: bgroop 135s linear infinite;
    opacity: 0.4;
    z-index: -1;
}
@-webkit-keyframes bgroop {
    from {background-position: 0 110%;}
    to {background-position:  0 1956px;}
}
@keyframes bgroop {
    from {background-position: 0 110%;}
    to {background-position:  0 1956px;}
}
.intro_title span{
	font-family: 'Klee One', cursive;
}

/* contents */
#contents .con_box1::before{
	display: none !important;
}
#contents2 .con_bg{
	top: 0;
	right: 0;
}
#contents2.trans .con_wrap{
	opacity: 1;
	right: 0;
}
#contents2 .con_img {
	top: 100px;
	bottom: 100px;
	left: 0;
}
#contents3 .con_bg{
	top: 0;
	right: 0;
}
#contents3.trans .con_wrap{
	opacity: 1;
}
#contents3 .con_img {
	top: 100px;
	bottom: 100px;
	left: 0;
}

#contents .con_wrap,#contents2 .con_wrap{
	z-index: 1;
}

#contents .con_bg{
	overflow: hidden;
}
#contents .con_bg::before{
	content: "";
	background-image: url("./Dup/img/logo2_1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 500px;
	width: 500px;
	height: 500px;
	position: absolute;
	bottom: -50px;
	right: -50px;
	opacity: 0.5;
}
#contents2 .con_bg{
	overflow: hidden;
}
#contents2 .con_bg::before{
	content: "";
	background-image: url("./Dup/img/logo2_1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 500px;
	width: 500px;
	height: 500px;
	position: absolute;
	bottom: -50px;
	right: -50px;
	opacity: 0.5;
}
#contents3 .con_bg{
	overflow: hidden;
}
#contents3 .con_bg::before{
	content: "";
	background-image: url("./Dup/img/logo2_1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 500px;
	width: 500px;
	height: 500px;
	position: absolute;
	bottom: -50px;
	right: -50px;
	opacity: 0.5;
}

/* topcms */

/* footer */


/* 追従メニュー */
.sp_menu{
transition: .3s;
z-index: 3;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
font-size: 12px;
letter-spacing: 0px;
}
.sp_menu li{
width: 25%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
box-sizing: border-box;
}
.sp_menu li:nth-of-type(1),.sp_menu li:nth-of-type(5){border-left: 1px solid #fff;}
.sp_menu li:nth-of-type(5),.sp_menu li:nth-of-type(6){border-top: none;}
.sp_menu li a{padding: 10px 3px;height: 100%;box-sizing: border-box;}

.sp_menu_btn{
width: auto;
padding: 5px 12px;
position: absolute;
top: -38px;
cursor: pointer;
}

.sp_menu_btn .nav_btn{
display: inline-block;
width: 15px;
height: 15px;
margin-right: 5px;
position: relative;
top: 3px;
}
.sp_menu_btn .nav_btn span{
display: block;
background-color: #fff;
height: 3px;
width: 15px;
position: absolute;
left: 5px;
top: 5px;
transition: .3s;
}
.sp_menu_btn .nav_btn.open_btn span:nth-child(1){
transform: rotate(-55deg);
left: -1px;
width: 13px;
}
.sp_menu_btn .nav_btn.open_btn span:nth-child(2){
transform: rotate(55deg);
right: -1px;
width: 13px;
}

.sp_menu_btn .nav_btn.close_btn span{left: 0;}
.sp_menu_btn .nav_btn.close_btn span:nth-child(1){transform: rotate(45deg);}
.sp_menu_btn .nav_btn.close_btn span:nth-child(2){transform: rotate(-45deg);}

.sp_menu_btn .close,.sp_menu_btn .open{
display: inline-block;
font-size: 14px;
}
.sp_menu_btn.opennow .open{display: none!important;}
.sp_menu.navclose{bottom: -91px;}


/* under page */
/*-------------------------------------------------
CMS動画埋め込み
-------------------------------------------------*/
.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_box .y_icon{
	color: #f00;
	font-size: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* cms1 */
#cms_4-a .cate .cate_box:nth-of-type(n+3){
    width: 50% !important;
}

/* cms2 */
#cms_2-e .box_wrap > .box_title::after{
    display: none;
}
#cms_2-e .cate .cate_title span::after {
    z-index: 1;
}

/* cms3 */

/* cms4 */
/*バナー*/
.btn_container {padding-left: 50px;}
.btn_container a{padding: 8px 30px;}

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){
    .banner__fixed{
        max-width: 400px;
    }
    .banner__fixed a{
        padding: 26px;
        padding-bottom: 18px;
    }
    .banner_mail a{
        padding-bottom: 15px;
    }
    .banner_wrap .banner a{
        padding-bottom: 5px;
    }
    
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	.banner__fixed {
		top: 0;
		right: 60px;
		min-height: 50px;
	}
	.banner__fixed a {
		padding: 9px;
	}
	#intro::before{
		display: none;
	}
	#wrap #pagepiling::before {
		position: fixed;
		content: "";
		width: 100px;
		height: 100%;
		top: 0;
		left: 0;
		background: url(./Dup/img/text.png) repeat-y;
		background-size: 100px;
		background-position: 0 110%;
		background-attachment: fixed;
		-webkit-animation: bgroop 135s linear infinite;
		animation: bgroop 135s linear infinite;
		opacity: 0.4;
		z-index: 0;
	}
	#contents .con_img {
		bottom: -20px !important;
	}
	#contents2 .con_img {
		height: 60vw;
		top: auto;
		bottom: -45px;
	}
	#contents3 .con_img {
		height: 60vw;
		top: auto;
		bottom: -45px;
	}
	#contents2 .con_wrap,#contents3 .con_wrap{
		opacity: 1;
	}
	#contents .con_bg::before {
		bottom: 35vh;
	}
	#contents2 .con_bg::before {
		bottom: 35vh;
	}
	#contents3 .con_bg::before {
		bottom: 35vh;
	}
	
	#page_top{
	    bottom: 90px;
	}
	
	#page02 .youtube_box{
        width: 100%;
}
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.banner__fixed {
		z-index: 5;
	}
	.banner__fixed a {
		padding: 11px;
	}
	#wrap #pagepiling::before {
		width: 60px;
		background-size: 60px;
	}
	#contents .con_img {
		bottom: auto !important;
	}
	#contents2 .con_img {
		bottom: 0;
	}
	#contents3 .con_img {
		bottom: 0;
	}
	
    #cms_4-a .cate .cate_box:nth-of-type(n+3){
        width: 100% !important;
    }
	#cms_2-e .box_title {
        padding-bottom: 0;
        margin-top: 5px;
    }
	#cms_2-e .box_title::after {
        height: 70px;
    }
	
}

/*20210928公開後修正*/
#custom .custom_title{
	bottom: 0;
	left: 0;
	width: 100%;
}
.banner_insta{
    background: rgb(131,58,180);
    background: linear-gradient(180deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
#cms_2-e #cate4 {
    position: relative;
}
#cms_2-e #cate4::before {
    content: '\f06a'" Point";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    background-color: #00dbf2;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    padding-bottom: 0;
    position: absolute;
    top: -40px;
    left: -5px;
}
#cms_3-c #cate6 .cate_txt2{
    background-color: aliceblue;
    padding: 30px;
    font-size: 16px;
}
#cms_3-c #cate3 .cate_title{
    background-color: #31d4e5;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}
#cms_3-c #cate3 .box_wrap{
    background-color: #f7f7f7;
    padding: 0px 20px 20px;
}
#cms_3-c #cate3 .box_wrap .box_item .box_title1{
    color: #31d4e5;
    font-size: calc(1rem + 5px);
    font-weight: bold;
    border-left: 5px solid #D3B95E;
}
#cms_3-c #cate3 .box_wrap .box_item .box_txt1{
    background-color: #fff;
    padding: 5px 20px !important;
}
#cms_3-c #cate11 .box_wrap div:nth-of-type(5) .box_title1{
    color: red;
    font-size: 17px;
    font-weight: bold;
}
#cms_4-a .cate_wrap .cate_box{
    width: 100%!important;
}
#cms_4-a .cate .cate_box:nth-of-type(n+3) {
    width: 100% !important;
    margin-bottom: 30px;
}
#cms_4-a .cate .cate_title{
    background-color: #31d4e5;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 25px;
}
#cms_4-a .cate .cate_box h4.box_txt{
    border-bottom: 1px solid #D3B95E;
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
}
#cms_4-a .cate .cate_box > div{
    background-color: #f7f7f7;
    padding: 10px;
}
.youtube_box {
    margin-right: 3%;
}
#cms_4-a .cate_wrap .cate_box .cate__img2{
    margin-left: 3%;
}
#page03 .cate:nth-of-type(1) .cate_img1 a img{
    width: 60% !important;
}
#page03 .cate_imgbox{
    margin-left: 10px;
    margin-right: 10px;
}
#page03 #cate4 {
    background: none;
    border: 5px solid #00dbf2;
}
#page03 #cate4 .cate_title span {
    font-size: calc(1rem + 12px);
    font-weight: bold;
}
#page03 #cate4 .box_title span {
    background-color: #fff;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #page03 .cate:nth-of-type(1) .cate_img1 a img{
        width: 100% !important;
    }
    #page03 .cate_imgbox{
        margin: 0;
    }
    #page03 #cate4 .cate_title span {
        font-size: calc(1rem + 10px);
    }
    #cms_2-e .box_title::after {
        display: none;
    }
    #page03 #cate4 .box_title span {
        border-bottom: 1px solid;
    }
    .youtube_box {
        margin-right: 0;
    }
    #cms_4-a .cate_wrap .cate_box .cate__img2{
        margin-left: 0;
    }
    #cms_4-a .cate .cate_title{
        font-size: 19px;
    }
	
}

/*20210928公開後修正*/
#intro .intro_right div:nth-of-type(1) {
    height: 70%;
}
#intro .intro_right div:nth-of-type(2), #intro .intro_right div:nth-of-type(3){
    height: 40%;
}

/*20211018公開後修正*/
h2, .intro_title span, .font_bar{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: bold;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #contents .con_bg::before {
        bottom: 33vh;
        background-size: 170px;
        width: 170px;
        height: 170px;
        right: -30px;
    }
    #contents2 .con_bg::before {
        bottom: 33vh;
        background-size: 170px;
        width: 170px;
        height: 170px;
        right: -30px;
    }
    #contents3 .con_bg::before {
        bottom: 33vh;
        background-size: 170px;
        width: 170px;
        height: 170px;
        right: -30px;
    }
    #custom {
        height: 250px !important;
        position: relative;
    }
	
}


/*20211020公開後修正*/
.cate_list li a, .cate_title, .cate_title span, #cms_1-c .cate_box .box_title1{
    font-weight: bold;
}

/*20211029公開後修正*/
#pp-nav.right {
    z-index: 10;
}
header .nav_bg {
    z-index: 9;
}
#top_cms .cms_box:nth-of-type(1){
    display: none;
}
#top_cms01 .cms_title span {
    width: 1px;
    height: 60px;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
#top_cms01 .cms_4-a{
    position: relative;
    z-index: 2;
}
#top_cms .cms_box{
    position: relative;
    z-index: 2;
}

/*20211101公開後修正*/
#custom .custom_wrap {
    position: relative;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #custom {
        height: auto !important;
    }
    #custom .custom_title {
        bottom: 10px;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #video{
        height: auto;
    }
}

/*20211104公開後修正*/
#page04 #cate12 .cate_box{
    padding-top: 0;
}
#page04 #cate12 .cate_box .box_title1{
    font-size: 20px;
    font-weight: bold;
    color: #D3B95E;
}

/*20211108公開後修正*/
#page04 #cate13 .cate_box{
    position: relative;
    border: 2px solid #D3B95E;
    margin-top: 5%;
    width: 100% !important;
}
#page04 #cate13 .cate_box .box_title1{
    font-size: 20px;
    font-weight: bold;
    border: none;
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #fff;
    width: auto !important;
}
#page04 #cate13 .cate_box .box_title2{
    display: none;
}
#page04 #cate15 .cate_txt1{
    padding: 0;
}
#page04 #cate16 .cate_box{
    position: relative;
    border: 2px solid #D3B95E;
    margin-top: 5%;
    width: 100% !important;
}
#page04 #cate16 .cate_box .box_title1{
    font-size: 18px;
    font-weight: bold;
    border: none;
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #fff;
    width: auto !important;
}
#page04 #cate16 .cate_box .box_title2{
    display: none;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #page04 #cate13 .cate_box .box_txt1{
        padding-top: 10px !important;
    }
    #page04 #cate16 .cate_box .box_txt1{
        padding-top: 10px !important;
    }
}

/*20211109公開後修正*/
#page04 #cate13 .box_wrap > div:not(:nth-child(1)){
    margin-top: 50px;
}
#page04 #cate16 .box_wrap > div:not(:nth-child(1)){
    margin-top: 50px;
}
