﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#3d3b37;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#3d3b37;
	opacity: 0.7;
	transition: all 0.5s;
}

body, .txt_color_nomal {
    color: #0f0f0f!important;
    font-weight: 500;
}

body, .font_serif {
    font-family: 'Roboto', 'Zen Kaku Gothic New', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.more a::before, .more a::after {
    border-color: #1a1a1a;
}

/*--------------------------------
■2px大きく
--------------------------------*/
html{font-size: 16px;}
body{-webkit-text-size-adjust: 120%;font-size: 16px;}

.font_12{font-size: 14px;}
.font_14{font-size: 16px;}
.font_15{font-size: 17px;}
.font_16{font-size: 18px;}
.font_18{font-size: 20px;}
.font_20{font-size: 22px;}
.font_22{font-size: 24px;}
.font_24{font-size: 26px;}
.font_26{font-size: 28px;}
.font_28{font-size: 30px;}
.font_30{font-size: 32px;}
.font_100per{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}


/* nav */

#header {
    background: -moz-linear-gradient(top, rgba(254,250,242,0.8), transparent);
    background: -webkit-linear-gradient(top, rgba(254,250,242,0.8), transparent);
    background: linear-gradient(to bottom, rgba(254,250,242,0.8), transparent);
    z-index: 100;
    height: 150px;
}

header .menu_stick {
    color: #3d3b37;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

#video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(61,59,55,0.35);
    z-index: 0;
}

.main-copy, #pc_nav {
    z-index: 2;
}

.main-copy {
    right: 5%;
    bottom: 5%;
}

.main-copy h2 {
    font-weight: 900;
    font-size: 60px;
}

/* top */

#contents1 .con_box h2, #contents2 .con_box h2, #contents3 .con_box h2 {
    font-weight: 700;
    color: #ea8861;
}

.con1-ul li {
    background-image: url('/Dup/img/check.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px 15px;
}

#contents2 .con_box, #contents3 .con_box {
    background: transparent;
}

.con_box::before {
    display: none;
}

#contents2, #contents3, #contents2 .con_box, #contents3 .con_box {
    min-height: initial;
}

/* top-cms */

.cms_title::before {
    display: none;
}

#top_cms .date {
    color: #7d7970;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: bold;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}

/* ----------　下層ページ　---------- */

.cate_list li a {
        color: #665f5f;
}

.cate_list {
    border-color: #665f5f;
}

#cms_2-g .box_item .box_title1 {
    color: #7d7970;
}

.pager li:not(.prev):not(.next) a, .pager li a {
    background-color: #7d7970;
    border: none;
}

.pager li:not(.prev):not(.next) a:hover, .pager li a:hover {
    background-color: transparent;
    color: #3d3b37;
    border: none;
}

/*購入ページ バナー*/
.btn_container a {
    /*background-color: #06c755;*/
    /*color: #fff;*/
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.font_12_tb{font-size: 14px;}
.font_14_tb{font-size: 16px;}
.font_16_tb{font-size: 18px;}
.font_18_tb{font-size: 20px;}
.font_20_tb{font-size: 22px;}
.font_22_tb{font-size: 24px;}
.font_24_tb{font-size: 26px;}
.font_26_tb{font-size: 28px;}
.font_28_tb{font-size: 30px;}
.font_30_tb{font-size: 32px;}
.font_100per_tb{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_tb{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_tb{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_tb{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_tb{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_tb{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_tb{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

#main_img {
    margin-top: 120px;
}

#main_img .swiper-container .box_img img {
    position: initial;
    transform: none;
}

#video:before {
    top: -7px;
}

h1 a img {
    height: 80%!important;
}

.main-copy-sp h2 {
    font-weight: 900;
    font-size: 50px;
}

.sitemap_box li a {
    border: 1px solid;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.font_12_sp{font-size: 14px;}
.font_14_sp{font-size: 16px;}
.font_16_sp{font-size: 18px;}
.font_18_sp{font-size: 20px;}
.font_20_sp{font-size: 22px;}
.font_22_sp{font-size: 24px;}
.font_24_sp{font-size: 26px;}
.font_26_sp{font-size: 28px;}
.font_28_sp{font-size: 30px;}
.font_30_sp{font-size: 32px;}
.font_100per_sp{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_sp{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_sp{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_sp{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_sp{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_sp{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

#loading img {
    top: 45%;
}

h1 a img {
    height: 45%!important;
}

.main-copy-sp h2 {
    font-weight: 900;
    font-size: 30px;
}

#video {
    height: 300px;
    margin-top: 20vh;
}

#main_img video {
    height: 100%;
    width: auto!important;
}

#video:before {
    top: 0;
}
    
#contents1 .con_box {
    padding: 50px 10px;
    width: 100%!important;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}    

.pager li a {
    width: 80px;
}

.btn a {
    max-width: 250px;
}
    
}