﻿html {
    font-size: 15px;
}
body {
    line-height: 1.8;
}
.con_title {
    line-height: 1.8;
}
#video {
    max-height: 100vh;
}
#pc_nav {
    background: rgb(12 12 12 / 85%);
    padding: 17px 11px;
}
::-webkit-scrollbar, .modal_scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track, .modal_scroll::-webkit-scrollbar-track {
    background: linear-gradient(#464f66,#464f66);
}
::-webkit-scrollbar-thumb, .modal_scroll::-webkit-scrollbar-thumb {
  background: #697599;
  border-radius:5px;
}
/* ---------------------------------------KOTEI ALL -----------------------------------------------*/
.footer_logo {
    margin-bottom: 32px;
}
#sns_link {
    margin-bottom: 30px;
}
.cms_title p {
    color: #edd76b;
}
@media(max-width: 667px) {
header .menu_stick {
    top: 40px;
    right: 34px;
}
#copyright {
    font-size: 10px;
}
#top_info .con_title {
    font-size: 17px;
}
}
/* ------------------------------- LOADING ----------------------------------*/
#loading img {
    max-width: 201px;
}
/* ------------------------------------------------------------------------- */

header {
    height: auto!important;
    position: relative;
}
#header h1 img {
    max-width: 67px;
}
/* ----------------------------------TOP CONTENTS--------------------------------------- */

#video1, .con_bg {
    box-shadow: 0px 0px 18px -3px rgb(0 0 0 / 75%);
}
video {
    vertical-align: bottom;
}
.catch {
    z-index: 1;
    left: 6%;
    top: 15%;
    width: 90%;
    max-width: 883px;
    filter: drop-shadow(0px 0px 11px rgba(0,0,0,0.9));
}
#top_cms {
    padding-bottom: 1px;
    box-shadow: 0 0 0 1px #6c6c6c, 0 0 0 5px #2a2a2a, 0 0 0 6px #2c2c2c;
}
#top_banner {
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 67%);
}
#contents4 {
    width: 100%;
    max-width: inherit;
    background-image: url(Dup/img/bg_suisai.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    justify-content: space-evenly;
}
#contents4 a {
    width: 42%;
    padding-top: 10%;
    padding-bottom: 6%;
    box-shadow: 0px 0px 18px -3px rgb(255 255 255 / 25%);
}
#contents4 a::after {
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}
#contents4 a:hover figure {
    opacity: 0.6;
}
.modal_bg.bg_color3 {
    background-color: #c1af98;
}
.modal_wrap {
   top: 0;
   left: 0;
    z-index: 999;
}
.modal_wrap .modal_scroll_wrap {
    top: 50%;
    left: 50%;
    height: 87vh!important;
    max-width: 950px;
    transform: translate(-50%, -50%);
    padding: 90px 40px 70px;
    background: #233871;
    box-sizing: border-box;
    box-shadow: 0 0 32px rgb(110 110 110 / 16%);
    width: 90%;
}
.modal_wrap .modal_scroll{
	overflow-y: auto;
	background: #233871;
	overflow-x: hidden;
}
.modal_wrap .close_bt {
    top: -18px;
    right: -14px;
    cursor: pointer;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #000000;
    box-shadow: 0 0 32px rgb(110 110 110 / 39%);
}
.modal_wrap .close_bt img {
    padding: 4px;
    box-sizing: border-box;
}
.modal_btn .more_box {
    width: 50%;
    cursor: pointer;
    margin-top: 30px;
    border: 0;
    border-bottom: 2px solid;
    max-width: 149px;
    margin-left: 0;
    margin: 10px auto 0;
}

.modal_bg {
    background: rgb(5 0 48 / 54%);
}

#contents1 .con_box::before {
    height: 153px;
    width: 150px;
    left: 34px;
    top: -41px;
    transform: inherit;
    background-image: url(../Dup/img/bat1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}
#contents4 a .con_txt::before {
    height: 153px;
    width: 52px;
    left: 34px;
    transform: inherit;
    background-image: url(../Dup/img/bat1_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    top: -130px;
}
#contents2 .con_box::before, #contents3 .con_box::before {
top: -21px;
}
.banner_box a {
    background-color: #ad9c5d;
}
#top_banner a:hover .banner_bg {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(1.1);
}
.cate_list {
    padding: 25px;
    border-bottom: none;
    background-color: var(--color2);
    background-color: rgb(255 255 255 / 6%);
    margin-bottom: 100px;
}
.cate_list::before {
    content: "CATEGORY";
    display: block;
    width: 100%;
    padding: 5px;
    color: var(--color1);
    font-family: var(--font-en);
}
.cate_list li {
    width: auto;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}
.cate_list li a {
    background-color: var(--color2);
    font-size: 14px;
}
/*==================================================
スライダーのためのcss
===================================*/
.loopslider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.loopslider .slick-slide {
    margin:0;/*スライド左右の余白調整*/
}
.modal_txt_wrap .gallery {
    top: inherit;
    position: inherit;
    z-index: 16;
    transform: inherit;
    margin-top: 20px;
}
.modal_txt_wrap .gallery a {
    width: 267px;
    height: 113px;
    left: 0;
    right: 0;
    margin: 24px auto 0;
}
.modal_txt_wrap .gallery a::before {
    bottom: 18px;
    right: 14%;
    width: 23%;
}
.modal_txt_wrap .gallery a::after {
    bottom: 22px;
    right: 14%;
    width: 12px;
}
/*#contents1 .gallery {*/
/*    left: 64%;*/
/*    bottom: -42px;*/
/*    top: inherit;*/
/*}*/
/*#contents1 .gallery a {*/
/*    width: 270px;*/
/*    height: 90px;*/
/*    background: #212121;*/
/*    color: #fff;*/
/*}*/
/*#contents1 .gallery a::before {*/
/*    bottom: 13px;*/
/*    right: 7%;*/
/*    width: 24%;*/
/*    background: #fff;*/
/*}*/
/*#contents1 .gallery a::after {*/
/*    bottom: 18px;*/
/*    right: 7%;*/
/*    width: 15px;*/
/*    height: 1px;*/
/*    background: #fff;*/
/*}*/
/*矢印が右に移動する*/
.gallery a{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;

}

/*矢印と下線の形状*/
.gallery a::before {
    content: '';
    position: absolute;
    bottom: 52px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
.gallery a::after {
    content: '';
    position: absolute;
    bottom: 57px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
/*hoverした際の移動*/
.gallery a:hover::before {
    right: 12%;
    background: #fff;
}
.gallery a:hover::after {
    right: 12%;
    background: #fff;
}

.gallery {
    display: block;
}
.gallery a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.4s;
}
.gallery a:hover {
    background: #1c1c1c;
    color: #fff;
}
.gallery a span, .gallery a strong {
    text-align: center;
}
/* ----------------------------------contents1----------------------------------------- */
#contents2 {
    /*border-left: 61px solid #233871;*/
    width: 97%!important;
    margin-right: 0;
    margin-left: auto;
}
#contents2 .con_txt.yellow {
    color: #e7e194;
    font-size: 18px;
    font-weight: bold;
}
#contents3 {
    /*border-right: 61px solid #233871;*/
    width: 97%!important;
    margin-left: 0;
    margin-right: auto;
}
#contents3 .con_img {
    margin-right: 0;
    margin-left: auto;
}
#contents2 .con_box {
    padding-right: 10%;
}
#contents3 .con_box {
    padding-left: 10%;
}
/* -------------------------------------------------------------------------------------*/
#contents2 .con_box, #contents3 .con_box {
    padding-top: 110px;
    background: #1f245b;
    background-image: url(Dup/img/bg.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 600px;
}
.cms_title {
    text-align: center;
    text-align: center;
    background-image: url(Dup/img/cms_title.png);
    background-repeat: no-repeat;
    background-size: 317px;
    background-position: 50% 0;
    padding-bottom: 47px;
    padding-top: 60px;
}
.cms_title::before {
    display: none;
}
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
#cms_2-c .cate_box {
    background: #3a3a3a;
    padding: 0 10px;
}
#cms_2-c .box_item, .cms_2-c .box_item {
    border-bottom: 1px solid #4c4c4c;
}
#top_info .con_box.bg_color3 {
     box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 75%);
 }
#footer .con_img.bg_black {
    background-color: transparent;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
.catch {
    left: 6%;
    top: 14%;
    width: 75%;
}

#contents1 .con_box::before {
    height: 117px;
    width: 88px;
    left: 34px;
    top: -65px;
}
#contents2 {
    border-left: none;
}
#contents2 .con_box, #contents3 .con_box {
    padding-top: 57px;
}
#contents3 {
    border-right: none;
}
#contents2 .con_bg, #contents3 .con_bg {
    position: inherit;
    height: 400px;
}
#contents2 .con_box {
    padding-right: 6%;
}
#contents3 .con_box {
    padding-left: 6%;
}
.footer_logo {
    max-width: 110px;
}
}


@media screen and (max-width: 667px){
.catch {
    left: 6%;
    top: 7%;
    filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.9));
}
.cate_list li {
    width: 100%;
}
.cate_list li a {
 text-align: left;   
}
.cms_title {
    background-size: 267px;
    padding-bottom: 45px;
    padding-top: 53px;
    margin-bottom: 13px;
}
#under_page {
    padding-left: 10px;
    padding-right: 10px;
}
#main_img {
    margin-top: 105px;
}
#contents1 .con_box::before {
    height: 69px;
    left: 34px;
    top: 27px;
}
#cms_2-c .box_item, .cms_2-c .box_item {
    padding-left: 0;
    padding-right: 0;
}
.linehight_1-h_sp {
    line-height: 1.8;
}
#contents2 .con_bg, #contents3 .con_bg {
    height: 248px;
}
#top_info .con_box {
    width: 100%!important;
}
#contents4 a {
    width: 97%;
    padding-top: 10%;
    padding-bottom: 9%;
}
#loading img {
    max-width: 160px;
}
.modal_wrap .modal_scroll_wrap {
    padding: 50px 5px;
    width: 92%;height: 83vh!important;
} 
.modal_btn .more_box {
    max-width: 149px;
    margin-left: auto;
    padding: 2%;
    margin-top: 15px;   
}
.gallery a {
    width: 138px;
    height: 128px;
}
.gallery a::before {
    bottom: 24px;
    right: 27%;
    width: 42%;
    height: 1px;
}
.gallery a::after {
    bottom: 29px;
    right: 27%;
    width: 15px;
    height: 1px;
}
.gallery a span {
    font-size: 11px;
}
#contents1 .con_box::before {
    height: 69px;
    left: 34px;
    top: 27px;
}
#contents2 {
    width: 100%!important;
}
#contents3 {
    width: 100%!important;
}
#contents2 .con_box {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 30px;
}
#contents3 .con_box {
    padding-top: 30px;
}
}