﻿/* all page */
/*fonts*/

/*スクショ*/
/*html, body{overflow: auto}*/
/*.pp-section{position: static}*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #ffa500;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color3:hover{color: #ffa500;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.txt_color3, .hvr_txt_color1:hover{color: #ffd439;} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #ffa500;} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: #f7f7f7} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #ffd439;} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #FFF9E2;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #ffa500;}
.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}
.border_color3, .hvr_border_color3:hover{border-color: #ffd439;}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

#wrap{
    overflow: hidden;
}
#pp-nav ul {
    background-color: #fff;
    border-radius: 50px;
    padding: 3px;
}
#page_top {
    background-color: #ffa500;
    color: #fff;
}
#page_top .arrow {
    border-color: #fff;
}

/*固定バナー*/
.banner__fixed {
    position: fixed;
    top: 20px;
    right: 110px;
    max-width: 300px;
	min-height: 80px;
    z-index: 10;
}
.banner__fixed a {
	padding: 22px;
}
/* header */


/* top ----------------*/

/* main img */
#custom .custom_wrap{
    background:url(./Dup/img/main_img.jpg) no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}
#custom .main_img_txt{
    z-index: 2;
}
#custom .main_img{
    background-image:url(./Dup/img/custom_img.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* main */

/* intro */


/* contents */
.more_btn > span {
    cursor: pointer;
    border: 3px solid #1a1a1a;
    font-weight: bold;
}
.modal_wrap {
    top: 0;
    left: 0;
    opacity: 0.95;
    z-index: 102;
}
.modal_wrap .modal_scroll {
    overflow-y: auto;
}
.modal_wrap .close_bt {
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.more_btn .more_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .3s ease-in-out;
    transform: translateX(-99%);
}
.more_btn > span:hover .more_line {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.more_btn > span i {
    position: absolute;
    top: calc(50% - 0.55em);
    right: 2rem;
    transition: all 0.3s;
}
.more_btn > span:hover i {
    position: absolute;
    top: calc(50% - 0.55em);
    right: 1rem;
}
#contents2 .c2_box_img figure{
    max-width: 450px;
    margin-bottom: 20px;
}
#contents2 > div::before{
    content: "";
    background-image: url('./Dup/img/con_en.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
#contents2 > div::after{
    content: "";
    background-image: url(./Dup/img/custom_img.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#contents2 .contents_no {
    top: -100px;
    left: -90px;
    padding: 0;
    font-size: 100px;
    z-index: -1;
}
#contents2 .more_btn h2{
    display: inline-block;
}
/*animation*/
#contents2 .box1, #contents2 .box3 {
opacity: 0;
  animation-delay: 0.3s;
}
#contents2.trans .box1, #contents2.trans .box3 {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 0.3s;
}
#contents2 .box2 {
opacity: 0;
  animation-delay: 0.3s;
}
#contents2.trans .box2 {
  animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 0.3s;
}
@keyframes slideIn {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(-50px);
  }
  40%,100% {
    opacity: 1;
  }
}
@keyframes slideIn2 {
  0% {
    transform: translateY(110px);
    opacity: 0;
  }
  100% {
    transform: translateY(50px);
  }
  40%,100% {
    opacity: 1;
  }
}

/* topcms */
#top_cms .cms_box .cms_title {
    border-top: none;
    padding-top: 100px;
}
#top_cms .cms_title span {
    width: 0;
    height: 0;
    top: 30px;
}
#top_cms .cms_box .cms_title span::before {
    content: '';
    position: absolute;
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#top_cms .cms_box:nth-child(1) .cms_title span::before {
    background-image: url(./Dup/img/news.png);
}
#top_cms .cms_box:nth-child(5) .cms_title span::before {
    background-image: url(./Dup/img/faq.png);
}

/* footer */



/* under page */
.pager li a {
    font-weight: bold;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */
.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
	color: #fff;
	border-color: #ffa500;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;color:#333;text-align: left;}
.qa_type5 .box_title1 .faq_no {background-color: #ffa500;}
.qa_type5 .box_txt1 .faq_no {color: #ffa500;}

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    .banner__fixed {
        top: 0;
        right: 60px;
    }
    .banner__fixed a {
        padding: 10px;
    }
    #custom .custom_wrap {
        background: url(./Dup/img/main_img_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    #contents2 .box1, #contents2 .box2, #contents2 .box3 {
        opacity: 1;
        transform: translateY(0);
        z-index: 2;
    }
    #contents2 .box1, #contents2 .box3 {
        padding: 8% 0;
    }
    #contents2 > div::before {
        background-image: url(./Dup/img/con_en_tb.png);
        background-position: top left;
        background-size: 30%;
        height: 100%;
    }
    #contents2 > div::after {
        z-index: 0;
        background-size: cover;
        height: 130px;
    }
    #contents2 .c2_box_img figure {
        max-width: 500px;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #custom .main_img {
        background-size: cover;
        height: 70px;
    }
    #contents2 .c2_box_img figure {
        max-width: 340px;
        margin-bottom: 0;
    }
    #contents2 .contents_no {
        top: -80px;
        left: -70px;
        font-size: 80px;
        letter-spacing: 1px;
    }
    
}

/*20220602公開後修正*/
#custom .main_img_txt {
    max-width: 450px;
    top: 55%;
}
#custom .main_logo{
    top: 26%;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#custom .main_logo{
    top: 30%;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#custom .main_img_txt {
    max-width: 260px;
    top: 55%;
}
}


