/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#282828;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#282828;
	text-decoration:none;
}
a:hover {
	color:#282828;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1280px;*/
	/*width:95%;*/
	/*margin:0 auto;*/
	/*position:relative;*/
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*HELPER LIBRARY*/

/*helpers*/
.h-clear:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .h-tbdown-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .h-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .h-tbup-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .h-pc-only {
    display: none !important;
  }
}

.h-txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.h-ctnBefore:before,
.h-ctnAfter:after {
  content: '';
}

.h-hide {
  display: none !important;
}

.h-fw300 {
  font-weight: 300;
}

.h-fw500 {
  font-weight: 500;
}

.h-fw600 {
  font-weight: 600;
}

.h-colorGrey {
  color: #808080;
}

.h-dspBlock {
  display: block;
}

.h-ws-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .h-dspBlock_sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .h-dspBlock_pc {
    display: block;
  }
}

.h-dspFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .h-dspFlex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .h-dspFlex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h-dspInline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .h-dspInline_sp {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .h-dspInline_pc {
    display: inline;
  }
}

.h-dspInlineBlock {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .h-dspInlineBlock_sp {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .h-dspInlineBlock_pc {
    display: inline-block;
  }
}

.h-posFixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .h-posFixed_sp {
    position: fixed;
  }
}

@media screen and (min-width: 768px) {
  .h-posFixed_pc {
    position: fixed;
  }
}

.h-posAbsolute {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .h-posAbsolute_sp {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .h-posAbsolute_pc {
    position: absolute;
  }
}

.h-posRelative {
  position: relative;
}

@media screen and (max-width: 767px) {
  .h-posRelative_sp {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .h-posRelative_pc {
    position: relative;
  }
}

.h-txtLeft {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .h-txtLeft_sp {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .h-txtLeft_pc {
    text-align: left;
  }
}

.h-txtRight {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .h-txtRight_sp {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .h-txtRight_pc {
    text-align: right;
  }
}

.h-txtCenter {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .h-txtCenter_tbdown {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .h-txtCenter_tbup {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .h-txtCenter_sp {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .h-txtCenter_pc {
    text-align: center;
  }
}

.h-txtJustify {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .h-txtJustify_sp {
    text-align: justify;
  }
}

@media screen and (min-width: 768px) {
  .h-txtJustify_pc {
    text-align: justify;
  }
}

.h-fltLeft {
  float: left;
}

@media screen and (max-width: 768px) {
  .h-fltLeft_tbdown {
    float: left;
  }
}

@media screen and (min-width: 769px) {
  .h-fltLeft_tbup {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .h-fltLeft_sp {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .h-fltLeft_pc {
    float: left;
  }
}

.h-fltRight {
  float: right;
}

@media screen and (max-width: 768px) {
  .h-fltRight_tbdown {
    float: right;
  }
}

@media screen and (min-width: 769px) {
  .h-fltRight_tbup {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .h-fltRight_sp {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .h-fltRight_pc {
    float: right;
  }
}

.h-flxWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .h-flxWrap_sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .h-flxWrap_pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h-flxRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  .h-flxRow_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .h-flxRow_pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.h-flxColumns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .h-flxColumns_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .h-flxColumns_pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.h-flxJustifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .h-flxJustifyCenter_sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .h-flxJustifyCenter_pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.h-flxAlignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .h-flxAlignCenter_sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .h-flxAlignCenter_pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.h-ovfHidden {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .h-ovfHidden_sp {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .h-ovfHidden_pc {
    overflow: hidden;
  }
}

.h-ovfAuto {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .h-ovfAuto_sp {
    overflow: auto;
  }
}

@media screen and (min-width: 768px) {
  .h-ovfAuto_pc {
    overflow: auto;
  }
}

.h-mediaFrame:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.h-mediaFrame.h-mediaFrame--16p9:before {
  padding-top: 56.25%;
}
.h-mediaFrame.h-mediaFrame--12p7:before {
  padding-top: 58.333333%;
}
.h-mediaFrame.h-mediaFrame--oEmbed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .h-hoverOp70, a {
    transition: opacity .3s ease-in-out;
    cursor: pointer;
  }
  .h-hoverOp70:hover,
  button:hover,
  .swiper-pagination-bullet:hover,
  a:hover {
    opacity: .7;
  }
}
.h-noteHightLight {
    background-color: #f0e6dc;
}

/* layouts */
.l-container {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.l-row {
  margin-left: -40px;
  margin-right: -40px;
}
.l-row:after {
  content: '';
  display: block;
  clear: both;
}

.l-col {
  padding-left: 40px;
  padding-right: 40px;
  float: left;
  width: 100%;
}
.l-col.l-col--16 {
  width: 16.666666%;
}
.l-col.l-col--20 {
  width: 20%;
}
.l-col.l-col--25 {
  width: 25%;
}
.l-col.l-col--33 {
  width: 33.333333%;
}
.l-col.l-col--40 {
  width: 40%;
}
.l-col.l-col--50 {
  width: 50%;
}
.l-col.l-col--60 {
  width: 60%;
}
.l-col.l-col--66 {
  width: 66.666666%;
}

.l-container.l-container--fabric {
  padding-left: 40px;
  padding-right: 40px;
}
.l-container.l-container--fabric .l-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.l-container.l-container--fabric .l-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.l-container.l-container--catelist,
.l-container.l-container--catelist2,
.l-container.l-container--sidelist {
  padding-left: 40px;
  padding-right: 40px;
}

.l-container.l-container--news {
  padding-left: 50px;
  padding-right: 50px;
}
.l-container.l-container--catelist .l-row,
.l-container.l-container--catelist2 .l-row,
.l-container.l-container--sidelist .l-row {
  margin-left: -40px;
  margin-right: -40px;
}

.l-container.l-container--news .l-row {
  margin-left: -50px;
  margin-right: -50px;
}
.l-container.l-container--news .l-col {
  padding-left: 50px;
  padding-right: 50px;
}
.l-container.l-container--catelist .l-col,
.l-container.l-container--catelist2 .l-col,
.l-container.l-container--sidelist .l-col {
  padding-left: 40px;
  padding-right: 40px;
}

.l-container.l-container--catelistHead {
  padding-left: 0;
  padding-right: 0;
}
.l-container.l-container--catelistHead .l-row {
  margin-left: 0;
  margin-right: 0;
}
.l-container.l-container--catelistHead .l-col {
  padding-left: 0;
  padding-right: 0;
}

.l-container.l-container--footer {
  padding-left: 50px;
  padding-right: 50px;
}
.l-container.l-container--footer .l-row {
  margin-left: -25px;
  margin-right: -25px;
}
.l-container.l-container--footer .l-col {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 769px) {
  .l-col.l-col--16_tbup {
    width: 16.666666%;
  }
  .l-col.l-col--20_tbup {
    width: 20%;
  }
  .l-col.l-col--25_tbup {
    width: 25%;
  }
  .l-col.l-col--50_tbup {
    width: 50%;
  }
  .l-container.l-container--catelistHead {
    width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-container.l-container--catelistHead .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-container.l-container--catelistHead .l-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-col.l-col--16_pc {
    width: 16.666666%;
  }
  .l-col.l-col--20_pc {
    width: 20%;
  }
  .l-col.l-col--25_pc {
    width: 25%;
  }
  .l-col.l-col--33_pc {
    width: 33.333333%;
  }
  .l-col.l-col--40_pc {
    width: 40%;
  }
  .l-col.l-col--50_pc {
    width: 50%;
  }
  .l-col.l-col--60_pc {
    width: 60%;
  }
  .l-col.l-col--66_pc {
    width: 66.666666%;
  }
  .l-container.l-container--catelist {
    width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-container.l-container--catelist2 {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-container.l-container--news {
    width: 1280px;
  }
  .l-container.l-container--news.l-container--newsDetails {
    width: 1080px;
  }
  .l-container.l-container--catelist .l-row,
  .l-container.l-container--catelist2 .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-container.l-container--catelist .l-col,
  .l-container.l-container--catelist2 .l-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-container.l-container--detailsMedia {
    width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-container.l-container--detailsMedia .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-container.l-container--detailsMedia .l-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-container.l-container--fabric {
    padding-left: 80px;
    padding-right: 80px;
  }
  .l-container.l-container--fabric .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-container.l-container--fabric .l-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-container.l-container--headerMenuInner {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-container.l-container--headerMenuInner .l-row {
    margin-left: 0;
    margin-right: 0;
  }
  .l-container.l-container--headerMenuInner .l-col {
    padding-left: 0;
    padding-right: 0;
  }
  .l-container.l-container--footer {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-container.l-container--footer .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-container.l-container--footer .l-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-container.l-container--adv {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-container.l-container--catelist.l-container--catelist-narrow .l-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .l-container.l-container--catelist.l-container--catelist-narrow .l-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-col.l-col--16_sp {
    width: 16.666666%;
  }
  .l-col.l-col--20_sp {
    width: 20%;
  }
  .l-col.l-col--25_sp {
    width: 25%;
  }
  .l-col.l-col--33_sp {
    width: 33.333333%;
  }
  .l-col.l-col--40_sp {
    width: 40%;
  }
  .l-col.l-col--50_sp {
    width: 50%;
  }
  .l-col.l-col--60_sp {
    width: 60%;
  }
  .l-col.l-col--66_sp {
    width: 66.666666%;
  }
}

@media screen and (max-width: 749px) {
  .l-container {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .l-row {
    margin-left: -5.33vw;
    margin-right: -5.33vw;
  }
  .l-col {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .l-container.l-container--fabric {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .l-container.l-container--fabric .l-row {
    margin-left: -2vw;
    margin-right: -2vw;
  }
  .l-container.l-container--fabric .l-col {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .l-container.l-container--catelist,
  .l-container.l-container--catelist2,
  .l-container.l-container--sidelist {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .l-container.l-container--catelist .l-row,
  .l-container.l-container--catelist2 .l-row,
  .l-container.l-container--sidelist .l-row {
    margin-left: -5.33vw;
    margin-right: -5.33vw;
  }
  .l-container.l-container--catelist .l-col,
  .l-container.l-container--catelist2 .l-col,
  .l-container.l-container--sidelist .l-col {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
/*  .l-container.l-container--catelist.l-container--catelist-narrow {
    padding-left: 2.6667vw;
    padding-right: 2.6667vw;
  }*/
  .l-container.l-container--catelist.l-container--catelist-narrow .l-row {
    margin-left: -2.6667vw;
    margin-right: -2.6667vw;
  }
  .l-container.l-container--catelist.l-container--catelist-narrow .l-col {
    padding-left: 2.6667vw;
    padding-right: 2.6667vw;
  }
  .l-container.l-container--news {
    padding-left: 6.67vw;
    padding-right: 6.67vw;
  }
  .l-container.l-container--news .l-row {
    margin-left: -6.67vw;
    margin-right: -6.67vw;
  }
  .l-container.l-container--news .l-col {
    padding-left: 6.67vw;
    padding-right: 6.67vw;
  }
  .l-container.l-container--footer {
    padding-left: 6.67vw;
    padding-right: 6.67vw;
  }
  .l-container.l-container--footer .l-row {
    margin-left: -3.33vw;
    margin-right: -3.33vw;
  }
  .l-container.l-container--footer .l-col {
    padding-left: 3.33vw;
    padding-right: 3.33vw;
  }
}
/*END HELPER LIBRARY*/

/*/ MAIN PAGE /*/

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

html.lang-en, html.lang-en body {
  font-family: "Inter", sans-serif;
}

body {
  font-size: 26px;
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-tap-highlight-color: transparent;
}

html.lang-en body {
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
  font-weight: 600;
}
p {
  margin: 0;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

figure img {
  width: 100%;
  max-width: 100%;
}

iframe, img {
  vertical-align: top;
  max-width: 100%;
}

ul, ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  body {
    font-size: 3.47vw;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
}
body.s-scroll-disabled {
  position: fixed;
  overflow: hidden;
  width: 100vw;
}
.slick-slide:focus {
  outline: none;
}

.h-anchor {
  padding-top: 120px;
  margin-top: -120px;
}


@media screen and (max-width: 749px) {
  .h-anchor {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}

@media screen and (min-width: 768px) {
  .h-anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

/*c-link*/
.c-link {
  font-size: 24px;
  line-height: 1.6;
  color: #c82832;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .c-link {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-link {
    font-size: 14px;
  }
}
/*end c-link*/
/*c-btn*/
.c-btn {
  font-size: 26px;
  height: 80px;
  line-height: 78px;
  border: 1px solid #dcdcdc;
  color: #000000;
}
.c-btn.c-btn--order {
  border-color: #000000;
}
.c-btn.c-btn--select {
  padding: 0 38px;
  width: 100%;
  background-size: 10px 18px;
  background-position: right 24px center;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('img/chevron-down.svg');
  background-repeat: no-repeat;
  border-radius: 0;
  border-color: #000000;
  background-color: #ffffff;
}
.c-btn.c-btn--select::-ms-expand {
  display: none;
}
.c-btn.c-btn--cart {
  font-size: 28px;
  height: 100px;
  line-height: 98px;
  border-radius: 4px;

  width: 100%;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.c-btn.c-btn--cart.c-btn--cartDisabled {
  opacity: .5;
}
.c-btn.c-btn--carets {
  padding: 0 36px;
}
.c-btn.c-btn--carets:before {
  width: 10px;
  height: 20px;
  right: 31px;

  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('img/caretright.svg');
  background-size: 100% 100%;
}
.c-btn.c-btn--searchFilter {
  height: 80px;
  width: 280px;
  line-height: 80px;
  border-radius: 40px;
  background-color: transparent;
  color: #ffffff;
}
.c-btn.c-btn--dropdownOrder {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .c-btn.c-btn--dropdownOrder {
    font-size: 26px;
    padding: 0 27px;
    margin-right: 15px;

    border-color: #787878;
    color: #ffffff;
    height: auto;
    letter-spacing: 0.075em;
    line-height: 2.15;
  }

  .c-btn.c-btn--searchFilter {
    font-size: 26px;
    border-radius: 4px;
    color: #000000;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 749px) {
  .c-btn {
		font-size: 3.47vw;
    height: 10.67vw;
    line-height: 10.4vw;
  }
  .c-btn.c-btn--select {
    padding: 0 5.07vw;
    background-size: 1.33vw 2.4vw;
    background-position: right 3.2vw center;
  }
  .c-btn.c-btn--cart {
    font-size: 3.73vw;
    height: 13.33vw;
    line-height: 13.33vw;
    border-radius: 0.53vw;
  }
  .c-btn.c-btn--carets {
    padding: 0 4.8vw;
  }
  .c-btn.c-btn--carets:before {
    width: 1.33vw;
    height: 2.67vw;
    right: 4.13vw;
  }
  .c-btn.c-btn--searchFilter {
    height: 10.66vw;
    width: 37.34vw;
    line-height: 10.66vw;
    border-radius: 0.53vw;
  }
  .c-btn.c-btn--dropdownOrder {
    font-size: 3.47vw;
    padding: 0 3.6vw;
    margin-right: 2vw;
  }
  .c-btn.c-btn--dropdownOrder:before {
    width: 1.07vw;
    height: 2.13vw;
  }
  .c-btn.c-btn--searchFilter {
    font-size: 3.47vw;
  }
}
@media screen and (max-width: 769px) and (min-width: 768px) {
  .c-btn.c-btn--dropdownOrder {
    font-size: 14px;
    line-height: 2.8571;
    height: 40px;

  }
  .c-btn.c-btn--searchFilter {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn.c-btn--dropdownOrder {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 219px;
    color: #ffffff;
  }
  .c-btn.c-btn--searchFilter {
    height: 40px;
    width: 140px;
    line-height: 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 14px;
    height: 50px;
    line-height: 48px;
  }
  .c-btn.c-btn--select {
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    padding: 0 25px;
    background-size: 10px 18px;
    background-position: right 15px center;
  }
  .c-btn.c-btn--order {
    font-size: 14px;
    height: 50px;
    line-height: 48px;
  }
  .c-btn.c-btn--cart {
    font-size: 16px;
    line-height: 48px;
    height: 50px;
  }
  .c-btn.c-btn--carets {
    padding: 0 23px;
  }
  .c-btn.c-btn--carets:before {
    width: 6px;
    height: 12px;
    right: 17px;
  }


}

/*end c-btn*/



/*c-header*/
.c-app {
  padding-top: 120px;
}
body.home .c-app {
  padding-top: 0;
}
.c-mainWrapper {
  min-height: 100vh;
}
.c-header {
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;

  transition: top .3s ease-in-out;
}

.c-header.s-scrolling {
  top: -120px;
}

.c-headerLogo {
  padding: 36px 40px 35px;
  line-height: 0;
}
.c-headerLogo__white {
  display: none;
}
.c-headerLogo img {
  height: 49px;
  width: 176px;
}
.c-header__actions {
  line-height: 48px;
}
.c-header__actions li {
  height: 120px;
}
.c-headerAction {
  width: 90px;
  height: 100%;
}
.c-headerAction img {
  width: 34px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-headerAction.c-headerAction--account img {
  width: 26px;
}
.c-headerBurger {
  width: 140px;
  height: 120px;
}
.c-headerBurger img {
  width: 60px;
  height: 33px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-headSearcher {
  width: 90px;
  height: 100%;
  transition: width .4s ease-in-out;
}
.c-headSearcher__inner {
  height: 40px;

  border: 1px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: border-color .4s ease-in-out;
}
.c-headSearcher__word {
  /*width: 160px;*/
  width: 0;
  padding: 0;
  height: 100%;
  border: none;
  background: none;
  float: left;
  transition: width .4s ease-in-out, padding .4s ease-in-out;
}
.c-headSearcher__word::-ms-clear {
  display: none;
}
input.c-headSearcher__word:focus {
  outline: none;
  border: none;
}
.c-headSearcher__button {
  width: 29px;
  height: 100%;
  margin: 0 auto;
}
.c-headSearcher__button:focus {
  outline: none;
}
.c-headSearcher__button img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-headSearcher.s-active {
  width: 200px;
}
.c-headSearcher.s-active .c-headSearcher__inner {
  border-color: #cccccc;
}
.c-headSearcher.s-active .c-headSearcher__word {
  width: 160px;
  padding: 0 8px;
}
@media screen and (max-width: 749px) {
  .c-app {
    padding-top: 16vw;
  }

  body.home .c-app {
    padding-top: 0;
  }

  .c-header.s-scrolling {
    top: -16vw;
  }
  .c-headerLogo {
    padding: 4.8vw 5.33vw 4.67vw;
  }
  .c-headerLogo img {
    height: 6.53vw;
    width: 23.43vw;
  }
  .c-header__actions {
    line-height: 6.4vw;
  }
  .c-header__actions li {
    height: 16vw;
  }
  .c-headerAction {
    width: 12vw;
  }
  .c-headerAction img {
    width: 4.5333vw;
  }
  .c-headerAction.c-headerAction--account img {
    width: 3.4667vw;
  }
  .c-headerBurger {
    width: 18.67vw;
    height: 16vw;
  }
  .c-headerBurger img {
    width: 8vw;
    height: 4.4vw;
  }
  .c-headSearcher {
    width: 12vw;
  }
  .c-headSearcher__inner {
    height: 5.33vw;
    border-radius: 2.67vw;
  }
  .c-headSearcher__button {
    width: 3.87vw;
  }
  .c-headSearcher.s-active {
    width: 26.67vw;
  }
  .c-headSearcher.s-active .c-headSearcher__word {
    width: 21.33vw;
    padding: 0 1.07vw;
  }
}

@media screen and (min-width: 769px) {
  .c-app {
    padding-top: 80px;
  }
  body.home .c-app {
    padding-top: 0;
  }
  .c-header__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
  .c-headerLogo {
    padding: 24px 0 24px;
  }
  .c-headerLogo img {
    height: 33px;
    width: 118px;
  }
  .c-header__actions li {
    height: 80px;
  }
  .c-headerAction {
    width: 60px;
  }
  .c-headerAction img {
    width: 19px;
  }
  .c-headerAction.c-headerAction--account img {
    width: 15px;
  }
  .c-headerBurger {
    width: 62px;
    height: 80px;
  }
  .c-headerBurger img {
    width: 40px;
    height: 22px;
    margin-right: 0;
  }
  .c-headSearcher {
    width: 60px;
  }
  .c-headSearcher__button {
    width: 16px;
  }
  .c-header__langs {
    font-size: 12px;
    line-height: 80px;
    margin-right: 50px;
    letter-spacing: 0.01em;
  }
  .c-header__langs >li + li:before {
    content: '|';
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 1199px) {
  .c-headerMidNav {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .c-headerLogo {
    z-index: 4;
  }
  .c-header__left {
    z-index: 4;
  }
  .c-headerMidNav {
    font-size: 12px;
    height: 81px;
    /*padding-left: 17.2464vw;*/
    /*width: calc(100% - 288px);*/
    line-height: 1;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .c-headerMidNav__link + .c-headerMidNav__link {
    margin-left: 23px
  }
}
/*@media screen and (min-width: 1379px) {
  .c-headerMidNav {
    padding-left: 238px;
  }
}*/


/*end c-header*/

/*c-header__menu*/
.c-headerMenu {
  background-color: #282828;
  color: #ffffff;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.c-header__layer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.c-header__layer.s-active {
  display: block;
}
.c-headerMenu__inner {
  padding: 80px 0 100px 0;
}
.c-headerMenu a {
  color: #ffffff;
}
.c-headerMenuLink {
  font-size: 15px;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
  border-left: 1px solid #b4b4b4;
}
.c-headerMenuLink2,
.c-headerMenuLink + .c-headerMenuLink {
  margin-top: 20px;
}
.c-lv2SubList {
  padding-left: 20px;
  padding-top: 20px;
  border-left: 1px solid #505050;
  height: 100%;
}
.c-lv2SubList.mod01 {
  padding-left: 20px;
  padding-top: 20px;
  border-left: 1px solid #505050;
  height: auto;
}
.c-lv2SubList.mod01 + a{
  margin-top: 20px;
}
.c-lv2SubList.c-lv2SubList--noHead {
  margin-top: 60px;
}
.c-lv2SubList >li + li {
  margin-top: 16px;
}
.c-lv3SubList {
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.c-lv3SubList >li {
  margin-top: 2px;
}
.c-lv3SubList a {
  padding-left: 20px;
}
.c-lv3SubList a:before,
.c-lv2Sublist__marked:before {
  height: 1px;
  width: 10px;
  background-color: #787878;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-lv2Sublist__marked {
  padding-left: 20px;
}
a.c-headerMenuBtn {
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  margin-top: 50px;
  background-color: #ffffff;
  color: #000000;
}
a.c-headerMenuBtn + a.c-headerMenuBtn {
  margin-top: 1.5em;
}
.c-headerMenu__xWrap {
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  top: 25px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-headerMenu__x {
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  background-image: url('img/icon-x-white.svg');
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .c-headerMenuList .l-col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .c-headerMenu__inner {
    padding: 130px 0 70px 0;
  }
  .c-headerBurger {
    width: 120px;
    height: 120px;
  }
  .c-headerBurger img {
    height: 30px;
    width: 40px;
  }

  .c-headerMenu__xWrap {
    top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .c-headerMenu__scrollWrap {
    height: calc(100vh - 80px);
    padding-bottom: 80px;
  }
  .c-headerMenuList {
    padding-bottom: 64px;
  }
  .c-headerMenuList.c-headerMenuList--consecutive {
    padding-bottom: 0;
  }
  .c-headerMenuSub {
    padding-bottom: 57px;
    display: none;
  }
  .c-lv2SubList {
    font-size: 28px;
    padding-left: 30px;
    line-height: 1.46;
    border-left: 0;
  }
  .c-lv2SubList.c-lv2SubList--noHead {
    margin-top: 0;
  }
  .c-lv3SubList {
    font-size: 26px;
    line-height: 1.54;
    padding-left: 0;
  }
  .c-lv3SubList a {
    color: #8c8c8c;
  }
  .c-headerMenuLink {
    font-size: 34px;
    height: 90px;
    line-height: 90px;
    margin-bottom: 20px;
    border-left-width: 2px;
    background-color: #323232;
  }
	.c-headerMenuLink2,
  .c-headerMenuLink + .c-headerMenuLink {
    margin-top: 0px;
  }
  a.c-headerMenuBtn {
    font-size: 34px;
    border-radius: 4px;
    height: 100px;
    line-height: 100px;
    margin-top: 64px;
    
  }
  a.c-headerMenuBtn + a.c-headerMenuBtn {
    margin-bottom: 128px;
  }
  .c-spSearcher {
    margin-bottom: 50px;
  }
  .c-spSearcher__word {
    padding: 0 40px;
    height: 80px;
    border-radius: 40px;
    margin: 0;
    width: 100%;
    border: none;
    background-color: #3c3c3c;
    color: #ffffff;
		font-size: 16px;
  }
  .c-spSearcher__button {
    width: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: 33px 30px;
    background-image: url('img/searchicon-sp.svg');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .c-spSearcher__button:focus {
    outline: none;
  }
  .c-headerMenuLink__sign,
  .c-headerMenuLink__sign:before {
    width: 24px;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #b3b3b3;
    display: block;
    backface-visibility: hidden;
  }
  .c-headerMenuLink__sign {
    right: 30px;
  }
  .c-headerMenuLink__sign:before {
    right: 0;
    transform: rotate(90deg);
  }
  .c-headerMenuLink.s-active .c-headerMenuLink__sign:before {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .c-spSearcher {
    margin-bottom: 25px;
  }
  .c-spSearcher__word {
    height: 40px;
    padding: 0 20px;
  }
  .c-spSearcher__button {
    width: 40px;
    background-size: 16px 15px;
  }
  .c-headerMenuLink {
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .c-headerMenuLink__sign {
    right: 15px;
  }
  .c-lv2SubList {
    font-size: 15px;
  }
  .c-lv3SubList {
    font-size: 15px;
  }
  a.c-headerMenuBtn {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 749px) {
  .c-headerMenuList .l-col {
    padding-left: 6.6667vw;
    padding-right: 6.6667vw;
  }
  .c-headerMenu__inner {
    padding: 17.3333vw 0 9.3333vw 0;
  }
  .c-headerBurger {
    width: 16vw;
    height: 16vw;
  }
  .c-headerBurger img {
    height: 4vw;
    width: 5.3333vw;
  }
  .c-headerMenu__xWrap {
    top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .c-headerMenu__x {
    width: 3.7333vw;
    height: 3.7333vw;
  }
  .c-headerMenu__scrollWrap {
    height: calc(100vh - 10.6667vw);
    padding-bottom: 10.6667vw;
  }
  .c-headerMenuSub {
    padding-bottom: 4.6vw;
  }
  .c-headerMenuList.c-headerMenuList--consecutive {
    padding-bottom: 0;
  }
  .c-lv2SubList {
    font-size: 3.3333vw;
    padding-left: 4vw;
		padding-top: 2vw;
  }
	.c-lv2SubList.mod01 + a {
		margin-top: 0;
	}
  .c-lv2SubList >li + li {
    margin-top: 2.6667vw;
  }
  .c-lv3SubList {
    font-size: 3.2vw;
		padding-top: 2vw;
    padding-bottom: 1vw;
  }
	.c-lv3SubList li {
		margin-top: 2.3333vw;
	}
  .c-headerMenuLink {
    font-size: 3.3333vw;
    height: 9.6667vw;
    line-height: 10vw;
    margin-bottom: 2.2222vw;
    border-left-width: 0.2667vw;
  }
  a.c-headerMenuBtn {
    font-size: 3.3333vw;
    border-radius: 0.5333vw;
    height: 13.3333vw;
    line-height: 13.3333vw;
    margin-top: 8.5333vw;
    
  }
  a.c-headerMenuBtn + a.c-headerMenuBtn {
    margin-bottom: 17.0667vw;
  }
  .c-spSearcher {
    margin-bottom: 6.6667vw;
  }
  .c-spSearcher__word {
    padding: 0 5.3333vw;
    height: 10.6667vw;
    border-radius: 5.3333vw;
  }
  .c-spSearcher__button {
    width: 10.6667vw;
    background-size: 4.4vw 4vw;
  }
  .c-headerMenuLink__sign,
  .c-headerMenuLink__sign:before {
    width: 3.2vw;
    height: 0.4vw;
  }
  .c-headerMenuLink__sign {
    right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .c-headerMenu__scrollWrap {
    max-height: calc(100vh - 80px);
    padding-bottom: 80px;
  }
  .c-lv2SubList >li + li.c-lv2SubList__pcFirst {
    margin-top: 0;
  }
  .c-headerMenuList + .c-headerMenuList {
    margin-top: 20px;
  }
}
/*end c-header__menu*/

/*c-footer*/
.c-footer {

  margin-top: 100px;
  background-color: #f5f5f5;
}
.c-footer__upper {
  padding-top: 50px;
}
.c-footer__upperInner {
  padding-bottom: 6px;
  border-bottom: 2px solid #dcdcdc;
}
.c-footer__midInner {
  padding-top: 41px;
  padding-bottom: 19px;
  border-bottom: 2px solid #dcdcdc;
}
html.lang-en .c-footer__midInner {
  padding-top: 53px;
}
.c-footer__lowerInner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-footer__linkBlock {
  margin-bottom: 30px;
}
.c-footer__linkBlock figcaption {
  font-size: 22px;
  margin-top: 15px;
}
.c-footer__utilLink {
  font-size: 24px;
  padding-left: 10px;
  margin-bottom: 26px;
}
.c-footer__utilLink:before {
  width: 12px;
  height: 16px;
  margin-right: 14px;
  vertical-align: middle;
  display: inline-block;
  background-image: url('img/chevron-right.svg');
  background-size: 100% 100%;
}
.c-footer__utilLink span {
  vertical-align: middle;
}
.c-footer__socials {
  margin-bottom: 45px;
  line-height: 0;
}
.c-footer__social {
  width: 60px;
  height: 60px;
  background-image: url('img/socials-icons.png');
  background-size: 400% 100%;
  background-position: 0 0;
}
.c-footer__social.c-footer__social--ins {
  background-position: 33.33333% 0;
}
.c-footer__social.c-footer__social--ytb {
  background-position: 66.6667% 0;
}
.c-footer__social.c-footer__social--line {
  background-position: 100% 0;
}
.c-footer__leftLink {
  font-size: 22px;
}
.c-footer__leftLink a {
  line-height: 2.2727;
}
.c-copyright {
  margin-top: 70px;
}
@media screen and (max-width: 749px) {
  .c-footer {
    margin-top: 13.3333vw;

  }
  .c-footer__upper {
    padding-top: 6.6667vw;
  }
  .c-footer__upperInner {
    padding-bottom: 0.8vw;
  }
  .c-footer__midInner {
    padding-top: 5.4667vw;
    padding-bottom: 2.5333vw;
  }
  html.lang-en .c-footer__midInner {
    padding-top: 7.0667vw;
  }
  .c-footer__lowerInner {
    padding-top: 5.3333vw;
    padding-bottom: 5.3333vw;
  }
  .c-footer__linkBlock {
    margin-bottom: 4vw;
  }
  .c-footer__linkBlock figcaption {
    font-size: 2.9333vw;
    margin-top: 2vw;
  }
  .c-footer__utilLink {
    font-size: 3.2vw;
    padding-left: 1.3333vw;
    margin-bottom: 3.4667vw;
  }
  .c-footer__utilLink:before {
    width: 1.6vw;
    height: 2.1333vw;
    margin-right: 1.8667vw;
  }
  .c-footer__socials {
    margin-bottom: 6vw;
  }
  .c-footer__social {
    width: 8vw;
    height: 8vw;
  }
  .c-footer__leftLink {
    font-size: 2.9333vw;
  }
  .c-copyright {
    margin-top: 9.3333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-footer {
    margin-top: 50px;
  }
  .c-footer__upper {
    padding-top: 40px;
  }
  .c-footer__upperInner,
  .c-footer__midInner {
    border-width: 1px;
  }
  .c-footer__midInner {
    padding-top: 30px;
    padding-bottom: 74px;
  }
  html.lang-en .c-footer__midInner {
    padding-top: 40px;
  }
  .c-footer__lowerInner {
    padding-top: 14px;
  }
  .c-footer__linkBlock figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
  .c-utilList + .c-utilList {
    margin-top: 57px;
  }
  .c-utiList__head {
    font-size: 13px;
  }
  .c-utiList__head:before {
    width: 6px;
    height: 8px;
    margin-right: 7px;
    vertical-align: middle;
    display: inline-block;
    background-image: url('img/chevron-right.svg');
    background-size: 100% 100%;
  }
  .c-utiList__head {
    vertical-align: middle;
  }
  .c-utiList__head >a {
    vertical-align: middle;
  }
  .c-utiList__list {
    font-size: 12px;
    padding-left: 13px;
    margin-top: 3px;
  }
  .c-utiList__list li + li{
    margin-top: 5px;
  }
  .c-utiList__list li.separate{
    margin-top: 32px;
  }
  .c-utiList__list a {
    line-height: 1.8333;
  }
  .c-footer__socials {
    padding-top: 7px;
  }
  .c-footer__social {
    width: 40px;
    height: 40px;
  }
  .c-footer__leftLink a {
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.75;
  }
  .c-copyright {
    font-size: 11px;
    margin-top: 13px;
  }
}
/*end c-footer*/

/*c-breadcrumb*/
.c-breadCrumb {
  font-size: 22px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 40px;
  padding-right: 40px;

  letter-spacing: 0.05em;
  line-height: 1.75;
}
.c-breadCrumb a {
  color: #999999;
}
.c-breadCrumb >li {
  vertical-align: middle;
}
.c-breadCrumb >li:not(:last-child):after {
  margin-left: 4px;
  margin-right: 4px;
  content: '>';
  display: inline-block;
}
.c-breadCrumb__active {
  color: #000000;
}

@media screen and (max-width: 749px) {

  .c-breadCrumb {
    font-size: 2.93vw;
    padding-top: 2.93vw;
    padding-bottom: 2.93vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .c-breadCrumb >li:not(:last-child):after {
    margin-left: 0.5333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-breadCrumb {
    font-size: 12px;
    width: 1260px;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    line-height: 1.75;
  }
}
/*end c-breadcrumb*/

/*c-triangles*/
.c-triangle {
  border-width: 32px;
  border-style: solid;
  border-color: transparent;
  border-bottom: #e6e6e6;
}
.c-triangle.s-active:nth-child(1) { border-bottom-color: #BEA05A; }
.c-triangle.s-active:nth-child(2) { border-bottom-color: #963C50; }
.c-triangle.s-active:nth-child(3) { border-bottom-color: #32415A; }
.c-triangle.s-active:nth-child(4) { border-bottom-color: #64823C; }


@media screen and (max-width: 749px) {
  .c-triangle {
    border-width: 4.27vw;
  }
}

@media screen and (min-width: 768px) {
  .c-triangle {
    width: 20px;
  }
}

/*end c-triangles*/


/*c-pageTopBtn*/
.c-pageTopBtn {
  width: 80px;
  height: 80px;
  background-image: url('img/toppagetop-btn.svg');
  background-size: 100% 100%;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  transition: opacity .4s ease;
}
.c-pageTopBtn.s-stickedState {
  bottom: calc(100% + 20px);
  position: absolute;
}
.c-pageTopBtn.s-hidden {
  opacity: 0;
  pointer-events: none;
}


@media screen and (max-width: 767px) {
  .single-detail .c-pageTopBtn:not(.s-stickedState) {
    bottom: 120px;
  }
}

@media screen and (max-width: 749px) {
  .c-pageTopBtn {
    width: 10.6667vw;
    height: 10.6667vw;
    bottom: 2.6667vw;
    right: 2.6667vw;
  }
  .c-pageTopBtn.s-stickedState {
    bottom: calc(100% + 2.6667vw);
  }
  .single-detail .c-pageTopBtn:not(.s-stickedState) {
    bottom: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .c-pageTopBtn {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }
  .c-pageTopBtn.s-stickedState {
    bottom: calc(100% + 10px);
  }
}

/*end c-pageTopBtn*/


/*c-lazySpinner*/
.c-lazySpinner__spin {
  width: 40px;
  height: 40px;

  margin: 0 auto;
  background-image: url('img/lazy_spinner.svg');
  background-size: 100% 100%;
  animation: spinning 1s infinite;
}

@media screen and (max-width: 749px) {
  .c-lazySpinner__spin {
    width: 5.3333vw;
    height: 5.3333vw;
  }
}

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*end c-lazySpinner*/
/*c-languageSwitch */
.c-languageSwitchPc {
  font-size: 13px;
  height: 100%;
}
.c-languageSwitchPc a {
  color: #a0a0a0;
}
.c-languageSwitchPc a.s-active {
  color: #000000;
  text-decoration: underline;
}

.c-languageSwitchSp {
  top: 45px;
  left: 100px;
  right: 100px;
  line-height: 1.1;
}

.c-languageSwitchSp a {
  color: #a0a0a0;
}
.c-languageSwitchSp a.s-active {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .c-languageSwitchSp {
    top: 6vw;
    left: 13.3333vw;
    right: 13.3333vw;
  }
}

/*c-languageSwitch */

/*c-headerSearchModal*/
.c-headerSearchModal {
  top: 81px;
  right: 0;
  left: 0;
  display: none;
}
.c-headerSearchModal__inner {
  padding: 0 94px;
}

.c-headerSearchModal__word {
  width: 220px;
  height: 40px;
  border: 1px solid #e6e6e6;
  padding: 10px 40px 10px 10px;
}

.c-headerSearchModal__button {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #282828;
}
.c-headerSearchModal__buttonInner {
  width: 100%;
  height: 100%;
}
.c-headerSearchModal__button img {
  width: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-headerSearchModalLayer {
  top: 81px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  display: none;
}


/*end c-headerSearchModal*/





