﻿@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#dd672b;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#dd672b;
	opacity: 0.7;
	transition: all 0.5s;
}


.main_box {
    background-image: url('/Dup/img/bg.jpg');
    overflow: hidden;
}

.button:hover::after {
    box-shadow: inset 0 0 0 15em rgba(25,20,15,1);
}

/* nav */

header {
    background-image: url(/Dup/img/bg-2.jpg);
    background-size: cover;
}

header .pc_box {
    margin-top: 20%;
}

header .pc_box a {
    color: #19140f;
}

header .head_banner a:hover {
    color: #ffffff;
}

#main_menu ul li a {
    font-weight: bold;
}

/* footer */

footer {
    background-color: #ffffff;
}

.fix-bnr {
    bottom: 15px;
    right: 20px;
    z-index: 3;
    width: 25%;
    max-width: 450px;
}

footer {
    padding-bottom: 150px;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img {
    overflow: hidden;
}

/*#main_img:before {*/
/*    content: "";*/
/*    width: 20%;*/
/*    height: 120%;*/
/*    position: absolute;*/
/*    right: 10%;*/
/*    top: -10%;*/
/*    background-color: #dd7d4c;*/
/*    background-image: url(/Dup/img/main-copy.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 50%;*/
/*    background-position: 50% 50%;*/
/*    z-index: 3;*/
/*    transform: rotate(10deg);*/
/*}*/

#main_img:before {
    content: "";
    width: 16%;
    height: 120%;
    position: absolute;
    right: 5%;
    top: -10%;
    background-color: #dd7d4c;
    background-image: url(/Dup/img/main-copy.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    z-index: 3;
    transform: rotate(10deg);
}

/* top */

#contents1 {
    z-index: 0;
    padding: 150px 10%;
}

#contents1:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(25, 20, 15, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(Dup/img/tempra.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 98% 98%;
}

.txt2 img {
    transform: translateX(-50px);
}

#contents1 p {
    text-shadow: 0 0 5px rgba(25, 20, 15, 1);
}

#attach {
    display: none;
}

.con_txt1:before {
    content: "";
    width: 30%;
    height: 80%;
    max-width: 480px;
    max-height: 330px;
    position: absolute;
    top: -170px;
    left: -100px;
    background-image: url(/Dup/img/tamago.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-10deg);
}

.con_txt1:after {
    content: "";
    width: 30%;
    height: 70%;
    max-width: 480px;
    max-height: 330px;
    position: absolute;
    bottom: -150px;
    right: -80px;
    background-image: url(/Dup/img/maguro.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(10deg);
}

.con_txt2:before {
    content: "";
    width: 30%;
    height: 80%;
    max-width: 500px;
    max-height: 740px;
    position: absolute;
    bottom: -170px;
    right: -100px;
    background-image: url(/Dup/img/nihonsyu.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-10deg);
}

/*modal*/
html.modalset{
	overflow: hidden;
}
.modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.modal-box{
	width: 90%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.modal-box:before{
	content: "";
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 10%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.modal-box .inner{
	    background: rgba(255, 255, 255, 1);
	max-height: 500px;
    overflow: auto;
	-ms-overflow-style: none;
}
.modal-box .inner::-webkit-scrollbar {
	display:none;
}
.modal-box .inner > :first-child {
	margin-top: 0;
}

.modal-box .modal-close{
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
}
.modal-box .modal-close span{
	display: block;
	width: 50px;/*枠の大きさ*/
	height: 50px;/*枠の大きさ*/
	position: relative;
}

.modal-box .modal-close span::before, .modal-box .modal-close span::after{
	content: "";
	display: block;
	width: 100%;/*バツ線の長さ*/
	height: 2px;/*バツ線の太さ*/
	background: #000;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 1px);
	left: 14%;
}

.modal-box .modal-close span::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.modal-open span{cursor: pointer;}

.modal_title_wrap{
	top: 0;
	left: 0;
}

.modal_img a img {
    height: auto!important;
    width: 100%!important;
}

/* top-cms */

.top_cms_wrap {
    background-image: url(Dup/img/name.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top -5px;
    padding-top: 100px;
}

.link_type2 .cate_box a {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25,20,15,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #dd672b;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

/* ----------　下層ページ　---------- */



/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
header .pc_box {
    margin-top: 0;
}

header {
    padding-top: 27px!important;
    padding-bottom: 15px!important;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    background-color: #ffffff!important;
}
    
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #dd672b!important;
}

.hamburger.active {
    background-color: transparent!important;
}

header .head_banner a {
    display: none;
}

.fix-bnr {
    width: 40%;
    right: 0;
    left: 0;
    margin: auto;
}

#main_img {
    height: 65vh;
}

#main_img:before {
    display: none;
}

#video video {
    width: auto!important;
    transform: translate(-10%,-5%);
}

.txt2 img {
    transform: none;
}
    
.con_txt1:before {
    top: 70%;
    left: -65px;
}

.con_txt1:after {
    bottom: -180px;
    right: -80px;
}

.link_type2 .cate_box a {
    padding-top: 120px;
    padding-bottom: 120px;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
header {
    padding-top: 21px!important;
    padding-bottom: 15px;
}

.fix-bnr {
    width: 80%;
}

#main_img {
    height: 35vh;
}

#video, #video video {
    height: 40vh!important;
}

#contents1:before {
    background-image: none;
}

#contents1 {
    z-index: 0;
    padding: 80px 10%;
}

.modal-box .modal-close span {
    width: 30px;
    height: 30px;
}

.modal-box .modal-close {
    top: 5px;
    right: 5px;
}

.con_txt1:before {
    width: 40%;
    height: 30%;
    top: -150%;
    left: -20px;
}

.con_txt1:after {
    bottom: -80%;
    right: -10px;
    width: 35%;
    height: 50%;
}

.con_txt2:before {
    width: 30%;
    height: 45%;
    bottom: -50%;
    right: 65%;
}

.link_type2 .cate_box a:hover:after, .link_type2 .more {
    display: none;
}


.top_cms_wrap {
    padding-top: 0;
}

.modal-open span, .more a {
    width: auto!important;
}
    
}