@charset "utf-8";

/*
*	DOD HOLIDAY用css
*
*/




/* デフォルトCSS ============================================================ */
/*__文字色、文字の基本設定__________________*/
html{
	font-size: 62.5%;/*ベースのフォントサイズを10pxに*/
}
body{
	overflow-x: hidden;
	color:#333333;
	background-color:#ffffff;
	font-size: 1.4rem;/*body内の文字の基準を14pxに*/
	font-family:
		"segoe UI",
		"游ゴシック",
		'Yu Gothic',
		YuGothic,
		'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN',
		メイリオ,
		Meiryo,
		sans-serif;
	word-wrap: break-word ;
}
:root {
	--font_family_en: 'Barlow Condensed', "游ゴシック", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	--font_weight700_en: 700;
	--font_weight400_en: 400;
	--white_color:#ffffff;
	--lightgray_color:#efefef;
	--gray_color:#cccccc;
	--darkgray_color:#333333;
	--2018_main_color:#f8b62d;
}
h1{
	font-size:2.8rem;
	line-height:3.4rem;
}
h2:first-of-type{
	margin-top:0;
}
h2{
	font-size:2.4rem;
	line-height:2.8rem;
	margin-top:10rem;
	margin-bottom:2rem;
	color:var(--2018_main_color);
	letter-spacing:0.2rem;
	padding-bottom:1rem;
	border-bottom:7px solid;
	display:inline-block;
}
h2 + h3{
	margin-top:0;
}
h3{
	font-size:1.8rem;
	line-height:2.8rem;
	color:var(--2018_main_color);
	letter-spacing:0.1rem;
	margin-top:4rem;
	margin-bottom:1rem;
}
h3 + h4{
	margin-top:0;
}
h4{
	font-size:1.6rem;
	line-height:2.2rem;
	padding-left:1rem;
	color:#444;
	border-left:4px solid #444;
	margin-top:3rem;
	margin-bottom:0.6rem;
}
p{
	font-size:1.4rem;
	line-height:3rem;
}
ul li
,ol li{
	font-size:1.4rem;
	line-height:3rem;
}
ul li
,ol li{
	position: relative;
}
ul{
	margin-right:0;
}
ul li{
	padding-left:2rem;
}
ul li::after{
	display: block;
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	top: 1.2rem;
	left: 1rem;
	background: #444;
	border-radius: 50%;
}
ol{
  	list-style-type: decimal;
}
ol li{
	list-style: auto;
	margin-left: 1.6rem;
	padding-left: 0.2rem;
}
ol li > ol li::marker{
	content: "（" counter(list-item) "）";
}
ol li > ol li{
	margin-left: 3rem;
}
ol li > ol li > ol li{
	list-style-type: katakana;
}
ol li > ol li > ol li::marker{
	content: normal;
}
tr {
	border-bottom:1px solid #ccc;
}
table{
	width: 100%;
  table-layout: fixed;
}
tr th
,tr td{
	font-size:1.4rem;
	line-height:3rem;
	padding: 2rem;
	vertical-align:middle;
}
tr th{
	letter-spacing: 0.1rem;
	width:15%;
	text-align: left;
}
tr td{
	width:70%;
}


/*__リンク設定__________________*/
a{
	color:var(--2018_main_color);
}
a,a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/*____スムーススクロール____*/
html{
	scroll-behavior: smooth;
}

/*____スクロールデザイン____*/
::-webkit-scrollbar{
	width: 0.5rem;
	height: 0.5rem;
}
::-webkit-scrollbar-thumb {
	background-color: #bdbdbd;
	border-radius: 0.5rem;
}

/*__文字を選択（ドラッグ）した時の背景色を変える__________________*/
::selection {
	background:#aaa; /* Safari */
	color:var(--white_color);
}
::-moz-selection {
	background:#aaa; /* Firefox */
	color:var(--white_color);
}

/*__clear:both基本設定__________________*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.both{
	clear:both;
}
.inline_block{
	display:inline-block;
	*display:inline;
	*zoom:1;
}

/*__画像__________________*/
img {
	max-width:100%;
	height: auto;
	vertical-align: bottom;
}
a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/*__その他基本設定__________________*/
div,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,input,textarea,button,nav,section,ul,li,blockquote{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.center{
	text-align:center;
}
.width100per{
	width:100%;
}
.mobile_only{
	display:none!important;
}
.pc_only{
	display:block;
}


/*__全体大枠__________________*/
#main_contents{
	padding-top: 10rem;
	padding-bottom:10rem;
}
.page_wrapper{
	max-width:1080px;
	margin:0 auto;
	padding-right:1%;
	padding-left:1%;
}
/* ========================================================================== */






/* DOD HOLIDAY全ページ共通 ===================================================*/

/*__英字WEBフォント（barlow）__________________*/
.dh_top_bg--inner
,.dh_bk_100 h2
,.dh_title
,.menu-trigger
,#menu_overlay{
	font-family:var(--font_family_en);
}

/*__メニュ__________________*/
#menu_btn{
	position: fixed;
	z-index: 10;
	bottom:4rem;
	left:4rem;
	background: rgba(239,157,35,0.9);
	display:inline-block;
	text-align:center;
	border-radius:15px;
	padding:2rem 1rem;
	max-width:200px;
	box-shadow: 5px 7px 7px rgba(0,0,0,0.1);
}
#menu_btn img{
	width:50%;
}
#menu_btn p{
	color:var(--white_color);
	margin-top:1rem;
	font-weight:bold;
	letter-spacing:0.4rem;
	font-size:2rem;
}
#menu_btn p:hover{
	opacity:0.8;
}
#menu_btn a
,#menu_btn a:hover{
	text-decoration: none;
}
.menu-trigger{
 display: inline-block;
 transition: all 1s;
 box-sizing: border-box;
}
#menu_overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background:rgba(112,67,0,0.9);
	padding: 3rem;
}
#menu_overlay_middle{
	display: table;
	width: 100%;
	height:100%;
}
#menu_overlay #menu_overlay_middle ul {
	display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#menu_overlay #menu_overlay_middle ul li:after{
	content:none;
}
#menu_overlay #menu_overlay_middle ul li a{
	display:inline-block;
	color: var(--white_color);
	padding:1.6rem 2rem;
	text-decoration:none;
	font-size:1.8rem;
	letter-spacing:0.4rem;
}
#nav_close{
	margin-top:2rem;
}
#nav_close a{
	border:1px solid var(--white_color); /*#777;*/
	color:var(--white_color); /*#777!important;*/
	padding:1rem 2rem!important;
}

/*__フッター__________________*/
#footer{
	text-align:center;
	padding:5rem 0 3rem 0;
	background:var(--2018_main_color);
}
#footer a{
	color:#333;
}
.f_block{
	font-weight:bold;
	margin-bottom:2rem;
}
#footer .sponsorship_block{
	margin-bottom:2rem;
}
#footer .sponsorship_block img{
	border-radius:50%;
	margin-right: 0.4rem;
	width:7.6rem;
}

/*__概要の協賛__________________*/
.sponsorship img{
	border-radius:50%;
	margin-right:0.4rem;
	margin-bottom:1rem;
	width:7.6rem;
}

/*__目次__________________*/
.outline_block{
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	width:80%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:8rem;
}
.outline_block li{
	margin:0 0.6rem 0.8rem 0;
	padding:0;
	width: calc(100% / 3 - 0.6rem);
}
.outline_block li a{
	display:block;
	padding:1rem 1.6rem 1rem 4rem;
	border:3px solid var(--2018_main_color);
	font-weight:bold;
	font-size:1.2rem;
	letter-spacing:0.05rem;
	position:relative;
	text-decoration:none;
}
.outline_block li a:hover{
	background:var(--2018_main_color);
	color:var(--white_color);
}
.outline_block li a::before{
	display: block;
	width: 0.6rem;
	height:  0.6rem;
	border-top: 2px solid var(--2018_main_color);
	border-right: 2px solid var(--2018_main_color);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
	left: 2rem;
	top: 40%;
	margin-right: -1rem;
	position: absolute;
}
.outline_block li a:hover::before{
	border-color:var(--white_color);
}
.outline_block li::after{
	content:none;
}

/*__アコーディオン__________________*/
.accordion{
  	margin-bottom:1rem;
	border:3px solid var(--2018_main_color);
}
.accordion summary{
    position: relative;
	display: block;
	padding:2rem;
	cursor: pointer;
	background:var(--2018_main_color);
	color:var(--white_color);
	font-weight:bold;
}
.accordion summary::before
,.accordion summary::after {
	position: absolute;
	top: 50%;
	display: block;
	width: 1.6rem;
	height: 0.4rem;
	content: "";
	background-color:var(--white_color);
	right: 2rem;
}
.accordion summary::before {
	transform: translateY(-50%);
}
.accordion summary::after {
	transform: translateY(-50%) rotate(-90deg);
	transition: transform 0.5s;
}
.accordion[open] summary::after {
	transition: transform 0.5s;
	transform: translateY(-50%) rotate(-180deg);
}
.accordion summary::-webkit-details-marker{
	display: none;
}
.accordion[open] .accordion__content{
	animation: fadeIn 0.5s ease;
}
	@keyframes fadeIn {
		0% {
			opacity: 0; /* 透明 */
			transform: translateY(-10px); /* 上から表示 */
		}
		100% {
			opacity: 1;
			transform: none;
		}
	}
.accordion .accordion__content{
	padding:2rem 2rem 3rem 2rem;
}
.accordion .accordion__content h3{
	font-size: 1.4rem;
	margin-top: 3rem;
	margin-bottom:0.6rem;
	color: var(--2018_main_color);
}
.accordion .accordion__content h3:first-of-type {
    margin-top: 0;
}
.accordion .accordion__content li{
    font-size:1.2rem;
    line-height:2.6rem;
}

/*__ステップバー__________________*/
.step_block{
	display:inline-block;
	counter-reset:count;
	background:var(--lightgray_color);
	padding:3rem 2rem 2rem 2rem;
}
.step_content{
	padding: 0 0 2rem 3rem;
	margin: 0;
	position: relative;
}
.step_content::before {
	counter-increment: count;
	content: counter(count);
	width:2rem;
	height:2rem;
	background: var(--2018_main_color);
	border-radius: 50%;
	position: absolute;
	top:0.5rem;
	left:0.5rem;
	color:var(--white_color);
	text-align:center;
	font-weight:bold;
	line-height:1.8rem;
}
.step_content::after {
	content: "";
	display: block;
	height: calc(100% - 3rem);
	border-left: dotted 3px var(--gray_color);
	position: absolute;
	top:3rem;
	left:1.3rem;
}
.step_block > :last-of-type::after {
	display: none;
}
.step_content__title{
	color:var(--2018_main_color);
	font-weight: bold;
	font-size:1.8rem;
	padding: 0.6rem 0 0.6rem 0;
}

/* ========================================================================== */



/* DOD HOLIDAYTOPページ ======================================================*/
.dh_top_bg{
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	background-image: url('./img/dodholiday/2018/dh_bg.jpg');

	/* 上下中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	 -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center; /* 中央寄せ*/
	position: relative;
}
.dh_top_bg--inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align:center;
	letter-spacing:0.3rem;
	color:var(--white_color);
	font-weight:bold;
}
.dh_top_bg--inner img{
	margin-bottom:3rem;
	filter: drop-shadow(2px 3px 4px rgba(0,0,0,.3));
}
.dh_top--txt{
	font-size:2.6rem;
	line-height:3.2rem;
}
.dh_top--title
,.dh_top--txt
,.dh_top--sub
,.dh_top--time{
	text-shadow: 0px 0px 10px #000;
}
.dh_top--title{
	font-size:6rem;
	line-height:6.4rem;
	letter-spacing:0.5rem;
	margin-top:0.4rem;
	margin-bottom:1rem;
}
.dh_top--time{
	font-size:2.4rem;
	line-height:3.4rem;
	margin-top:3rem;
}
.dh_top--sub{
	font-size:1.6rem;
	line-height:2.2rem;
	font-weight:normal;
	letter-spacing:0.2rem;
}
.dh_top--muryo {
	position: relative;
	display: inline-block;
 	margin: 1rem 0;
	padding: 1rem 2rem;
 	max-width: 100%;
	border:1px solid var(--white_color);
	background:var(--white_color);
}
.dh_top--muryo:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid var(--white_color);
}
.dh_top--muryo p {
	color:#555;
	font-size:1.8rem;
	margin: 0;
	padding: 0;
}
#main_greeting h2{
		font-size:4rem;
		letter-spacing:0.8rem;
		margin-bottom:4rem;
}
#main_greeting p{
	font-size: 1.6rem;
  line-height: 3.4rem;
	letter-spacing:0.2rem;
}
.dh_bk_100{
	width:100%;
	padding:12rem 0;
	text-align:center;
}
.dh_bk_100 h2{
	display:block;
	border:none;
	font-size: 5rem;
	line-height: 5rem;
	letter-spacing: 1rem;
	color:var(--2018_main_color);
	margin-top:4rem;
	margin-bottom:0;
}
.dh_bk_100 .btn{
	margin-right:0;
	margin-top:3rem;
}
.dh_bk_100:nth-of-type(even){
	background:var(--2018_main_color);
}
.dh_bk_100:nth-of-type(even) h2{
	color:var(--white_color);
}
.dh_bk_100:nth-of-type(even) .btn a{
	border-color:var(--white_color);
	color:var(--white_color);
}
.dh_bk_100:nth-of-type(even) .btn a:hover{
	background:var(--white_color);
	color:var(--2018_main_color);
}

/*============================================================================*/




/* DOD HOLIDAY各ページ =======================================================*/
/*__各ページ共通__________________*/
.dh_title{
	font-weight:bold;
	text-align:center;
}

.dh_title h1{
	font-size:5rem;
	line-height:5rem;
	text-transform: uppercase;
	letter-spacing:1rem;
}

.dh_title p{
	font-size:2rem;
	letter-spacing:0.4rem;
	color:var(--2018_main_color);
	font-weight:normal;
}

.contents{
	margin-top:10rem;
}

.wrap100per{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top:1rem;
}

.wrap100per iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dh_p_box{
	width:11.5%;
	display:inline-block;
	vertical-align:top;
	border:1px solid #eee;
	margin-right:0.6%;
	margin-bottom:1%;
	min-height:180px;
	text-align:center;
	padding-left:0!important;
}

.dh_p_box a{
	display:block;
	padding-top:1rem;
	padding-right:1rem;
	padding-bottom:1rem;
	padding-left:1rem;
	text-decoration:none!important;
}
.dh_p_box:hover{
	background:#efefef;
	border:1px solid #efefef;
}

.dh_p_box::after{
	display:none!important;
}

/*
.dh_p_box:nth-of-type(8n){
	margin-right:0;
}
*/

.dh_p_box p{
	font-size:1.2rem!important;
	line-height:1.6rem!important;
	color:#777;
	font-weight:bold;
	margin-top:1rem;
	margin-bottom:0.6rem;
}


/*__ギャラリー__________________*/
.dh_gallery_box ul{
}
.dh_gallery_box ul li{
	width: 23.5%;
	margin-right: 1%;
	margin-bottom: 1.25%;
	display: inline-block;
	padding-left:0;
}
.dh_gallery_box ul li:nth-of-type(4n) {
	margin-right: 0;
}
.dh_gallery_box ul li::after{
	display:none;
}
#swipebox-overlay {
    background: rgba(0,0,0,0.85)!important;
}

/*__部品__________________*/
.container {
	display: flex;
	flex-wrap: wrap;
}
.item--3{
	width: 29.9%;
  margin: 1% 1.7% 3% 1.7%;
}
.item--3 h4{
	border:none;
	margin-top:1rem;
	text-align:center;
}

/*__共通ボタン__*/
.btn{
	display:inline-block;
	margin-top:2rem;
	margin-right:1rem;
}
.btn a{
	display:block;
	background:var(--2018_main_color);
	border:2px solid var(--2018_main_color);
	color:var(--white_color);
	padding:1.2rem 2.8rem;
	font-size:1.4rem;
	line-height:1.4;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	border-radius: 100vh;
}
.btn a:hover{
	background:var(--white_color);
	border:2px solid var(--2018_main_color);
	color:var(--2018_main_color);
	text-decoration: none;
}

/*__X/Instagramポストボタン__*/
.btn.post_x a{
	background:#222;
	border-color:#222;
}
.btn.post_x a:hover{
	color:#222;
	border-color:#222;
	background:var(--white_color);
}
.post_x a::before{
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../doppelganger_outdoor/img/common/logo_twitter.svg);
	background-size: contain;
    background-repeat: no-repeat;
	vertical-align: sub;
	margin-right: 0.4rem;
}
.post_x a:hover::before{
	background-image: url(../doppelganger_outdoor/img/common/logo_twitter_b.svg);
}
.post_instagram a::before{
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../doppelganger_outdoor/img/common/logo_instagram.svg);
	background-size: contain;
    background-repeat: no-repeat;
	vertical-align: sub;
	margin-right: 0.4rem;
}
.post_instagram a:hover::before{
	background-image: url(../doppelganger_outdoor/img/common/logo_instagram_b.svg);
}

/*____*/
.enclose{
	display:inline-block;
	border:1px solid var(--2018_main_color);
	color:var(--2018_main_color);
	padding:1rem;
	margin-bottom:0.6rem;
}

/*__展示製品__________________*/
.dholi_productlist{
	display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0 3rem 0;
}
.dholi_productlist li{
	width: calc((100% - 1rem * 5) / 6);
	padding: 1rem 1rem 2rem 1rem;
	text-align:center;
	background:var(--white_color);
}
.dholi_productlist li:hover{
	background:#efefef;
	border:1px solid #efefef;
}
.dholi_productlist li a{
	text-decoration:none;
	color:#555;
	font-weight:bold;
}
.dholi_productlist li::after {
	display:none;
}
.dholi_productlist li p{ 
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-top:1rem;
}
.dholi_productlist__small li{
	width: calc((100% - 1rem * 7) / 8);
}

/*============================================================================*/
