﻿/*--------リンク・フォント--------*/
.linkStyle{color: #fff; text-decoration: underline;}

.font_serif {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*--------全体--------*/
.add_shadow1{box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;}
#header h1 a img{
    max-width: 250px;
    height: auto;
}
#main_img{
    position:relative;
}
#main_img::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_01.png) no-repeat;
    background-size: contain;
    z-index: 2;
    width: 74%;
    height: 48%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: soft-light;
    opacity: 0.95;
}
#pc_nav {
    z-index: 5;
}
header .menu_stick {
    top: 40px;
    right: 36px;
}
#contents1 .add_ec {
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 4px 4px 11px 0px #999999;
}
#contents1 .con_title{
    font-size: 2.5em;
    margin-bottom: 60px;
}
#contents1 .con_box.bg_color3 {
    background-color: rgba(44, 44, 43, .9);
}

#contents1 .con_box::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_02.png) no-repeat;
    background-size: contain;
    z-index: 2;
    width: 70%;
    height: 48%;
    left: 19%;
    top: -33%;
}
#contents2 .con_box,#contents3 .con_box{
    background-color: rgba(44, 44, 43, .7);
    margin: 5% 2% 5% 0;
    padding: 5% 6%;
}
#contents2 .con_box .con_txt,#contents3 .con_box .con_txt{
    line-height: 1.7;
}
#top_cms.bg_color3 {
    background-color: rgba(44, 44, 43, .85);
}

.video-container{
  position: fixed;
  top: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  z-index: -9999;
}
.video-container::after{
    content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(72,69,69,.4);
	background-image: radial-gradient(rgba(72,69,69,.4) 30%, transparent 31%), radial-gradient(rgba(72,69,69,.4) 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.video-container video{
    width: 100%;
}
@media screen and (min-width: 1420px) and (max-width: 1760px){
    .video-container video{
    height:  120%;
}
}
@media screen and (min-width: 769px) and (max-width: 1420px){
    .video-container video{
    height:  150%;
}
}

#cms_2-c #cate1 .box_txt2{
    background-color: #fff;
    color: #1a1a1a;
    padding: 15px;
    border-radius: 5px;
}


/*--------下層--------*/
.cate_title{
    position:relative;
  text-align: center;
}
.cate_title:before {
    content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; 
  display: inline-block;
  width: 50px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #fff; 
}
#under_page .under_box {
    padding: 10% 4%;
}
#cms_6-c .box_title,.cms_6-c .box_title{
	position: relative;
	padding-top: 30px;
	border-bottom: 1px solid #fff;
}
#cms_6-c .box_title span,.cms_6-c .box_title span {
	position: relative;
	z-index: 2;
}
#cms_6-c .box_title::before,.cms_6-c .box_title::before {
	content: attr(data-en);
    position: absolute;
    top: 7px;
    left: -4px;
    color: rgba(255,255,255,0.1);
    font-size: 1.7em;
    text-transform: uppercase;
    z-index: 1;
}
.page08 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 20px 20px 15px 20px;
}
.page08 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
@media screen and (max-width: 1200px){
    .page08 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}

@media screen and (max-width: 667px){  
.page08 .tel_box a{
    font-size: 5vw;
    letter-spacing: 2px;    
}
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
    #main_img::before {
    width: 95%;
    height: 24%;
    }
    #contents1 .con_box.bg_color3 {
    padding: 8% 5%;
}
    #contents1 .con_title {
    font-size: 4.7vw;
    }
    .video-container video {
    width: auto;
}
#contents2, #contents3,#contents2 .con_box, #contents3 .con_box {
    min-height: 100vh;
}
#contents2 .con_box,#contents3 .con_box {
    margin: 0;
    padding: 15% 6% 5%;
}
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    
    #main_img .box_img img {
        width: auto!important;
        height: 100vh!important;
    }

    #main_img:before{
        top:60%;
    }
    #header h1 a img {
    max-width: 150px;
}
header .menu_stick {
    top: 23px;
    right: 16px;
}
#contents2, #contents3, #contents2 .con_box, #contents3 .con_box {
    min-height: auto;
}
#contents2 .con_box, #contents3 .con_box {
    padding: 15% 6% 20%;
}
#contents1 .con_box::before {
    width: 100%;
    height: 11%;
    left: -10%;
    top: -8%;
}
#contents1 .con_box {
    width: 95%!important;
}
#contents1 .con_title {
    font-size: 7.5vw;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 40px;
}
#contents1 .con_txt {
    line-height: 1.8;
}
#cms_6-c .box_title::before, .cms_6-c .box_title::before {
    top: 15px;
    font-size: 6.5vw;
}
#copyright{
    padding: 13% 0 5%;
    font-size: 3.2vw;
}

.cate_list {
    margin-bottom: 50px;
    padding: 0 10px 10px;
}
.cate_list li a {
    padding: 8px 20px;
}
#cms_2-c #cate1 .box_item:nth-of-type(2){
    padding: 5px;
}
#under_page .info_box .d_flex:first-of-type {
    border-top: none;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
#contents1 .add_ec a{
    padding:13px 10px 6px 10px;
}
.cms_1-a figure img{width:100%!important;height:auto!important;}
.cate_list li a{padding:12px 20px 6px;}

}
