@charset "utf-8";
/*! normalize.css 2012-07-07T09:50 UTC - https://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & bbc.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & bbc.
 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
 *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, bbc, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;/* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
	font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0;
	line-height: 1.8em;
}
h3 {
	font-size: 1.5em;
	margin: 1em 0;
	line-height: 1.6em;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
	font-weight: lighter;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
h7 {
	font-size: 1.5em;
	margin: 1em 0;
	line-height: 1.6em;
	color: #000;
	font-weight: 600;
}
h8 {
	font-size: 25px;
	text-align: left;
	margin: 1em 0;
	line-height: 1.6em;
	color: #bbc300;
	font-weight: 600;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in bbc+, S4/5, Chrome.
 */
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
	font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p, pre {
	margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
	quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu, ol, ul {
	padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, bbc.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;/* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
	margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in bbc.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
  /* 2 */
  *margin-left: -7px;
/* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, bbc+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
/* 3 */
}
/*
 * Addresses bbc/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button, input {
	line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
  /* 3 */
  *overflow: visible;
/* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
	cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
/* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/*
 * Removes inner padding and border in bbc+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;/* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/*----------------------------------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	color: #000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, p {
	margin: 0;
	padding: 0;
}
i {
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a.link {
	color: #000;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
a:hover img {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}

.clear {
	clear: both;
}

/*ローディング*/
#loader {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}
#logo_load {
	display: block;
	width: 120px;
	margin: 20px 0 0 31px;
}

#insta{
	display: block;
	position: fixed;
	top: 23px;
	right: 23px;
	width: 29px;
	z-index: 200;
}

/* TOPへ戻る*/
.to-top{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	right: 15px;
	bottom: 15px;
	color: #fff;
	background: #000;
	cursor: pointer;
	z-index: 1000;
	opacity: 0.75;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.to-top:hover {
	opacity: 0.5;
}
.arrow {
	width: 21px;
	padding-top: 11px;
}

/*ドロワー*/
#chase_lav{
	position: fixed;
	width: 120px;
	top: 20px;
	left: 30px;
	z-index: 3000;
}
#chase_lav img{
	width: 120px;
}
#chase_lav.active {
	display: none;
}

.zdo_drawer_menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}
.zdo_drawer_menu a {
	color: inherit;
	text-decoration: none;
}

.zdo_drawer_menu a:visited {
	color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
	width: 500px;
	height: 100%;
	position: fixed;
	z-index: 1999;
	background: linear-gradient(to right, rgba(51, 51, 51, 0.75), rgba(255, 255, 255, 0.0));
	display: none;
	top: 0;
	left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
	display: block;
	border: none;
	padding: 0 5px;
	width: 40px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 50px;
	left: 25px;
	z-index: 2001;
	text-align: center;
	outline: none;
	background-color: rgba(255, 255, 255, 0.0);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
	width: 28px;
	background-color: #fff;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(40deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform: rotate(-40deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
	display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
	display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
	display: block;
	height: 1px;
	margin: 8px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
	text-align: center;
	font-size: 10px;
	letter-spacing: -0.01em
}

.zdo_drawer_menu .zdo_drawer_close {
	letter-spacing: 0.08em;
	display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
	display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 300px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(-312px);
	position: fixed;
	top: 100px;
	left: -200;
	z-index: 2000;
	/*background-color: #fff;*/
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
	right: auto;
	left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
transform: translate(-312px);
	right: auto;
	left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
	display: inline-block;
	padding: 0 28px;
	margin-bottom: 35px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
	display: inline-block;
	font-size: 16px;
	line-height: 2.0em;
	font-weight: 500;
	color: #fff;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_parent {
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_child {
	margin-left: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav .eng {
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.12em;
}
.zdo_drawer_menu .zdo_drawer_nav .shirohato{
	font-size: 17px;
	display:block;
	margin-top: 75px;
	/*color: #ff829c;*/
	letter-spacing: 0.2em;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.zdo_drawer_menu .zdo_drawer_nav #nav_lav{
	width: 120px;
	margin-bottom: 10px;
}
.zdo_drawer_menu .zdo_drawer_nav #nav_dom{
	width: 154px;
	margin-bottom: 0;
}
.zdo_drawer_menu .zdo_drawer_nav #nav_mig{
	width: 73px;
}
/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
	color: #000;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
	background-color: #000;
}



.tit_area{
	position: relative;
	height: 100vh;
	width: 100vw;
}
.colle_list{
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 100;
}
#logo_lav{
	width: 120px;
	margin: 0 0 5px 1px;
}
#logo_dom{
	width: 154px;
	margin: 25px 0 5px 1px;
}
#logo_mig{
	width: 73px;
	margin: 25px 0 15px 1px;
}
.colle{
	display: inline-block;
}
.colle_list a{
	display: block;
	font-family: ff-good-web-pro-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.07em;
	line-height: 1.3em;
	z-index: 101;
	cursor: pointer;
}
.colle_list a span{
	display: inline-block;
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 1.25em;
	margin-left: 12px;
}
.colle .colle_img{
	display: none;
	z-index: -100;
	opacity: 0;
}
.colle:hover .colle_img{
	display: block;
	position: absolute;
	top: -20px;
	left: -30px;
	height: 100vh;
	width: 100vw;
	pointer-events: none;
	opacity: 1;
	animation-duration: 0.1s;
	animation-name: fade-in;
	-moz-animation-duration: 0.1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fade-in;
}
    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }
.colle:hover .colle_img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#fade_box{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: relative;
	overflow: hidden;
}
#fade_box div{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
}
#fade_box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#fade_box_sp{
	display: none;
}

.sea_area{
	display: block;
	position: relative;
	width: 1050px;
	margin: 0 auto 150px;
}
.sea_tit{
	z-index: 200;
	font-family: priori-serif, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}
.sea_tit span{
	letter-spacing: 0.25em;
}
#sea_tit{
	display: block;
	position: absolute;
	top: -160px;
	left: 0;
	font-size: 25px;
}
#prv_sea_tit{
	position: relatvie;
	margin: -50px 0 -50px;
	font-size: 25px;
}
.sea_con_box{
	display: block;
	width: 50%;
	min-width: 350px;
	margin: 25px 0 50px;
}
.sea_con{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.5em;
	letter-spacing: 0.15em;
}
.season{
	display: block;
	margin-top: 100px;
	/*flex-wrap: wrap;
	/*justify-content: space-between;
	align-items: flex-start;*/
}
.season li{
	width: 100%;
	margin: 0 0 100px;
	list-style-type: none;
}
.sea_img{
	display: inline-block;
	width: 50%;
	margin: 0;
}
.sea_txt{
	display: inline-block;
	position: relative;
	width: 45%;
	margin: 0 0 0 4%;
	font-size: 16px;
	line-height: 2.0em;
}
.sea_img_w{
	display: block;
	width: 66.6%;
	margin-bottom: 25px;
}
.sea_logo{
	display: inline-block;
	margin: 0 20px 0 2px;
}
.season li a:hover .sea_logo img{
	opacity: 1;
}
#sea_lav{
	width: 120px;
	vertical-align: -4.5%;
}
#sea_dom{
	width: 154px;
	vertical-align: -17%;
}
#sea_mig{
	width: 73px;
	vertical-align: 22%;
}
.sea_name{
	display: inline-block;
	font-family: ff-good-web-pro-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 34px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.sea_col{
	width: 100%;
	display: flex;
	flex-wrap: warp;
}
.sea_col a{
	display: inline-block;
	width :33.333%;
	margin: 0;
}
.sea_col_txt_par{
	display: block;
	max-width: 100%;
	margin: 5px auto 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
}
.sea_col_txt{
	display: inline-block;
	text-align: left;
}
.sea_desc{
	margin: 10px 0 0;
	letter-spacing: 0.05em;
}
.sea_mon{
	display: inline-block;
	float: right;
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.075em;
	line-height: 1.25em;
	line-height: 1em;
	margin-top: 10px;
}
.sea_check{
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-style: italic;
	border-bottom: solid 1px #333;
}
.sea_late{
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-top: -25px;
}

/*カラー選択*/
div {*zoom: 1;}
div:after {display: block;content: "";clear: both;}
.js-tab, .js-tab02, .js-tab03, .js-tab04, .js-tab05, .js-tab06, .js-tab07{
	position: relative;
	margin: 25px 0 0 ;
}
.js-tab > div, .js-tab02 > div, .js-tab03 > div, .js-tab04 > div, .js-tab05 > div, .js-tab06 > div, .js-tab07 > div{
	float:left;
	text-align: center;
	cursor:pointer;
	opacity: 0.5;
	margin-right: 10px;

}
.js-tab > div.active, .js-tab02 > div.active, .js-tab03 > div.active, .js-tab04 > div.active, .js-tab05 > div.active, .js-tab06 > div.active, .js-tab07 > div.active{
	opacity: 1;
}
.js-tab_content, .js-tab02_content, .js-tab03_content, .js-tab04_content, .js-tab05_content, .js-tab06_content, .js-tab07_content{
	display:none;
}
.js-tab_content.active, .js-tab02_content.active, .js-tab03_content.active, .js-tab04_content.active, .js-tab05_content.active, .js-tab06_content.active, .js-tab07_content.active{
	display:block;
}
.col_bc{
	padding: 15px;
	border: solid 1px #ccc;

}
.js-tab > div.active .col_bc, .js-tab02 > div.active .col_bc, .js-tab03 > div.active .col_bc, .js-tab04 > div.active .col_bc, .js-tab05 > div.active .col_bc, .js-tab06 > div.active .col_bc, .js-tab07 > div.active .col_bc{
	border: solid 1px #000;
}
.col_name{
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#mar_01{
	background:#94cbb4;
}
#mar_02{
	background:#d9afa3;
}
#mar_03{
	background:#e8d9c6;
}
#mar_04{
	background:#fdddd2;
}
#mar_05{
	background:#fdba74;
}
#mar_06{
	background:#a289cb;
}
#mar_07{
	background:#fdbe55;
}
#mar_08{
	background:#d99e90;
}
#mar_09{
	background:#4a423f;
}
#mar_10{
	background:#ddd7d9;
}
#mar_11{
	background:#d9bae0;
}
#mar_12{
	background:#a5674e;
}
#mar_13{
	background:#eebf53;
}
#mar_14{
	background:#9dc4bf;
}
#mar_15{
	background:#151412;
}
.prvs_area{
	display: block;
	position: relative;
	width: 1150px;
	margin: 0 auto 80px;
}
#prvs_tit{
	display: block;
	position: relative;
	font-size: 25px;
	margin: 0 0 0 50px;
	z-index: 200;
}
.previous{
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: flex-start;
}
.previous li{
	width: 45%;
	margin: 0 2.5% 75px;
	list-style-type: none;
}
.prvs_img{
	display: inline-block;
	width: 50%;
	margin: 0;
}
.prvs_txt{
	display: inline-block;
	position: relative;
	width: 45%;
	margin: 40px 0 0 4%;
	font-size: 14px;
	line-height: 2.0em;
}
.prvs_logo{
	display: block;
	margin: 0 0 0 2px;
}
.previous li a:hover .prvs_logo img{
	opacity: 1;
}
#prvs_lav{
	width: 100px;
	margin-bottom: -3px;
	magin-top: 13px;
}
#prvs_dom{
	width: 128px;
	margin-bottom: -3px;
	magin-top: 13px;
}
#prvs_mig{
	width: 61px;
	margin-bottom: 10px;
}
.prvs_name{
	display: block;
	font-family: ff-good-web-pro-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.prvs_desc{
	margin: 10px 0 0;
	letter-spacing: 0.05em;
	height: 8.0em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.prvs_check{
	display: inline-block;
	float: right;
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 15px;
	letter-spacing: 0.075em;
	line-height: 1.25em;
	line-height: 1em;
	margin-top: 10px;
	border-bottom: solid 1px #333;
}

.cat {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.12em;
	color: #000;
}
.cat span{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-left: 20px;
	letter-spacing: 0em;
	font-style: normal;
}

.rank_area{
	display: block;
	width: 100%;
	margin: 0;
}
.rank_list{
	display: flex;
	flex-wrap:wrap;
	width: 1100px;
	margin: 35px auto 0;
}
.rank_list li{
	display: inline-block;
	width: 18%;
	margin: 0 1%;
	font-size: 14px;
}
.rank_list li:last-child{
	display: none;
}
.rank_list .rank {
	display: inline-block;
	font-size: 15px;
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color: #fff;
	background: #bbb;
	width: 23px;
	height: 23px;
	line-height: 23px;
	border-radius: 50%;
	margin: 0 0 8px;
}
#first,
.rank_list .rank.first{
	background: #d9b162;
}
#second,
.rank_list .rank.second
{
	background: #9595a6;
}
#third,
.rank_list .rank.third{
	background: #c2703a;
}
.rank_list .item_name{
	margin: 10px 5px 8px;
	line-height: 1.7em;
	height: 3.4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rank_list .item_disc{
	display: inline-block;
	padding: 3px 3px 0 5px;
	margin: 0 0 0 5px;
	color: #fff;
	background: #000;
	font-family: ff-good-web-pro-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	border: solid 1px #000;
	box-sizing: border-box;
	line-height: 1em;
	letter-spacing: 0.075em;
}
.rank_list .item_price{
	display: inline-block;
	margin: 0 0 0 5px;
	color: #000;
	font-weight: 400;
}
.period{
	display: block;
	font-size: 14px;
	text-align: right;
}

.con_area{
	width: 1050px;
	margin: 125px auto 0;
}
.concept{
	display: flex;
	flex-wrap: no-wrap;
	align-items: flex-start;
	overflow: visible;
	margin-top: 60px;
}
.concept li{
	margin-right: 75px;
}
#con_last{
	margin-right: 0;
}
.con_img{
	display: none!important;
}
.con_logo{
	display: block;
}
#con_lav{
	width: 200px;
	margin: 0 0 34px;
}
#con_dom{
	width: 257px;
	margin: 6px 0 30px;
}
#con_mig{
	width: 122px;
	margin: -17px 0 23px;
}
.con_eng{
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
.con_jp{
	font-size: 14px;
	line-height: 2.2em;
	letter-spacing: 0.03em;
	white-space: nowrap;
	margin-top: 25px;
}
.con_mig_jp{
	letter-spacing: 0.03em;
}
.con_mig_eng{
	letter-spacing: 0.06em;
}
.con_check{
	display: inline-block;
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 15px;
	letter-spacing: 0.075em;
	line-height: 1.25em;
	line-height: 1em;
	margin: 25px 0 0;
	border-bottom: solid 1px #333;
}

.past_area{
	display: block;
	position: relative;
	width: 100%;
	margin: 125px 0 0;
}
.past_box{
	display: block;
	width: 1100px;
	margin: 50px auto 0;
	/*border-top: 1px solid #666;*/
	position: relative;
}
.past_logo{
	display: block;
}
#past_lav{
	width: 300px;
	margin: 0 auto 50px;
}
#past_dom{
	width: 386px;
	margin: 125px auto 50px;
}
#past_mig{
	width: 183px;
	margin: 0 auto 50px;
}
.past_conc{
	text-align: center;
	margin: 0 auto 50px;
}
.past_conc_jp{
	text-align: left;
	display: inline-block;
	font-size: 14px;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	margin-right: 25px;
}
.past_conc_eng{
	text-align: left;
	display: inline-block;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.08em;
	margin-left: 25px;
}
.past_list{
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
}
.past_list li{
	position: relative;
	display: inline-block;
	width: 14.6%;
	margin: 0 1% 20px
}
.past_list li:hover .past_img img{
	opacity: 1;
}
.past_img{
	width: 100%;
}
.past_txt{
	width: 95%;
	position: absolute;
	top: 0;
	left: 2.5%;
	opacity: 0;
	background: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.past_list li:hover .past_txt{
	opacity: 1;
}
.past_name{
	color: #000;
	margin: 0 0 10px;
	font-weight: 700;
}
.past_name span{
	font-size: 10px;
}
.past_desc{
	line-height: 1.6em;
	height: 8em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	letter-spacing: 0.05em;
}



/*もっと見る*/
.grad-btn {
	position: absolute;
	right: 0;
	bottom: -45px;
	left: 0;
	margin: auto;
	padding: .5em 0;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.05em;
}
.grad-btn::before {
	content: "SHOW MORE ∨"
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 360px; /*隠した状態の高さ*/
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 50px; /*グラデーションで隠す高さ
	background: -webkit-linear-gradient(top, rgba(130,190,192,0) 0%, rgba(255,255,255,0.9) 50%, #82bec0 100%);
	background: linear-gradient(top, rgba(130,190,192,0) 0%, rgba(130,190,192,0.9) 50%, #82bec0 100%);*/
	content: "";
}
.grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
	content: "CLOSE ∧" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.grad-btn_dom {
	position: absolute;
	right: 0;
	bottom: -45px;
	left: 0;
	margin: auto;
	padding: .5em 0;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.05em;
	display: none;
}
.grad-btn_dom::before {
	content: "SHOW MORE ∨"
}
.grad-item_dom {
	position: relative;
	overflow: hidden;
	height: auto; /*隠した状態の高さ*/
}
.grad-item_dom::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 50px; /*グラデーションで隠す高さ
	background: -webkit-linear-gradient(top, rgba(130,190,192,0) 0%, rgba(255,255,255,0.9) 50%, #82bec0 100%);
	background: linear-gradient(top, rgba(130,190,192,0) 0%, rgba(130,190,192,0.9) 50%, #82bec0 100%);*/
	content: "";
}
.grad-trigger_dom {
	display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger_dom:checked ~ .grad-btn_dom::before {
	content: "CLOSE ∧" /*チェックされていたら、文言を変更する*/
}
.grad-trigger_dom:checked ~ .grad-item_dom {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger_dom:checked ~ .grad-item_dom::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.footer{
	position: relative;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 125px 0 25px;
	padding-bottom: 25px;
}
.ftr_nav_par{
	display: flex;
	margin: 25px 0 0 50px;
}
.ftr_nav{
	margin-right: 50px;
}
#ftr_col{
	margin-top: 41px;
}
.ftr_nav li {
	display: block;
	font-size: 16px;
	line-height: 2.0em;
	font-weight: 500;
}
.ftr_nav .nav_parent {
	margin-bottom: 10px;
	font-size: 14px;
}
.ftr_nav .nav_child {
	margin-left: 15px;
}
.ftr_nav .eng {
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.12em;
}
.ftr_nav #nav_lav{
	width: 120px;
	margin-top: 15px;
	margin-bottom: 6px;
}
.ftr_nav #nav_dom{
	width: 154px;
	margin-bottom: 0;
}
.ftr_nav #nav_mig{
	width: 73px;
}
.ftr_com{
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
}
.ftr_shilogo{
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin: 0 0 5px;
	letter-spacing: 0.2em;
	font-family: 'Century Gothic', sans-serif;
}
.ftr_shilogo a{
	color: #ff829c;
}
.cpyr{
	font-size: 11px;
	display: block;
}



.sp_only{
	display: none!important;
}






/*-------------------------------------スマホ-------------------------------------*/
@media screen and (max-width: 640px){

body{
	width: 100%;
	overflow-x: hidden;
}

/*ローディング*/
#logo_load {
	width: 125px;
	margin: 15px 0 0 19px;
}

#insta{
	top: 17px;
	right: 17px;
}

/*TOPへ戻る*/
.to-top{
	right: 10px;
	bottom: 10px;
}

/*ドロワー*/
#chase_lav{
	position: fixed;
	width: 125px;
	top: 15px;
	left: 19px;
	z-index: 3000;
}
#chase_lav img{
	width: 125px;
}
.zdo_drawer_menu{
	display: block!important;
}
.zdo_drawer_menu .zdo_drawer_bg {
	width: 100%;
	background: rgba(51, 51, 51, 0.75);
}
.zdo_drawer_menu .zdo_drawer_button {
	top: 40px;
	left: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	top: 90px;
}
.zdo_drawer_menu .zdo_drawer_nav {
	padding: 0 19px;
	margin-bottom: 25px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
	display: block;
	font-size: 15px;
	line-height: 2.4em;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_parent {
	margin-bottom: 10px;
	font-size: 12px;
}
.zdo_drawer_menu .zdo_drawer_nav .nav_child {
	margin-left: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav .eng {
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.12em;
}
.zdo_drawer_menu .zdo_drawer_nav .shirohato{
	font-size: 15px;
	margin-top: 50px;
}
/*ドロワー*/



#wrapper{
	width: 100%;
	overflow: hidden;
}

.tit_area{
	height: 280px;
	width: 100%;
}
.colle_list{
	display: none;
	top: 15px;
	left: 17px;
}
#logo_lav{
	width: 100px;
	margin: 0;
}
#logo_dom{
	display: none;
}
#logo_mig{
	display: none;
}
.colle{
	display: inline-block;
}
.colle_list a{
	display: none;
}
.colle:hover .colle_img{
	display: none;
}
#fade_box{
	height: 100%;
	width: 100%;
	display: none;
}
#fade_box_sp{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: relative;
	overflow: hidden;
}
#fade_box_sp div{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
}
#fade_box_sp img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.sea_area{
	width: 100%;
	margin-bottom: 75px;
}
.sea_tit{}
#sea_tit{
	display: block;
	text-align: center;
	position: relative;
	font-size: 20px;
	margin: 5% auto;
	top: auto;
	left: auto;
}
#prv_sea_tit{
	text-align: center;
	font-size: 20px;
	margin: -5% auto 5%;
}
.sea_con_box{
	width: 80%;
	min-width: 80%;
	margin: 2.5% auto 2.5%;
}
.sea_con{
	font-size: 14px;
	line-height: 2.0em;
}
.sea_con br{
	display: none;
}
.season{
	margin-top: 0;
}
.season li{
	width: 100%;
	min-width: 100%;
	margin: 0 0 10%;
}
.sea_img{
	display: none;
}
#newest .sea_img{
	display: block;
	width: 100%;
	margin: 0 0 0;
}
.sea_txt{
	display: block;
	width: 80%;
	margin: 7.5% auto 0;
	font-size: 14px;
	line-height: 1.8em;
}
.sea_img_w{
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
#newest .sea_img_w{
	display: none;
}
.sea_logo{
	margin: 0 10px 0 2px;
}
#sea_lav{
	width: 100px;
	vertical-align: -4.5%;
}
#sea_dom{
	width: 128px;
	vertical-align: -17%;
}
#sea_mig{
	width: 61px;
	vertical-align: 22%;
}
.sea_name{
	font-size: 26px;
	margin-bottom: 2.5%;
}
.sea_col{
	width: 110%;
	margin-left: -5%;
	display: flex;
	flex-wrap: warp;
}
.sea_col a{
	display: inline-block;
	width :31.333%;
	margin: 0 1%;
}
.sea_col_txt{
	font-size: 12px;
}
.sea_mon{
	font-size: 16px;
	margin-top: 5%;
}
.sea_check{
	display: block;
	position: absolute;
	bottom: 2%;
	right: 0;
}
.sea_late{
	width: 80%;
	text-align: left;
	font-size: 12px;
	margin: 0 auto;
}

.prvs_area{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto 100px;
}
#prvs_tit{
	text-align: center;
	font-size: 20px;
	margin: 0 auto 5%;
}
.previous{
	margin-top: 0;
}
.previous li{
	width: 45%;
	margin: 0 2.5% 5%;
}
.prvs_img{
	display: block;
	width: 100%;
	margin: 0;
}
.prvs_txt{
	display: block;
	width: 84%;
	margin: 5px 0 0 10%;
}
#prvs_lav{
	width: 75px;
	margin-top: 10px;
	margin-bottom: 0;
}
#prvs_dom{
	width: 96px;
	margin-top: 10px;
	margin-bottom: 0;
}
#prvs_mig{
	width: 46px;
}
.prvs_name{
	margin-top: -7px;
	margin-bottom: 0;
	font-size: 22px;
}
.prvs_desc{
	display: none;
}
.prvs_check{
	display: none;
}

.rank_area{
	display: block;
	width: 100%;
	margin: 0 auto 0;
	overflow: hidden;
}
.rank_list{
	width: 96%;
	margin: -3% auto 0;
}
.rank_list li{
	width: 29.333%;
	margin: 6% 2% 0;
	font-size: 13px;
}
.rank_list li:last-child{
	display: block;
}
.rank_list .rank {
	font-size: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.rank_list .item_name{
	margin: 0 0 8px;
}

.con_area{
	width: 100%;
	margin: 100px 0 0;
	overflow: hidden;
}
.concept{
	flex-wrap: wrap;
	overflow: visible;
	width: 90%!important;
	margin: 35px 5% 0;
	width: 10%;
}
.concept li{
	width: 100%;
	margin: 0 0 0;
	position: relative;
}
#con_sec{
	margin-left: auto;
}
.con_img{
	display: block!important;
	position: absolute;
	z-index: -100;
}
#con_img_lav{
	top: -6%;
	right: -60%;
}
#con_img_dom{
	top: -6%;
	left: -55%;
}
#con_img_mig{
	top: 0;
	right: -60%;
}
#con_lav{
	width: 175px;
	margin: 0 0 30px;
}
#con_dom{
	width: 225px;
	margin: 35px 0 30px auto;
}
#con_mig{
	width: 107px;
	margin: 0 0 30px;
}
.con_eng{
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.03em;
	filter: drop-shadow(0 0 3px rgba(255,255,255,1));
}
.con_jp{
	font-size: 12px;
	line-height: 2.0em;
	letter-spacing: 0.01em;
	margin-top: 25px;
	filter: drop-shadow(0 0 3px rgba(255,255,255,1));
}
.con_dom_jp{
	text-align: right;
}
.con_dom_eng{
	text-align: right;
}
.con_mig_eng{
	letter-spacing: 0;
}
.con_mig_jp{
	letter-spacing: 0;
}
.con_check{
	font-size: 16px;
}
#con_sec .con_check{
	float: right;
}

.past_area{
	margin: 100px 0 0;
}
.past_box{
	width: 100%;
	margin: 0 auto 100px;
}
#past_lav{
	width: 250px;
	margin: 0 auto 35px;
}
#past_dom{
	width: 321px;
	margin: 0 auto 35px;
}
#past_mig{
	width: 153px;
	margin: 100px auto 35px;
}
.past_conc{
	margin: 0 auto 0;
}
.past_conc_jp{
	text-align: left;
	display: inline-block;
	font-size: 14px;
	line-height: 1.8em;
	margin-right: 0;
}
.past_conc_jp span{
	letter-spacing: -0.06em;
}
.past_conc_eng{
	display: none;
}
.past_list{
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	width: 95%;
	margin: 0 auto;
}
.past_list li{
	position: relative;
	display: inline-block;
	width: 46%;
	margin: 0 2% 2%;
}
.past_img{
	width: 100%;
}
.past_txt{
	display: block;
	width: 90%;
	margin: -4% auto 0;
	position: relative;
	top: 0;
	left: 0;
	opacity: 1;
	background: none;
}
.past_name{
	margin: 0 0 5%;
}
.past_desc{
	display: none;
	height: 6.4em;
}



/*もっと見る*/
.grad-btn {
	position: absolute;
	right: 0;
	bottom: -45px;
	left: 0;
	margin: auto;
	padding: .5em 0;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.05em;
}
.grad-btn::before {
	content: "SHOW MORE ∨"
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 550px; /*隠した状態の高さ*/
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 50px; /*グラデーションで隠す高さ
	background: -webkit-linear-gradient(top, rgba(130,190,192,0) 0%, rgba(255,255,255,0.9) 50%, #82bec0 100%);
	background: linear-gradient(top, rgba(130,190,192,0) 0%, rgba(130,190,192,0.9) 50%, #82bec0 100%);*/
	content: "";
}
.grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
	content: "CLOSE ∧" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.grad-btn_dom {
	position: absolute;
	right: 0;
	bottom: -45px;
	left: 0;
	margin: auto;
	padding: .5em 0;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.05em;
	display: none;
}
.grad-btn_dom::before {
	content: "SHOW MORE ∨"
}
.grad-item_dom {
	position: relative;
	overflow: hidden;
	height: auto; /*隠した状態の高さ*/
}
.grad-item_dom::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 50px; /*グラデーションで隠す高さ
	background: -webkit-linear-gradient(top, rgba(130,190,192,0) 0%, rgba(255,255,255,0.9) 50%, #82bec0 100%);
	background: linear-gradient(top, rgba(130,190,192,0) 0%, rgba(130,190,192,0.9) 50%, #82bec0 100%);*/
	content: "";
}
.grad-trigger_dom {
	display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger_dom:checked ~ .grad-btn_dom::before {
	content: "CLOSE ∧" /*チェックされていたら、文言を変更する*/
}
.grad-trigger_dom:checked ~ .grad-item_dom {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger_dom:checked ~ .grad-item_dom::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}



.footer{
	margin: -25px 0 25px;
}
.ftr_nav_par{
	flex-wrap: wrap;
	margin: 25px 0 0 25px;
}
.ftr_nav{
	margin-top: 20px;
	margin-right: 40px;
}
#ftr_col{
	margin-top: 0;
}
.ftr_nav .nav_child {
	margin-left: 20px;
}
.ftr_nav #nav_lav{
	width: 120px;
	margin-top: 17px;
	margin-bottom: 10px;
}
.ftr_nav #nav_dom{
	margin-bottom: 4px;
}
.ftr_nav #nav_mig{

}
.ftr_com{
	position: relative;
	top: 0;
	right: 0;
	margin: 25px 0 0 25px;
}



.pc_only{
	display: none;
}
.sp_only{
	display: block!important;
}


}