﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
.font1,
.fix_bnr a,
#page_title h2 .en,
#cms_2-g .cate_title .cate_txt1,
.v_type2 .cate_box:before{
    font-family: 'Poppins', sans-serif;
}

/*
#loading{
    display: none!important;
}

*/


.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body {
    overflow: hidden;
    line-height: 2;
}

header.scr_header{
    border-bottom:0!important;
    background-color:transparent!important;
    background: linear-gradient(180deg,rgba(2,45,101,0.7) 0%,rgba(0,0,0,0) 90%);
}

#footer_info{
    padding:10px;
}

.fix_bnr{
    right:20px;
    z-index:2;
}


/*--top page---------------------------
-------------------------------------*/
#main_img .catch{
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#main_img .catch1{
    font-size:2rem;
}
#intro h2,
.top_title h2{
    display:none;
}
.top_title{
    background-position: top 31% center;
}
.top_title::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    top:0;
    left:0;
    z-index:2;
}
#contents .con_txt{
    width:80%;
}
#contents .more{
    margin-left: 0;
    margin-right: auto;
}

.modal_img img{
    height: auto!important;
    width: 100%!important;
}
/* 018 */
.button018 .modal_s1 {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top:30px;
    max-width: 140px;
    padding: 10px 0px 10px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button018 .modal_s1:before, .button018 .modal_s1:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 .modal_s1:before {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.7rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}
.button018 .modal_s1:after {
    left: 0;
    border: 1px solid #fff;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 4rem;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.button018 .modal_s1 .modal_s2 {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button018 .modal_s1:hover .modal_s2 {
  color: #fff;
}
.button018 .modal_s1:hover:before {
  left: 2rem;
}
.button018 .modal_s1:hover:after {
  right: 0;
  width: 100%;
}

.con_box.box2{
    margin-bottom:300px;
}
.con_img2{
    bottom: -100px;
    right: -30px;
}
.filter{
    display:none;
}


/*--under page---------------------------
-------------------------------------*/

#cms_2-g .cate_title {
    font-size: 2em;
}

.v_type2 .demo_box {padding-top: 70px}
.v_type2 {counter-reset: number 0;}
.v_type2 .cate_box {padding: 50px 20px 30px;}
.v_type2 .cate_box:before {
    opacity: 0.2;
    counter-increment: number 1;
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 17px;
    z-index: 1;
    font-size: 20px;
    font-weight: 100;
    font-style: italic;
    color: #fff;
    line-height: 1;
    padding: 0 25px 0 0;
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#logo img{
    max-width:200px;
}
#main_img:before{
    background: linear-gradient(0deg, rgba(2,45,101,01) 0%, rgba(0,0,0,0.15) 30%);
}
#main_img .catch1 {
    font-size: 1.7em;
}
#contents .con_txt {
    width: 95%;
}
.con_box.box1 .con_img,
.con_box.box2 .con_img{
    margin-top:40px;
}
.con_box.box2 {
    margin-bottom: 150px;
}
.con_img2 {
    bottom: -150px;
    right: 23px;
}

.button018 .modal_s1{
    margin-top:15px;
}

.v_type2 .cate_box{padding: 42px 25px 25px;}
.v_type2 .cate_box:before{top: -31px;font-size: 48px;}


}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading_logo {
    max-width: 200px;
}
#logo img{
    max-width:120px;
}
#main_img .catch{
    width:100%;
    top:80%;
}
#main_img .catch1 {
    font-size: 1.3em;
}
#main_img .catch2 {
    font-size: 0.8em;
}
#video {
    height: 31vh;
}
#main_img .sns_links{
    display:none;
}
#contents .con_title {
    font-size: 30px;
}
.info_txt{
    padding:9%!important;
}
}




