﻿@font-face {
font-family: "smart";
  src: url("./Dup/img/smart.otf") format("otf"),url("./Dup/img/smart.woff") format("woff"),url("./Dup/img/smart.woff2") format("woff2");
}
.font1{font-family: "smart","sans-serif";}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#intro > div,#intro .intro_left,#intro .intro_right,#contents > div,#contents .con_wrap,#top_cms > div,#top_cms > div > div,
footer.section,.under_page{position: relative;}
/*リピートなし*/
#intro > div:before,#intro .intro_left:before,#intro .intro_left:after,
#intro .intro_right:before,#intro .intro_right:after,
#contents > div:before,#contents > div:after,
#contents .con_wrap:before,#contents .con_wrap:after,
#top_cms > div:before,#top_cms > div:after,
#top_cms > div > div:before,
footer.section:before,.under_page:before,.under_page:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#intro .intro_right:before{
background-image: url(./Dup/img/obj1.png);
width: 500px;
height: 500px;
top: -250px;
left: -250px;
z-index: 3;
}
#top_cms > div:before,.under_page:before{
background-image: url(./Dup/img/obj1.png);
width: 500px;
height: 500px;
top: -150px;
right: -150px;
z-index: -1;
}
#intro .intro_left:after,#top_cms > div:after,.under_page:after{
background-image: url(./Dup/img/obj2.png);
width: 300px;
height: 300px;
bottom: 0;
left: 0;
z-index: -1;
}
.under_page:before{
top: -380px;
right: -200px;
z-index: 1;
}
.under_page:after{
background-image: url(./Dup/img/obj4.png);
bottom: -240px;
left: -200px;
z-index: 1;
}

#intro.active > div:before,#contents.active > div:before,#top_cms.active > div > div:before{
width: 150px;
height: 1000px;
background-position: 50% 0;
background-repeat: repeat-y;
background-size:105%;
position: fixed;
}
#intro.active > div:before{
background-image: url(./Dup/img/txt1.png);
top: 0;
right: 15px;
animation: bgroop1 20s linear infinite;
z-index: 1;
}
#contents.active > div:before{
background-image: url(./Dup/img/txt2.png);
top: 0;
left: 15px;
animation: bgroop2 10s linear infinite;
}
#top_cms.active > div > div:before{
background-image: url(./Dup/img/txt3.png);
top: 0;
right: 15px;
animation: bgroop2 10s linear infinite;
}
@keyframes bgroop1{
    0% { background-position: 50% 0;}
  100% { background-position: 50% 2100%;}
}
@keyframes bgroop2{
    0% { background-position: 50% 0;}
  100% { background-position: 50% -525%;}
}

#intro .intro_right:after,footer.section:before{
background-image: url(./Dup/img/bg1.png);
width: 100px;
height: 100%;
background-size: auto 1900px;
background-repeat: repeat-y;
top: 0;
left: -65px;
z-index: 1;
}
footer.section:before{
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#contents > div:after{
background-image: url(./Dup/img/bg2.png);
width: 100px;
height: 100%;
background-size: auto 1900px;
background-repeat: repeat-y;
top: 0;
left: 33.33333%;
}
#contents .con_wrap:before{
background-image: url(./Dup/img/obj3.png);
width: 300px;
height: 300px;
top: -60px;
right: -60px;
}
#contents .con_wrap:after{

}
/*--------------------------------
全体
--------------------------------*/
.z1{z-index: 1;}

#wrap{overflow: hidden;}
header .nav_bg{border-radius: 50%;}
header .nav_bg.trans{border-radius: 0;}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn{
-webkit-animation: bounceIn 0.75s ease forwards;
animation: bounceIn 0.75s ease forwards;
}
/*--------------------------------
TOP
--------------------------------*/
.custom_title,.custom_img2,.custom_img3{opacity: 0;}
.custom_title{
padding: 0;
top: 15%;
left: 18%;
z-index: 1;
}
.custom_txt{
background-color: rgba(255,255,255,1);
border: 1px solid;
font-size: 18px;
color: #333!important;
padding: 30px;
width: 100%;
max-width: 800px;
box-sizing: border-box;
bottom: 8%;
right: 5%;
}
.custom_img{
bottom: 0;
right: 0;
}
.custom_img2{
width: 300px;
top: 5%;
left: 5%;
}
.custom_img3{
width: 500px;
bottom: 5%;
left: 10%;
}


#contents .con_img{z-index: 1;}
#contents .con_img2{
border-radius: 40% 60% 47% 53% / 50% 43% 57% 50%;
width: 100%;
height: 100%;
max-height: 1000px;
position: relative;
}
#contents .con_img2:before,#contents .con_img2:after{
content: "";
display: block;
width: 103%;
height: 103%;
position: absolute;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%) scale(-1, -1);
-webkit-transform: translate(-50%,-50%) scale(-1, -1);
transform: translate(-50%,-50%) scale(-1, -1);
border-radius: 40% 60% 47% 53% / 50% 43% 57% 50%;
background-color: rgba(255,215,120,0.7);
z-index: -1;
}
#contents .con_img2:after{
background-color: rgba(90,180,180,0.7);
width: 101%;
height: 101%;
border-radius: 50% 43% 57% 50% / 40% 60% 47% 53%;
z-index: -2;
}
/*--------------------------------
下層
--------------------------------*/

/* 5-b Q削除 */
#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before{display: none;}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1{margin-left: 70px;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
#cms_2-a .cate .cate_title{padding-top: 10px!important;}
#cms_3-e .cate_title{padding-top: 10px!important;}
}

@media  screen and (max-width: 1500px){
#intro > div:before{animation: bgroop1 30s linear infinite;}
#contents > div:before{animation: bgroop2 30s linear infinite;}
#top_cms > div > div:before{animation: bgroop2 200s linear infinite;}
}
@media  screen and (max-width: 1280px){
.custom_img3 {
width: 400px;
bottom: 13%;
left: 10%;
}
.custom_title{
top: 20%;
left: 5%;
max-width: 800px;
}
}
@media  screen and (max-width: 1000px){
.custom_title{
top: 24%;
left: 5%;
max-width: 700px;
}
}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){

.custom_img2{
width: 200px;
top: 5%;
left: 5%;
}
.custom_img3 {
width: 300px;
bottom: 40%;
right: 10%;
left: auto;
}
.custom_title{
top: 15%;
left: 5%;
z-index: 1;
max-width: 650px;
}
.custom_txt{
width: 585px;
bottom: 3%;
right: 3%;
}

.intro_title{position: relative;}
/*リピートなし*/
.intro_title:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.intro_title{padding-top: 70px;}
.intro_title:before{
background-image: url(./Dup/img/txt1-2.png);
width: 400px;
height: 67px;
top: 0;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#contents .con_wrap{padding-top: 150px;}
#contents > div:before{
background-image: url(./Dup/img/txt2-2.png);
width: 264px;
height: 67px;
top: 40px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
animation: none;
z-index: 1;
}
#top_cms .cms_box:first-of-type{padding-top: 200px;}
#top_cms > div > div:before{
background-image: url(./Dup/img/txt3-2.png);
width: 264px;
height: 67px;
top: 40px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
animation: none;
z-index: 1;
}

#intro .intro_right:before{
width: 300px;
height: 300px;
top: -100px;
left: -100px;
}

/*
#intro > div:before,#contents > div:before,#top_cms > div > div:before{
width: 100%;
height: 100px;
background-position: 0 50%;
background-repeat: repeat-x;
background-size: 60%;
position: absolute;
}
#intro > div:before{
background-image: url(./Dup/img/txt1-2.png);
top: 0;
right: 0;
animation: bgroop1 20s linear infinite;
z-index: 1;
}
#contents > div:before{
background-image: url(./Dup/img/txt2-2.png);
background-size: 45%;
top: 0;
left: 0;
animation: bgroop2 20s linear infinite;
}
#top_cms > div > div:before{
background-image: url(./Dup/img/txt3-2.png);
background-size: 45%;
top: 0;
right: 0;
animation: bgroop2 20s linear infinite;
}
*/
#intro .intro_right:after, footer.section:before{
background-image: url(./Dup/img/bg3.png);
width: 100%;
height: 100px;
background-size: 100%;
background-repeat: repeat-x;
top: -2px;
left: 0;
}
footer.section:before {
left: 0;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
#contents > div:after{display: none;}
#top_cms > div:before{
width: 300px;
height: 300px;
top: -200px;
right: -95px;
z-index: 1;
}
#top_cms > div:after{
width: 200px;
height: 200px;
bottom: -100px;
left: -50px;
z-index: 2;
}
.under_page:before{
width: 300px;
height: 300px;
top: -275px;
right: -135px;
}
.under_page:after{
width: 200px;
height: 200px;
bottom: -200px;
left: -100px;
}
}
/*
@keyframes bgroop1{
    0% { background-position: 0 50%;}
  100% { background-position: 460px 50%;}
}
@keyframes bgroop2{
    0% { background-position: 0 50%;}
  100% { background-position: 345px 50%;}
}
*/
/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
.custom_img2{
width: 150px;
top: 5%;
left: 5%;
}
.custom_img3 {
width: 200px;
bottom: 40%;
right: 10%;
}
.custom_title{
top: 20%;
left: 2%;
max-width: 350px;
}
.custom_txt{
font-size: 14px;
width: 300px;
padding: 20px;
bottom: 3%;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}



.intro_title{padding-top: 70px;}
.intro_title:before{
width: 300px;
height: 50px;
top: 0;
}
#contents .con_wrap{padding-top: 150px;}
#contents > div:before{
width: 200px;
height: 50px;
top: 40px;
}
#top_cms .cms_box:first-of-type{padding-top: 200px;}
#top_cms > div > div:before{
width: 200px;
height: 50px;
top: 40px;
}

#intro .intro_right:before{
width: 200px;
height: 200px;
top: -80px;
left: -100px;
}
#contents .con_wrap:before{
width: 200px;
height: 200px;
top: -60px;
right: -60px;
}
#top_cms > div:before{
width: 200px;
height: 200px;
top: -125px;
right: -85px;
}
#top_cms > div:after{
width: 150px;
height: 150px;
bottom: -100px;
left: -50px;
}

.under_page:before{
width: 200px;
height: 200px;
top: -220px;
right: -95px;
}
.under_page:after{
width: 150px;
height: 150px;
bottom: -170px;
left: -60px;
}
}

/*--------------------------自動リンク--------------------------*/
/* color */
.linkStyle{color: #19aaa5; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #19aaa5;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #19aaa5;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #FFD778;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------カラー--------------------------*/
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #19aaa5} /* メインカラー */
.txt_color2{color: #f8f5f1} /* サブカラー */
.txt_color3{color: #FFD778} /* アクセントカラー1 */
.txt_color4{color: #F2F2F2} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #19aaa5} /* メインカラー */
.bg_color2{background-color: #f8f5f1} /* サブカラー */
.bg_color3{background-color: #FFD778} /* アクセントカラー1 */
.bg_color4{background-color: #F2F2F2} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #19aaa5}
.border_color2{border-color: #f8f5f1}
.border_color3{border-color: #FFD778}
.border_color4{border-color: #F2F2F2}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #19aaa5} /* メインカラー */
.hvr_txt_color2:hover{color: #f8f5f1} /* サブカラー */
.hvr_txt_color3:hover{color: #FFD778} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #F2F2F2} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #19aaa5} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f8f5f1} /* サブカラー */
.hvr_bg_color3:hover{background-color: #FFD778} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #F2F2F2} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #19aaa5}
.hvr_border_color2:hover{border-color: #f8f5f1}
.hvr_border_color3:hover{border-color: #FFD778}
.hvr_border_color4:hover{border-color: #F2F2F2}