﻿/* all page */
/*fonts*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #f19dac;}
.txt_color2, .hvr_txt_color2:hover{color: #ffecf2;}
.txt_color3, .hvr_txt_color3:hover{color: #c697ca;}
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #f19dac;}
.bg_color2, .hvr_bg_color2:hover{background-color: #ffecf2;}
.bg_color3, .hvr_bg_color3:hover{background-color: #c697ca;}
/*.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #f19dac;}
.border_color2, .hvr_border_color2:hover{border-color: #ffecf2;}
.border_color3, .hvr_border_color3:hover{border-color: #c697ca;}
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/

#body{
    overflow: hidden;
}

/* header */
header .logo {
    max-width: 160px;
}
.cms_link div a:hover{
    color: #fff;
    opacity: 0.7;
}
.cms_link_box{
    transition: all 0.3s;
}

/* top ----------------*/
.top_loader .loader_txt br{
    display: none;
}

/* main img */
.menu .logo, .menu ul {background: none!important;}
.menu {
    background-color: rgba(255, 255, 255, 0.7);
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;*/
}
.main_img_wrap::before, .main_img_wrap::after, #top_cms::before, #top_cms::after {
    content: "";
    background-repeat: no-repeat;
    width: 52%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.8;
}
.main_img_wrap::before, #top_cms::before{
    background-image: url('./Dup/img/main_l.png');
    background-position: bottom left;
    background-size: 40%;
    bottom: 0;
    left: 0;
}
.main_img_wrap::after, #top_cms::after{
    background-image: url('./Dup/img/main_r.png');
    background-position: top right;
    background-size: 60%;
    top: 0;
    right: -10px;
}
.main_img_wrap .main_txt {
    bottom: 2%;
    right: 5%;
    z-index: 2;
    width: 40%;
    max-width: 470px;
}

/* main */
.top_cms_box.cms1{
    position: relative;
}
.top_cms_box.cms1::before{
    content: "";
    background-repeat: no-repeat;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
    background-image: url('./Dup/img/news.png');
    background-position: bottom right;
    background-size: 100%;
    bottom: -70px;
    right: -200px;
}

/* intro */


/* contents */
#question {
    display: none;
}
#contents {
    position: relative;
    padding-top: 100px;
}
#contents::before{
    background: -webkit-repeating-linear-gradient(90deg,transparent 0,transparent 10px,#fff 10px,#fff 20px);
    background: -o-repeating-linear-gradient(90deg,transparent 0,transparent 10px,#fff 10px,#fff 20px);
    background: repeating-linear-gradient(90deg,transparent 0,transparent 6px,#fff 6px,#fff 8px);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#contents::after {
    content: "";
    background-image: url('./Dup/img/con_l.png'), url('./Dup/img/con_r.png');
    background-position: top left,top right;
    background-size: 50%,50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
#contents .contents_wrap {
    position: relative;
    z-index: 1;
}
#contents h2{
    color: #b73048;
}
#contents .con1, #contents .con2, #contents .con3{
    position: relative;
}
#contents .con1::before, #contents .con2::before, #contents .con3::before{
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.8;
}
#contents .con1::before{
    background-image: url('./Dup/img/con1.png');
    background-position: bottom right;
    width: 12%;
    bottom: 20px;
    right: -50px;
}
#contents .con2::before{
    background-image: url('./Dup/img/con2.png');
    background-position: bottom left;
    width: 10%;
    bottom: 30px;
    left: -90px;
}
#contents .con3::before{
    background-image: url('./Dup/img/con3.png');
    background-position: bottom right;
    width: 15%;
    bottom: -30px;
    right: -100px;
}

/* topcms */
#top_cms, .all_page .content_wrap {
    position: relative;
}
#top_cms::before, #top_cms::after {
    z-index: -1;
}

/* footer */



/* under page */
.pager li{
    padding: 0 5px
}
.all_page .content_wrap::before, .all_page .content_wrap::after {
    content: "";
    background-repeat: no-repeat;
    width: 52%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
}
.all_page .content_wrap::before {
    background-image: url(./Dup/img/main_l.png);
    background-position: bottom left;
    background-size: 60%;
    bottom: 0;
    left: -25%;
}
.all_page .content_wrap::after {
    background-image: url(./Dup/img/main_r.png);
    background-position: top right;
    background-size: 90%;
    top: 0;
    right: -25%;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.main_img_wrap::before, #top_cms::before {
    background-size: 50%;
}
.main_img_wrap::after, #top_cms::after {
    background-size: 80%;
}
.main_img_wrap .main_txt {
    right: 3%;
    width: 37%;
}
.top_cms_box.cms1::before {
    width: 33%;
    bottom: -80px;
    right: -60px;
}
#contents .con1::before {
    background-position: top right;
    width: 18%;
    bottom: auto;
    top: -30px;
    right: 10px;
}
#contents .con2::before {
    width: 17%;
    bottom: -80px;
    left: -40px;
}
#contents .con3::before {
    width: 22%;
    bottom: -80px;
    right: -30px;
}
.all_page .content_wrap::before, .all_page .content_wrap::after {
    width: 80%;
}
.all_page .content_wrap::before {
    background-size: 80%;
}
.all_page .content_wrap::after {
    background-size: 100%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.top_loader .loader_txt br{
    display: block;
}
.main_img_wrap::before, #top_cms::before {
    background-size: 65%;
}
.main_img_wrap::after, #top_cms::after {
    background-size: 95%;
}
.main_img_wrap .main_txt {
    right: auto;
    left: 3%;
    width: 48%;
}
.top_cms_box.cms1::before {
    width: 61%;
    right: auto;
    left: 0;
}
#contents {
    padding-top: 50px;
}
#contents .con1::before {
    width: 30%;
    top: -30px;
    right: -18px;
}
#contents .con2::before {
    width: 29%;
    bottom: -140px;
    left: -17px;
}
#contents .con3::before {
    width: 38%;
}
.all_page .content_wrap::before, .all_page .content_wrap::after {
    width: 80%;
}
.all_page .content_wrap::before {
    background-size: 100%;
}
.all_page .content_wrap::after {
    background-size: 110%;
}

}





