﻿@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, "MS PGothic", "MS UI Gothic", "MS Gothic", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	font-weight: 500;
	font-size: 3.5vw;
	letter-spacing: 0.1em;
	line-height: 1.7;
	/* word-wrap: break-word; */
	color: rgba(2, 15, 38, 0.9);
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-style: normal;
	list-style: none;
	word-break: normal;
	white-space: normal;
	overflow-wrap: break-word;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

a {
	color: #3d64ae;
}

form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, label {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

input, textarea, select {
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Georgia, "Times New Roman", Times, "Liberation Serif", "DejaVu Serif", serif;
	font-size: 14px;
	font-weight: 500;
	color: #122729;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	opacity: 1;
	color: #c8c8c8;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

select:required:invalid {
	color: #c8c8c8;
}

select option {
	color: #122729;
}

select option:first-child {
	color: #c8c8c8;
}

input[type='image']:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.pc {
	display: none;
}

/* ---------------------------------------------------------
    CSS Document commonheader (Smart Phone / SP)
--------------------------------------------------------- */

header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    width: 100%;
    height: 44px;
    z-index: 100;
}

header * {
    letter-spacing: 0em;
    font-size: 14px;
    color: #666666;
}

.header_container {
    width: 100%;
    height: 44px;
    margin: 0 auto;
}

.header_left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    margin-top: -4px;
}

.header_left #h1 {
    display: flex;
    height: 36px;
    line-height: 40px;
    padding: 4px 0;
}

.header_left #h1 img {
    height: 36px;
}

.header_left #h1 h1, .header_left #h1 p {
    display: none;
}

.header_right {
    position: absolute;
    top: 2px;
    right: 6px;
}

.header_right li {
    vertical-align: top;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 40px;
}

.header_right li.hnavi {    
    display: none;
}

.header_right .lang_btn {
    border: 1px solid #666666;
    border-radius: 50px;
    padding: 0 8px;
    margin-top: 8px;
    line-height: 26px;
}

.header_right .lang_btn p {
    text-align: center;
}

.header_right .lang_btn a {
    display: inline-block;
    margin: auto 8px;
    text-decoration: none;
}

.nav_button {
    display: none;
}

.pc_only {
    display: none !important;
}

.sp_only {
    display: block !important;
}

/* ---------------------------------------------------------
    スマホ用 メガメニューベース
--------------------------------------------------------- */

.navi_area {
    display: none;
    width: 100%;
}

#navi, .mega_navi {
    display: none;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #f6f6f6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 10px;
    box-sizing: border-box;
}

.mega_navi.open_static {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #f6f6f6;
    z-index: 1000;
}

#navi .logo, .mega_navi .logo {
    margin-bottom: 2vw;
    padding-top: 4px;
    text-align: center;
    font-weight: 900;
    font-size: 5vw;
    line-height: 9.6vw;
    position: relative;
}

#navi .logo img, .mega_navi .logo img {
    height: 36px;
}

#navi .logo span, .mega_navi .logo span {
    display: none;
}

/* 第1階層：リスト表示 */
#navi dt, .mega_navi dt {
    padding: 18px;
    border-top: solid 1px rgba(37, 63, 111, 0.2);
    text-align: left;
    font-size: 4vw;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

#navi dl:last-of-type dt, .mega_navi dl:last-of-type dt {
    border-bottom: solid 1px rgba(37, 63, 111, 0.2);
}

#navi dl.linkDt dt, .mega_navi dl.linkDt dt {
    text-align: left;
}

#navi dl.linkDt a, .mega_navi dl.linkDt a {
    text-decoration: none;
    display: block;
}

#navi dt:after, .mega_navi dt:after,
.mega_navi dl.sp_only dt button:after {
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 2px rgba(37, 63, 111, 0.4);
    border-right: solid 2px rgba(37, 63, 111, 0.4);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

#navi dl.linkDt dt:after, .mega_navi dl.linkDt dt:after {
    display: none;
}

.mega_navi dl dt button {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
}

/* ---------------------------------------------------------
    第2階層：詳細スライドパネル (DD)
--------------------------------------------------------- */

#navi dd, .mega_navi dd,
.mega_navi.open_static dl dd {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4vw 6vw 12vw;
    background: #f6f6f6;
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 1001;
    transition: left .4s ease;
    box-sizing: border-box;
    display: block !important;
}

/* .on クラス付与時のみ画面内（left: 0）へスライドイン */
#navi dd.on, .mega_navi dd.on,
.mega_navi.open_static dl dd.on {
    left: 0 !important;
}

/* スマホ時 #sales_area 自体がスライド表示された場合の調整 */
#sales_area.sp_active {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1002;
}

.mega_navi.open_static .linkDt {
    display: block;
}

/* 戻るボタン */
#navi .back, .mega_navi .back {
    height: 10vw;
    line-height: 10vw;
    padding-left: 6vw;
    text-align: left;
    text-decoration: underline;
    font-size: 4vw;
    color: #253f6f;
    cursor: pointer;
    position: relative;
    margin-bottom: 4vw;
}

#navi .back:before, .mega_navi .back:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 2vw;
    border-bottom: 2px solid #253f6f;
    border-left: 2px solid #253f6f;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

/* 詳細コンテンツ内装飾 */
.category_section {
    margin-bottom: 6vw;
    padding-bottom: 4vw;
    /* border-bottom: 1px dashed #cccccc; */
}

.category_section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category_title {
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    background-color: #253f6f;
    padding: 6px 12px;
    margin-bottom: 12px;
    line-height: 1.5;
}

#navi .summary, .mega_navi .summary {
    margin-bottom: 4vw;
    text-align: justify;
    font-weight: 700;
    font-size: 3.5vw;
    color: rgb(22, 133, 147);
    line-height: 1.4;
}

#navi ul, .mega_navi ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#navi li, .mega_navi li {
    margin-top: 4vw;
    text-align: justify;
    font-size: 3vw;
    display: block;
    width: 100%;
}

#navi li figure, .mega_navi li figure {
    width: 100%;
    height: auto;
    margin: 0 0 2vw 0;
}

#navi li figure img, .mega_navi li figure img {
    width: 100%;
    height: auto;
}

#navi li a, .mega_navi li a {
    display: inline-block;
    margin-bottom: 1vw;
    font-weight: 700;
    font-size: 3.8vw;
    color: #253f6f;
    text-decoration: none;
}

/* ---------------------------------------------------------
    ハンバーガーボタン (#swicth)
--------------------------------------------------------- */

#swicth {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 0;
    position: fixed;
    top: 2px;
    left: 2px;
    z-index: 9999;
    cursor: pointer;
}

#swicth span {
    width: 25px;
    height: 2px;
    background: #253f6f;
    position: absolute;
    left: 8px;
    transition: all .4s;
}

#swicth span:nth-of-type(1) { top: 11px; }
#swicth span:nth-of-type(2) { top: 20px; }
#swicth span:nth-of-type(3) { top: 29px; }

#swicth.active span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg); }
#swicth.active span:nth-of-type(2) { height: 0; opacity: 0; }
#swicth.active span:nth-of-type(3) { transform: translateY(-8px) rotate(45deg); }
/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: #f6f6f6;
}

#footer .flex {
	padding: 0;
	text-align: left;
	font-size: 3vw;
	line-height: 2.5;
}
#footer .flex.op {
	padding: 3vw 0;
}

#footer dl, #footer .ft-none {
	display: none;
}

#footer .op dl:first-of-type {
	display: block;
}

#footer dl a {
	text-decoration: none;
	color: rgba(2, 15, 38, 0.9);
}

#footer dt {
	display: none;
}

#footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#footer li {
	margin: 0 1em;
}

#footer li:first-child,
#footer li:last-child {
	display: none;
}

#footer .copyright {
	background: #253f6f;
	font-size: 3vw;
	height: 30px;
	color: #fff;
}

#footer .copyright address {
	line-height: 30px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	position: fixed;
	bottom: 4vw;
	right: 4vw;
	z-index: 9;
}

#pagetop span {
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(2,15,38, 0.9);
	box-shadow: 1px 1px 5px -1px rgba(31,31,31,0.58);
	font-size: 0;
}

#pagetop span:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 12px;
}
