@charset "UTF-8";
/*
* サポートするブラウザの設定
サポートするブラウザの値をtrueにします。
*/
/*
* ブラウザのベンダープリフィックス出力設定
* 出力するブラウザの値をtrueにします。
*/
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../_scss/_mixin.scss */
*:after {
  display: block;
  clear: both;
}

/*
http://book.scss.jp/code/c5/02.html

[sample - keyframes]
@include keyframes(headerBGAnima) {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {}
}

*/
/* facebook */
/* twitter */
/* Instagram */
/* LINE */
/* Vimeo */
/* Pinterest */
/* tumblr */
/* line 130, ../_scss/_base.scss */
.jp {
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
}

/* line 131, ../_scss/_base.scss */
.en {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* line 132, ../_scss/_base.scss */
.ff_sans {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* line 133, ../_scss/_base.scss */
.ff_serif {
  font-family: minion-pro, serif;
  font-style: normal;
  /*font-weight: 500;*/ /*20210427 dp_add*/
}

/* line 134, ../_scss/_base.scss */
.ff_mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* line 135, ../_scss/_base.scss */
.ff_jp_serif {
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
}

/* UTILITY */
/* line 154, ../_scss/_base.scss */
*:after {
  display: block;
  clear: both;
}

/* = PC SP 切替
---------------------------------------------------------------------*/
.pc_on {
	display:inline;
}
.sp_on {
	display:none;
}
.sp_block_on {
	display:none !important;
}

@media screen and (max-width: 1000px) {
	.pc_on {
		display:none !important;
	}
	.sp_on {
		display:inline !important;
	}
	.sp_block_on {
		display:block !important;
	}
}


/* = FONTS
---------------------------------------------------------------------*/
@font-face {
  font-family: 'plotter';
  src: url("../fonts/plotter.ttf?rngqyk") format("truetype"), url("../fonts/plotter.woff?rngqyk") format("woff"), url("../fonts/plotter.svg?rngqyk#plotter") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 193, ../_scss/_base.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'plotter' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 208, ../_scss/_base.scss */
.icon-cart:before {
  content: "\e900";
}

/* line 209, ../_scss/_base.scss */
.icon-login:before {
  content: "\e901";
}

/* line 210, ../_scss/_base.scss */
.icon-facebook:before {
  content: "\e700";
}

/* line 211, ../_scss/_base.scss */
.icon-twitter:before {
  content: "\e701";
}

/* line 212, ../_scss/_base.scss */
.icon-instagram:before {
  content: "\e702";
}

/* line 216, ../_scss/_base.scss */
ul.sns li {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
/* line 220, ../_scss/_base.scss */
ul.sns li a {
  display: block;
  /*width: 16px;*/
  width: 18px;
  height:18px;
}
/* line 223, ../_scss/_base.scss */
ul.sns li a span {
  display: none;
}
/* line 224, ../_scss/_base.scss */
ul.sns li a:before {
  font-family: 'plotter';
  color: white;
  font-size: 16px;
  width: 18px;
  height:18px;
  display: inline-block
}
/* line 232, ../_scss/_base.scss */
ul.sns li.facebook a:hover {
  color: #3B5998;
}
/* line 233, ../_scss/_base.scss */
ul.sns li.facebook a:before {
  content: '\e700';
}
/* line 238, ../_scss/_base.scss */
ul.sns li.twitter a:hover {
  color: #55acee;
}
/* line 239, ../_scss/_base.scss */
ul.sns li.twitter a:before {
  content: '\e701';
}
/* line 244, ../_scss/_base.scss */
ul.sns li.instagram a:hover {
  color: #1ab7ea;
}
/* line 245, ../_scss/_base.scss */
ul.sns li.instagram a:before {
  content: '\e702';
}
/* line 250, ../_scss/_base.scss */
ul.sns li.vimeo a:hover {
  color: #00b900;
}
/* line 251, ../_scss/_base.scss */
ul.sns li.vimeo a:before {
  content: '\e704';
}

/* youtubeアイコン */
ul.sns li.youtube_icon a:before {
    content: ''; /* 半角スペでbackgroundが効かないので、存在しない数字を設定 */
    background-image: url(../img/common/youtube-brands.svg) ;
    background-position: center center;
	  background-repeat: no-repeat;
    /* font-size: 20px; */
}

/* Facebookアイコン */
ul.sns li.facebook_icon a:before {
    content: ''; /* 半角スペでbackgroundが効かないので、存在しない数字を設定 */
    background-image: url(../img/common/facebook_icon.svg) ;
    background-position: center center;
	background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}


/* = [RESET / Normalize]
---------------------------------------------------------------------*/
/* line 3, ../_scss/_utility.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, ../_scss/_utility.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 13, ../_scss/_utility.scss */
html, body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

/* line 18, ../_scss/_utility.scss */
body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 24, ../_scss/_utility.scss */
* + html body {
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
}

/* line 25, ../_scss/_utility.scss */
* + html body .en {
  font-size: 100%;
  letter-spacing: 0;
}

/* line 28, ../_scss/_utility.scss */
p {
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
}

/* line 29, ../_scss/_utility.scss */
figure img {
  width: 100%;
  height: auto;
}

/* line 30, ../_scss/_utility.scss */
strong, .strong, .bold {
  font-weight: bold;
}

/* line 31, ../_scss/_utility.scss */
._display-pc {
  display: block;
}
@media screen and (max-width: 639px) {
  /* line 31, ../_scss/_utility.scss */
  ._display-pc {
    display: none !important;
  }
}

/* line 35, ../_scss/_utility.scss */
._display-sp {
  display: none !important;
}
@media screen and (max-width: 639px) {
  /* line 35, ../_scss/_utility.scss */
  ._display-sp {
    display: block !important;
  }
}

/* line 39, ../_scss/_utility.scss */
._display_ib-pc {
  display: inline-block;
}
@media screen and (max-width: 639px) {
  /* line 39, ../_scss/_utility.scss */
  ._display_ib-pc {
    display: none !important;
  }
}

/* line 43, ../_scss/_utility.scss */
._display_ib-sp {
  display: none !important;
}
@media screen and (max-width: 639px) {
  /* line 43, ../_scss/_utility.scss */
  ._display_ib-sp {
    display: inline-block !important;
  }
}

@media screen and (max-width: 639px) {
  /* line 48, ../_scss/_utility.scss */
  br.pc {
    display: none;
  }
}

/* line 51, ../_scss/_utility.scss */
br.sp {
  display: none;
}
@media screen and (max-width: 639px) {
  /* line 51, ../_scss/_utility.scss */
  br.sp {
    display: block;
  }
}

/* line 57, ../_scss/_utility.scss */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
}

/* line 58, ../_scss/_utility.scss */
strong {
  font-weight: bold;
}

/* line 59, ../_scss/_utility.scss */
small {
  font-size: 85%;
}

/* line 62, ../_scss/_utility.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 69, ../_scss/_utility.scss */
input[type=text],
input[type=number],
input[type=email],
input[type=button],
textarea,
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0 none;
  background: #EEEAE5;
}
/* line 77, ../_scss/_utility.scss */
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=button]:focus,
textarea:focus,
input[type=submit]:focus {
  outline: 0;
  background: #E6E6E6;
}

/* line 79, ../_scss/_utility.scss */
input[type=submit] {
  background-color: #000;
  color: white;
}

/* = [UTILITY]
---------------------------------------------------------------------*/
/* line 87, ../_scss/_utility.scss */
figure img, div.photo img {
  display: block;
  width: 100%;
}

/* line 88, ../_scss/_utility.scss */
.transparent {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 89, ../_scss/_utility.scss */
strong {
  font-weight: bold;
}

/* line 90, ../_scss/_utility.scss */
.underline {
  text-decoration: underline;
}

.flagship .underline {
	text-decoration: underline;
	text-underline-offset: 10px;
}


/* line 92, ../_scss/_utility.scss */
.w-break {
  word-break: break-all;
}

/* line 94, ../_scss/_utility.scss */
.fl-l {
  float: left;
}

/* line 95, ../_scss/_utility.scss */
.fl-r {
  float: right;
}

/* line 6, ../_scss/_mixin.scss */
.wrapper:after {
  content: "";
}
/* line 99, ../_scss/_utility.scss */
.wrapper._table .fl-l, .wrapper._table .fl-r {
  float: none;
}
@media screen and (max-width: 639px) {
  /* line 106, ../_scss/_utility.scss */
  .wrapper .fl-l, .wrapper .fl-r {
    float: none;
  }
}

/* line 114, ../_scss/_utility.scss */
.ta-l {
  text-align: left;
}

/* line 115, ../_scss/_utility.scss */
.ta-c {
  text-align: center;
}

/* line 116, ../_scss/_utility.scss */
.ta-r {
  text-align: right;
}

/* line 118, ../_scss/_utility.scss */
.va-t {
  vertical-align: top;
}

/* line 119, ../_scss/_utility.scss */
.va-m {
  vertical-align: middle;
}

/* line 120, ../_scss/_utility.scss */
.va-b {
  vertical-align: bottom;
}

/* line 124, ../_scss/_utility.scss */
.pdb0 {
  padding-bottom: 0px !important;
}

/* line 125, ../_scss/_utility.scss */
.pdb5 {
  padding-bottom: 5px !important;
}

/* line 126, ../_scss/_utility.scss */
.pdb10 {
  padding-bottom: 10px !important;
}

/* line 127, ../_scss/_utility.scss */
.pdb15 {
  padding-bottom: 15px !important;
}

/* line 128, ../_scss/_utility.scss */
.pdb20 {
  padding-bottom: 20px;
}

/* line 129, ../_scss/_utility.scss */
.pdb25 {
  padding-bottom: 25px;
}

/* line 130, ../_scss/_utility.scss */
.pdb30 {
  padding-bottom: 30px;
}

/* line 131, ../_scss/_utility.scss */
.pdb35 {
  padding-bottom: 35px;
}

/* line 132, ../_scss/_utility.scss */
.pdb40 {
  padding-bottom: 40px !important;
}

/* line 133, ../_scss/_utility.scss */
.pdb45 {
  padding-bottom: 45px !important;
}

/* line 134, ../_scss/_utility.scss */
.pdb50 {
  padding-bottom: 50px;
}

/* line 135, ../_scss/_utility.scss */
.pdb55 {
  padding-bottom: 55px;
}

/* line 136, ../_scss/_utility.scss */
.pdb60 {
  padding-bottom: 60px;
}

/* line 137, ../_scss/_utility.scss */
.pdb65 {
  padding-bottom: 65px;
}

/* line 138, ../_scss/_utility.scss */
.pdb70 {
  padding-bottom: 70px;
}

/* line 139, ../_scss/_utility.scss */
.pdb75 {
  padding-bottom: 75px;
}

/* line 140, ../_scss/_utility.scss */
.pdb80 {
  padding-bottom: 80px;
}

/* line 141, ../_scss/_utility.scss */
.pdb85 {
  padding-bottom: 85px;
}

/* line 142, ../_scss/_utility.scss */
.pdb90 {
  padding-bottom: 90px;
}

/* line 143, ../_scss/_utility.scss */
.pdb95 {
  padding-bottom: 95px;
}

/* line 144, ../_scss/_utility.scss */
.pdb100 {
  padding-bottom: 100px;
}

/* line 146, ../_scss/_utility.scss */
.pdt0 {
  padding-top: 0px !important;
}

/* line 147, ../_scss/_utility.scss */
.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 5px !important;
}
/* line 148, ../_scss/_utility.scss */
.pdt15 {
  padding-top: 15px !important;
}

/* line 149, ../_scss/_utility.scss */
.pdt20 {
  padding-top: 20px;
}

/* line 150, ../_scss/_utility.scss */
.pdt25 {
  padding-top: 25px;
}

/* line 151, ../_scss/_utility.scss */
.pdt30 {
  padding-top: 30px;
}

/* line 152, ../_scss/_utility.scss */
.pdt35 {
  padding-top: 35px;
}

/* line 153, ../_scss/_utility.scss */
.pdt40 {
  padding-top: 40px !important;
}

/* line 154, ../_scss/_utility.scss */
.pdt45 {
  padding-top: 45px !important;
}

/* line 155, ../_scss/_utility.scss */
.pdt50 {
  padding-top: 50px;
}

/* line 156, ../_scss/_utility.scss */
.pdt55 {
  padding-top: 55px;
}

/* line 157, ../_scss/_utility.scss */
.pdt60 {
  padding-top: 60px;
}

/* line 158, ../_scss/_utility.scss */
.pdt65 {
  padding-top: 65px;
}

/* line 159, ../_scss/_utility.scss */
.pdt70 {
  padding-top: 70px;
}

/* line 160, ../_scss/_utility.scss */
.pdt75 {
  padding-top: 75px;
}

/* line 161, ../_scss/_utility.scss */
.pdt80 {
  padding-top: 80px;
}

/* line 162, ../_scss/_utility.scss */
.pdt85 {
  padding-top: 85px;
}

/* line 163, ../_scss/_utility.scss */
.pdt90 {
  padding-top: 90px;
}

/* line 164, ../_scss/_utility.scss */
.pdt95 {
  padding-top: 95px;
}

/* line 165, ../_scss/_utility.scss */
.pdt100 {
  padding-top: 100px;
}

/* line 167, ../_scss/_utility.scss */
.pdl0 {
  padding-left: 0px !important;
}

/* line 168, ../_scss/_utility.scss */
.pdl5 {
  padding-left: 5px !important;
}

/* line 169, ../_scss/_utility.scss */
.pdl10 {
  padding-left: 10px !important;
}

/* line 170, ../_scss/_utility.scss */
.pdl15 {
  padding-left: 15px !important;
}

/* line 171, ../_scss/_utility.scss */
.pdl20 {
  padding-left: 20px;
}

/* line 172, ../_scss/_utility.scss */
.pdl25 {
  padding-left: 25px;
}

/* line 173, ../_scss/_utility.scss */
.pdl30 {
  padding-left: 30px;
}

/* line 174, ../_scss/_utility.scss */
.pdl35 {
  padding-left: 35px;
}

/* line 175, ../_scss/_utility.scss */
.pdl40 {
  padding-left: 40px !important;
}

/* line 176, ../_scss/_utility.scss */
.pdl45 {
  padding-left: 45px !important;
}

/* line 177, ../_scss/_utility.scss */
.pdl50 {
  padding-left: 50px;
}

/* line 178, ../_scss/_utility.scss */
.pdl55 {
  padding-left: 55px;
}

/* line 179, ../_scss/_utility.scss */
.pdl60 {
  padding-left: 60px;
}

/* line 180, ../_scss/_utility.scss */
.pdl65 {
  padding-left: 65px;
}

/* line 181, ../_scss/_utility.scss */
.pdl70 {
  padding-left: 70px;
}

/* line 182, ../_scss/_utility.scss */
.pdl75 {
  padding-left: 75px;
}

/* line 183, ../_scss/_utility.scss */
.pdl80 {
  padding-left: 80px;
}

/* line 184, ../_scss/_utility.scss */
.pdl85 {
  padding-left: 85px;
}

/* line 185, ../_scss/_utility.scss */
.pdl90 {
  padding-left: 90px;
}

/* line 186, ../_scss/_utility.scss */
.pdl95 {
  padding-left: 95px;
}

/* line 187, ../_scss/_utility.scss */
.pdl100 {
  padding-left: 100px;
}

/* line 189, ../_scss/_utility.scss */
.pdr0 {
  padding-right: 0px !important;
}

/* line 190, ../_scss/_utility.scss */
.pdr5 {
  padding-right: 5px !important;
}

/* line 191, ../_scss/_utility.scss */
.pdr10 {
  padding-right: 10px !important;
}

/* line 192, ../_scss/_utility.scss */
.pdr15 {
  padding-right: 15px !important;
}

/* line 193, ../_scss/_utility.scss */
.pdr20 {
  padding-right: 20px;
}

/* line 194, ../_scss/_utility.scss */
.pdr25 {
  padding-right: 25px;
}

/* line 195, ../_scss/_utility.scss */
.pdr30 {
  padding-right: 30px;
}

/* line 196, ../_scss/_utility.scss */
.pdr35 {
  padding-right: 35px;
}

/* line 197, ../_scss/_utility.scss */
.pdr40 {
  padding-right: 40px !important;
}

/* line 198, ../_scss/_utility.scss */
.pdr45 {
  padding-right: 45px !important;
}

/* line 199, ../_scss/_utility.scss */
.pdr50 {
  padding-right: 50px;
}

/* line 200, ../_scss/_utility.scss */
.pdr55 {
  padding-right: 55px;
}

/* line 201, ../_scss/_utility.scss */
.pdr60 {
  padding-right: 60px;
}

/* line 202, ../_scss/_utility.scss */
.pdr65 {
  padding-right: 65px;
}

/* line 203, ../_scss/_utility.scss */
.pdr70 {
  padding-right: 70px;
}

/* line 204, ../_scss/_utility.scss */
.pdr75 {
  padding-right: 75px;
}

/* line 205, ../_scss/_utility.scss */
.pdr80 {
  padding-right: 80px;
}

/* line 206, ../_scss/_utility.scss */
.pdr85 {
  padding-right: 85px;
}

/* line 207, ../_scss/_utility.scss */
.pdr90 {
  padding-right: 90px;
}

/* line 208, ../_scss/_utility.scss */
.pdr95 {
  padding-right: 95px;
}

/* line 209, ../_scss/_utility.scss */
.pdr100 {
  padding-right: 100px;
}

/* line 213, ../_scss/_utility.scss */
.mgb0 {
  margin-bottom: 0px !important;
}

/* line 214, ../_scss/_utility.scss */
.mgb5 {
  margin-bottom: 5px !important;
}

/* line 215, ../_scss/_utility.scss */
.mgb10 {
  margin-bottom: 10px !important;
}

/* line 216, ../_scss/_utility.scss */
.mgb15 {
  margin-bottom: 15px !important;
}

/* line 217, ../_scss/_utility.scss */
.mgb20 {
  margin-bottom: 20px;
}

/* line 218, ../_scss/_utility.scss */
.mgb25 {
  margin-bottom: 25px;
}

/* line 219, ../_scss/_utility.scss */
.mgb30 {
  margin-bottom: 30px;
}

/* line 220, ../_scss/_utility.scss */
.mgb35 {
  margin-bottom: 35px !important;
}

/* line 221, ../_scss/_utility.scss */
.mgb40 {
  margin-bottom: 40px !important;
}

/* line 222, ../_scss/_utility.scss */
.mgb45 {
  margin-bottom: 45px !important;
}

/* line 223, ../_scss/_utility.scss */
.mgb50 {
  margin-bottom: 50px;
}

/* line 224, ../_scss/_utility.scss */
.mgb55 {
  margin-bottom: 55px;
}

/* line 225, ../_scss/_utility.scss */
.mgb60 {
  margin-bottom: 60px;
}

/* line 226, ../_scss/_utility.scss */
.mgb65 {
  margin-bottom: 65px;
}

/* line 227, ../_scss/_utility.scss */
.mgb70 {
  margin-bottom: 70px;
}

/* line 228, ../_scss/_utility.scss */
.mgb75 {
  margin-bottom: 75px;
}

/* line 229, ../_scss/_utility.scss */
.mgb80 {
  margin-bottom: 80px;
}

/* line 230, ../_scss/_utility.scss */
.mgb85 {
  margin-bottom: 85px;
}

/* line 231, ../_scss/_utility.scss */
.mgb90 {
  margin-bottom: 90px;
}

/* line 232, ../_scss/_utility.scss */
.mgb95 {
  margin-bottom: 95px;
}

/* line 233, ../_scss/_utility.scss */
.mgb100 {
  margin-bottom: 100px;
}

/* line 235, ../_scss/_utility.scss */
.mgt0 {
  margin-top: 0px !important;
}

/* line 236, ../_scss/_utility.scss */
.mgt5 {
  margin-top: 5px !important;
}

/* line 237, ../_scss/_utility.scss */
.mgt10 {
  margin-top: 10px !important;
}

/* line 238, ../_scss/_utility.scss */
.mgt15 {
  margin-top: 15px !important;
}

/* line 239, ../_scss/_utility.scss */
.mgt20 {
  margin-top: 20px;
}

/* line 240, ../_scss/_utility.scss */
.mgt25 {
  margin-top: 25px;
}

/* line 241, ../_scss/_utility.scss */
.mgt30 {
  margin-top: 30px;
}

/* line 242, ../_scss/_utility.scss */
.mgt35 {
  margin-top: 35px;
}

/* line 243, ../_scss/_utility.scss */
.mgt40 {
  margin-top: 40px !important;
}

/* line 244, ../_scss/_utility.scss */
.mgt45 {
  margin-top: 45px !important;
}

/* line 245, ../_scss/_utility.scss */
.mgt50 {
  margin-top: 50px;
}

/* line 246, ../_scss/_utility.scss */
.mgt55 {
  margin-top: 55px;
}

/* line 247, ../_scss/_utility.scss */
.mgt60 {
  margin-top: 60px;
}

/* line 248, ../_scss/_utility.scss */
.mgt65 {
  margin-top: 65px;
}

/* line 249, ../_scss/_utility.scss */
.mgt70 {
  margin-top: 70px;
}

/* line 250, ../_scss/_utility.scss */
.mgt75 {
  margin-top: 75px;
}

/* line 251, ../_scss/_utility.scss */
.mgt80 {
  margin-top: 80px;
}

/* line 252, ../_scss/_utility.scss */
.mgt85 {
  margin-top: 85px;
}

/* line 253, ../_scss/_utility.scss */
.mgt90 {
  margin-top: 90px;
}

/* line 254, ../_scss/_utility.scss */
.mgt95 {
  margin-top: 95px;
}

/* line 255, ../_scss/_utility.scss */
.mgt100 {
  margin-top: 100px;
}

/* line 257, ../_scss/_utility.scss */
.mgl0 {
  margin-left: 0px !important;
}

/* line 258, ../_scss/_utility.scss */
.mgl5 {
  margin-left: 5px !important;
}

/* line 259, ../_scss/_utility.scss */
.mgl10 {
  margin-left: 10px !important;
}

/* line 260, ../_scss/_utility.scss */
.mgl15 {
  margin-left: 15px !important;
}

/* line 261, ../_scss/_utility.scss */
.mgl20 {
  margin-left: 20px;
}

/* line 262, ../_scss/_utility.scss */
.mgl25 {
  margin-left: 25px;
}

/* line 263, ../_scss/_utility.scss */
.mgl30 {
  margin-left: 30px;
}

/* line 264, ../_scss/_utility.scss */
.mgl35 {
  margin-left: 35px;
}

/* line 265, ../_scss/_utility.scss */
.mgl40 {
  margin-left: 40px !important;
}

/* line 266, ../_scss/_utility.scss */
.mgl45 {
  margin-left: 45px !important;
}

/* line 267, ../_scss/_utility.scss */
.mgl50 {
  margin-left: 50px;
}

/* line 268, ../_scss/_utility.scss */
.mgl55 {
  margin-left: 55px;
}

/* line 269, ../_scss/_utility.scss */
.mgl60 {
  margin-left: 60px;
}

/* line 270, ../_scss/_utility.scss */
.mgl65 {
  margin-left: 65px;
}

/* line 271, ../_scss/_utility.scss */
.mgl70 {
  margin-left: 70px;
}

/* line 272, ../_scss/_utility.scss */
.mgl75 {
  margin-left: 75px;
}

/* line 273, ../_scss/_utility.scss */
.mgl80 {
  margin-left: 80px;
}

/* line 274, ../_scss/_utility.scss */
.mgl85 {
  margin-left: 85px;
}

/* line 275, ../_scss/_utility.scss */
.mgl90 {
  margin-left: 90px;
}

/* line 276, ../_scss/_utility.scss */
.mgl95 {
  margin-left: 95px;
}

/* line 277, ../_scss/_utility.scss */
.mgl100 {
  margin-left: 100px;
}

/* line 279, ../_scss/_utility.scss */
.mgr0 {
  margin-right: 0px !important;
}

/* line 280, ../_scss/_utility.scss */
.mgr5 {
  margin-right: 5px !important;
}

/* line 281, ../_scss/_utility.scss */
.mgr10 {
  margin-right: 10px !important;
}

/* line 282, ../_scss/_utility.scss */
.mgr15 {
  margin-right: 15px !important;
}

/* line 283, ../_scss/_utility.scss */
.mgr20 {
  margin-right: 20px;
}

/* line 284, ../_scss/_utility.scss */
.mgr25 {
  margin-right: 25px;
}

/* line 285, ../_scss/_utility.scss */
.mgr30 {
  margin-right: 30px;
}

/* line 286, ../_scss/_utility.scss */
.mgr35 {
  margin-right: 35px;
}

/* line 287, ../_scss/_utility.scss */
.mgr40 {
  margin-right: 40px !important;
}

/* line 288, ../_scss/_utility.scss */
.mgr45 {
  margin-right: 45px !important;
}

/* line 289, ../_scss/_utility.scss */
.mgr50 {
  margin-right: 50px;
}

/* line 290, ../_scss/_utility.scss */
.mgr55 {
  margin-right: 55px;
}

/* line 291, ../_scss/_utility.scss */
.mgr60 {
  margin-right: 60px;
}

/* line 292, ../_scss/_utility.scss */
.mgr65 {
  margin-right: 65px;
}

/* line 293, ../_scss/_utility.scss */
.mgr70 {
  margin-right: 70px;
}

/* line 294, ../_scss/_utility.scss */
.mgr75 {
  margin-right: 75px;
}

/* line 295, ../_scss/_utility.scss */
.mgr80 {
  margin-right: 80px;
}

/* line 296, ../_scss/_utility.scss */
.mgr85 {
  margin-right: 85px;
}

/* line 297, ../_scss/_utility.scss */
.mgr90 {
  margin-right: 90px;
}

/* line 298, ../_scss/_utility.scss */
.mgr95 {
  margin-right: 95px;
}

/* line 299, ../_scss/_utility.scss */
.mgr100 {
  margin-right: 100px;
}

/* line 303, ../_scss/_utility.scss */
.mod_rate5 {
  width: 5% !important;
}

/* line 304, ../_scss/_utility.scss */
.mod_rate10 {
  width: 10% !important;
}

/* line 305, ../_scss/_utility.scss */
.mod_rate15 {
  width: 15% !important;
}

/* line 306, ../_scss/_utility.scss */
.mod_rate20 {
  width: 20% !important;
}

/* line 307, ../_scss/_utility.scss */
.mod_rate25 {
  width: 25% !important;
}

/* line 308, ../_scss/_utility.scss */
.mod_rate30 {
  width: 30% !important;
}

/* line 309, ../_scss/_utility.scss */
.mod_rate35 {
  width: 35% !important;
}

/* line 310, ../_scss/_utility.scss */
.mod_rate40 {
  width: 40% !important;
}

/* line 311, ../_scss/_utility.scss */
.mod_rate45 {
  width: 45% !important;
}

/* line 312, ../_scss/_utility.scss */
.mod_rate50 {
  width: 50% !important;
}

/* line 313, ../_scss/_utility.scss */
.mod_rate55 {
  width: 55% !important;
}

/* line 314, ../_scss/_utility.scss */
.mod_rate60 {
  width: 60% !important;
}

/* line 315, ../_scss/_utility.scss */
.mod_rate65 {
  width: 65% !important;
}

/* line 316, ../_scss/_utility.scss */
.mod_rate70 {
  width: 70% !important;
}

/* line 317, ../_scss/_utility.scss */
.mod_rate75 {
  width: 75% !important;
}

/* line 318, ../_scss/_utility.scss */
.mod_rate80 {
  width: 80% !important;
}

/* line 319, ../_scss/_utility.scss */
.mod_rate85 {
  width: 85% !important;
}

/* line 320, ../_scss/_utility.scss */
.mod_rate90 {
  width: 90% !important;
}

/* line 321, ../_scss/_utility.scss */
.mod_rate95 {
  width: 95% !important;
}

/* line 322, ../_scss/_utility.scss */
.mod_rate100 {
  width: 100% !important;
}

/* = [Column]
---------------------------------------------------------------------*/
/* line 330, ../_scss/_utility.scss */
.column {
  /* = Responsive (~480)
  -------------------------------------------------------------*/
}
/* line 6, ../_scss/_mixin.scss */
.column:after {
  content: "";
}
/* line 332, ../_scss/_utility.scss */
.column > li {
  float: left;
}
/* line 334, ../_scss/_utility.scss */
.column.column2 > li {
  width: 48%;
}
/* line 336, ../_scss/_utility.scss */
.column.column2 > li:nth-child(2n) {
  float: right;
}
/* line 340, ../_scss/_utility.scss */
.column.column3 > li {
  width: 31%;
  margin-right: 3.5%;
}
/* line 343, ../_scss/_utility.scss */
.column.column3 > li:nth-child(3n) {
  margin-right: 0;
}
/* line 347, ../_scss/_utility.scss */
.column.column4 > li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
/* line 351, ../_scss/_utility.scss */
.column.column4 > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  /* line 330, ../_scss/_utility.scss */
  .column {
    float: none !important;
  }
  /* line 359, ../_scss/_utility.scss */
  .column > li {
    width: 100% !important;
    float: none !important;
  }
  /* line 365, ../_scss/_utility.scss */
  .column.column2 li:nth-child(2n) {
    float: none;
  }
  /* line 369, ../_scss/_utility.scss */
  .column.column3 li {
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* = [Table 関係]
---------------------------------------------------------------------*/
/* line 379, ../_scss/_utility.scss */
.table {
  display: table;
  width: 100%;
}

/* line 380, ../_scss/_utility.scss */
.tcell {
  display: table-cell;
}

/* line 382, ../_scss/_utility.scss */
.table._mh {
  display: table !important;
}

/* = [汎用]
---------------------------------------------------------------------*/
/* line 390, ../_scss/_utility.scss */
.sideline span {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  color: white;
}
/* line 395, ../_scss/_utility.scss */
.sideline span:before, .sideline span:after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 1px;
  background-color: white;
  display: block;
  content: '';
}
/* line 402, ../_scss/_utility.scss */
.sideline span:before {
  left: 0;
}
/* line 403, ../_scss/_utility.scss */
.sideline span:after {
  right: 0;
}
/* line 406, ../_scss/_utility.scss */
.sideline._black span {
  color: black;
}
/* line 408, ../_scss/_utility.scss */
.sideline._black span:before, .sideline._black span:after {
  background-color: black;
}

/* line 406, ../_scss/_utility.scss */
.sideline._white span {
  color: white;
}
/* line 408, ../_scss/_utility.scss */
.sideline._white span:before, .sideline._white span:after {
  background-color: white;
}
/* line 414, ../_scss/_utility.scss */
.sideline-hrz {
  position: relative;
  text-align: center;
}
/* line 417, ../_scss/_utility.scss */
.sideline-hrz span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  background-color: #ede9e3;
  padding: 0 14px;
}
/* line 425, ../_scss/_utility.scss */
.sideline-hrz:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
@media screen and (max-width: 639px) {
  /* line 434, ../_scss/_utility.scss */
  .sideline-hrz span {
    font-size: 1.5rem;
  }

	.sideline._black span:before, .sideline._black span:after {
	  background-color: black;
	  height: 100% !important;
	}

}


/**
 * wp-pagenavi
 */
/* line 5, ../_scss/_plugin.scss */
#navi-pre-next {
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* = Responsive (~480)
  -------------------------------------------------------------*/
}

/* 20250529 noah add */
#navi-pre-next .wp-pagenavi span.extend{
  line-height: 30px;
  margin-right: 22px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 480px){
  #navi-pre-next .wp-pagenavi span.extend{
    line-height: 23px;
    margin-right: 15px;
  }
}

/* end */
/* line 12, ../_scss/_plugin.scss */
#navi-pre-next a.page, #navi-pre-next span.current {
  display: inline-block;
  text-align: center;
  width: 31px;
  height: 31px;
  line-height: 30px;
  margin-right: 22px;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  border: 1px solid black;
}
/* line 22, ../_scss/_plugin.scss */
#navi-pre-next a.page:hover {
  background-color: black;
  color: white;
}
/* line 23, ../_scss/_plugin.scss */
#navi-pre-next span.current {
  background-color: black;
  color: white;
}
/* line 25, ../_scss/_plugin.scss */
#navi-pre-next .cursor {
  display: inline-block;
  text-align: center;
  width: 31px;
  height: 31px;
  margin-right: 22px;
}
/* line 32, ../_scss/_plugin.scss */
#navi-pre-next .cursor a, #navi-pre-next .cursor span {
  position: relative;
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 31px;
  height: 31px;
  line-height: 30px;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  border: 1px solid black;
}
body.single-flagships #navi-pre-next .cursor a, #navi-pre-next .cursor span {
  display: inline-block;
}

/* line 40, ../_scss/_plugin.scss */
#navi-pre-next .cursor a:before, #navi-pre-next .cursor a:after, #navi-pre-next .cursor span:before, #navi-pre-next .cursor span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  width: 8px;
  height: 1px;
  margin-left: -4px;
  background-color: black;
  display: block;
  content: '';
}
/* line 52, ../_scss/_plugin.scss */
#navi-pre-next .cursor.prev a:before, #navi-pre-next .cursor.prev span:before {
  -moz-transform: translateX(0px) translateY(3px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(3px) rotate(45deg);
  -webkit-transform: translateX(0px) translateY(3px) rotate(45deg);
  transform: translateX(0px) translateY(3px) rotate(45deg);
}
/* line 53, ../_scss/_plugin.scss */
#navi-pre-next .cursor.prev a:after, #navi-pre-next .cursor.prev span:after {
  -moz-transform: translateX(0px) translateY(-2px) rotate(-45deg);
  -ms-transform: translateX(0px) translateY(-2px) rotate(-45deg);
  -webkit-transform: translateX(0px) translateY(-2px) rotate(-45deg);
  transform: translateX(0px) translateY(-2px) rotate(-45deg);
}
/* line 55, ../_scss/_plugin.scss */
#navi-pre-next .cursor.next a, #navi-pre-next .cursor.next span {
  margin-right: 0;
}
/* line 57, ../_scss/_plugin.scss */
#navi-pre-next .cursor.next a:before, #navi-pre-next .cursor.next span:before {
  -moz-transform: translateX(0px) translateY(3px) rotate(-45deg);
  -ms-transform: translateX(0px) translateY(3px) rotate(-45deg);
  -webkit-transform: translateX(0px) translateY(3px) rotate(-45deg);
  transform: translateX(0px) translateY(3px) rotate(-45deg);
}
/* line 58, ../_scss/_plugin.scss */
#navi-pre-next .cursor.next a:after, #navi-pre-next .cursor.next span:after {
  -moz-transform: translateX(0px) translateY(-2px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(-2px) rotate(45deg);
  -webkit-transform: translateX(0px) translateY(-2px) rotate(45deg);
  transform: translateX(0px) translateY(-2px) rotate(45deg);
}
/* line 62, ../_scss/_plugin.scss */
#navi-pre-next .cursor1 {
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 64, ../_scss/_plugin.scss */
#navi-pre-next .cursor1:before, #navi-pre-next .cursor1:after {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  content: '';
}
/* line 74, ../_scss/_plugin.scss */
#navi-pre-next .cursor1._nolink:before, #navi-pre-next .cursor1._nolink:after {
  background-color: #5A5A5A;
}
/* line 75, ../_scss/_plugin.scss */
#navi-pre-next .cursor1._nolink:hover:before, #navi-pre-next .cursor1._nolink:hover:after {
  background-color: #5A5A5A;
}
/* line 79, ../_scss/_plugin.scss */
#navi-pre-next .cursor1.prev {
  left: 0;
}
/* line 81, ../_scss/_plugin.scss */
#navi-pre-next .cursor1.prev:before, #navi-pre-next .cursor1.prev:after {
  left: 0;
}
/* line 82, ../_scss/_plugin.scss */
#navi-pre-next .cursor1.prev:before {
  -moz-transform: translateY(-6px) rotate(-43deg);
  -ms-transform: translateY(-6px) rotate(-43deg);
  -webkit-transform: translateY(-6px) rotate(-43deg);
  transform: translateY(-6px) rotate(-43deg);
}
/* line 83, ../_scss/_plugin.scss */
#navi-pre-next .cursor1.prev:after {
  -moz-transform: translateY(6px) rotate(43deg);
  -ms-transform: translateY(6px) rotate(43deg);
  -webkit-transform: translateY(6px) rotate(43deg);
  transform: translateY(6px) rotate(43deg);
}
/* line 85, ../_scss/_plugin.scss */
#navi-pre-next .cursor1.next {
  right: 0;
}
/* line 87, ../_scss/_plugin.scss */
#navi-pre-next .cursor1.next:before, #navi-pre-next .cursor1.next:after {
  right: 0;
}
/* line 88, ../_scss/_plugin.scss */
#navi-pre-next .cursor1.next:before {
  -moz-transform: translateY(-6px) rotate(43deg);
  -ms-transform: translateY(-6px) rotate(43deg);
  -webkit-transform: translateY(-6px) rotate(43deg);
  transform: translateY(-6px) rotate(43deg);
}
/* line 89, ../_scss/_plugin.scss */
#navi-pre-next .cursor1.next:after {
  -moz-transform: translateY(6px) rotate(-43deg);
  -ms-transform: translateY(6px) rotate(-43deg);
  -webkit-transform: translateY(6px) rotate(-43deg);
  transform: translateY(6px) rotate(-43deg);
}
/* line 92, ../_scss/_plugin.scss */
#navi-pre-next .cursor1 a, #navi-pre-next .cursor1 span {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 31px;
  height: 31px;
}
/* line 6, ../_scss/_mixin.scss */
#navi-pre-next._single:after {
  content: "";
}
/* line 101, ../_scss/_plugin.scss */
#navi-pre-next._single .cursor {
  position: relative;
  width: auto;
}
/* line 104, ../_scss/_plugin.scss */
#navi-pre-next._single .cursor a, #navi-pre-next._single .cursor span {
  display: inline-block;
  width: auto;
}
/* line 109, ../_scss/_plugin.scss */
#navi-pre-next._single .cursor a {
  display: block;
  vertical-align: middle;
}
/* line 112, ../_scss/_plugin.scss */
#navi-pre-next._single .cursor a span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.4rem;
}
/* line 118, ../_scss/_plugin.scss */
#navi-pre-next._single .cursor.prev {
  float: left;
  padding-left: 30px;
}
/* line 122, ../_scss/_plugin.scss */
#navi-pre-next._single .cursor.next {
  float: right;
  padding-right: 30px;
}
/* line 128, ../_scss/_plugin.scss */
#navi-pre-next._single a.back {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -15.5px;
  margin-top: -15.5px;
  width: 31px;
  height: 31px;
  background: url(../img/common/icon_grid.png) no-repeat 0 0 transparent;
  -moz-background-size: 31px 31px;
  -o-background-size: 31px 31px;
  -webkit-background-size: 31px 31px;
  background-size: 31px 31px;
  display: block;
  text-align: left;
  text-indent: -9999px;
  display: block;
}
/* line 137, ../_scss/_plugin.scss */
#navi-pre-next._single a.back:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 142, ../_scss/_plugin.scss */
#navi-pre-next .wp-pagenavi {
  display: inline-block;
  text-align: center;
}
/* line 145, ../_scss/_plugin.scss */
#navi-pre-next .wp-pagenavi span.pages, #navi-pre-next .wp-pagenavi a.first, #navi-pre-next .wp-pagenavi a.last, #navi-pre-next .wp-pagenavi a.previouspostslink, #navi-pre-next .wp-pagenavi a.nextpostslink {
  display: none;
}
@media screen and (max-width: 480px) {
  /* line 153, ../_scss/_plugin.scss */
  #navi-pre-next a.page, #navi-pre-next span.current, #navi-pre-next .cursor {
    width: 24px;
    height: 24px;
    line-height: 23px;
    margin-right: 15px;
    font-size: 1.4rem;
  }
  /* line 159, ../_scss/_plugin.scss */
  #navi-pre-next .cursor a, #navi-pre-next .cursor span {
    width: 24px;
    height: 24px;
    line-height: 23px;
  }
  #navi-pre-next .cursor:last-child {
    margin-right: 0px;
  }

}

/**
 * slick - slick.scss & slick-theme.scss
 * http://kenwheeler.github.io/slick/
 */
/* line 177, ../_scss/_plugin.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 192, ../_scss/_plugin.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 199, ../_scss/_plugin.scss */
.slick-list:focus {
  outline: none;
}
/* line 200, ../_scss/_plugin.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 205, ../_scss/_plugin.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 214, ../_scss/_plugin.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 220, ../_scss/_plugin.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 223, ../_scss/_plugin.scss */
.slick-track:after {
  clear: both;
}
/* line 225, ../_scss/_plugin.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 227, ../_scss/_plugin.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 231, ../_scss/_plugin.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 234, ../_scss/_plugin.scss */
.slick-slide img {
  display: block;
}
/* line 235, ../_scss/_plugin.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 239, ../_scss/_plugin.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 241, ../_scss/_plugin.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 242, ../_scss/_plugin.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 243, ../_scss/_plugin.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 249, ../_scss/_plugin.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 295, ../_scss/_plugin.scss */
.slick-loading .slick-list {
  background: #fff url("../img/plugin/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 314, ../_scss/_plugin.scss */
.slick-arrow {
  position: absolute;
  z-index: 10000;
  display: block;
  width: 36px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  /* = Responsive (~480)
  -------------------------------------------------------------*/
}
/* line 325, ../_scss/_plugin.scss */
.slick-arrow:hover, .slick-arrow:focus {
  outline: none;
  background: transparent;
  color: transparent;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
/* line 329, ../_scss/_plugin.scss */
.slick-arrow:hover:before, .slick-arrow:focus:before {
  opacity: 1;
}
/* line 331, ../_scss/_plugin.scss */
.slick-arrow.slick-disabled:before, .slick-arrow.slick-disabled:after {
  opacity: 0.25;
}
/* line 335, ../_scss/_plugin.scss */
.slick-arrow:before, .slick-arrow:after {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  display: inline-block;
  position: absolute;
  top: 14px;
  width: 45px;
  height: 3px;
  background-color: #fff;
  content: '';
}
@media screen and (max-width: 480px) {
  /* line 314, ../_scss/_plugin.scss */
  .slick-arrow {
    width: 24px;
    height: 46px;
    margin-top: -23px;
  }
  /* line 352, ../_scss/_plugin.scss */
  .slick-arrow:before, .slick-arrow:after {
    top: 14px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    content: '';
  }
}

/* line 361, ../_scss/_plugin.scss */
.slick-prev {
  left: 20px;
  /* = Responsive (~480)
  -------------------------------------------------------------*/
}
/* line 363, ../_scss/_plugin.scss */
.slick-prev:before, .slick-prev:after {
  left: -3px;
}
/* line 364, ../_scss/_plugin.scss */
.slick-prev:before {
  -moz-transform: translateY(0px) rotate(-40deg);
  -ms-transform: translateY(0px) rotate(-40deg);
  -webkit-transform: translateY(0px) rotate(-40deg);
  transform: translateY(0px) rotate(-40deg);
}
/* line 365, ../_scss/_plugin.scss */
.slick-prev:after {
  -moz-transform: translateY(28px) rotate(40deg);
  -ms-transform: translateY(28px) rotate(40deg);
  -webkit-transform: translateY(28px) rotate(40deg);
  transform: translateY(28px) rotate(40deg);
}
/* line 367, ../_scss/_plugin.scss */
.slick-prev:hover:before, .slick-prev:hover:after {
  left: -8px;
}
@media screen and (max-width: 480px) {
  /* line 361, ../_scss/_plugin.scss */
  .slick-prev {
    left: 14px;
  }
  /* line 374, ../_scss/_plugin.scss */
  .slick-prev:before, .slick-prev:after {
    left: -3px;
  }
  /* line 375, ../_scss/_plugin.scss */
  .slick-prev:before {
    -moz-transform: translateY(0px) rotate(-40deg);
    -ms-transform: translateY(0px) rotate(-40deg);
    -webkit-transform: translateY(0px) rotate(-40deg);
    transform: translateY(0px) rotate(-40deg);
  }
  /* line 376, ../_scss/_plugin.scss */
  .slick-prev:after {
    -moz-transform: translateY(15px) rotate(40deg);
    -ms-transform: translateY(15px) rotate(40deg);
    -webkit-transform: translateY(15px) rotate(40deg);
    transform: translateY(15px) rotate(40deg);
  }
  /* line 378, ../_scss/_plugin.scss */
  .slick-prev:hover:before, .slick-prev:hover:after {
    left: -8px;
  }
}

/* line 382, ../_scss/_plugin.scss */
.slick-next {
  right: 20px;
  /* = Responsive (~480)
  -------------------------------------------------------------*/
}
/* line 384, ../_scss/_plugin.scss */
.slick-next:before, .slick-next:after {
  right: -3px;
}
/* line 385, ../_scss/_plugin.scss */
.slick-next:before {
  -moz-transform: translateY(0px) rotate(40deg);
  -ms-transform: translateY(0px) rotate(40deg);
  -webkit-transform: translateY(0px) rotate(40deg);
  transform: translateY(0px) rotate(40deg);
}
/* line 386, ../_scss/_plugin.scss */
.slick-next:after {
  -moz-transform: translateY(28px) rotate(-40deg);
  -ms-transform: translateY(28px) rotate(-40deg);
  -webkit-transform: translateY(28px) rotate(-40deg);
  transform: translateY(28px) rotate(-40deg);
}
/* line 388, ../_scss/_plugin.scss */
.slick-next:hover:before, .slick-next:hover:after {
  right: -8px;
}
@media screen and (max-width: 480px) {
  /* line 382, ../_scss/_plugin.scss */
  .slick-next {
    right: 14px;
  }
  /* line 395, ../_scss/_plugin.scss */
  .slick-next:before, .slick-next:after {
    right: -3px;
  }
  /* line 396, ../_scss/_plugin.scss */
  .slick-next:before {
    -moz-transform: translateY(0px) rotate(40deg);
    -ms-transform: translateY(0px) rotate(40deg);
    -webkit-transform: translateY(0px) rotate(40deg);
    transform: translateY(0px) rotate(40deg);
  }
  /* line 397, ../_scss/_plugin.scss */
  .slick-next:after {
    -moz-transform: translateY(15px) rotate(-40deg);
    -ms-transform: translateY(15px) rotate(-40deg);
    -webkit-transform: translateY(15px) rotate(-40deg);
    transform: translateY(15px) rotate(-40deg);
  }
  /* line 399, ../_scss/_plugin.scss */
  .slick-next:hover:before, .slick-next:hover:after {
    right: -8px;
  }
}

/* Dots */
/* line 411, ../_scss/_plugin.scss */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 419, ../_scss/_plugin.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 7px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
/* line 426, ../_scss/_plugin.scss */
.slick-dots li:last-child {
  margin-right: 0;
}
/* line 430, ../_scss/_plugin.scss */
.slick-dots li button {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #dbdbdb;
  width: 38px;
  height: 7px;
  line-height: 7px;
  outline: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
/* line 445, ../_scss/_plugin.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #76161B;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 453, ../_scss/_plugin.scss */
.slick-dots li.slick-active button {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #76161B;
}

/**
* contactform 7
*/
/* line 473, ../_scss/_plugin.scss */
div.wpcf7 {
  margin: 0;
  padding: 0;
}

/* line 478, ../_scss/_plugin.scss */
div.wpcf7-response-output {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 auto 32px !important;
  padding: 5px 5px !important;
  /* 2021.06.07 add megane.to */
  text-align: center;
  border: 0 none !important;
  background: #f55;
  color: white;
  padding: 8px;
  text-align: center;
}

/* line 486, ../_scss/_plugin.scss */
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 496, ../_scss/_plugin.scss */
div.wpcf7 .screen-reader-response ul {
  display: none;
}

/* line 499, ../_scss/_plugin.scss */
div.wpcf7-mail-sent-ok {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #000;
  color: white;
  padding: 8px;
  text-align: center;
}

/* line 507, ../_scss/_plugin.scss */
div.wpcf7-mail-sent-ng {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ff5555;
  color: white;
  padding: 8px;
  text-align: center;
}

/* line 515, ../_scss/_plugin.scss */
div.wpcf7-spam-blocked {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ff5555;
  color: white;
  padding: 8px;
  text-align: center;
}

/* line 523, ../_scss/_plugin.scss */
div.wpcf7-validation-errors {
  border: 0 none !important;
  background: #ff5555;
  color: white;
  padding: 8px;
  text-align: center;
}

/* line 532, ../_scss/_plugin.scss */
span.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 539, ../_scss/_plugin.scss */
span.wpcf7-not-valid-tip {
  /*position: absolute;*/
  position: block;
  left: 0;
  bottom: -20px;
  z-index: 100;
  display: block;
  width: 100%;
  color: #f00;
  font-size: 1em;
  white-space: nowrap;
  word-wrap: break-word;
  white-space: normal;
  padding-top:10px;
}

/* line 550, ../_scss/_plugin.scss */
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

/* line 560, ../_scss/_plugin.scss */
span.wpcf7-list-item {
  margin-left: 0.5em;
}

/* line 564, ../_scss/_plugin.scss */
.wpcf7-display-none {
  display: none;
}

/* line 568, ../_scss/_plugin.scss */
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

/* line 574, ../_scss/_plugin.scss */
div.wpcf7 div.ajax-error {
  display: none;
}

/* line 578, ../_scss/_plugin.scss */
div.wpcf7 .placeheld {
  color: #888;
}

/* line 17, ../_scss/style.scss */
html, body {
  background-color: black;
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
}
/* safariのみ文字間隔が広くなる問題の対応 */
_::-webkit-full-page-media, _:future, :root html .sfr_adjust,
_::-webkit-full-page-media, _:future, :root body .sfr_adjust{
  letter-spacing: -1px;
}
/* line 21, ../_scss/style.scss */
body {
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  /* line 21, ../_scss/style.scss */
  body {
    font-size: 1.4rem;
  }
  /* line 27, ../_scss/style.scss */
  body.open-sp-menu {
    overflow: hidden;
  }
}

/*----------------------------------------------------
	Link
 ----------------------------------------------------*/
/* line 35, ../_scss/style.scss */
a {
  text-decoration: none;
  letter-spacing: 0;
  text-rendering: optimizelegibility;
  text-decoration: none;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
/* line 41, ../_scss/style.scss */
a:link {
  color: #000;
}
/* line 42, ../_scss/style.scss */
a:visited {
  color: #000;
}
/* line 43, ../_scss/style.scss */
a:hover, a:active {
  /* color: #666; */
}
/* line 45, ../_scss/style.scss */
a:focus {
  outline: none;
}

/* line 47, ../_scss/style.scss */
*:focus {
  outline: none;
}

/* line 50, ../_scss/style.scss */
a.external {
  display: inline-block;
  color: #113851;
  line-height: inherit;
  vertical-align: middle;
}
/* line 55, ../_scss/style.scss */
a.external:after {
  line-height: inherit;
  background: url(../img/common/icon_external.png) no-repeat 0 center transparent;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  margin-left: 4px;
  width: 15px;
  display: inline-block;
  content: '\00A0';
}

/* line 67, ../_scss/style.scss */
a.link-pdf {
  display: inline-block;
  color: #113851;
  line-height: inherit;
}
/* line 72, ../_scss/style.scss */
a.link-pdf:after {
  line-height: inherit;
  background: url(../img/common/icon_pdf.png) no-repeat 0 center transparent;
  -moz-background-size: 12px 15px;
  -o-background-size: 12px 15px;
  -webkit-background-size: 12px 15px;
  background-size: 12px 15px;
  margin-left: 4px;
  width: 12px;
  height: 15px;
  display: inline-block;
  content: '\00A0';
}

/* line 85, ../_scss/style.scss */
a.button_basic {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
/* line 96, ../_scss/style.scss */
a.button_basic:hover {
  background-color: white;
  color: black;
}
/* line 101, ../_scss/style.scss */
a.button_basic._black {
  border: 1px solid black;
  color: black;
}
/* line 104, ../_scss/style.scss */
a.button_basic._black:hover {
  background-color: black ;
  color: white !important;
}
/* line 109, ../_scss/style.scss */
a.button_basic._w-def {
  max-width: 290px;
}
/* line 110, ../_scss/style.scss */
a.button_basic._center {
  margin-left: auto;
  margin-right: auto;
}

/* line 114, ../_scss/style.scss */
a#button-totop {
  display: none;
}
@media screen and (max-width: 639px) {
  /* line 114, ../_scss/style.scss */
  a#button-totop {
    display: block;
    width: 100%;
    height: 70px;
    background: url(../img/common/btn_totop-sp.png) no-repeat center center #eee;
    -moz-background-size: 63px 70px;
    -o-background-size: 63px 70px;
    -webkit-background-size: 63px 70px;
    background-size: 63px 70px;
    display: block;
    text-align: left;
    text-indent: -9999px;
  }
  /* line 124, ../_scss/style.scss */
  a#button-totop img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 63px;
    height: 70px;
  }
}

/* = [Frame-module]
---------------------------------------------------------------------*/
/* line 133, ../_scss/style.scss */
.content-frame {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1050px;
}
/* line 138, ../_scss/style.scss */
.content-frame._wide {
  max-width: 1250px !important;
}
@media only screen and (max-width: 639px) {
  /* line 133, ../_scss/style.scss */
  .content-frame {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* = [Loading]
---------------------------------------------------------------------*/
/* line 154, ../_scss/style.scss */
#loadPanel {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200001;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 161, ../_scss/style.scss */
#loadPanel #indicator-line {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0%;
  height: 5px;
  background-color: #000;
}
/* line 169, ../_scss/style.scss */
#loadPanel #bg-indicator {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
/* line 175, ../_scss/style.scss */
#loadPanel #logo-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -200px;
  margin-top: -100px;
  width: 400px;
  height: 200px;
}
/* line 180, ../_scss/style.scss */
#loadPanel #logo-indicator .indicator-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 200px;
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  overflow: hidden;
}
/* line 186, ../_scss/style.scss */
#loadPanel #logo-indicator .indicator-logo .indicator-img {
  display: block;
  width: 400px;
  height: 200px;
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-background-size: 50%;
  -o-background-size: 50%;
  -webkit-background-size: 50%;
  background-size: 50%;
}
/* line 194, ../_scss/style.scss */
#loadPanel #logo-indicator .indicator-logo.mask {
  z-index: 2;
  width: 0%;
}
/* line 198, ../_scss/style.scss */
#loadPanel #logo-indicator .indicator-logo.base {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 208, ../_scss/style.scss */
#loadPanel .spinner {
  -webkit-animation: sk-scaleout 1.7s infinite ease-in-out;
  animation: sk-scaleout 1.7s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* line 236, ../_scss/style.scss */
.mod_accordion._basic._open-accordion .mod_accordion-title:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 237, ../_scss/style.scss */
.mod_accordion._basic._open-accordion .mod_accordion-title:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 240, ../_scss/style.scss */
.mod_accordion._basic .mod_accordion-title {
  position: relative;
}
/* line 236, ../_scss/style.scss */
.mod_accordion_oya._basic._open-accordion .mod_accordion-title_oya:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 237, ../_scss/style.scss */
.mod_accordion_oya._basic._open-accordion .mod_accordion-title_oya:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 240, ../_scss/style.scss */
.mod_accordion_oya._basic .mod_accordion-title_oya {
  position: relative;
}
/* line 242, ../_scss/style.scss */
.mod_accordion._basic .mod_accordion-title:before, .mod_accordion._basic .mod_accordion-title:after {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 1;
  width: 13px;
  height: 1px;
  background-color: white;
  display: block;
  content: '';
}
/* line 242, ../_scss/style.scss */
.mod_accordion_oya._basic .mod_accordion-title_oya:before, .mod_accordion_oya._basic .mod_accordion-title_oya:after {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 1;
  width: 13px;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
/* line 250, ../_scss/style.scss */
.mod_accordion._basic .mod_accordion-title:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 250, ../_scss/style.scss */
.mod_accordion_oya._basic .mod_accordion-title_oya:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 252, ../_scss/style.scss */
.mod_accordion._basic .mod_accordion-body {
  display: none;
}
/* line 252, ../_scss/style.scss */
.mod_accordion_oya._basic .mod_accordion-body {
  display: none;
}
@media screen and (max-width: 639px) {
  /* line 257, ../_scss/style.scss */
  .mod_accordion._basic .mod_accordion-title:before, .mod_accordion._basic .mod_accordion-title:after {
    right: 18px;
  }
  /* line 257, ../_scss/style.scss */
  .mod_accordion._basic .mod_accordion-title:before, .mod_accordion_oya._basic .mod_accordion-title_oya:after {
    right: 18px;
  }
}

/* line 263, ../_scss/style.scss */
.mod_accordion .mod_accordion-title {
  position: relative;
}

/* line 263, ../_scss/style.scss */
.mod_accordion_oya .mod_accordion-title {
  position: relative;
}

/* line 236, ../_scss/style.scss */
.mod_accordion._basic._open-accordion .mod_accordion-title_oya:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 237, ../_scss/style.scss */
.mod_accordion._basic._open-accordion .mod_accordion-title_oya:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 240, ../_scss/style.scss */
.mod_accordion._basic .mod_accordion-title_oya {
  position: relative;
}
/* line 242, ../_scss/style.scss */
.mod_accordion._basic .mod_accordion-title_oya:before, .mod_accordion._basic .mod_accordion-title_oya:after {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 1;
  width: 13px;
  height: 1px;
  background-color: white;
  display: block;
  content: '';
}
/* line 250, ../_scss/style.scss */
.mod_accordion._basic .mod_accordion-title_oya:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 252, ../_scss/style.scss */
.mod_accordion._basic .mod_accordion-body_oya {
  display: none;
}
@media screen and (max-width: 639px) {
  /* line 257, ../_scss/style.scss */
  .mod_accordion._basic .mod_accordion-title_oya:before, .mod_accordion._basic .mod_accordion-title_oya:after {
    right: 18px;
  }
}

/* line 263, ../_scss/style.scss */
.mod_accordion .mod_accordion-title_oya {
  position: relative;
}



/* = FOOTER
---------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
  /* line 279, ../_scss/style.scss */
  .mod_accordion._footer._open-accordion .mod_accordion-title:before {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 280, ../_scss/style.scss */
  .mod_accordion._footer._open-accordion .mod_accordion-title:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 283, ../_scss/style.scss */
  .mod_accordion._footer .mod_accordion-title {
    position: relative;
  }
  /* line 287, ../_scss/style.scss */
  .mod_accordion._footer .mod_accordion-title:before, .mod_accordion._footer .mod_accordion-title:after {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -ms-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    position: absolute;
    right: 14px;
    top: 37px;
    z-index: 1;
    width: 13px;
    height: 1px;
    background-color: white;
    display: block;
    content: '';
  }
  /* line 295, ../_scss/style.scss */
  .mod_accordion._footer .mod_accordion-title:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 297, ../_scss/style.scss */
  .mod_accordion._footer .mod_accordion-body {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  /* line 279, ../_scss/style.scss */
  .mod_accordion._footer._open-accordion .mod_accordion-title_oya:before {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 280, ../_scss/style.scss */
  .mod_accordion._footer._open-accordion .mod_accordion-title_oya:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 283, ../_scss/style.scss */
  .mod_accordion._footer .mod_accordion-title_oya {
    position: relative;
  }
  /* line 287, ../_scss/style.scss */
  .mod_accordion._footer .mod_accordion-title_oya:before, .mod_accordion._footer .mod_accordion-title_oya:after {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -ms-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    position: absolute;
    right: 14px;
    top: 37px;
    z-index: 1;
    width: 13px;
    height: 1px;
    background-color: white;
    display: block;
    content: '';
  }
  /* line 295, ../_scss/style.scss */
  .mod_accordion._footer .mod_accordion-title_oya:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 297, ../_scss/style.scss */
  .mod_accordion._footer .mod_accordion-body_oya {
    display: none;
  }
}

/* line 301, ../_scss/style.scss */
footer#site-footer {
  background-color: black;
  padding-top: 50px;
  padding-bottom: 55px;
}
/* line 305, ../_scss/style.scss */
footer#site-footer .content-frame {
  position: relative;
  max-width: none;
}
/* line 6, ../_scss/_mixin.scss */
footer#site-footer .content-frame:after {
  content: "";
}
/* line 311, ../_scss/style.scss */
footer#site-footer #logo-footer {
  position: absolute;
  left: 25px;
  top: 0;
  z-index: 1;
  width: 160px;
  height: 28px;
}
/* line 316, ../_scss/style.scss */
footer#site-footer #logo-footer a.sitelogo {
  width: 160px;
  height: 28px;
}
/* line 319, ../_scss/style.scss */
footer#site-footer #navi-sitemap {
  width: 100%;
  margin-bottom: 100px;
}
/* line 6, ../_scss/_mixin.scss */
footer#site-footer #navi-sitemap:after {
  content: "";
}
/* line 323, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category {
  float: right;
}
/* line 6, ../_scss/_mixin.scss */
footer#site-footer #navi-sitemap ul.category:after {
  content: "";
}
/* line 326, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  float: left;
  padding-top: 12px;
  border-top: 1px solid white;
  width: 205px;
  margin-right: 10px;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* line 333, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li:last-child {
  margin-right: 0 !important;
}
/* line 335, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li .mainmenu {
  padding-bottom: 28px;
  font-size: 1.4rem;
}
/* line 338, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li .mainmenu a {
  color: white;
}
/* line 340, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li ul.submenu > li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
/* line 344, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li ul.submenu > li:last-child {
  margin-bottom: 0 !important;
}
/* line 345, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li ul.submenu > li a {
  color: white;
}
/* line 348, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li.about ul.submenu > li {
  margin-bottom: 18px;
}
/* line 351, ../_scss/style.scss */
footer#site-footer #navi-sitemap ul.category > li.contact ul.submenu > li {
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
}
/* line 357, ../_scss/style.scss */
footer#site-footer .under_block {
  width: 100%;
  color: white;
}
/* line 6, ../_scss/_mixin.scss */
footer#site-footer .under_block:after {
  content: "";
}
/* line 362, ../_scss/style.scss */
footer#site-footer .under_block .copyright {
  position: absolute;
  left: 25px;
  bottom: 0;
  z-index: 1;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.0rem;
}
/* line 368, ../_scss/style.scss */
footer#site-footer .under_block #navi-sns {
  position: absolute;
  right: 25px;
  bottom: 0;
  z-index: 1;
}
/* line 371, ../_scss/style.scss */
footer#site-footer .under_block #navi-sns ul.sns li {
  margin-right: 18px;
}
/* line 373, ../_scss/style.scss */
footer#site-footer .under_block #navi-sns ul.sns li:last-child {
  margin-right: 0;
}
/* line 374, ../_scss/style.scss */
footer#site-footer .under_block #navi-sns ul.sns li a:after {
  color: white;
}
/* line 377, ../_scss/style.scss */
footer#site-footer .under_block #navi-company {
  float: right;
  width: 850px;
}
/* line 380, ../_scss/style.scss */
footer#site-footer .under_block #navi-company ul li {
  display: inline-block;
  margin-right: 18px;
}
/* line 383, ../_scss/style.scss */
footer#site-footer .under_block #navi-company ul li:last-child {
  margin-right: 0;
}
/* line 384, ../_scss/style.scss */
footer#site-footer .under_block #navi-company ul li a {
  color: white;
  font-size: 1.0rem;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1080px) {
  /* line 399, ../_scss/style.scss */
  footer#site-footer #navi-sitemap ul.category > li {
    width: 180px;
  }
  /* line 401, ../_scss/style.scss */
  footer#site-footer #navi-sitemap ul.category > li:last-child {
    width: 205px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 409, ../_scss/style.scss */
  footer#site-footer .content-frame {
    width: 100%;
  }
  /* line 410, ../_scss/style.scss */
  footer#site-footer #navi-sitemap {
    margin-left: auto;
    margin-right: auto;
    width: 635px;
    padding-left: 0;
    margin-bottom: 80px;
  }
  /* line 416, ../_scss/style.scss */
  footer#site-footer #navi-sitemap ul.category > li {
    width: 155px !important;
    margin-right: 5px;
  }
  /* line 420, ../_scss/style.scss */
  footer#site-footer #logo-footer {
    position: static;
    margin: 30px auto;
    width: 158px;
    height: 28px;
  }
  /* line 425, ../_scss/style.scss */
  footer#site-footer #logo-footer a.sitelogo {
    width: 158px;
    height: 28px;
  }
  /* line 428, ../_scss/style.scss */
  footer#site-footer .under_block {
    text-align: center;
    padding-left: 0;
  }
  /* line 431, ../_scss/style.scss */
  footer#site-footer .under_block #navi-company {
    float: none;
    width: auto;
    margin-bottom: 38px;
  }
  /* line 435, ../_scss/style.scss */
  footer#site-footer .under_block #navi-company ul li {
    position: relative;
    padding-right: 13px;
    margin-right: 12px;
  }
  /* line 439, ../_scss/style.scss */
  footer#site-footer .under_block #navi-company ul li:after {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -5px;
    width: 1px;
    height: 12px;
    background-color: white;
    display: block;
    content: '';
  }
  /* line 447, ../_scss/style.scss */
  footer#site-footer .under_block #navi-company ul li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 449, ../_scss/style.scss */
  footer#site-footer .under_block #navi-company ul li:last-child:after {
    display: none;
  }
  /* line 453, ../_scss/style.scss */
  footer#site-footer .under_block .copyright {
    position: static;
  }
  /* line 454, ../_scss/style.scss */
  footer#site-footer .under_block #navi-sns {
    position: static;
  }
}
@media screen and (max-width: 639px) {
  /* line 301, ../_scss/style.scss */
  footer#site-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  /* line 462, ../_scss/style.scss */
  footer#site-footer #navi-sitemap {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 465, ../_scss/style.scss */
  footer#site-footer #navi-sitemap ul.category {
    float: none;
    border-bottom: 1px solid #585757;
  }
  /* line 468, ../_scss/style.scss */
  footer#site-footer #navi-sitemap ul.category > li {
    border-top-color: #585757;
    width: 100% !important;
    padding-bottom: 8px;
    padding-top: 0;
    margin-right: 0;
  }
  /* line 473, ../_scss/style.scss */
  footer#site-footer #navi-sitemap ul.category > li .mainmenu {
    padding-top: 12px;
    padding-bottom: 22px;
    font-size: 1.6rem;
  }
  /* line 477, ../_scss/style.scss */
  footer#site-footer #navi-sitemap ul.category > li ul.submenu {
    padding-bottom: 22px;
  }
  /* line 479, ../_scss/style.scss */
  footer#site-footer #navi-sitemap ul.category > li ul.submenu > li {
    font-size: 1.2rem;
    margin-bottom: 10px !important;
  }
  /* line 488, ../_scss/style.scss */
  footer#site-footer #logo-footer {
    margin: 95px auto 30px;
  }
  /* line 490, ../_scss/style.scss */
  footer#site-footer .under_block #navi-company {
    margin-bottom: 60px;
  }
  /* line 493, ../_scss/style.scss */
  footer#site-footer .under_block #navi-company ul li:after {
    margin-top: -6px;
    height: 14px;
  }
  /* line 494, ../_scss/style.scss */
  footer#site-footer .under_block #navi-company ul li a {
    font-size: 1.1rem;
  }
}

/* line 505, ../_scss/style.scss */
.sitelogo {
  display: block;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/common/logo_plotter-w.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  -moz-background-size: contain important;
  -o-background-size: contain important;
  -webkit-background-size: contain important;
  background-size: contain important;
}

/* line 513, ../_scss/style.scss */
a.sitelogo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* = [Site Header]
---------------------------------------------------------------------*/
/* line 517, ../_scss/style.scss */
header#site-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 75px;
  background-color: #000;
  -webkit-transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -moz-transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -ms-transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -o-transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  /* = Responsive (~1080)
  -------------------------------------------------------------*/
  /* = Responsive (~1000)
  -------------------------------------------------------------*/
  /* = Responsive (~640)
  -------------------------------------------------------------*/
}
/* line 524, ../_scss/style.scss */
header#site-header.slideDown {
  top: 0;
}
/* line 525, ../_scss/style.scss */
header#site-header.slideUp {
  top: -75px;
}
/* 20250529 noah add */
/* PC表示(ハンバーガーメニュー非表示)の間、サブメニュー開の場合はスライド量を増やす */
@media screen and (min-width: 1001px) {
	header#site-header.open-submenu.slideUp {
	 top: -105px;
	}
	/* Productsのサブメニューは他より高さがあるのでその分スライド量を増やす */
	header#site-header.open-submenu.slideUp._products {
	 top: -117px;
	}
}
/* end */
/* line 527, ../_scss/style.scss */
header#site-header .content-frame {
  position: relative;
  z-index: 200;
  max-width: none;
  height: 75px;
}
/* line 532, ../_scss/style.scss */
header#site-header .content-frame #headerBase {
  position: relative;
  z-index: 1;
  height: 75px;
  padding-top: 28px;
  background-color: #000;
}
/* line 538, ../_scss/style.scss */
header#site-header .content-frame #headerBaseBG {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 201;
  width: 100%;
  height: 75px;
  background-color: #000;
}
/* line 546, ../_scss/style.scss */
header#site-header h1#logo-main {
  width: 105px;
  height: 20px;
}
/* line 549, ../_scss/style.scss */
header#site-header h1#logo-main a.sitelogo {
  width: 105px;
  height: 20px;
}
/* line 552, ../_scss/style.scss */
header#site-header:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 1;
  width: 100%;
  height: 0;
  background-color: black;
  display: block;
  content: '';
}
/* line 561, ../_scss/style.scss */
header#site-header.open-submenu:after {
  height: 30px;
}
/* line 563, ../_scss/style.scss */
header#site-header.open-submenu._products._pr2:after {
  height: 30px;
}
/* line 564, ../_scss/style.scss */
header#site-header.open-submenu._products._pr3:after {
  height: 64px;
}
/* line 565, ../_scss/style.scss */
header#site-header.open-submenu._products._pr4:after {
  height: 86px;
}
/* line 568, ../_scss/style.scss */
header#site-header.open-submenu._magazine._mgz2:after {
  height: 42px;
}
/* line 569, ../_scss/style.scss */
header#site-header.open-submenu._magazine._mgz3:after {
  height: 64px;
}
/* line 570, ../_scss/style.scss */
header#site-header.open-submenu._magazine._mgz4:after {
  height: 86px;
}
/* line 575, ../_scss/style.scss */
header#site-header nav {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
/* line 577, ../_scss/style.scss */
header#site-header nav ul li {
  display: inline-block;
  font-size: 1.4rem;
  padding-right: 23px;
  margin-bottom: 8px;
}
/* line 583, ../_scss/style.scss */
header#site-header nav ul li:last-child {
  padding-right: 0 !important;
}
/* line 584, ../_scss/style.scss */
header#site-header nav ul li a {
  display: block;
  position: relative;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
}
header#site-header nav ul li div {
  display: block;
  position: relative;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
}
/* line 589, ../_scss/style.scss */
header#site-header nav ul li a:after {
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: white;
  display: block;
  content: '';
}
header#site-header nav ul li div:after {
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: white;
  display: block;
  content: '';
}
/* line 597, ../_scss/style.scss */
header#site-header nav ul li a:hover:after {
  width: 100%;
}
header#site-header nav ul li div:hover:after {
  width: 100%;
}
@media screen and (max-width: 1000px) {
	header#site-header.open-submenu:after {
	  height: 0px;
	}

	header#site-header nav ul li div:after {
	  -webkit-transition: width 0.3s ease;
	  -moz-transition: width 0.3s ease;
	  -ms-transition: width 0.3s ease;
	  -o-transition: width 0.3s ease;
	  transition: width 0.3s ease;
	  position: absolute;
	  left: 0;
	  bottom: -1px;
	  z-index: 1;
	  width: 0;
	  height: 1px;
	  background-color: transparent;
	  display: block;
	  content: '';
	}


}
/* line 599, ../_scss/style.scss */
/* 20250522 noah change */
body.about:not(.flagship) header#site-header nav ul li.about a:after {
  width: 100%;
}
body.about:not(.flagship) header#site-header nav ul li.aboutlink div.c-top:after {
  width: 100%;
}
body.aboutlink header#site-header nav ul li.aboutlink div.c-top:after {
  width: 100%;
}

/* end */
/* line 600, ../_scss/style.scss */
/* 20250522 noah change */
/* body.products header#site-header nav ul li.products a.c-top:after { */
body.products header#site-header nav ul li.products div.c-top:after {
  width: 100%;
}
/* end */
/* 20250522 noah change */
/* body.products header#site-header nav ul li.products div.c-top:after { */
body.products-home header#site-header nav ul li.products li.top a:after {
	width: 100%;
}
/* end */
/* line 601, ../_scss/style.scss */
body.leatherbinder header#site-header nav ul li.leatherbinder a:after {
  width: 100%;
}
/* line 602, ../_scss/style.scss */
body.refill-memopad header#site-header nav ul li.refill-memopad a:after {
  width: 100%;
}
/* 20250522 noah add */
body.notepad header#site-header nav ul li.notepad a:after {
  width: 100%;
}
/* end */
/* line 603, ../_scss/style.scss */
body.refill-diary header#site-header nav ul li.refill-diary a:after {
  width: 100%;
}
/* 20250522 noah add */
body.accessory-refill header#site-header nav ul li.accessory-refill a:after {
  width: 100%;
}
/* end */
/* line 604, ../_scss/style.scss */
body.accessory-tools header#site-header nav ul li.accessory-tools a:after {
  width: 100%;
}
/* 20250522 noah add */
body.pen header#site-header nav ul li.pen a:after {
  width: 100%;
}
body.aboutdef header#site-header nav ul li.top a:after {
  width: 100%;
}
body.aboutlink header#site-header nav ul li.link a:after {
  width: 100%;
}

/* end */

/* line 605, ../_scss/style.scss */
body.magazine header#site-header nav ul li.magazine a.c-top:after {
  width: 100%;
}
body.magazine header#site-header nav ul li.magazine div.c-top:after {
  width: 100%;
}
/* line 606, ../_scss/style.scss */
/* 20250522 noah change */
/* body.all header#site-header nav ul li.all a:after { */
body.magazine-home header#site-header nav ul li.top a:after{
  width: 100%;
}
/* end */
/* 20210427 dp add */
body.term-music header#site-header nav ul li.music a:after {
  width: 100%;
}
/*end*/
/* 20210616 dp add */
body.term-voice header#site-header nav ul li.voice a:after {
  width: 100%;
}
/*end*/
/* 20250522 noah add */
body.term-flagshipshop header#site-header nav ul.sub li.flagship a:after {
  width: 100%;
}
/* end */
/* line 607, ../_scss/style.scss */
body.term-material header#site-header nav ul li.material a:after {
  width: 100%;
}
/* line 608, ../_scss/style.scss */
body.term-feature header#site-header nav ul li.feature a:after {
  width: 100%;
}
/* line 609, ../_scss/style.scss */
body.term-maintenance header#site-header nav ul li.maintenance a:after {
  width: 100%;
}
/* line 610, ../_scss/style.scss */
body.term-news header#site-header nav ul li.news a:after {
  width: 100%;
}
/* line 611, ../_scss/style.scss */
body.shoplist header#site-header nav ul li.shoplist a:after {
  width: 100%;
}
/* line 612, ../_scss/style.scss */
body.contact header#site-header nav ul li.contact a:after {
  width: 100%;
}
/* 20250522 noah add */
body.flagship header#site-header nav#navi-shop ul li a.flagship:after,
body.flagship.flagship_main:not(.access) header#site-header nav ul.sub li.flagshop_main a:after,
body.flagship.about header#site-header nav ul.sub li.flagshop_about a:after,
body.flagship.flagship_main.access header#site-header nav ul.sub li.flagshop_access a:after,
body.flagship.info header#site-header nav ul.sub li.flagshop_infomation a:after,
body.flagship.faq header#site-header nav ul.sub li.flagshop_faq a:after,
body.flagship.tourists header#site-header nav ul.sub li.flagshop_overseas a:after{
  width: 100%;
}
/* end */


/* line 618, ../_scss/style.scss */
header#site-header #navi-container #globalnavi {
  position: absolute;
  left: 185px;
  top: 32px;
  z-index: 1;
}
/* line 623, ../_scss/style.scss */
header#site-header #navi-container #globalnavi ul.menu > li .submenu {
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 101;
  overflow: hidden;
  height: 0;
  width: auto;
  min-width: 880px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header#site-header #navi-container #navi-shop ul.menu > li .submenu  {
  position: absolute;
  left: -400px;
  top: 13px;
  z-index: 101;
  overflow: hidden;
  height: 0;
  width: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 6, ../_scss/_mixin.scss */
header#site-header #navi-container #globalnavi ul.menu > li .submenu:after, header#site-header #navi-container #navi-shop ul.menu > li .submenu:after {
  content: "";
}
@media screen and (max-width: 639px) {
  /* line 623, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li .submenu, header#site-header #navi-container #navi-shop ul.menu > li .submenu {
    width: 100%;
  }
}
/* line 634, ../_scss/style.scss */
header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub {
  text-align: left;
}
/* line 636, ../_scss/style.scss */
header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub > li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin-right: 16px;
}
/* line 640, ../_scss/style.scss */
header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub > li:last-child, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub > li:last-child {
  margin-right: 0;
}
/* line 641, ../_scss/style.scss */
header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub > li a, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub > li a {
  color: #f0f0f0;
}
/* line 642, ../_scss/style.scss */
header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub > li.cat_top, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub > li.cat_top {
  display: none;
}
/* line 645, ../_scss/style.scss */
header#site-header #navi-container #globalnavi ul.menu > li .submenu._open, header#site-header #navi-container #navi-shop ul.menu > li .submenu._open {
  height: auto;
  padding-top: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 655, ../_scss/style.scss */
header#site-header #navi-container nav#navi-shop {
  position: absolute;
  right: 25px;
  top: 32px;
  z-index: 1;
}
/* line 660, ../_scss/style.scss */
header#site-header #navi-container nav#navi-shop ul li a:before {
  font-family: 'plotter';
  display: inline-block;
  margin-right: 2px;
}
/* line 665, ../_scss/style.scss */
header#site-header #navi-container nav#navi-shop ul li a:hover:before {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
/* line 667, ../_scss/style.scss */
header#site-header #navi-container nav#navi-shop ul li.ec a:before {
  content: '\e900';
}
header#site-header #navi-container nav#navi-shop ul li.flagship .c-top:before {
  content: '\e900';
}
header#site-header #navi-container nav#globalnavi ul li.flagship .c-top:before {
	font-family: 'plotter';
	display: inline-block;
	content: '\e900';
	margin-right: 11px;
}
/* line 668, ../_scss/style.scss */
header#site-header #navi-container nav#navi-shop ul li.cart a:before {
  content: '\e901';
}
/* line 669, ../_scss/style.scss */
header#site-header #navi-container nav#navi-shop ul li.login a:before {
  content: '\e902';
}
@media screen and (max-width: 1080px) {
  /* line 680, ../_scss/style.scss */
  header#site-header nav ul li {
    padding-right: 18px;
  }
  /* line 684, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi {
    left: 155px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 694, ../_scss/style.scss */
  header#site-header .content-frame #headerBase {
    z-index: 202;
  }
  /* line 695, ../_scss/style.scss */
  header#site-header .content-frame #headerBaseBG {
    display: block;
  }
  /* line 699, ../_scss/style.scss */
  header#site-header #navi-container {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 0;
    padding: 85px 10% 80px;
    overflow: hidden;
    display: none;
  }
  /* line 711, ../_scss/style.scss */
  .open-sp-menu header#site-header #navi-container {
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    overflow: scroll;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  /* line 720, ../_scss/style.scss */
  header#site-header #navi-container #navi-container-main {
    overflow: auto;
    padding: 0 0 10px;
    width: 100%;
  }
  /* line 727, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi {
    position: static;
    margin-bottom: 60px;
  }
  /* line 732, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li {
    display: block;
    padding-right: 0;
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  /* line 736, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li:last-child {
    margin-bottom: 0;
  }
  /* line 739, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li a:after {
    display: none !important;
  }
  /* line 741, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li .submenu, header#site-header #navi-container #navi-shop ul.menu > li .submenu {
    -webkit-transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
    -moz-transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
    -ms-transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
    -o-transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
    transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
    position: static;
    overflow: visible;
    height: auto;
    min-width: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 746, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub {
    padding-left: 18px;
    border-left: 1px solid white;
  }
  /* line 749, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub > li, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub > li {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 23px;
    font-size: 1.4rem;
  }
  header#site-header nav ul li:last-child {
    padding-bottom: 15px !important;
  }

  header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub > li.flagshop_main {
	padding-top: 13px;
  }
  /* line 755, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub > li:first-child, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub > li:first-child  {
    padding-top: 13px;
  }
  /* line 756, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub > li.cat_top, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub > li.cat_top {
    display: block;
  }
  /* line 757, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li .submenu ul.sub > li a, header#site-header #navi-container #navi-shop ul.menu > li .submenu ul.sub > li a {
    display: inline-block;
  }
  /* line 761, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li .submenu._open, header#site-header #navi-container #navi-shop ul.menu > li .submenu._open {
    padding-top: 0;
  }
  /* line 764, ../_scss/style.scss */
  header#site-header #navi-container #globalnavi ul.menu > li a.c-top {
    margin-bottom: 20px;
    -webkit-transition: margin 0s;
    -moz-transition: margin 0s;
    -ms-transition: margin 0s;
    -o-transition: margin 0s;
    transition: margin 0s;
  }
  header#site-header #navi-container #globalnavi ul.menu > li div.c-top {
    margin-bottom: 20px;
    -webkit-transition: margin 0s;
    -moz-transition: margin 0s;
    -ms-transition: margin 0s;
    -o-transition: margin 0s;
    transition: margin 0s;
  }
  /* line 773, ../_scss/style.scss */
  header#site-header #navi-container nav#navi-shop {
    position: static;
  }
  /* line 775, ../_scss/style.scss */
  header#site-header #navi-container nav#navi-shop ul li {
    display: block;
    margin-bottom: 0;
    margin-bottom: 10px;
  }
  /* line 779, ../_scss/style.scss */
  header#site-header #navi-container nav#navi-shop ul li:last-child {
    margin-bottom: 0;
  }
  /* line 780, ../_scss/style.scss */
  header#site-header #navi-container nav#navi-shop ul li a {
    display: block;
    border: 1px solid white;
    width: 240px;
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 1.8rem;
  }
  /* line 786, ../_scss/style.scss */
  header#site-header #navi-container nav#navi-shop ul li a:before {
    margin-right: 11px;
  }
  /* line 787, ../_scss/style.scss */
  header#site-header #navi-container nav#navi-shop ul li a:hover {
    /*background-color: white;
    color: black;*/
  }
  /* line 790, ../_scss/style.scss */
  header#site-header #navi-container nav#navi-shop ul li a:hover:before {
    /*color: black;*/
  }
}
@media screen and (max-width: 639px) {
  /* line 517, ../_scss/style.scss */
  header#site-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20000;
    height: 45px;
  }
  /* line 806, ../_scss/style.scss */
  header#site-header .content-frame {
    height: 45px;
  }
  /* line 808, ../_scss/style.scss */
  header#site-header .content-frame #headerBase {
    height: 45px;
    padding-top: 14px;
  }
  /* line 812, ../_scss/style.scss */
  header#site-header .content-frame #headerBaseBG {
    height: 45px;
  }
  /* line 817, ../_scss/style.scss */
  header#site-header h1#logo-main {
    width: 100px;
    height: 17px;
  }
  /* line 820, ../_scss/style.scss */
  header#site-header h1#logo-main a.sitelogo {
    width: 100px;
    height: 17px;
  }
  /* line 822, ../_scss/style.scss */
  header#site-header #navi-btn {
    display: block;
  }
}

/* line 827, ../_scss/style.scss */
#navi-container-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19999;
  width: 100%;
  height: 0;
  background-color: black;
  -webkit-transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -moz-transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -ms-transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -o-transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  transition: 0.2s cubic-bezier(0.11, 0.63, 0.42, 0.98);
}
@media screen and (max-width: 1000px) {
  /* line 827, ../_scss/style.scss */
  #navi-container-bg {
    display: block;
  }
  /* line 838, ../_scss/style.scss */
  .open-sp-menu #navi-container-bg {
    height: 100%;
  }
}

/* = [NAVI-Button]
---------------------------------------------------------------------*/
/* line 848, ../_scss/style.scss */
#navi-btn {
  display: none;
  -webkit-transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -moz-transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -ms-transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  -o-transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  transition: 0.6s cubic-bezier(0.11, 0.63, 0.42, 0.98);
  /* = Responsive (~1000)
  -------------------------------------------------------------*/
  /* = Responsive (~640)
  -------------------------------------------------------------*/
}
/* line 851, ../_scss/style.scss */
#navi-btn.slideDown {
  top: 22px;
}
/* line 852, ../_scss/style.scss */
#navi-btn.slideUp {
  top: -75px;
}
@media only screen and (max-width: 1000px) {
  /* line 848, ../_scss/style.scss */
  #navi-btn {
    display: block !important;
    position: absolute;
    right: 18px;
    top: 22px;
    z-index: 20003;
    width: 25px;
    height: 25px;
  }
  /* line 865, ../_scss/style.scss */
  #navi-btn .menu-trigger,
  #navi-btn .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  /* line 871, ../_scss/style.scss */
  #navi-btn .menu-trigger {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
  }
  /* line 876, ../_scss/style.scss */
  #navi-btn .menu-trigger span {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 881, ../_scss/style.scss */
  #navi-btn .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  /* line 882, ../_scss/style.scss */
  #navi-btn .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  /* line 883, ../_scss/style.scss */
  #navi-btn .menu-trigger span:nth-of-type(3) {
    bottom: 2px;
  }
  /* line 887, ../_scss/style.scss */
  #navi-btn .menu-trigger.active div {
    display: none;
  }
  /* line 888, ../_scss/style.scss */
  #navi-btn .menu-trigger.active span {
    width: 125%;
    background-color: #fff !important;
  }
  /* line 892, ../_scss/style.scss */
  #navi-btn .menu-trigger.active span:nth-of-type(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 893, ../_scss/style.scss */
  #navi-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateX(-3px) translateY(10px) rotate(-225deg);
  }
  /* line 896, ../_scss/style.scss */
  #navi-btn .menu-trigger.active span:nth-of-type(3) {
    transform: translateX(-3px) translateY(-10px) rotate(-135deg);
  }
}
@media screen and (max-width: 639px) {
  /* line 848, ../_scss/style.scss */
  #navi-btn {
    right: 18px;
    top: 12px;
    width: 19px;
    height: 19px;
  }
  /* line 912, ../_scss/style.scss */
  #navi-btn .menu-trigger {
    display: block;
    position: relative;
    width: 19px;
    height: 19px;
  }
  /* line 917, ../_scss/style.scss */
  #navi-btn .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  /* line 918, ../_scss/style.scss */
  #navi-btn .menu-trigger span:nth-of-type(2) {
    margin-top: -1px;
  }
  /* line 919, ../_scss/style.scss */
  #navi-btn .menu-trigger span:nth-of-type(3) {
    bottom: 2px;
  }
  /* line 923, ../_scss/style.scss */
  #navi-btn .menu-trigger.active span {
    width: 125%;
    background-color: #fff !important;
  }
  /* line 927, ../_scss/style.scss */
  #navi-btn .menu-trigger.active span:nth-of-type(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 928, ../_scss/style.scss */
  #navi-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateX(-3px) translateY(7px) rotate(-225deg);
  }
  /* line 931, ../_scss/style.scss */
  #navi-btn .menu-trigger.active span:nth-of-type(3) {
    transform: translateX(-3px) translateY(-7px) rotate(-135deg);
  }
}

/* = #common
---------------------------------------------------------------------*/
/* line 944, ../_scss/style.scss */
.lh2 {
  line-height: 2;
}

/* line 946, ../_scss/style.scss */
a.arrow-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 15px;
}
/* line 951, ../_scss/style.scss */
a.arrow-link:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_arrow-link.png) no-repeat 0 center transparent;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  content: '→';
  text-indent: -9999px;
  margin-right: 8px;
  background-color: #233248;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 965, ../_scss/style.scss */
.mod_title-basic {
  position: relative;
  border: 1px solid #5A5A5A;
  padding: 4px;
  margin-bottom: 40px;
}
/* line 970, ../_scss/style.scss */
.mod_title-basic .inner {
  display: block;
  border: 1px solid #5A5A5A;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 600;
}

/* line 980, ../_scss/style.scss */
.mod_title-underline {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
}
/* line 987, ../_scss/style.scss */
.mod_title-underline small {
  font-size: 75%;
  font-weight: normal;
}
@media screen and (max-width: 639px) {
  /* line 980, ../_scss/style.scss */
  .mod_title-underline {
    margin-bottom: 26px;
  }
}

/* line 995, ../_scss/style.scss */
.mod_inline-underline {
  display: inline;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

/* line 1001, ../_scss/style.scss */
a.mod_inline-underline {
  border-bottom: 1px solid #777;
}
/* line 1003, ../_scss/style.scss */
a.mod_inline-underline:hover {
  border-color: #999;
}

/* line 1007, ../_scss/style.scss */
.mod_page-title {
  text-align: center;
}
/* line 1009, ../_scss/style.scss */
.mod_page-title span {
  display: block;
}
/* line 1011, ../_scss/style.scss */
.mod_page-title span.category {
  color: #E6E6E6;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
/* line 1017, ../_scss/style.scss */
.mod_page-title span.title {
  font-size: 3.3rem;
  padding-bottom: 30px;
  border-bottom: 3px solid #E6E6E6;
}

/* = [ul, ol]
---------------------------------------------------------------------*/
/* line 1033, ../_scss/style.scss */
.mod_interval > li {
  margin-bottom: 50px;
}
/* line 1035, ../_scss/style.scss */
.mod_interval > li:last-child {
  margin-bottom: 0 !important;
}

/* line 1040, ../_scss/style.scss */
.mod_number-list > li {
  position: relative;
  line-height: 1.8;
  padding-left: 26px;
  margin-bottom: 20px;
}
/* line 1045, ../_scss/style.scss */
.mod_number-list > li:last-child {
  margin-bottom: 0;
}
/* line 1046, ../_scss/style.scss */
.mod_number-list > li span.no {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
}
/* line 1051, ../_scss/style.scss */
.mod_number-list > li a {
  color: #777;
}
/* line 1053, ../_scss/style.scss */
.mod_number-list > li a:hover {
  color: #999;
}
/* line 1056, ../_scss/style.scss */
.mod_number-list._mgb0 > li {
  margin-bottom: 0;
}
/* line 1057, ../_scss/style.scss */
.mod_number-list._expand > li {
  margin-bottom: 50px;
}

/* line 1060, ../_scss/style.scss */
.mod_indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

/* line 1070, ../_scss/style.scss */
.mod_leadcopy-list > li:first-child {
  padding-top: 0 !important;
}
/* line 1071, ../_scss/style.scss */
.mod_leadcopy-list > li .lead {
  font-weight: bold;
}
/* line 1073, ../_scss/style.scss */
.mod_leadcopy-list._expand > li {
  padding-top: 45px;
}

/* = [table]
---------------------------------------------------------------------*/
/* line 1082, ../_scss/style.scss */
table.mod_basic-underline {
  width: 100%;
}
/* line 1085, ../_scss/style.scss */
table.mod_basic-underline tr {
  border-top: 1px solid #ddd;
}
/* line 1087, ../_scss/style.scss */
table.mod_basic-underline tr:first-child {
  border-top: 0 none;
}
/* line 1088, ../_scss/style.scss */
table.mod_basic-underline tr th, table.mod_basic-underline tr td {
  padding-top: 12px;
  padding-bottom: 9px;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.8;
}
/* line 1094, ../_scss/style.scss */
table.mod_basic-underline tr th {
  font-weight: bold;
}
/* line 1097, ../_scss/style.scss */
table.mod_basic-underline thead tr {
  border-bottom: 1px solid #ddd;
}
/* line 1100, ../_scss/style.scss */
table.mod_basic-underline._has_first-border {
  margin-top: 12px;
  border-top: 1px solid #ddd;
}
/* line 1106, ../_scss/style.scss */
table.mod_basic-underline._narrow tr th, table.mod_basic-underline._narrow tr td {
  padding-top: 6px;
  padding-bottom: 3px;
}
@media screen and (max-width: 639px) {
  /* line 1113, ../_scss/style.scss */
  table.mod_basic-underline tr th, table.mod_basic-underline tr td {
    font-size: 1.3rem;
  }
}

/* line 1120, ../_scss/style.scss */
table.mod_grid {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
}
/* line 1126, ../_scss/style.scss */
table.mod_grid tr td, table.mod_grid tr th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}

/* line 1134, ../_scss/style.scss */
table {
  width: 100%;
}
/* line 1137, ../_scss/style.scss */
table tr .w5 {
  width: 5%;
}
/* line 1137, ../_scss/style.scss */
table tr .w10 {
  width: 10%;
}
/* line 1137, ../_scss/style.scss */
table tr .w15 {
  width: 15%;
}
/* line 1137, ../_scss/style.scss */
table tr .w20 {
  width: 20%;
}
/* line 1137, ../_scss/style.scss */
table tr .w25 {
  width: 25%;
}
/* line 1137, ../_scss/style.scss */
table tr .w30 {
  width: 30%;
}
/* line 1137, ../_scss/style.scss */
table tr .w35 {
  width: 35%;
}
/* line 1137, ../_scss/style.scss */
table tr .w40 {
  width: 40%;
}
/* line 1137, ../_scss/style.scss */
table tr .w45 {
  width: 45%;
}
/* line 1137, ../_scss/style.scss */
table tr .w50 {
  width: 50%;
}
/* line 1137, ../_scss/style.scss */
table tr .w55 {
  width: 55%;
}
/* line 1137, ../_scss/style.scss */
table tr .w60 {
  width: 60%;
}
/* line 1137, ../_scss/style.scss */
table tr .w65 {
  width: 65%;
}
/* line 1137, ../_scss/style.scss */
table tr .w70 {
  width: 70%;
}
/* line 1137, ../_scss/style.scss */
table tr .w75 {
  width: 75%;
}
/* line 1137, ../_scss/style.scss */
table tr .w80 {
  width: 80%;
}
/* line 1137, ../_scss/style.scss */
table tr .w85 {
  width: 85%;
}
/* line 1137, ../_scss/style.scss */
table tr .w90 {
  width: 90%;
}
/* line 1137, ../_scss/style.scss */
table tr .w95 {
  width: 95%;
}

/* = [画像スライド]
---------------------------------------------------------------------*/
/* line 1147, ../_scss/style.scss */
.mod_autoslider {
  width: 100%;
  height: 455px;
  overflow-x: hidden;
  background-color: #e5e5e5;
  /* Custom class modifications - override classees
  .simply-scroll is default
  */
}
/* line 1156, ../_scss/style.scss */
.mod_autoslider .simply-scroll {
  width: 100%;
  height: 455px;
  margin-bottom: 0;
}
/* line 1159, ../_scss/style.scss */
.mod_autoslider .simply-scroll .simply-scroll-clip {
  height: 455px;
}
/* line 1161, ../_scss/style.scss */
.mod_autoslider .simply-scroll .simply-scroll-list li {
  width: 680px;
  height: 455px;
}

/* = [汎用]
---------------------------------------------------------------------*/
/* line 1172, ../_scss/style.scss */
.bg-grid {
  background: url(../img/common/tex_grid.png) repeat #EEEAE5;
  -moz-background-size: 24px;
  -o-background-size: 24px;
  -webkit-background-size: 24px;
  background-size: 24px;
}

/* line 1177, ../_scss/style.scss */
#cover {
  display: table;
  width: 100%;
  height: 525px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.flagship #cover {
  display: table;
  width: 100%;
  height: 1000px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

body.page-template-template-flagship-about.flagship #cover {
  height: 525px;
}

.flagship_main #cover {
  display: table;
  width: 100%;
  height: 1000px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 0px !important;
}

/* line 1184, ../_scss/style.scss */
#cover #cover-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 1187, ../_scss/style.scss */
#cover #cover-inner .title {
  color: white;
}
@media screen and (max-width: 639px) {
  /* line 1177, ../_scss/style.scss */
  #cover {
    height: 200px;
  }
	.flagship #cover {
	  display: table;
	  width: 100%;
	  height: 600px !important;
	}
	.about.flagship #cover,
	.faq.flagship #cover,
	.single.flagship #cover,
	.tax-flagship_cat.flagship #cover,
	.flagship.page-template-template-page-overseas #cover,
	.flagship.post-type-archive-flagships #cover {
		display: table;
		width: 100%;
		height: auto !important;
		padding-top: 68px;
		padding-bottom: 67px;
	}

}

/* line 1196, ../_scss/style.scss */
ul.articles.column3 li {
  margin-bottom: 100px;
}
body.flagship ul.articles.column3 li {
  margin-bottom: 20px;
}
/* line 1198, ../_scss/style.scss */
ul.articles.column3 li a {
  display: block;
  position: relative;
}
/* line 1202, ../_scss/style.scss */
ul.articles.column3 li a figure {
  position: relative;
  margin-bottom: 13px;
}
body.flagship_main ul.articles.column3 li a figure {
  position: relative;
  margin-bottom: 22px;
}

/* line 1205, ../_scss/style.scss */
ul.articles.column3 li a figure:before {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  content: '';
}
/* line 1215, ../_scss/style.scss */
ul.articles.column3 li a .text {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
/* line 1217, ../_scss/style.scss */
ul.articles.column3 li a .text .cat {
  margin-bottom: 12px;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: .04em;
}
/* line 1223, ../_scss/style.scss */
ul.articles.column3 li a .text .title {
  font-size: 1.8rem;
  line-height: 1.55;
}
/* line 1227, ../_scss/style.scss */
ul.articles.column3 li a:hover figure:before {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 1228, ../_scss/style.scss */
ul.articles.column3 li a:hover .text {
  color: #DB5310;
}
@media screen and (max-width: 639px) {
  /* line 1235, ../_scss/style.scss */
  ul.articles.column3 li {
    float: left !important;
    width: 48.5% !important;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  /* line 1239, ../_scss/style.scss */
  ul.articles.column3 li:nth-child(3n) {
    margin-right: 3%;
  }
  /* line 1240, ../_scss/style.scss */
  ul.articles.column3 li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 1243, ../_scss/style.scss */
  ul.articles.column3 li a figure {
    margin-bottom: 18px;
  }
  /* line 1245, ../_scss/style.scss */
  ul.articles.column3 li a .text .cat {
    font-size: 1.4rem;
  }
  /* line 1246, ../_scss/style.scss */
  ul.articles.column3 li a .text .title {
    font-size: 1.4rem;
  }
}

/* line 1254, ../_scss/style.scss */
.effect .efct_lightup {
  position: relative;
}
/* line 1256, ../_scss/style.scss */
.effect .efct_lightup:before {
  -webkit-transition: opacity 1.2s ease-in;
  -moz-transition: opacity 1.2s ease-in;
  -ms-transition: opacity 1.2s ease-in;
  -o-transition: opacity 1.2s ease-in;
  transition: opacity 1.2s ease-in;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
  content: '';
}
/* line 1266, ../_scss/style.scss */
.effect._anim .efct_lightup:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* = [body - 汎用]
---------------------------------------------------------------------*/
/* line 1275, ../_scss/style.scss */
body {
  padding-top: 75px;
}
/* line 1277, ../_scss/style.scss */
body.home {
  padding-top: 0;
}
/* line 1278, ../_scss/style.scss */
body article {
  padding-bottom: 140px;
}
@media screen and (max-width: 639px) {
  /* line 1275, ../_scss/style.scss */
  body {
    padding-top: 45px;
  }
  /* line 1284, ../_scss/style.scss */
  body article {
    padding-bottom: 70px;
  }
}

/* = [404]
---------------------------------------------------------------------*/
/* = [Home]
---------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
  /* line 1300, ../_scss/style.scss */
  body.home {
    padding-top: 0;
  }
}
/* line 1302, ../_scss/style.scss */
body.home article {
  padding-bottom: 105px;
}
@media screen and (max-width: 639px) {
  /* line 1302, ../_scss/style.scss */
  body.home article {
    padding-bottom: 0;
  }
}
/* line 1306, ../_scss/style.scss */
body.home #main-area {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1311, ../_scss/style.scss */
body.home #main-area #mainslide.slick-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/* line 1315, ../_scss/style.scss */
body.home #main-area #mainslide.slick-container .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 1324, ../_scss/style.scss */
body.home #main-area a.button_scroll {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 3;
  margin-left: -35px;
  width: 90px;
  height: 35px;
  font-size: 1rem;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  color: white;
}
/* line 1335, ../_scss/style.scss */
body.home #main-area a.button_scroll:before, body.home #main-area a.button_scroll:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  width: 17px;
  height: 1px;
  margin-left: -8px;
  background-color: #fff;
  display: block;
  content: '';
}
/* line 1345, ../_scss/style.scss */
body.home #main-area a.button_scroll:before {
  -moz-transform: translateX(-6px) translateY(-6px) rotate(45deg);
  -ms-transform: translateX(-6px) translateY(-6px) rotate(45deg);
  -webkit-transform: translateX(-6px) translateY(-6px) rotate(45deg);
  transform: translateX(-6px) translateY(-6px) rotate(45deg);
}
/* line 1346, ../_scss/style.scss */
body.home #main-area a.button_scroll:after {
  -moz-transform: translateX(6px) translateY(-6px) rotate(-45deg);
  -ms-transform: translateX(6px) translateY(-6px) rotate(-45deg);
  -webkit-transform: translateX(6px) translateY(-6px) rotate(-45deg);
  transform: translateX(6px) translateY(-6px) rotate(-45deg);
}
/* line 1349, ../_scss/style.scss */
body.home #main-area #main-area-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/*20200120 DP add---------------------------*/
/* line 1355, ../_scss/style.scss */
body.home #main-area #main-area-inner h1 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 290px;
  height: 40px;
  background: url(../img/home/logo_main.svg) no-repeat 0 0 transparent;
  -moz-background-size: 290px auto;
  -o-background-size: 290px auto;
  -webkit-background-size: 290px auto;
  background-size: 290px auto;
  display: block;
  text-align: left;
  text-indent: -9999px;
  margin-bottom: 34px;
  /*margin-bottom: 42px;*/
}
/* line 1364, ../_scss/style.scss */
body.home #main-area #main-area-inner h1:after {
  -webkit-transition: width 1.1s ease 0.4s;
  -moz-transition: width 1.1s ease 0.4s;
  -ms-transition: width 1.1s ease 0.4s;
  -o-transition: width 1.1s ease 0.4s;
  transition: width 1.1s ease 0.4s;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 1;
  width: 0;
  height: 3px;
  background-color: white;
  display: block;
  content: '';
}
/* line 1374, ../_scss/style.scss */
body.home #main-area #main-area-inner p {
  color: white;
}

/*20200420 DP add---------------------------*/
/* line 1375, ../_scss/style.scss */
body.home #main-area #main-area-inner p.copy_titleen {
  font-weight: bold;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  /*line-height: 1.55;*/
  line-height: 1.2;
 margin-bottom: 20px;
}

/* line 1375, ../_scss/style.scss */
body.home #main-area #main-area-inner p.copy_en {
  font-weight: bold;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.55;
  margin-bottom: 10px;
}

/*20200120 DP add---------------------------*/
/* line 1382, ../_scss/style.scss */
body.home #main-area #main-area-inner p.copy_jp {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 24px;
 /*margin-bottom: 12px;*/
}

/*20200420 DP add---------------------------*/
body.home #main-area #main-area-inner p.copy_jp_small {
  font-weight: normal;
  font-size: 1.3rem;
  margin-bottom: 36px;
}


/* line 1387, ../_scss/style.scss */
body.home #main-area #main-area-inner a.button_basic {
  width: 360px;/*20250414 dp edit*/
  height: 35px;
  line-height: 34px;
}
/* line 1390, ../_scss/style.scss */
body.home #main-area #main-area-inner._anim h1:after {
  width: 100%;
}



@media screen and (max-width: 639px) {
  /*20200420 DP add---------------------------*/
  /* line 1397, ../_scss/style.scss */
  body.home #main-area #main-area-inner h1 {
    width: 200px;
    height: 30px;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    -webkit-background-size: 200px auto;
    background-size: 200px auto;
    /*margin-bottom: 50px;*/
  }

  /* line 1401, ../_scss/style.scss */
  body.home #main-area #main-area-inner h1:after {
    bottom: -2px;/*20250414 dp edit*/
    height: 2px;
  }
  /* line 1403, ../_scss/style.scss */
  body.home #main-area #main-area-inner p.copy_en {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

   /*20190420 DP add---------------------------*/
  body.home #main-area #main-area-inner p.copy_titleen {
  /*font-size: 2.8rem;*/
  font-size: 2.2rem;
  margin-bottom: 16px;
  }

  /*20200420 DP add---------------------------*/
  /* line 1404, ../_scss/style.scss */
  body.home #main-area #main-area-inner p.copy_jp {
    /*font-size: 1.4rem;*/
    font-size: 1.6rem;
    margin-bottom: 22px;
    /*margin-bottom: 12px;*/
  }

  /*20200420 DP add---------------------------*/
  body.home #main-area #main-area-inner p.copy_jp_small {
  font-weight: normal;
  font-size: 1.3rem;
  margin-bottom: 32px;
   }

  /* line 1405, ../_scss/style.scss */
  body.home #main-area #main-area-inner a.button_basic {
    width: 350px;/*20250414 dp edit*/
  }
}
/* line 1410, ../_scss/style.scss */
body.home section {
  padding-top: 105px;
  padding-bottom: 50px;
  border-bottom: 20px solid black;
}
body.flagship section {
  padding-top: 105px;
  padding-bottom: 50px;
  border-bottom: 20px solid black;
}
body.flagship section:last-child {
  padding-top: 105px;
  padding-bottom: 50px;
  border-bottom: 0px solid black;
}
body.flagship section.noborder {
  border-bottom: 0px solid black;
}
body.flagship section#sct-faq {
	padding-top: 0px;
	padding-bottom: 0px;
}
body.flagship section#sct-products {
	padding-top: 50px;
	padding-bottom: 35px;
	margin-bottom: 0px;
}

/* line 1414, ../_scss/style.scss */
body.home section h2 {
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
}
body.flagship section h2 {
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* line 1416, ../_scss/style.scss */
body.home section h2.sideline span {
  font-size: 4rem;
  padding: 0 20px;
  margin-bottom: 15px;
}
body.flagship section h2.sideline span {
  font-size: 4rem;
  padding: 0 20px;
  margin-bottom: 15px;
}
/* line 1420, ../_scss/style.scss */
body.home section h2.sideline span:before, body.home section h2.sideline span:after {
  width: 2px;
  height: 40px;
}
body.home section h2.sideline span:before, body.home section h2.sideline span:after {
  width: 2px;
  height: 40px;
}
/* line 1416, ../_scss/style.scss */
body.flagship section h2.sideline span {
  font-size: 4rem;
  padding: 0 20px;
  margin-bottom: 15px;
}
/* line 1420, ../_scss/style.scss */
body.flagship section h2.sideline span:before, body.flagship section h2.sideline span:after {
  width: 2px;
  height: 40px;
}

body.flagship div#sct-magazine h2.sideline span {
  font-size: 4rem;
  padding: 0 20px;
  margin-bottom: 15px;
}
/* line 1420, ../_scss/style.scss */
body.flagship div#sct-magazine h2.sideline span:before, body.flagship div#sct-magazine h2.sideline span:after {
	width: 2px;
	height: 40px;
	background-color:black;
}

body.flagship #cover h1.sideline span:before, body.flagship #cover h1.sideline span:after {
  width: 2px;
  height: 40px;
}

/* line 1423, ../_scss/style.scss */
body.home section h3 {
  text-align: center;
  font-size: 1.4rem;
}
/* line 1426, ../_scss/style.scss */
body.home section h3.section-copy {
  line-height: 1.7;
  margin-bottom: 60px;
}
body.flagship #sct-gallery h3.section-copy {
  text-align: center;
  font-size: 1.4rem;
}
body.flagship #cover h3.section-copy {
  line-height: 1.7;
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  /* line 1410, ../_scss/style.scss */
  body.home section {
    padding-bottom: 90px;
    border-bottom: 10px solid black;
  }
  /* line 1438, ../_scss/style.scss */
  body.home section h2.sideline span {
    font-size: 2.6rem;
    padding: 0 18px;
    margin-bottom: 15px;
  }
  /* line 1442, ../_scss/style.scss */
  body.home section h2.sideline span:before, body.home section h2.sideline span:after {
    height: 28px;
  }
  body.flagship.page-template-template-page-overseas section {
    padding-top: 0px;
    padding-bottom: 50px;
    border-bottom:0px solid black;
  }
  body.flagship.page-template-template-page-overseas section#sct-products {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom:0px solid black;
  }

  /* line 1438, ../_scss/style.scss */
  body.flagship section h2.sideline span {
    font-size: 2.6rem;
    padding: 0 18px;
    margin-bottom: 15px;
  }
  /* line 1442, ../_scss/style.scss */
  body.flagship section h2.sideline span:before, body.flagship section h2.sideline span:after {
    height: 28px;
  }

	body.flagship div#sct-magazine h2.sideline span {
		font-size: 2.6rem;
		padding:0 18px;
		margin-bottom: 15px;
	}
	body.flagship div#sct-magazine h2.sideline span:before, body.flagship div#sct-magazine h2.sideline span:after {
		height: 28px;
	}

  /* line 1446, ../_scss/style.scss */
  body.home section h3.section-copy {
    margin-bottom: 40px;
  }
  body.flagship section h3.section-copy {
    margin-bottom: 40px;
  }

	body.flagship section#sct-faq {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

}
/* line 1454, ../_scss/style.scss */
body.home section#sct-products ul.categories li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
body.shoplist section#sct-products ul.categories li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
body.flagship section#sct-products ul.categories li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 1458, ../_scss/style.scss */
body.home section#sct-products ul.categories li:last-child {
  margin-bottom: 0;
}
/* line 1459, ../_scss/style.scss */
body.home section#sct-products ul.categories li figure {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 1464, ../_scss/style.scss */
body.home section#sct-products ul.categories li figure:before {
  -webkit-transition: opacity 1.2s ease-in;
  -moz-transition: opacity 1.2s ease-in;
  -ms-transition: opacity 1.2s ease-in;
  -o-transition: opacity 1.2s ease-in;
  transition: opacity 1.2s ease-in;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
  content: '';
}
/* line 1473, ../_scss/style.scss */
body.home section#sct-products ul.categories li .label {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.7s ease-out 0.4s;
  -moz-transition: all 0.7s ease-out 0.4s;
  -ms-transition: all 0.7s ease-out 0.4s;
  -o-transition: all 0.7s ease-out 0.4s;
  transition: all 0.7s ease-out 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  max-width: 500px;
  max-height: 500px;
  width: 41.7%;
  height: 83.3%;
  background-color: black;
  color: white;
  display: block;
}
body.flagship section#sct-products ul.categories li .label {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.7s ease-out 0.4s;
  -moz-transition: all 0.7s ease-out 0.4s;
  -ms-transition: all 0.7s ease-out 0.4s;
  -o-transition: all 0.7s ease-out 0.4s;
  transition: all 0.7s ease-out 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  max-width: 500px;
  max-height: 500px;
  width: 41.7%;
  height: 83.3%;
  background-color: black;
  color: white;
  display: block;
}
/* line 1484, ../_scss/style.scss */
body.home section#sct-products ul.categories li .label .label-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -120px;
  width: 240px;
}
body.flagship section#sct-products ul.categories li .label .label-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -140px;
  width: 280px;
}

/* line 1491, ../_scss/style.scss */
body.home section#sct-products ul.categories li .label .title {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 18px;
}
body.flagship section#sct-products ul.categories li .label .title {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 18px;
}

/* line 1496, ../_scss/style.scss */
body.home section#sct-products ul.categories li .label .title:after {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 1px;
  background-color: white;
  display: block;
  content: '';
}
body.flagship section#sct-products ul.categories li .label .title:after {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 1px;
  background-color: white;
  display: block;
  content: '';
}

/* line 1504, ../_scss/style.scss */
body.home section#sct-products ul.categories li .label .title h4 {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 12px;
}
body.flagship section#sct-products ul.categories li .label .title h4 {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 12px;
}
/* line 1511, ../_scss/style.scss */
body.home section#sct-products ul.categories li .label .title h5 {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
body.flagship section#sct-products ul.categories li .label .title h5 {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
/* line 1513, ../_scss/style.scss */
body.home section#sct-products ul.categories li .label p {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 35px;
}
body.flagship section#sct-products ul.categories li .label p {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* line 1521, ../_scss/style.scss */
body.home section#sct-products ul.categories li.cont-r .label {
  right: 5.4%;
  -moz-transform: translateY(-50%) translateX(20%);
  -ms-transform: translateY(-50%) translateX(20%);
  -webkit-transform: translateY(-50%) translateX(20%);
  transform: translateY(-50%) translateX(20%);
}
body.flagship section#sct-products ul.categories li.cont-r .label {
  right: 5.4%;
  -moz-transform: translateY(-50%) translateX(20%);
  -ms-transform: translateY(-50%) translateX(20%);
  -webkit-transform: translateY(-50%) translateX(20%);
  transform: translateY(-50%) translateX(20%);
}
/* line 1522, ../_scss/style.scss */
body.home section#sct-products ul.categories li.cont-l .label {
  left: 5.4%;
  -moz-transform: translateY(-50%) translateX(-20%);
  -ms-transform: translateY(-50%) translateX(-20%);
  -webkit-transform: translateY(-50%) translateX(-20%);
  transform: translateY(-50%) translateX(-20%);
}
body.flagship section#sct-products ul.categories li.cont-l .label {
  left: 5.4%;
  -moz-transform: translateY(-50%) translateX(-20%);
  -ms-transform: translateY(-50%) translateX(-20%);
  -webkit-transform: translateY(-50%) translateX(-20%);
  transform: translateY(-50%) translateX(-20%);
}
/* line 1525, ../_scss/style.scss */
body.home section#sct-products ul.categories li._anim figure:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body.flagship section#sct-products ul.categories li._anim figure:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1526, ../_scss/style.scss */
body.home section#sct-products ul.categories li._anim .label {
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.flagship section#sct-products ul.categories li._anim .label {
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/*dp add 20220905 5th products*/
.page-id-4777 .title{
  display:none;
}
.access_address {
	padding-bottom: 50px;
}
.access_address_btn {
	padding-bottom: 40px;
}
/*dp add 20220905 5th products end*/
@media screen and (max-width: 900px) {
  /* line 1539, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .label-inner {
    margin-left: -120px;
    width: 240px;
  }
  /* line 1543, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  /* line 1547, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title:after {
    width: 48px;
  }
  /* line 1548, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title h4 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  /* line 1553, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title h5 {
    font-size: 1.6rem;
  }
  /* line 1555, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  /* line 1539, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .label-inner {
    margin-left: -120px;
    width: 240px;
  }
  /* line 1543, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  /* line 1547, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title:after {
    width: 48px;
  }
  /* line 1548, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title h4 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  /* line 1553, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title h5 {
    font-size: 1.6rem;
  }
  /* line 1555, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1451, ../_scss/style.scss */
  body.home section#sct-products {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  /* line 1570, ../_scss/style.scss */
  body.home section#sct-products ul.categories li {
    margin-bottom: 25px;
  }
  /* line 1572, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label {
    position: relative;
    right: 0 !important;
    left: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -moz-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
    -webkit-transform: translateY(0) translateX(0) !important;
    transform: translateY(0) translateX(0) !important;
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  /* line 1580, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .label-inner {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  /* line 1586, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title {
    text-align: center;
    margin-bottom: 24px;
  }
  /* line 1589, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title:after {
    left: 50%;
    margin-left: -30px;
  }
  /* line 1590, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  /* line 1591, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title h5 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  /* line 1593, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label p {
    font-weight: bold;
  }
  /* line 1572, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label {
    position: relative;
    right: 0 !important;
    left: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -moz-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
    -webkit-transform: translateY(0) translateX(0) !important;
    transform: translateY(0) translateX(0) !important;
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  /* line 1580, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .label-inner {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  /* line 1586, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title {
    text-align: center;
    margin-bottom: 24px;
  }
  /* line 1589, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title:after {
    left: 50%;
    margin-left: -30px;
  }
  /* line 1590, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  /* line 1591, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title h5 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  /* line 1593, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label p {
    font-weight: bold;
  }
}
@media screen and (max-width: 639px) {
  /* line 1451, ../_scss/style.scss */
  body.home section#sct-products {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  /* line 1605, ../_scss/style.scss */
  body.home section#sct-products ul.categories li {
    margin-bottom: 18px;
  }
  /* line 1607, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  /* line 1612, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .label-inner {
    width: 100%;
  }
  /* line 1613, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title {
    text-align: center;
    margin-bottom: 24px;
  }
  /* line 1616, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title:after {
    left: 50%;
    margin-left: -30px;
  }
  /* line 1617, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title h4 {
    font-size: 2.9rem;
    line-height: 1.2;
  }
  /* line 1618, ../_scss/style.scss */
  body.home section#sct-products ul.categories li .label .title h5 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  /* line 1607, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  /* line 1612, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .label-inner {
    width: 100%;
  }
  /* line 1613, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title {
    text-align: center;
    margin-bottom: 24px;
  }
  /* line 1616, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title:after {
    left: 50%;
    margin-left: -30px;
  }
  /* line 1617, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title h4 {
    font-size: 2.9rem;
    line-height: 1.2;
  }
  /* line 1618, ../_scss/style.scss */
  body.flagship section#sct-products ul.categories li .label .title h5 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
/* line 1627, ../_scss/style.scss */
/*body.home section#sct-magazine h2 {　タイトル修正のためコメントアウト
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  margin-bottom: 40px;
}*/
/* line 1631, ../_scss/style.scss */
/*body.home section#sct-magazine h2 img {　タイトル修正のためコメントアウト
  display: block;
  width: 100%;
}*/
/* line 1632, ../_scss/style.scss */
/*body.home section#sct-magazine h2 span {　タイトル修正のためコメントアウト
  display: block;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.4rem;
  text-align: center;
  margin-top: 15px;
}*/
/* line 1640, ../_scss/style.scss */
body.home section#sct-magazine h3 {
  line-height: 1.5;
  margin-bottom: 80px;
}
body.flagship section#sct-info h3 {
  line-height: 1.5;
  margin-bottom: 80px;
}

@media screen and (max-width: 639px) {
  /* line 1651, ../_scss/style.scss */
  /*body.home section#sct-magazine h2 {　タイトル修正のためコメントアウト
    width: 170px;
  }*/
  /* line 1653, ../_scss/style.scss */
  /*body.home section#sct-magazine h2 span {　タイトル修正のためコメントアウト
    font-size: 2.6rem;
    padding: 0 18px;
    margin-bottom: 15px;
  }*/
  /* line 1655, ../_scss/style.scss */
  body.home section#sct-magazine h3 {
    margin-bottom: 50px;
  }
  body.flagship section#sct-info h3 {
    margin-bottom: 50px;
  }
}
/* line 1664, ../_scss/style.scss */
body.home section#sct-gallery ul.column > li {
  width: 15.5%;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
}
/* line 1668, ../_scss/style.scss */
body.home section#sct-gallery ul.column > li:nth-child(6n) {
  margin-right: 0;
}
/* line 1670, ../_scss/style.scss */
body.home section#sct-gallery ul.column > li a {
  position: relative;
  display: block;
}
/* line 1673, ../_scss/style.scss */
body.home section#sct-gallery ul.column > li a:before {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  content: '';
}
/* line 1681, ../_scss/style.scss */
body.home section#sct-gallery ul.column > li a:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 639px) {
  /* line 1664, ../_scss/style.scss */
  body.home section#sct-gallery ul.column > li {
    float: left !important;
    width: 32% !important;
    margin-right: 2%;
  }
  /* line 1691, ../_scss/style.scss */
  body.home section#sct-gallery ul.column > li:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 1697, ../_scss/style.scss */
body.home section#sct-corporate {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 1701, ../_scss/style.scss */
body.home section#sct-corporate ul.column3 > li {
  width: 32.8%;
  margin-right: .8%;
  position: relative;
  text-align: center;
}
/* line 1704, ../_scss/style.scss */
body.home section#sct-corporate ul.column3 > li:last-child {
  margin-right: 0;
}
/* line 1707, ../_scss/style.scss */
body.home section#sct-corporate ul.column3 > li figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 1713, ../_scss/style.scss */
body.home section#sct-corporate ul.column3 > li .cont {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1719, ../_scss/style.scss */
body.home section#sct-corporate ul.column3 > li .cont h2.sideline span {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
/* line 1722, ../_scss/style.scss */
body.home section#sct-corporate ul.column3 > li .cont h2.sideline span:before, body.home section#sct-corporate ul.column3 > li .cont h2.sideline span:after {
  width: 1px;
  height: 26px;
}
/* line 1725, ../_scss/style.scss */
body.home section#sct-corporate ul.column3 > li .cont h3 {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
/* line 1731, ../_scss/style.scss */
body.home section#sct-corporate ul.column3 > li .cont a.button_basic {
  width: 180px;
}
@media screen and (max-width: 639px) {
  /* line 1697, ../_scss/style.scss */
  body.home section#sct-corporate {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
    background-color: black;
  }
  /* line 1742, ../_scss/style.scss */
  body.home section#sct-corporate .content-frame {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1745, ../_scss/style.scss */
  body.home section#sct-corporate ul.column3 > li {
    margin-bottom: 5px;
  }
  /* line 1747, ../_scss/style.scss */
  body.home section#sct-corporate ul.column3 > li:last-child {
    margin-bottom: 0;
  }
  /* line 1748, ../_scss/style.scss */
  body.home section#sct-corporate ul.column3 > li a.button_basic {
    max-width: 168px;
  }
}

/* = [About PLOTTER]
---------------------------------------------------------------------*/
/* line 1758, ../_scss/style.scss */
body.about article {
  padding-bottom: 0;
}
/* line 1761, ../_scss/style.scss */
body.about article #cover h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 346px;
}
/* line 1764, ../_scss/style.scss */
body.about article #cover h1 span {
  display: block;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.9rem;
  text-align: center;
  margin-bottom: 28px;
}
/* line 1771, ../_scss/style.scss */
body.about article #cover h1 img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  /* line 1775, ../_scss/style.scss */
  body.about article #cover h1 {
    max-width: 162px;
  }
  /* line 1777, ../_scss/style.scss */
  body.about article #cover h1 span {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
}
/* line 1785, ../_scss/style.scss */
body.about article #main-section {
  padding: 150px 0;
  color: white;
  text-align: center;
}
/* line 1789, ../_scss/style.scss */
body.about article #main-section .effect-tg {
  -webkit-transition: 1s cubic-bezier(0.48, 0.15, 0.24, 0.64);
  -moz-transition: 1s cubic-bezier(0.48, 0.15, 0.24, 0.64);
  -ms-transition: 1s cubic-bezier(0.48, 0.15, 0.24, 0.64);
  -o-transition: 1s cubic-bezier(0.48, 0.15, 0.24, 0.64);
  transition: 1s cubic-bezier(0.48, 0.15, 0.24, 0.64);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(40px) translateX(0);
  -ms-transform: translateY(40px) translateX(0);
  -webkit-transform: translateY(40px) translateX(0);
  transform: translateY(40px) translateX(0);
}
/* line 1793, ../_scss/style.scss */
body.about article #main-section .effect-tg._anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
/* line 1799, ../_scss/style.scss */
body.about article #main-section h2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 220px;
  height: 38px;
  background: url(../img/common/logo_plotter-w.svg) no-repeat 0 0 transparent;
  -moz-background-size: 220px auto;
  -o-background-size: 220px auto;
  -webkit-background-size: 220px auto;
  background-size: 220px auto;
  display: block;
  text-align: left;
  text-indent: -9999px;
  margin-bottom: 62px;
}
body.flagship article #main-section h2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 286px;
  height: 90px;
  background: url(../img/common/logo_plottertokyo.png) no-repeat 0 0 transparent;
  -moz-background-size: 286px auto;
  -o-background-size: 286px auto;
  -webkit-background-size: 286px auto;
  background-size: 286px auto;
  display: block;
  text-align: left;
  text-indent: -9999px;
  margin-bottom: 50px;
}
/* line 1808, ../_scss/style.scss */
body.about article #main-section h2:after {
  -webkit-transition: width 1.1s ease 0.4s;
  -moz-transition: width 1.1s ease 0.4s;
  -ms-transition: width 1.1s ease 0.4s;
  -o-transition: width 1.1s ease 0.4s;
  transition: width 1.1s ease 0.4s;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 1;
  width: 0;
  height: 3px;
  background-color: white;
  display: block;
  content: '';
}
/* line 1818, ../_scss/style.scss */
body.about article #main-section .copies p.copy_en {
  font-weight: bold;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
/* line 1825, ../_scss/style.scss */
body.about article #main-section .copies p.copy_jp {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 40px;
  line-height: 2em;
}
/* line 1831, ../_scss/style.scss */
body.about article #main-section figure.icon_plotter {
  margin-left: auto;
  margin-right: auto;
  width: 62px;
  height: 62px;
  background: url(../img/common/icon_plotter.svg) no-repeat 0 0 transparent;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 32px;
}
/* line 1838, ../_scss/style.scss */
body.about article #main-section p.message {
  font-size: 1.4rem;
  line-height: 2.57;
}
body.about article #main-section div.message {
  font-size: 1.4rem;
  line-height: 2.57;
}
@media screen and (max-width: 480px) {
  /* line 1785, ../_scss/style.scss */
  body.about article #main-section {
    overflow: hidden;
  }
  /* line 1847, ../_scss/style.scss */
  body.about article #main-section .copies p.copy_en {
    font-size: 1.8rem;
    margin-bottom: 9px;
  }
  /* line 1848, ../_scss/style.scss */
  body.about article #main-section .copies p.copy_jp {
    font-size: 1.4rem;
  }
  /* line 1850, ../_scss/style.scss */
  body.about article #main-section figure.icon_plotter {
    margin-bottom: 36px;
  }
  /* line 1851, ../_scss/style.scss */
  body.about article #main-section p.message {
    line-height: 2;
  }
	body.about.flagship article #main-section div.message {
		padding: 0 20px;
	}

	body.flagship article #main-section h2 {
	  width: 220px;
	  background: url(../img/common/logo_plottertokyo.png) no-repeat 0 0 transparent;
	  -moz-background-size: 220px auto;
	  -o-background-size: 220px auto;
	  -webkit-background-size: 220px auto;
	  background-size: 220px auto;
	}

}
/* line 1855, ../_scss/style.scss */
body.about article section {
  position: relative;
  -webkit-transition: background 1.2s ease 0.4s !important;
  -moz-transition: background 1.2s ease 0.4s !important;
  -ms-transition: background 1.2s ease 0.4s !important;
  -o-transition: background 1.2s ease 0.4s !important;
  transition: background 1.2s ease 0.4s !important;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: 600px;
  color: white;
}
/* line 1862, ../_scss/style.scss */
body.about article section:nth-child(2n) .table {
  float: right;
  text-align: right;
}
/* line 1863, ../_scss/style.scss */
body.about article section:nth-child(2n) .lead:after {
  left: auto;
  right: 0;
}
/* line 1867, ../_scss/style.scss */
body.about article section .table {
  width: 50%;
  height: 600px;
}
/* line 1869, ../_scss/style.scss */
body.about article section .table .tcell {
  vertical-align: middle;
}
/* line 1871, ../_scss/style.scss */
body.about article section .number {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
/* line 1876, ../_scss/style.scss */
body.about article section .lead {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 25px;
}
/* line 1879, ../_scss/style.scss */
body.about article section .lead:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 1px;
  background-color: white;
  display: block;
  content: '';
}
/* line 1886, ../_scss/style.scss */
body.about article section .lead h3.main {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
/* line 1892, ../_scss/style.scss */
body.about article section .lead .sub {
  font-size: 1.4rem;
}
/* line 1894, ../_scss/style.scss */
body.about article section p.copy {
  font-size: 1.4rem;
  line-height: 2;
}
/* line 1899, ../_scss/style.scss */
body.about article section#sct-no1 {
  -moz-background-size: 272px 286px !important;
  -o-background-size: 272px 286px !important;
  -webkit-background-size: 272px 286px !important;
  background-size: 272px 286px !important;
  background-repeat: repeat !important;
}
/* line 1902, ../_scss/style.scss */
body.about article section#sct-no1._anim {
  background-image: url(../img/about/bg_section1-texture-anim.png) !important;
}
/* line 1905, ../_scss/style.scss */
body.about article section#sct-no2._anim {
  background-image: url(../img/about/bg_section2-anim.png) !important;
}
/* line 1908, ../_scss/style.scss */
body.about article section#sct-no3._anim {
  background-image: url(../img/about/bg_section3-anim.jpg) !important;
}
/* line 1911, ../_scss/style.scss */
body.about article section#sct-no4._anim {
  background-image: url(../img/about/bg_section4-anim.jpg) !important;
}
/* line 1914, ../_scss/style.scss */
body.about article section#sct-no5._anim {
  background-image: url(../img/about/bg_section5-anim.png) !important;
}
@media screen and (max-width: 639px) {
  /* line 1855, ../_scss/style.scss */
  body.about article section {
    min-height: 568px;
    height: auto;
  }
  /* line 1920, ../_scss/style.scss */
  body.about article section:nth-child(2n) .table {
    float: none;
    text-align: center;
  }
  /* line 1921, ../_scss/style.scss */
  body.about article section:nth-child(2n) .lead:after {
    right: auto;
  }
  /* line 1924, ../_scss/style.scss */
  body.about article section .table {
    text-align: center;
    width: 100%;
    min-height: 568px;
    height: auto;
  }
  /* line 1928, ../_scss/style.scss */
  body.about article section .number {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  /* line 1932, ../_scss/style.scss */
  body.about article section .lead {
    padding-bottom: 28px;
    margin-bottom: 25px;
  }
  /* line 1934, ../_scss/style.scss */
  body.about article section .lead:after {
    left: 50% !important;
    margin-left: -30px;
  }
  /* line 1935, ../_scss/style.scss */
  body.about article section .lead h3.main {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}

/* = [テレコ]
---------------------------------------------------------------------*/
/* line 1946, ../_scss/style.scss */
.mod_hoge > li figure, .mod_hoge > li .table {
  float: none;
  width: 100%;
}
/* line 1947, ../_scss/style.scss */
.mod_hoge > li figure {
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 1955, ../_scss/style.scss */
.mod_hoge > li .table .tcell .text {
  text-align: center;
  width: 100%;
  max-width: none !important;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 640px) {
  /* line 6, ../_scss/_mixin.scss */
  .mod_hoge > li:after {
    content: "";
  }
  /* line 1966, ../_scss/style.scss */
  .mod_hoge > li figure, .mod_hoge > li .table {
    width: 50%;
  }
  /* line 1967, ../_scss/style.scss */
  .mod_hoge > li figure {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-image: none !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  /* line 1976, ../_scss/style.scss */
  .mod_hoge > li .table .tcell {
    vertical-align: middle;
  }
  /* line 1978, ../_scss/style.scss */
  .mod_hoge > li .table .tcell .text {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
  /* line 1982, ../_scss/style.scss */
  .mod_hoge > li:nth-child(2n-1) figure {
    float: left;
  }
  /* line 1982, ../_scss/style.scss */
  .mod_hoge > li:nth-child(2n-1) .table {
    float: right;
  }
  /* line 1985, ../_scss/style.scss */
  .mod_hoge > li:nth-child(2n) figure {
    float: right;
  }
  /* line 1985, ../_scss/style.scss */
  .mod_hoge > li:nth-child(2n) .table {
    float: left;
  }

  .flagship .mod_hoge > li:nth-child(2n-1) figure {
    float: right;
  }
  .flagship .mod_hoge > li:nth-child(2n-1) .table {
    float: left;
  }
  .flagship .mod_hoge > li:nth-child(2n) figure {
    float: left;
  }
  .flagship .mod_hoge > li:nth-child(2n) .table {
    float: right;
  }

}

/* スマホ対応 */
@media screen and (max-width: 685px) {
  .mod_hoge > li .table .tcell .text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* = [Products - home]
---------------------------------------------------------------------*/
/* line 1996, ../_scss/style.scss */
body.products-home article #cover {
  margin-bottom: 95px;
}
/* line 1998, ../_scss/style.scss */
body.products-home article #cover h1#page-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* line 1999, ../_scss/style.scss */
body.products-home article #cover h1#page-title.sideline {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
/* line 2002, ../_scss/style.scss */
body.products-home article #cover h1#page-title.sideline span {
  font-size: 4.5rem;
  padding: 0 20px;
}
/* line 2005, ../_scss/style.scss */
body.products-home article #cover h1#page-title.sideline span:before, body.products-home article #cover h1#page-title.sideline span:after {
  width: 2px;
  height: 45px;
}
/* line 2009, ../_scss/style.scss */
body.products-home article #page-subtitle {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7;
}
/* line 2015, ../_scss/style.scss */
body.products-home article._no-bgimage {
  margin-bottom: 0;
  height: 325px;
}
/* line 2019, ../_scss/style.scss */
body.products-home article._no-bgimage #cover-inner .title {
  color: black;
}
@media screen and (max-width: 639px) {
  /* line 2026, ../_scss/style.scss */
  body.products-home article #cover h1#page-title.sideline {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  /* line 2029, ../_scss/style.scss */
  body.products-home article #cover h1#page-title.sideline span {
    font-size: 2.8rem;
    padding: 0 15px;
  }
  /* line 2032, ../_scss/style.scss */
  body.products-home article #cover h1#page-title.sideline span:before, body.products-home article #cover h1#page-title.sideline span:after {
    height: 30px;
  }
}
/* line 2042, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 2046, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li:last-child {
  margin-bottom: 0;
}
/* line 2047, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li figure {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 2052, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li figure:before {
  -webkit-transition: opacity 1.2s ease-in;
  -moz-transition: opacity 1.2s ease-in;
  -ms-transition: opacity 1.2s ease-in;
  -o-transition: opacity 1.2s ease-in;
  transition: opacity 1.2s ease-in;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
  content: '';
}

/* line 2047, ../_scss/style.scss */
body.flagship section#sct-products ul.categories li figure {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 2052, ../_scss/style.scss */
body.flagship section#sct-products ul.categories li figure:before {
  -webkit-transition: opacity 1.2s ease-in;
  -moz-transition: opacity 1.2s ease-in;
  -ms-transition: opacity 1.2s ease-in;
  -o-transition: opacity 1.2s ease-in;
  transition: opacity 1.2s ease-in;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
  content: '';
}

/* line 2061, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li .label {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.7s ease-out 0.4s;
  -moz-transition: all 0.7s ease-out 0.4s;
  -ms-transition: all 0.7s ease-out 0.4s;
  -o-transition: all 0.7s ease-out 0.4s;
  transition: all 0.7s ease-out 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  max-width: 500px;
  max-height: 500px;
  width: 41.7%;
  height: 83.3%;
  background-color: black;
  color: white;
  display: block;
}
/* line 2072, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li .label .label-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -120px;
  width: 240px;
}
/* line 2079, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li .label .title {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 18px;
}
/* line 2084, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li .label .title:after {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 1px;
  background-color: white;
  display: block;
  content: '';
}
/* line 2092, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li .label .title h4 {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 12px;
}
/* line 2099, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li .label .title h5 {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
/* line 2101, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li .label p {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 35px;
}
/* line 2109, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li.cont-r .label {
  right: 5.4%;
  -moz-transform: translateY(-50%) translateX(20%);
  -ms-transform: translateY(-50%) translateX(20%);
  -webkit-transform: translateY(-50%) translateX(20%);
  transform: translateY(-50%) translateX(20%);
}
/* line 2110, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li.cont-l .label {
  left: 5.4%;
  -moz-transform: translateY(-50%) translateX(-20%);
  -ms-transform: translateY(-50%) translateX(-20%);
  -webkit-transform: translateY(-50%) translateX(-20%);
  transform: translateY(-50%) translateX(-20%);
}
/* line 2113, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li._anim figure:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 2114, ../_scss/style.scss */
body.products-home section#sct-products ul.categories li._anim .label {
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  /* line 2127, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .label-inner {
    margin-left: -120px;
    width: 240px;
  }
  /* line 2131, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  /* line 2135, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title:after {
    width: 48px;
  }
  /* line 2136, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title h4 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  /* line 2141, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title h5 {
    font-size: 1.6rem;
  }
  /* line 2143, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2039, ../_scss/style.scss */
  body.products-home section#sct-products {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  /* line 2158, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li {
    margin-bottom: 25px;
  }
  /* line 2160, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label {
    position: relative;
    right: 0 !important;
    left: 0 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -moz-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
    -webkit-transform: translateY(0) translateX(0) !important;
    transform: translateY(0) translateX(0) !important;
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  /* line 2168, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .label-inner {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  /* line 2174, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title {
    text-align: center;
    margin-bottom: 24px;
  }
  /* line 2177, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title:after {
    left: 50%;
    margin-left: -30px;
  }
  /* line 2178, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  /* line 2179, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title h5 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  /* line 2181, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label p {
    font-weight: bold;
  }
}
@media screen and (max-width: 639px) {
  /* line 2039, ../_scss/style.scss */
  body.products-home section#sct-products {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  /* line 2192, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li {
    margin-bottom: 18px;
  }
  /* line 2194, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  /* line 2199, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .label-inner {
    width: 100%;
  }
  /* line 2200, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title {
    text-align: center;
    margin-bottom: 24px;
  }
  /* line 2203, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title:after {
    left: 50%;
    margin-left: -30px;
  }
  /* line 2204, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title h4 {
    font-size: 2.9rem;
    line-height: 1.2;
  }
  /* line 2205, ../_scss/style.scss */
  body.products-home section#sct-products ul.categories li .label .title h5 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* = [PRODUCTS (親・子カテゴリー 共通)]
---------------------------------------------------------------------*/
/* line 2220, ../_scss/style.scss */
body.tpl_products article section#sct-size {
  padding-top: 150px;
}
/* line 2222, ../_scss/style.scss */
body.tpl_products article section#sct-size h3.sideline-hrz {
  margin-bottom: 95px;
}
/* line 2223, ../_scss/style.scss */
body.tpl_products article section#sct-size figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
/* line 2225, ../_scss/style.scss */
body.tpl_products article section#sct-size figure figcaption {
  text-align: center;
  margin-top: 55px;
  font-size: 1.4rem;
  line-height: 1.6;
}

/*20240214 dp add*/
body.page-template-tpl_products-parent article #cover #cover-inner .cover-btn,
body.page-template-tpl_products-child article #cover #cover-inner .cover-btn{
    width:300px;
    margin:1em auto 0;
}
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge>li .table .tcell .text .category-name .cover-btn{
    display:none;
}
a.button_basic._penbtn {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000
}
a.button_basic._penbtn:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

/*end*/

@media screen and (max-width: 639px) {
  /* line 2220, ../_scss/style.scss */
  body.tpl_products article section#sct-size {
    padding-top: 95px;
  }
  /* line 2235, ../_scss/style.scss */
  body.tpl_products article section#sct-size h3.sideline-hrz {
    margin-bottom: 50px;
  }
  /* line 2236, ../_scss/style.scss */
  body.tpl_products article section#sct-size figure {
    width: 94%;
  }
}
/* line 2240, ../_scss/style.scss */
body.tpl_products article section#sct-freefield {
  padding-top: 150px;
}
/* line 2242, ../_scss/style.scss */
body.tpl_products article section#sct-freefield h3.sideline-hrz {
  margin-bottom: 40px;
}
/* line 2243, ../_scss/style.scss */
body.tpl_products article section#sct-freefield ul > li {
  padding-top: 130px;
}

/*dp add 20240607*/
body.tpl_products article section#sct-freefield ul li ul li,
body.tpl_products article section#sct-freefield ul li ul li ul li {
 padding-top: 0;
}
/* line 2245, ../_scss/style.scss */
body.tpl_products article section#sct-freefield ul > li:first-child {
  padding-top: 0 !important;
}
/* line 2247, ../_scss/style.scss */
body.tpl_products article section#sct-freefield figure {
  margin-left: auto;
  margin-right: auto;
}

body.tpl_products article section#sct-freefield figure .column a:hover {
  color: #DB5310;
}
/* line 2249, ../_scss/style.scss */
body.tpl_products article section#sct-freefield figure figcaption {
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: 2;
}
/*20221019 dp add freefield for youtube*/
body.tpl_products article section#sct-freefield figure figcaption p {
  margin-bottom:10px;
}
/*body.tpl_products article section#sct-freefield figure img {
  display:none;
}
body.tpl_products article section#sct-freefield figure .video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
body.tpl_products article section#sct-freefield figure .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
/*end*/
/*20230202 dp add freefield for kaitei_btn*/
body.tpl_products article section#sct-freefield figure figcaption a.sp_button {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid black;
  /*background-color: transparent;
  color: black;*/
  background-color: black;
  color: white;
}
#sct-freefield figcaption a.sp_button._black{
    border: 1px solid black;
    color: black;
}

#sct-freefield figcaption a.sp_button._center {
    margin-left: auto;
    margin-right: auto;
}

#sct-freefield figcaption a.sp_button._black:hover{
  /*background-color: black;
  color: white;*/
  background-color: transparent;
  color: black;
}

/*20240607 dp add freefield*/
body.page-template-tpl_products-parent article section#sct-freefield ul >li figure a:hover,
body.page-template-tpl_products-child article section#sct-freefield ul >li figure a:hover {
    filter: alpha(opacity = 70);
    opacity: .7;
}
/*end*/


@media screen and (max-width: 639px) {
  /* line 2240, ../_scss/style.scss */
  body.tpl_products article section#sct-freefield {
    padding-top: 95px;
  }
  /* line 2258, ../_scss/style.scss */
  body.tpl_products article section#sct-freefield h3.sideline-hrz {
    margin-bottom: 50px;
  }
  /* line 2260, ../_scss/style.scss */
  body.tpl_products article section#sct-freefield figure figcaption {
     width: 100%;
     margin-left: auto;
    margin-right: auto;
    /*width: 85%;   //dp edit
    font-size: 1.5rem;
    line-height: 1.66;*/
  }
  /*20221019 dp add freefield for youtube*/
  body.tpl_products article section#sct-freefield figure figcaption p {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   font-size: 1.5rem;
   line-height: 1.66;
   margin: 10px 0 30px;
  }
/*body.tpl_products article section#sct-freefield figure img {
  display:none;
}*/
/*end*/
/*20230202 dp add freefield for kaitei_btn*/
body.tpl_products article section#sct-freefield figure figcaption a.sp_button {
  height: auto;
  line-height: 1.5;
  padding:10px;
 }
 /*end*/
/*20240214 dp add*/
body.page-template-tpl_products-parent article #cover #cover-inner .cover-btn,
body.page-template-tpl_products-child article #cover #cover-inner .cover-btn{
    width:80%;
    margin:1em auto 0;
}
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge>li .table .tcell .text .category-name .cover-btn{
    display:none;
}
a.button_basic._penbtn,a.button_basic._penbtn:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000
}
/*end*/
}

/* = [PRODUCTS (親カテゴリー)]
---------------------------------------------------------------------*/
/* line 2278, ../_scss/style.scss */
body.page-template-tpl_products-parent article #cover h1#page-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5.5rem;
  margin-bottom: 30px;
}
/* line 2283, ../_scss/style.scss */
body.page-template-tpl_products-parent article #cover #page-subtitle {
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 639px) {
  /* line 2287, ../_scss/style.scss */
  body.page-template-tpl_products-parent article #cover h1#page-title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  /* line 2288, ../_scss/style.scss */
  body.page-template-tpl_products-parent article #cover #page-subtitle {
    font-size: 1.6rem;
  }
}
/* line 2292, ../_scss/style.scss */
body.page-template-tpl_products-parent article #concept {
  padding-top: 90px;
  padding-bottom: 95px;
  text-align: center;
  font-weight: bold;
}
/* line 2296, ../_scss/style.scss */
body.page-template-tpl_products-parent article #concept .sideline {
  margin-bottom: 30px;
}
/* line 2298, ../_scss/style.scss */
body.page-template-tpl_products-parent article #concept .sideline span {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
}
/* line 2301, ../_scss/style.scss */
body.page-template-tpl_products-parent article #concept .sideline span:before, body.page-template-tpl_products-parent article #concept .sideline span:after {
  height: 14px;
}
/* line 2304, ../_scss/style.scss */
body.page-template-tpl_products-parent article #concept h2#concept-lead {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
/* line 2309, ../_scss/style.scss */
body.page-template-tpl_products-parent article #concept p#concept-copy {
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 639px) {
  /* line 2292, ../_scss/style.scss */
  body.page-template-tpl_products-parent article #concept {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  /* line 2317, ../_scss/style.scss */
  body.page-template-tpl_products-parent article #concept .sideline {
    margin-bottom: 27px;
  }
  /* line 2318, ../_scss/style.scss */
  body.page-template-tpl_products-parent article #concept h2#concept-lead {
    font-size: 1.8rem;
    line-height: 1.66;
    margin-bottom: 18px;
  }
  /* line 2323, ../_scss/style.scss */
  body.page-template-tpl_products-parent article #concept p#concept-copy {
    font-size: 1.5rem;
    line-height: 1.66;
  }
}
/* line 2330, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points {
  border-top: 20px solid black;
}
/* line 2333, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li {
  border-bottom: 20px solid black;
}
/* line 2337, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .text {
  width: 85%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2339, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead p {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: .03em;
  margin-bottom: 20px;
}
/* line 2345, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number {
  vertical-align: middle;
  font-size: 1.2rem;
}
/* line 2348, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number span.no {
  font-size: 2.2rem;
  margin-left: 3px;
  /* vertical-align: sub; */
}
/* line 2351, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
}
/* line 2357, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-body {
  padding-top: 25px;
  margin-top: 25px;
}
/*dp add 20220905 5th*/
body.body.page-id-4777 article section#sct-points #points ol.mod_hoge li .table .tcell .point-body {
    /* padding-top: 25px; */
    margin-top: 25px;
}
/*dp add 20220905 5th end*/
/* line 2359, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-body:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 58px;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
/* line 2366, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-body p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 12px;
}
/* line 2370, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-body p:nth-last-child(1) {
  margin-bottom: 0;
}
  /*dp add 20220905 5th*/
body.page-id-4777 article section#sct-category ul.mod_hoge>li .table .tcell .text .category-copy div.date_button {
    margin: 24px 0 0;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    text-align:center;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
  /*dp add 20220905-0921  5th*/
/*body.page-id-4777 article section#sct-category ul.mod_hoge>li:first-child a.button_basic {
    font-size:0;
    }
body.page-id-4777 article section#sct-category ul.mod_hoge>li:first-child a.button_basic:before {
    font-size:1.4rem;
    content:'9月21日発売予定（詳細を見る）';
    font-feature-settings: "palt";
    }
body.page-id-4777 article section#sct-category ul.mod_hoge>li:nth-child(n+2) a.button_basic {
    display:none;
    }*/
  /*dp add 20220905-0921  5th end*/
/*dp add 20220921 5th */
/*body.page-id-4777 article section#sct-category ul.mod_hoge>li:nth-child(n+2) a.button_basic {
    font-size:0;
    }
body.page-id-4777 article section#sct-category ul.mod_hoge>li:nth-child(n+2) a.button_basic:before {
    font-size:1.4rem;
    content:'購入する（詳細を見る）';
    font-feature-settings: "palt";
    }*/
  /*dp add 20220921 5th end*/
@media screen and (max-width: 639px) {
  /* line 2330, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points {
    border-top-width: 9px;
    padding-left: 18px;
    padding-right: 18px;
  }
  /* line 2383, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li {
    padding-top: 18px;
    padding-bottom: 50px;
    border-bottom-width: 9px;
  }
  /* line 2386, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2389, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .text {
    text-align: center;
  }
  /* line 2393, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  /* line 2397, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number {
    font-size: 1.3rem;
  }
  /* line 2399, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number span.no {
    font-size: 1.6rem;
  }
  /* line 2402, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-title {
    font-size: 1.8rem;
    line-height: 1.66;
  }
  /* line 2407, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-body {
    text-align: left;
  }
  /* line 2409, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-body p {
    font-size: 1.5rem;
    line-height: 1.66;
  }
  /* line 2410, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-points #points ol.mod_hoge li .table .tcell .point-body:before {
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }
}
/* line 2422, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category {
  padding-top: 150px;
}
/* line 2424, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category h3.sideline-hrz {
  margin-bottom: 45px;
}
/* line 2425, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge {
  border-top: 20px solid black;
}
/* line 2427, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li {
  border-bottom: 20px solid black;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 2432, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  max-width: 400px;
  font-weight: bold;
}
/* line 2437, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .number {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: .05em;
  margin-bottom: 15px;
}
/* line 2443, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name {
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 30px;
}
/* line 2446, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
/* line 2453, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name span {
  display: block;
  font-weight: bold;
}
/* line 2454, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name .en {
  font-size: 3rem;
  margin-bottom: 7px;
}
/* line 2455, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name .jp {
  font-size: 2rem;
}
/* line 2457, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-lead {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
/* line 2462, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-copy {
  font-size: 1.3rem;
  line-height: 1.66;
  margin-bottom: 26px;
}

/*dp add 20220905 5th*/
body.page-id-4777 article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name .jp {
  font-size: 2rem;
  line-height: 1.5;
}
body.page-id-4777 article section#sct-category ul.mod_hoge > li .table .tcell .text .category-copy {
  font-size: 1.3rem;
  line-height: 1.66;
  margin-bottom: 26px;
  text-align:left;
}
/*dp add 20220905 5th end*/

/* line 2467, ../_scss/style.scss */
body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .button_basic {
  height: 50px;
  line-height: 49px;
}
@media screen and (max-width: 639px) {
  /* line 2422, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category {
    padding-top: 95px;
  }
  /* line 2476, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category h3.sideline-hrz {
    margin-bottom: 45px;
  }
  /* line 2477, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge {
    border-top: 0;
  }
  /* line 2479, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li {
    border-bottom-width: 9px;
    padding-top: 18px;
    padding-bottom: 60px;
  }
  /* line 2482, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li:first-child {
    padding-top: 0;
  }
  /* line 2483, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2487, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .number {
    margin-bottom: 10px;
  }
  /* line 2488, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name {
    padding-bottom: 26px;
    margin-bottom: 25px;
  }
  /* line 2490, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name:after {
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }
  /* line 2494, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name span {
    display: block;
    font-weight: bold;
  }
  /* line 2495, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name .en {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  /* line 2496, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name .jp {
    font-size: 1.5rem;
  }
  /* line 2498, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  /* line 2503, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .category-copy {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
    /*dp add 20220905 5th*/
  body.page-id-4777 article section#sct-category ul.mod_hoge > li .table .tcell .text .category-name .jp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
   body.page-id-4777 article section#sct-category ul.mod_hoge > li .table .tcell .text .category-copy {
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align:left;
  }
    /*dp add 20220905 5th end*/
  /* line 2507, ../_scss/style.scss */
  body.page-template-tpl_products-parent article section#sct-category ul.mod_hoge > li .table .tcell .text .button_basic {
    height: 40px;
    line-height: 39px;
  }
 /*dp add 20220905 5th*/
body.page-id-4777 article section#sct-category ul.mod_hoge>li .table .tcell .text .category-copy div.date_button {
    margin: 24px 0 0;
    font-size: 1.4rem;
    height: 40px;
    line-height: 38px;
    text-align:center;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
}

/* = [PRODUCTS (子カテゴリー)]
---------------------------------------------------------------------*/
/* line 2525, ../_scss/style.scss */
body.page-template-tpl_products-child article #cover .item-no {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 22px;
}
/* line 2530, ../_scss/style.scss */
body.page-template-tpl_products-child article #cover h1#page-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5.6rem;
  margin-bottom: 26px;
}
/* line 2535, ../_scss/style.scss */
body.page-template-tpl_products-child article #cover #page-subtitle {
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 639px) {
  /* line 2539, ../_scss/style.scss */
  body.page-template-tpl_products-child article #cover .item-no {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  /* line 2540, ../_scss/style.scss */
  body.page-template-tpl_products-child article #cover h1#page-title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  /* line 2541, ../_scss/style.scss */
  body.page-template-tpl_products-child article #cover #page-subtitle {
    font-size: 1.6rem;
  }
}
/* line 2545, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points {
  padding-top: 130px;
  margin-bottom: 145px;
}
/* line 2548, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points {
  border-top: 1px solid black;
}
/* line 2550, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
/* line 2553, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 2556, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .text {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  max-width: 360px;
}

/*add dp 20181001*/
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .text a:link {
text-decoration:underline;
}
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .text a:hover {
text-decoration:none;
}
/*------------*/

/* line 2558, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .point-lead p {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: .03em;
  margin-bottom: 20px;
}
/* line 2564, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .point-lead .point-number {
  vertical-align: middle;
  font-size: 1.2rem;
}
/* line 2567, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .point-lead .point-number span.no {
  font-size: 2.2rem;
  margin-left: 3px;
  /* vertical-align: sub; */
}
/* line 2570, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .point-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
}
/* line 2575, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .point-body {
  position: relative;
  padding-top: 22px;
  margin-top: 22px;
}
/* line 2578, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .point-body:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 58px;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
/* line 2585, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .point-body p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 12px;
}
/* line 2589, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge > li .table .tcell .point-body p:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  /* line 2545, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points {
    padding-top: 50px;
    margin-bottom: 95px;
    padding-left: 18px;
    padding-right: 18px;
  }
  /* line 2603, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li {
    padding-top: 18px;
    padding-bottom: 50px;
  }
  /* line 2605, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2608, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li .table .tcell .text {
    text-align: center;
  }
  /* line 2612, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  /* line 2616, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number {
    font-size: 1.3rem;
  }
  /* line 2618, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number span.no {
    font-size: 1.6rem;
  }
  /* line 2621, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li .table .tcell .point-title {
    font-size: 1.8rem;
    line-height: 1.66;
  }
  /* line 2625, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li .table .tcell .point-body {
    text-align: left;
  }
  /* line 2627, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li .table .tcell .point-body p {
    font-size: 1.5rem;
    line-height: 1.66;
  }
  /* line 2628, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-points #points ol.mod_hoge li .table .tcell .point-body:before {
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }
}
/* line 2641, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-colors h3.sideline-hrz {
  margin-bottom: 40px;
}
/* line 2642, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-colors figcaption {
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: 2;
}

/*20240430 dp add*/
body.page-template-tpl_products-child article section#sct-colors figcaption a {
    text-decoration:underline;
}
/*20240430 dp add*/
body.page-template-tpl_products-child article section#sct-colors figcaption a:hover {
    text-decoration:none;
}

/*20240607 dp add*/
body.page-template-tpl_products-child article section#sct-freefield ul.column3 > li figure a{
  display:block;
}

body.page-template-tpl_products-child article section#sct-freefield ul.column3 > li figure a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
    }
/*end*/




@media screen and (max-width: 639px) {
  /* line 2648, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-colors h3.sideline-hrz {
    margin-bottom: 50px;
  }
  /* line 2649, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-colors figcaption {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    font-size: 1.5rem;
    line-height: 1.66;
  }
}
/* line 2658, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items {
  padding-top: 150px;
}
/* line 2660, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items h3.sideline-hrz {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  /* line 2660, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items h3.sideline-hrz {
    margin-bottom: 30px;
  }
}
/* line 2664, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 {
  margin-left: auto;
  margin-right: auto;
  /* = Responsive (~768)
  -------------------------------------------------------------*/
  /* = Responsive (~480)
  -------------------------------------------------------------*/
}
/* line 2666, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li {
  text-align: center;
  margin-bottom: 4%;
}
/* line 2669, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li figure {
  margin-bottom: 32px;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 2674, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li figure a {
  display: block;
}
/* line 2676, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li figure a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 2678, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li figure img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
/* line 2684, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li .item-name, body.page-template-tpl_products-child article section#sct-items ul.column4 > li .item-size, body.page-template-tpl_products-child article section#sct-items ul.column4 > li .item-price {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 3px;
}
/* line 2690, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li .item-price {
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-bottom: 22px;
}
/* line 2697, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li ul.colorlist > li {
  display: block;
  text-align: left;
  text-indent: -9999px;
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}
/* line 2703, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li ul.colorlist > li:last-child {
  margin-right: 0;
}
/* line 2706, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li .spec {
  margin-top: 22px;
  font-size: 1.1rem;
  line-height: 2;
}
/* line 2707, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items ul.column4 > li a.button_basic {
  margin-top: 25px;
  max-width: 150px;
  height: 40px;
  line-height: 39px;
}
/*dp add 20210629 puebrocolor*/
body.page-id-2140 article section#sct-items ul.column4 > li ul.colorlist > li:last-child{display:none}
body.page-id-2140 article section#sct-items ul.column4 > li:last-child ul.colorlist > li:last-child{display:inline-block}
/*end*/

@media screen and (max-width: 768px) {
  /* line 2664, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 {
    width: 490px;
  }
  /* line 2717, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 > li {
    width: 225px;
    border-bottom: 1px solid #cacbcb;
    padding-bottom: 45px;
    margin-bottom: 50px;
  }
  /* line 2721, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 > li:nth-child(2n) {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  /* line 2664, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 {
    width: 94%;
  }
  /* line 2728, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 > li {
    width: 100%;
    margin-bottom: 50px;
    float: none;
  }
  /* line 2732, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  /* line 2734, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 > li .item-name, body.page-template-tpl_products-child article section#sct-items ul.column4 > li .item-size, body.page-template-tpl_products-child article section#sct-items ul.column4 > li .item-price {
    font-size: 1.5rem;
  }
  /* line 2735, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 > li .item-price {
    margin-bottom: 16px;
  }
  /* line 2736, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 > li ul.colorlist {
    margin-bottom: 24px;
  }
  /* line 2737, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items ul.column4 > li .spec {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
/* line 2741, ../_scss/style.scss */
body.page-template-tpl_products-child article section#sct-items .attention {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: 50px;
}
@media screen and (max-width: 639px) {
  /* line 2658, ../_scss/style.scss */
  body.page-template-tpl_products-child article section#sct-items {
    padding-top: 95px;
  }
}

/* = [PLOTTER MAGAZINE]
---------------------------------------------------------------------*/
/* line 2762, ../_scss/style.scss */
body.magazine-home article .lead #navi-cat ul li.all a:after {
  width: 100% !important;
}
/* 20210427 dp add */
body.term-music article .lead #navi-cat ul li.music a:after {
  width: 100% !important;
}
/*end*/
/* 20210616 dp add */
body.term-voice article .lead #navi-cat ul li.voice a:after {
  width: 100% !important;
}
/*end*/
/* line 2763, ../_scss/style.scss */
body.term-material article .lead #navi-cat ul li.material a:after {
  width: 100% !important;
}

/* line 2764, ../_scss/style.scss */
body.term-feature article .lead #navi-cat ul li.feature a:after {
  width: 100% !important;
}

/* line 2765, ../_scss/style.scss */
body.term-maintenance article .lead #navi-cat ul li.maintenance a:after {
  width: 100% !important;
}
body.term-flagshipshop article .lead #navi-cat ul li.flagshipshop a:after {
  width: 100% !important;
}
/* line 2766, ../_scss/style.scss */
body.term-news article .lead #navi-cat ul li.news a:after {
  width: 100% !important;
}


/* line 2769, ../_scss/style.scss */
/*body.magazine article {　タイトル修正のためコメントアウト
  padding-top: 135px;
  padding-bottom: 145px;
}*/
/* line 2772, ../_scss/style.scss */
/*body.magazine article h1 {　タイトル修正のためコメントアウト
  margin-left: auto;
  margin-right: auto;
  width: 318px;
  margin-bottom: 40px;
}*/
/* line 2776, ../_scss/style.scss */
/*body.magazine article h1 img {　タイトル修正のためコメントアウト
  display: block;
  width: 100%;
}*/
/* line 2777, ../_scss/style.scss */
/*body.magazine article h1 span {　タイトル修正のためコメントアウト
  display: block;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.7rem;
  text-align: center;
  margin-top: 10px;
}*/
/* line 2785, ../_scss/style.scss */
body.magazine article .lead {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  margin-bottom: 105px;
}
/* line 2790, ../_scss/style.scss */
body.magazine article .lead h2 {
  padding-top: 18px;
  padding-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom: 1px solid black;
}
/* line 2797, ../_scss/style.scss */
body.magazine article .lead #navi-cat {
  padding: 20px 0;
}
/* line 2799, ../_scss/style.scss */
body.magazine article .lead #navi-cat ul {
  text-align: center;
}
/* line 2801, ../_scss/style.scss */
body.magazine article .lead #navi-cat ul li {
  position: relative;
  display: inline-block;
  padding-right: 31px;
  margin-right: 30px;
}

body.magazine article .lead #navi-cat ul li:last-of-type {
    margin-right: 0;
}
/* line 2806, ../_scss/style.scss */
body.magazine article .lead #navi-cat ul li:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 21px;
  background-color: black;
  display: block;
  content: '';
}
.magazine #cover .title{
    margin-top: 80px;
}
.magazine #page-subtitle{
    font-size: 1.6rem !important;
    line-height: 1.7;
}
/* line 2813, ../_scss/style.scss */
body.magazine article .lead #navi-cat ul li:last-child {
  padding-right: 0;
}
/* line 2815, ../_scss/style.scss */
body.magazine article .lead #navi-cat ul li:last-child:after {
  display: none;
}
/* line 2817, ../_scss/style.scss */
body.magazine article .lead #navi-cat ul li a {
  position: relative;
  display: inline-block;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
}
/* line 2822, ../_scss/style.scss */
body.magazine article .lead #navi-cat ul li a:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}

/*20230201 dp add for kakakukaitei table*/
body.single-magazine article .content-frame-inner .body h2.onlykaitei{
font-weight: 700;
font-size: 1.8rem;
line-height: 2.5;
}
body.single-magazine article .content-frame-inner .body h3.onlykaitei{
font-weight: 700;
line-height: 2.5;
margin-bottom: 14px;
}
body.single-magazine article .content-frame-inner .body .tablescroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
max-width: 100%;
margin-bottom: 40px;
}
body.single-magazine article .content-frame-inner .body .tablescroll table.kakakukaitei,
body.single-magazine article .content-frame-inner .body .tablescroll table.kakakukaitei2 {
 border-collapse: separate;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 border-spacing: 0;
 table-layout: fixed;
  width: 850px;
}
body.single-magazine article .content-frame-inner .body .tablescroll td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  line-height:1.5;
  color: #333;
}
body.single-magazine article .content-frame-inner .body .tablescroll th {
  padding: .6em;
  text-align: center;
  vertical-align: middle;
  background: #000;
  line-height:1.5;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #fff;
}
body.single-magazine article .content-frame-inner .body .tablescroll th:first-child,
body.single-magazine article .content-frame-inner .body .tablescroll td:first-child{
  width: 13em;
}
body.single-magazine article .content-frame-inner .body .tablescroll table.kakakukaitei2 th:nth-child(3),
body.single-magazine article .content-frame-inner .body .tablescroll table.kakakukaitei2 td:nth-child(3){
  width: 3em;
}
body.single-magazine article .content-frame-inner .body .tablescroll th.rightdown {
  border-right: 1px solid #000;
}
body.single-magazine article .content-frame-inner .body .tablescroll th.rightup {
  border-right: 1px solid #000;
  border-bottom: 1px solid #fff;
}
body.single-magazine article .content-frame-inner .body .tablescroll td .redtext {
  color: red;
  font-weight: bold;
}
/*end*/


@media screen and (max-width: 639px) {
/*20230201 dp add for kakakukaitei table*/
body.single-magazine article .content-frame-inner .body .tablescroll {
max-height: auto;
}
body.single-magazine article .content-frame-inner .body .tablescroll table.kakakukaitei,
body.single-magazine article .content-frame-inner .body .tablescroll table.kakakukaitei2 {
  width: 550px;
}
body.single-magazine article .content-frame-inner .body h2.onlykaitei{
font-weight: 700;
font-size: 1.6rem;
line-height: 2.5;
}
body.single-magazine article .content-frame-inner .body h3.onlykaitei{
}
body.single-magazine article .content-frame-inner .body .tablescroll th:first-child,
body.single-magazine article .content-frame-inner .body .tablescroll td:first-child{
  width: 8em;
}
body.single-magazine article .content-frame-inner .body .tablescroll table.kakakukaitei2 th:nth-child(3),
body.single-magazine article .content-frame-inner .body .tablescroll table.kakakukaitei2 td:nth-child(3){
  width: 2.5em;
}
/*end*/
  /* line 2838, ../_scss/style.scss */
  /*body.magazine article {　タイトル修正のためコメントアウト
    padding-top: 65px;
    padding-bottom: 145px;
  }*/
  /* line 2841, ../_scss/style.scss */
 /* body.magazine article h1 {　タイトル修正のためコメントアウト
    width: 170px;
    margin-bottom: 35px;
  }*/
  /* line 2844, ../_scss/style.scss */
/*body.magazine article h1 span {　タイトル修正のためコメントアウト
    font-size: 2.4rem;
    margin-top: 8px;
  }*/
  /* line 2846, ../_scss/style.scss */
  body.magazine article .lead {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 65px;
  }
  /* line 2849, ../_scss/style.scss */
  body.magazine article .lead h2 {
    padding-top: 21px;
    padding-bottom: 19px;
    font-size: 1.4rem;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 40px;
  }
  /* line 2856, ../_scss/style.scss */
  body.magazine article .lead #navi-cat {
    padding: 0;
  }
  /* line 2858, ../_scss/style.scss */
  body.magazine article .lead #navi-cat ul {
    text-align: center;
  }
  /* line 2860, ../_scss/style.scss */
  body.magazine article .lead #navi-cat ul li {
    width: 32%;
    padding-right: 0;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 35px;
  }
  /* line 2866, ../_scss/style.scss */
  body.magazine article .lead #navi-cat ul li:nth-child(3n), body.magazine article .lead #navi-cat ul li:last-child {
    margin-right: 0;
  }
  /* line 2867, ../_scss/style.scss */
  body.magazine article .lead #navi-cat ul li:nth-last-child(2), body.magazine article .lead #navi-cat ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  /* line 2868, ../_scss/style.scss */
  body.magazine article .lead #navi-cat ul li:after {
    display: none;
  }
  /* line 2869, ../_scss/style.scss */
  body.magazine article .lead #navi-cat ul li a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-bottom: 7px;
    border-bottom: 1px solid black;
  }

}

/* line 2887, ../_scss/style.scss */
body.single-magazine article {
  padding-top: 80px;
  padding-bottom: 120px;
}
/* line 2891, ../_scss/style.scss */
body.single-magazine article figure#eyecatch {
  margin-bottom: 15px;
}
/* line 2892, ../_scss/style.scss */
body.single-magazine article .breadcrumbs {
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
  font-size: 1.1rem;
}
/* line 2896, ../_scss/style.scss */
body.single-magazine article .breadcrumbs ol li {
  display: inline-block;
}
/* line 2898, ../_scss/style.scss */
body.single-magazine article .breadcrumbs ol li:after {
  display: inline-block;
  padding: 0 6px;
  content: ">";
}
/* line 2904, ../_scss/style.scss */
body.single-magazine article .breadcrumbs ol li:last-child:after {
  display: none;
  padding-right: 0;
}
/* line 2906, ../_scss/style.scss */
body.single-magazine article .breadcrumbs ol li span, body.single-magazine article .breadcrumbs ol li a {
  color: black;
}
/* line 2907, ../_scss/style.scss */
body.single-magazine article .breadcrumbs ol li a:hover {
  color: #DB5310;
}
/* line 2912, ../_scss/style.scss */
body.single-magazine article .content-frame-inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 850px;
}
/* line 2916, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .header {
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 36px;
  margin-bottom: 105px;
}
/* line 2921, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .header .cat {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin-bottom: 25px;
}
/* line 2927, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .header h1#article-title {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7;
}
/* line 2934, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .body p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 28px;
}
/* line 2938, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .body p:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 2939, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .body p img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 2941, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .body a {
  text-decoration: underline;
}
/* line 2944, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .body div > img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 2945, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .body div.wp-caption {
  width: auto !important;
  margin-bottom: 45px;
}
/* line 2948, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .body div.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 2949, ../_scss/style.scss */
body.single-magazine article .content-frame-inner .body div.wp-caption p.wp-caption-text {
  margin-top: 8px;
  line-height: 1.4;
  margin-bottom: 0;
}
/* line 2957, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps {
  margin-top: 125px;
}
/* line 2959, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps .steps-lead {
  position: relative;
  margin-bottom: 55px;
  text-align: center;
}
/* line 2963, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps .steps-lead span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #ede9e3;
  padding: 0 10px;
}
/* line 2971, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps .steps-lead:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
/* line 2978, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps .steps-lead span.ff_serif {
  padding: 0;
}
/* line 2981, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid black;
}
/* line 2985, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li:last-child {
  margin-bottom: 0;
}
/* line 2987, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .left {
  width: 37.7%;
  vertical-align: top;
}
/* line 2990, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .left figure {
  max-width: 320px;
}
/* line 2992, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .right {
  width: 62.3%;
  vertical-align: middle;
  padding-left: 11.1%;
}
/* line 2997, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-number {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 32px;
}
/* line 3001, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-number > .line {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}
/* line 3007, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-number span {
  font-size: 2rem;
  margin-left: 2px;
}
/* line 3009, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 28px;
}
/* line 3016, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-body p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 12px;
}
/* line 3020, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-body p:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 3029, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#buttons {
  margin-top: 90px;
}
/* line 3031, ../_scss/style.scss */
body.single-magazine article .content-frame-inner div#buttons a.button_basic {
  max-width: 400px;
  margin-bottom: 15px;
}
/* line 3037, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
/* line 3041, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares li {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-right: 20px;
}
/* line 3045, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares li:last-child {
  margin-right: 0;
}
/* line 3046, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares li a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.4rem;
  text-align: center;
  background-color: black;
  color: white;
}
/* line 3054, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares li a:before {
  font-family: 'plotter';
  display: inline-block;
  margin-right: 5px;
  color: white;
}
/* line 3062, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares li.facebook a:hover {
  background-color: #3B5998;
}
/* line 3063, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares li.facebook a:before {
  content: '\e700';
}
/* line 3066, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares li.twitter a:hover {
  background-color: #55acee;
}
/* line 3067, ../_scss/style.scss */
body.single-magazine article .content-frame-inner ul#shares li.twitter a:before {
  content: '\e701';
}
@media screen and (max-width: 639px) {
  /* line 2887, ../_scss/style.scss */
  body.single-magazine article {
    padding-top: 0;
    padding-bottom: 50px;
  }
  /* line 3077, ../_scss/style.scss */
  body.single-magazine article figure#eyecatch {
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 70px;
  }
  /* line 3081, ../_scss/style.scss */
  body.single-magazine article .breadcrumbs {
    display: none;
  }
  /* line 3082, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner {
    margin-top: 70px;
  }
  /* line 3084, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner .header {
    padding-bottom: 36px;
    margin-bottom: 45px;
  }
  /* line 3087, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner .header .cat {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
  /* line 3088, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner .header h1#article-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  /* line 3091, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner .body p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 28px;
  }
  /* line 3096, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner .body div.wp-caption {
    margin-bottom: 45px;
  }
  /* line 3098, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner .body div.wp-caption p.wp-caption-text {
    margin-top: 6px;
  }
  /* line 3102, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps {
    margin-top: 50px;
  }
  /* line 3104, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps .steps-lead {
    position: relative;
    margin-bottom: 45px;
    text-align: center;
  }
  /* line 3108, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps .steps-lead span {
    font-size: 1.5rem;
    padding: 0 6px;
  }
  /* line 3114, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 0;
  }
  /* line 3118, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li:last-child {
    margin-bottom: 0;
  }
  /* line 3119, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table {
    display: block;
  }
  /* line 3122, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table .tcell {
    display: block;
    width: 100% !important;
  }
  /* line 3123, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table .left {
    margin-bottom: 40px;
  }
  /* line 3125, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table .left figure {
    max-width: none;
  }
  /* line 3127, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table .right {
    padding-left: 0;
  }
  /* line 3130, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-number {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 3134, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-number span {
    font-size: 2.3rem;
    margin-left: 3px;
  }
  /* line 3136, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  /* line 3142, ../_scss/style.scss */
  body.single-magazine article .content-frame-inner div#steps ol li .table .right .step-body p {
    font-size: 1.5rem;
  }
}
/* line 3152, ../_scss/style.scss */
body.single-magazine aside {
  background-color: white;
  padding: 130px 0;
}
/* line 3155, ../_scss/style.scss */
body.single-magazine aside h1 {
  position: relative;
  margin-bottom: 120px;
}
/* line 3158, ../_scss/style.scss */
body.single-magazine aside h1 span {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  background-color: white;
}
/* line 3168, ../_scss/style.scss */
body.single-magazine aside h1:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
/* line 3176, ../_scss/style.scss */
body.single-magazine aside ul.articles.column3 li {
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  /* line 3152, ../_scss/style.scss */
  body.single-magazine aside {
    padding: 80px 0;
  }
  /* line 3183, ../_scss/style.scss */
  body.single-magazine aside h1 {
    margin-bottom: 50px;
  }
  /* line 3185, ../_scss/style.scss */
  body.single-magazine aside h1 span {
    width: 100px;
    font-size: 1.5rem;
  }
  /* line 3190, ../_scss/style.scss */
  body.single-magazine aside ul.articles.column3 li {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 50px;
  }
}

  /* = [Shop list]
---------------------------------------------------------------------*/
/* line 3208, ../_scss/style.scss */
body.post-type-archive-shoplist {
	-webkit-font-smoothing: antialiased;
}
body.post-type-archive-shoplist article ul.arealist > li.area {
  margin-bottom: 15px;
}
/* line 3210, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title {
  height: 40px;
  line-height: 40px;
}
/* line 3212, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title a {
  display: block;
  height: 40px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: black;
  color: white;
}
/* line 3210, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title_oya {
  height: 60px;
  line-height: 60px;
}
/* line 3212, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title_oya a {
  display: block;
  height: 60px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: white;
  color: black;
  border: black solid 1px;
}
body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title_flagship {
  line-height: 60px;
  display: block;
  height: 60px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: white;
  color: black;
  border: black solid 1px;
}

.area2 {
	margin-bottom: 15px;
}
h2.area_title {
	margin-top: 30px;
	margin-bottom: 15px;
}

/* line 3221, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body {
  padding: 0 25px 40px;
}
body.post-type-archive-shoplist article ul.arealist > li#area-flagship ul.mod_accordion-body {
  padding: 0;
}

/* line 3223, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 33px;
  margin-bottom: 32px;
}
/* line 3226, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li:first-child {
  margin-top: 40px;
}
/* line 3227, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li:last-child {
  margin-bottom: 0 !important;
}
/* line 3228, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li.non {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 3229, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 12px;
}
/* line 3235, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .address,
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .tel {
  font-size: 1.2rem;
  line-height: 1.4;
}
/* line 3236, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .address {
  margin-bottom: 10px;
}
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .tel {
  margin-bottom: 10px;
}
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .map_web {
  margin-bottom: 10px;
}
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .map_web a {
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: underline;
}

/* line 3235, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li.flagship_area .address,
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li.flagship_area .tel,
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li.flagship_area .map_web,
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li.flagship_area .map_web a {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 0px;
}

/* line 3221, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya {
  padding: 0 25px 40px;
}
body.post-type-archive-shoplist article ul.arealist > li#area-flagship ul.mod_accordion-body_oya {
  padding: 0 25px 20px;
}
/* line 3223, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 33px;
  margin-bottom: 32px;
}
/* line 3226, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li:first-child {
  margin-top: 40px;
}
/* line 3227, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li:last-child {
  margin-bottom: 0 !important;
}
/* line 3228, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li.non {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 3229, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 12px;
}
/* line 3235, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .address, body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .tel {
  font-size: 1.2rem;
  line-height: 1.4;
}
/* line 3236, ../_scss/style.scss */
body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .address {
  margin-bottom: 6px;
}

@media screen and (max-width: 639px) {
  /* line 3208, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area {
    margin-bottom: 10px;
  }
  /* line 3243, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title {
    height: 30px;
    line-height: 30px;
  }
  /* line 3245, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title a {
    display: block;
    height: 30px;
    padding-left: 18px;
    font-size: 1.4rem;
  }
  /* line 3249, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title a .ff_serif {
    display: none;
  }
  /* line 3243, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title_oya {
    height: 35px;
    line-height: 35px;
  }
  /* line 3245, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title_oya a {
    display: block;
    height: 35px;
    padding-left: 18px;
    font-size: 1.4rem;
  }
  body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title_flagship {
    display: block;
    height: 35px;
    padding-left: 18px;
    font-size: 1.4rem;
    line-height:35px;
  }
  /* line 3249, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area .mod_accordion-title_oya a .ff_serif {
    display: none;
  }
  /* line 3252, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body {
    padding: 0 0px 40px 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 3254, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li {
    border-bottom: 1px dotted black;
    padding-bottom: 28px;
    margin-bottom: 27px;
  }
  /* line 3257, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li:first-child {
    margin-top: 30px;
  }
  /* line 3258, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* line 3259, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .name {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  /* line 3263, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .address, body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .tel {
    font-size: 1.4rem;
  }
  /* line 3264, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .address {
    margin-bottom: 8px;
  }
  /* line 3266, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li .address span.zip {
    display: block;
  }
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body > li.flagship_area .address span.zip {
    display: inline;
  }
  /* line 3252, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya {
    padding: 0 14px 40px;
  }
  body.post-type-archive-shoplist article ul.arealist > li#area-flagship ul.mod_accordion-body_oya {
    padding: 0 2px 20px;
  }

  /* line 3254, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li {
    border-bottom: 1px dotted black;
    padding-bottom: 28px;
    margin-bottom: 27px;
  }
  /* line 3257, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li:first-child {
    margin-top: 30px;
  }
  /* line 3258, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* line 3259, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .name {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  /* line 3263, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .address, body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .tel {
    font-size: 1.4rem;
  }
  /* line 3264, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .address {
    margin-bottom: 8px;
  }
  /* line 3266, ../_scss/style.scss */
  body.post-type-archive-shoplist article ul.arealist > li.area ul.mod_accordion-body_oya > li .address span.zip {
    display: block;
  }

}
/* line 3276, ../_scss/style.scss */
body.post-type-archive-shoplist article .content-frame .content-frame-inner .content-frame-inner-box {
  max-width: 850px !important;
  width: 85% !important;
}
@media screen and (max-width: 639px) {
  /* line 3276, ../_scss/style.scss */
  body.post-type-archive-shoplist article .content-frame .content-frame-inner .content-frame-inner-box {
    width: 100% !important;
  }
}

/* = [Terms of Service]
---------------------------------------------------------------------*/
/* line 3294, ../_scss/style.scss */
body.terms article ul.paragraph {
  margin-bottom: 85px;
}
/* line 3296, ../_scss/style.scss */
body.terms article ul.paragraph > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
/* line 3299, ../_scss/style.scss */
body.terms article ul.paragraph > li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* line 3300, ../_scss/style.scss */
body.terms article ul.paragraph > li .title, body.terms article ul.paragraph > li .body {
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
}
/* line 3305, ../_scss/style.scss */
body.terms article ul.paragraph > li .title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
/* line 3311, ../_scss/style.scss */
body.terms article ul.paragraph > li ol > li {
  line-height: 1.5;
  margin-bottom: 3px;
}
/* line 3317, ../_scss/style.scss */
body.terms article a.button_basic {
  height: 45px;
  line-height: 44px;
  max-width: 300px;
}

/* = [Contact]
---------------------------------------------------------------------*/
/* line 3329, ../_scss/style.scss */
body.contact article ul.contactlist {
  border-top: 1px solid #929292;
  padding-top: 50px;
}
/* line 3332, ../_scss/style.scss */
body.contact article ul.contactlist > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 3335, ../_scss/style.scss */
body.contact article ul.contactlist > li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* line 3337, ../_scss/style.scss */
body.contact article ul.contactlist > li h2 {
  font-weight: bold;
  font-size: 2rem;
  /*line-height: 1.4;*/
  line-height: 2;
  margin-bottom: 18px;
}
/* 20201116 dp add*/
body.contact article ul.contactlist > li .s_title {
  font-weight: bold;
  font-size: 1.2rem;
}
/* line 3343, ../_scss/style.scss */
body.contact article ul.contactlist > li p.copy {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 40px;
}
/* line 3348, ../_scss/style.scss */
body.contact article ul.contactlist > li a.button_basic {
  height: 50px;
  line-height: 49px;
  max-width: 350px;
}
@media screen and (max-width: 639px) {
  /* line 3329, ../_scss/style.scss */
  body.contact article ul.contactlist {
    padding-top: 38px;
  }
  /* line 3356, ../_scss/style.scss */
  body.contact article ul.contactlist > li {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
  /* line 3358, ../_scss/style.scss */
  body.contact article ul.contactlist > li h2 {
    font-size: 1.6rem;
  }
  /* line 3359, ../_scss/style.scss */
  body.contact article ul.contactlist > li p.copy {
    text-align: left;
    margin-bottom: 18px;
  }
  /* line 3360, ../_scss/style.scss */
  body.contact article ul.contactlist > li a.button_basic {
    height: 45px;
    line-height: 44px;
    max-width: none;
  }
}

/* = [Form - Contact]
---------------------------------------------------------------------*/
/* line 3376, ../_scss/style.scss */
body.form article .content-frame-inner {
  padding-top: 0 !important;
}
/* line 3377, ../_scss/style.scss */
body.form article form {
  padding-top: 120px;
}
/* line 3379, ../_scss/style.scss */
body.form article table.form {
  width: 100%;
  margin-top: -30px;
}
/* line 3382, ../_scss/style.scss */
body.form article table.form tbody, body.form article table.form tr {
  width: 100%;
}
/* line 3383, ../_scss/style.scss */
body.form article table.form th, body.form article table.form td {
  padding-top: 30px;
  vertical-align: top;
}
/* line 3387, ../_scss/style.scss */
body.form article table.form th {
  width: 32%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 40px;
}
/* line 3393, ../_scss/style.scss */
body.form article table.form td {
  width: 68%;
}
body.form article table.form td.links {
  width: 100%;
}
/* line 3395, ../_scss/style.scss */
body.form article table.form td input[type=text], body.form article table.form td input[type=email], body.form article table.form td textarea {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  padding-left: 12px;
}
/* line 3400, ../_scss/style.scss */
body.form article table.form td textarea {
  height: 320px;
  line-height: 1.8;
  padding-top: 8px;
  padding-right: 12px;
}
/* line 3407, ../_scss/style.scss */
body.form article table.form td.buttons {
  padding-top: 40px;
}
/* line 3409, ../_scss/style.scss */
body.form article table.form td.buttons input[type=button], body.form article table.form td.buttons input[type=submit] {
  display: block;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  min-width: 400px;
  height: 50px;
  line-height: 49px;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: inherit;
  background-color: transparent;
  color: black;
  border: 1px solid black;
  padding-right:20px;
  padding-left:20px;
}
/* line 3421, ../_scss/style.scss */
body.form article table.form td.buttons input[type=button]:hover, body.form article table.form td.buttons input[type=submit]:hover {
  background-color: black;
  color: white;
}
/* line 3430, ../_scss/style.scss */
body.form article .wpcf7-mail-sent-ok {
  display: none !important;
}
/* line 3431, ../_scss/style.scss */
body.form article .wpcf7c-elm-step3 a.button_basic {
  max-width: 300px;
  height: 45px;
  line-height: 44px;
}
@media screen and (max-width: 639px) {
  /* line 3435, ../_scss/style.scss */
  body.form article form {
    padding-top: 50px;
  }
  /* line 3436, ../_scss/style.scss */
  body.form article table.form {
    margin-top: -20px;
  }
  /* line 3438, ../_scss/style.scss */
  body.form article table.form th, body.form article table.form td {
    padding-top: 0;
    display: block;
    width: 100%;
  }
  /* line 3443, ../_scss/style.scss */
  body.form article table.form th {
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  /* line 3450, ../_scss/style.scss */
  body.form article table.form td input[type=text], body.form article table.form td input[type=email], body.form article table.form td textarea {
    height: 30px;
    font-size: 1.4rem;
  }
  /* line 3453, ../_scss/style.scss */
  body.form article table.form td textarea {
    height: 205px;
  }
  /* line 3455, ../_scss/style.scss */
  body.form article table.form td.buttons {
    padding-top: 30px;
  }
  /* line 3457, ../_scss/style.scss */
  body.form article table.form td.buttons input[type=button], body.form article table.form td.buttons input[type=submit] {
    width: 100%;
	min-width: 100%;
    min-height: 45px;
	height: auto;
	line-height: 1.5;
	padding:10px;
    font-size: 1.4rem;
	white-space: normal;
  }
}
/* line 3469, ../_scss/style.scss */
body.form.is_confirm article table.form {
  display: block;
  margin-top: 0;
}
/* line 3472, ../_scss/style.scss */
body.form.is_confirm article table.form tbody, body.form.is_confirm article table.form tr {
  display: block;
}
/* line 3473, ../_scss/style.scss */
body.form.is_confirm article table.form tr {
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 22px;
  padding-bottom: 22px;
}
/* line 3478, ../_scss/style.scss */
body.form.is_confirm article table.form th, body.form.is_confirm article table.form td {
  display: block;
  padding-top: 0;
}
/* line 3479, ../_scss/style.scss */
body.form.is_confirm article table.form th {
  width: 100%;
  color: #5A5A5A;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
/* line 3485, ../_scss/style.scss */
body.form.is_confirm article table.form td {
  width: 100%;
}
/* line 3487, ../_scss/style.scss */
body.form.is_confirm article table.form td input[type=text], body.form.is_confirm article table.form td input[type=email], body.form.is_confirm article table.form td textarea {
  display: block;
  height: auto;
  cursor: default;
  font-size: 1.5rem;
  padding-left: 0;
  background-color: white !important;
}
/* line 3493, ../_scss/style.scss */
body.form.is_confirm article table.form td input[type=text]:forcus, body.form.is_confirm article table.form td input[type=text]:-webkit-autofill, body.form.is_confirm article table.form td input[type=email]:forcus, body.form.is_confirm article table.form td input[type=email]:-webkit-autofill, body.form.is_confirm article table.form td textarea:forcus, body.form.is_confirm article table.form td textarea:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* line 3498, ../_scss/style.scss */
body.form.is_confirm article table.form td textarea {
  line-height: 1.8;
  padding-top: 0px;
  padding-right: 0px;
  border: 0 none;
  height: 250px;
}
@media screen and (max-width: 639px) {
  /* line 3509, ../_scss/style.scss */
  body.form.is_confirm article table.form tr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 3510, ../_scss/style.scss */
  body.form.is_confirm article table.form th, body.form.is_confirm article table.form td {
    display: block;
    padding-top: 0;
  }
  /* line 3512, ../_scss/style.scss */
  body.form.is_confirm article table.form td textarea {
    line-height: 1.8;
    height: 280px;
  }
  /* line 3516, ../_scss/style.scss */
  body.form.is_confirm article table.form td.buttons {
    padding-top: 0;
  }
}

/* = [FAQ - Contact]
---------------------------------------------------------------------*/
/* line 3529, ../_scss/style.scss */
body.faq article section {
  margin-bottom: 90px;
}
/* line 3531, ../_scss/style.scss */
body.faq article section:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 3532, ../_scss/style.scss */
body.faq article section h2 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: black;
  color: white;
  margin-bottom: 45px;
}
/* line 3542, ../_scss/style.scss */
body.faq article section ul.faqlist > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 40px;
  margin-bottom: 45px;
}
/* line 3545, ../_scss/style.scss */
body.faq article section ul.faqlist > li:last-child {
  margin-bottom: 0 !important;
}
/* line 3547, ../_scss/style.scss */
body.faq article section ul.faqlist > li span.ff_serif {
  font-size: 120%;
}
/* line 3548, ../_scss/style.scss */
body.faq article section ul.faqlist > li .question, body.faq article section ul.faqlist > li .answer {
  word-break: break-all;
}
/* line 3549, ../_scss/style.scss */
body.faq article section ul.faqlist > li .question {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
/* line 3554, ../_scss/style.scss */
body.faq article section ul.faqlist > li .answer {
  font-size: 1.6rem;
  line-height: 1.75;
}
/* line 3557, ../_scss/style.scss */
body.faq article section ul.faqlist > li .answer a {
  text-decoration: underline;
}
/* line 3558, ../_scss/style.scss */
body.faq article section ul.faqlist > li .answer em {
  display: inline-block;
  width: 100%;
  font-size: 90%;
  line-height: 2;
  padding-top: 10px;
}
/* line 3565, ../_scss/style.scss */
body.faq article section ul.faqlist > li .answer img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 639px) {
  /* line 3529, ../_scss/style.scss */
  body.faq article section {
    margin-bottom: 70px;
  }
  /* line 3577, ../_scss/style.scss */
  body.faq article section h2 {
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
  /* line 3583, ../_scss/style.scss */
  body.faq article section ul.faqlist > li {
    border-bottom: 1px solid #929292;
    padding-bottom: 30px;
    margin-bottom: 34px;
  }
  /* line 3586, ../_scss/style.scss */
  body.faq article section ul.faqlist > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  /* line 3587, ../_scss/style.scss */
  body.faq article section ul.faqlist > li .question {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  /* line 3588, ../_scss/style.scss */
  body.faq article section ul.faqlist > li .answer {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* = [Template - text系] @shoplist, contact, faq
---------------------------------------------------------------------*/
/* line 3602, ../_scss/style.scss */
body._type-text article {
  padding-bottom: 95px;
}
/* line 3605, ../_scss/style.scss */
body._type-text article #cover {
  margin-bottom: 95px;
}
/* line 3607, ../_scss/style.scss */
body._type-text article #cover h1#page-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* line 3608, ../_scss/style.scss */
body._type-text article #cover h1#page-title.sideline {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
/* line 3611, ../_scss/style.scss */
body._type-text article #cover h1#page-title.sideline span {
  font-size: 4.5rem;
  padding: 0 20px;
}
/* line 3614, ../_scss/style.scss */
body._type-text article #cover h1#page-title.sideline span:before, body._type-text article #cover h1#page-title.sideline span:after {
  width: 2px;
  height: 45px;
}
/* line 3608, ../_scss/style.scss */
body._type-text article #cover h1#page-title.underline {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
/* line 3611, ../_scss/style.scss */
body._type-text article #cover h1#page-title.underline span {
  font-size: 4.5rem;
  padding: 0 20px;
}
/* line 3614, ../_scss/style.scss */
body._type-text article #cover h1#page-title.underline span:before, body._type-text article #cover h1#page-title.underline span:after {
  width: 2px;
  height: 45px;
}

/* line 3617, ../_scss/style.scss */
body._type-text article #cover #page-subtitle {
  font-weight: bold;
  font-size: 2rem;
}
body.page-template-template-flagship-about article #cover #page-subtitle {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
}
body.page-template-template-flagship-about .under_border {
	border-bottom: 1px solid black;
}
/* line 3619, ../_scss/style.scss */
body._type-text article #cover._no-bgimage {
  margin-bottom: 0;
  height: 325px;
}
/* Magazine用 */
body.magazine article #cover._no-bgimage {
  margin-bottom: 0;
  height: 280px;
}
/* line 3623, ../_scss/style.scss */
body._type-text article #cover._no-bgimage #cover-inner .title {
  color: black;
}
/* line 3628, ../_scss/style.scss */
body._type-text article .content-frame {
  max-width: 1050px;
}
/* line 3630, ../_scss/style.scss */
body._type-text article .content-frame .content-frame-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: white;
}
body.page-template-template-flagship-about article .content-frame .content-frame-inner .under_border {
  padding-top: 110px;
  padding-bottom: 60px;
}
/* line 3633, ../_scss/style.scss */
body._type-text article .content-frame .content-frame-inner .content-frame-inner-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 80%;
}
/* line 3636, ../_scss/style.scss */
body._type-text article .content-frame .content-frame-inner .content-frame-inner-box .maincopy {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 100px;
}

body.flagship .content-frame-inner-box a:hover {
  color: #DB5310;
}

@media screen and (max-width: 639px) {
  /* line 3650, ../_scss/style.scss */
  body._type-text article {
    padding-bottom: 18px;
  }
  /* line 3652, ../_scss/style.scss */
  body._type-text article #cover {
    margin-bottom: 18px;
    height: 200px;
  }
  /* line 3657, ../_scss/style.scss */
  body._type-text article #cover #cover-inner .title h1#page-title.sideline {
    margin-bottom: 10px;
  }
  /* line 3659, ../_scss/style.scss */
  body._type-text article #cover #cover-inner .title h1#page-title.sideline span {
    font-size: 3rem;
    padding: 0 18px;
  }
  /* line 3662, ../_scss/style.scss */
  body._type-text article #cover #cover-inner .title h1#page-title.sideline span:before, body._type-text article #cover #cover-inner .title h1#page-title.sideline span:after {
    height: 30px;
  }
  /* line 3657, ../_scss/style.scss */
  body._type-text article #cover #cover-inner .title h1#page-title.underline {
    margin-bottom: 10px;
  }
  /* line 3659, ../_scss/style.scss */
  body._type-text article #cover #cover-inner .title h1#page-title.underline span {
    font-size: 3rem;
    padding: 0 18px;
  }
  /* line 3662, ../_scss/style.scss */
  body._type-text article #cover #cover-inner .title h1#page-title.underline span:before, body._type-text article #cover #cover-inner .title h1#page-title.underline span:after {
    height: 30px;
  }
  /* line 3665, ../_scss/style.scss */
  body._type-text article #cover #cover-inner .title #page-subtitle {
    font-size: 1.4rem;
}
  body.magazine article #cover #cover-inner .title #page-subtitle {
    padding-bottom: 19px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  /* line 3668, ../_scss/style.scss */
  body._type-text article #cover._no-bgimage {
    height: 140px;
  }
  /* line 3672, ../_scss/style.scss */
  body._type-text article .content-frame .content-frame-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 3674, ../_scss/style.scss */
  body._type-text article .content-frame .content-frame-inner .content-frame-inner-box {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  /* line 3677, ../_scss/style.scss */
  body._type-text article .content-frame .content-frame-inner .content-frame-inner-box .maincopy {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .magazine #cover .title{
        margin-top: 44px;
  }

	body.page-template-template-flagship-about #sct-points .content-frame-inner:first-child {
		padding-top: 20px !important;
	}
}

@media screen and (max-width: 320px) {
  body._type-text article #cover #cover-inner .title h1#page-title.sideline.flagship_about_title span {
    padding: 0 10px;
  }
}
/*add dp 20181001*/
body.page-template-tpl_products-child article section#sct-items ul.column4 > li div.date_button {
  margin: 24px auto 0 auto;
  font-size: 1.4rem;
  height: 40px;
  line-height: 38px;
  border: 1px solid black;
  background-color:black;
  color: white;
  width: fit-content;
  padding:0 20px;
}

/*add dp 20190717*/
body.page-template-tpl_products-child article section#sct-colors figcaption a.sp_button {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid black;
  background-color: transparent;
  color: black;
}
#sct-colors figcaption a.sp_button._black{
    border: 1px solid black;
    color: black;
}

#sct-colors figcaption a.sp_button._center {
    margin-left: auto;
    margin-right: auto;
}

#sct-colors figcaption a.sp_button._black:hover{
  background-color: black;
  color: white;
}


/*add dp 20190529*/

/* = [Mail - Contact]
---------------------------------------------------------------------*/
body.mail article section {
  margin-bottom: 90px;
}
body.mail article section:nth-last-child(1) {
  margin-bottom: 0;
}
body.mail article section h2 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: black;
  color: white;
  margin-bottom: 45px;
}
body.mail article section ul.faqlist > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 40px;
  margin-bottom: 45px;
}
body.mail article section ul.faqlist > li:last-child {
  margin-bottom: 0 !important;
}
body.mail article section ul.faqlist > li span.ff_serif {
  font-size: 120%;
}
body.mail article section ul.faqlist > li .question, body.mail article section ul.faqlist > li .answer {
  word-break: break-all;
}
body.mail article section ul.faqlist > li .question {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
body.mail article section ul.faqlist > li .answer {
  font-size: 1.6rem;
  line-height: 1.75;
}
body.mail article section ul.faqlist > li .answer a {
  text-decoration: underline;
}
body.mail article section ul.faqlist > li .answer em {
  display: inline-block;
  width: 100%;
  font-size: 90%;
  line-height: 2;
  padding-top: 10px;
}
body.mail article section ul.faqlist > li .answer img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 639px) {
  body.mail article section {
    margin-bottom: 70px;
  }
  body.mail article section h2 {
    height: 100%;
    /*height: 30px;*/
    line-height: 24px;
    font-size: 1.5rem;
    text-align:left;
    margin-bottom: 35px;
    padding:10px;
  }
  body.mail article section ul.faqlist > li {
    border-bottom: 1px solid #929292;
    padding-bottom: 30px;
    margin-bottom: 34px;
  }
  body.mail article section ul.faqlist > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  body.mail article section ul.faqlist > li .question {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  body.mail article section ul.faqlist > li .answer {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}



/* ポップアップリンク */
.online_shop {
	cursor: pointer;
}
.popup {
	display: none;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index:99998;
}

.content{
	background-color: rgba(255,255,255, 1);
	opacity: 1;
	padding: 30px 30px 50px 30px;
	/* width:50%; */
	max-width: 640px;
	max-height:350px;
	z-index:99999;
}
.show {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
/* safariのみ位置調整 */
_:lang(x)+_:-webkit-full-screen-document, .show {
	padding:0 0 60px 0;
}

#close {
	text-align:right;
	cursor: pointer;
}
#shop_link_textarea {
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	line-height:2em;
	font-size:16px;
	font-weight:bold;
}
#shop_link_japan {
	display:table;
	width:100%;
	line-height:2em;
	font-weight:bold;
	padding:0 0 20px 0;
}
#shop_link_usa {
	display:table;
	width:100%;
	font-weight:bold;
}
.shop_link_text {
	display:table-cell;
	width:20%;
	vertical-align: middle;
	line-height:2em;
	font-size:16px;
	text-align:right;
	padding:0 15px 0 0;
	font-family: aktiv-grotesk, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.shop_link_img {
	display:table-cell;
	width:80%;
	padding:0 40px 0 0;
}
.shop_link_img a{
	display:flex;
}
.shop_link_img img {
	width:100%;
	vertical-align: bottom;
}
/* /ポップアップリンク */

/* スマホ対応 */
@media screen and (max-width: 685px) {
   /* ポップアップリンク */
	.content{
		padding: 20px;
		width:90%;
		text-align:right;
	}
	#close {
		width:100%;
		text-align:right;
		padding:0 0 10px 0;
	}
	#close img {
		width:5%;
	}
	#shop_link_textarea {
		width:100%;
		text-align:center;
		padding:0 0 20px 0;
		line-height:1.6em;
		font-size:13px;
		font-weight:bold;
	}
	#shop_link_japan {
		display:block;
		width:100%;
		line-height:2em;
		font-weight:bold;
		padding:0 0 10px 0;
	}
	#shop_link_usa {
		display:block;
		width:100%;
		font-weight:bold;
	}
	.shop_link_text {
		display:block;
		width:100%;
		vertical-align: middle;
		line-height:1.6em;
		font-size:13px;
		text-align:center;
		padding:0 0 0 0;
	}
	.shop_link_img {
		display:block;
		width:100%;
		padding:0 0 0 0;
	}
	/* /ポップアップリンク */

}

/* iPhone6 対応 */
@media screen and (max-width: 425px) {
    /* ポップアップリンク */
	#shop_link_textarea {
		font-size:12px;
	}
	/* /ポップアップリンク */
}

  /*20211223 dp add yotube iframe*/
body.single-magazine article .content-frame-inner .body div.youtube {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow:hidden;
}
  body.single-magazine article .content-frame-inner .body div.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
 /*20211223 dp add end*/

  /*dp add 20220722 5th*/
  body.page-id-4777 article section#sct-category .number {
   display: none;
  }
  body.page-id-4927 article #cover .item-no {
   display: none;
  }
  /*dp add 20220722 5th end*/


.oversea_cover {
	margin-bottom: 0 !important;
	height: auto !important;
	padding-top: 70px;
	padding-bottom: 80px;
	margin-top: 30px;
}
.oversea_maincopy {
	margin-bottom: 100px;
}

.oversea_info {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.oversea_access {
	padding-top: 90px !important;
}
.oversea_faq {
	padding-top: 80px !important;
	margin-bottom: 50px !important;

}
/* スマホ対応 */
@media screen and (max-width: 685px) {
	.oversea_cover {
		margin-top: 0px;
	}
	.oversea_access {
		padding-top: 50px !important;
	}
	.oversea_faq {
		padding-top: 40px !important;
		margin-bottom: 10px !important;
	}
}



/* FlagshipShop
---------------------------------------------------------------------*/
.full_img {
	width:100%;
	height:auto;
}
.flag_top_area {
	padding-bottom: 56px;
}
@media screen and (max-width: 1000px) {
	.full_img {
		width:100%;
		height:300px;
		object-fit: cover;
	}
	.flag_top_area {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
}
/* スマホ対応 */
@media screen and (max-width: 685px) {
	body.shoplist .full_img {
		height:200px;
	}
}

.acf-map {
    width: 100%;
    height: 600px;
}
.acf-map img {
   max-width: inherit !important;
}

/* line 1761, ../_scss/style.scss */
body.flagship article #cover h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}
body.flagship article #cover h1.oversea {
  max-width: max-content;
}
body.flagship article #cover h1.information {
  max-width: max-content;
}

body.flagship article #cover h1.about {
	max-width: auto;
}
body.flagship article #cover h1.about span {
	color:#FFFFFF;
}
/* line 1764, ../_scss/style.scss */
body.flagship article #cover h1 span {
  display: block;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 28px;
}
/* line 1771, ../_scss/style.scss */
body.flagship article #cover h1 img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  /* line 1775, ../_scss/style.scss */
  body.flagship article #cover h1 {
    max-width: fit-content;
    width: 85%;
  }
  body.flagship article #cover h1.oversea {
    max-width: fit-content;
    width: 55%;
  }
  body.flagship.about article #cover h1 {
    max-width: fit-content;
  }
  body.flagship article #cover h1 img {
	width: 70%;
	margin:0 auto;
  }
  /* line 1777, ../_scss/style.scss */
  body.flagship article #cover h1 span {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
}
body.faq .answer p {
	display: inline;
}
body.flagship .answer p {
	display: inline;
}
body.flagship .answer {
	word-break:break-all;
}

/* line 3329, ../_scss/style.scss */
body.faq article ul.contactlist {
  border-top: 0px solid #929292;
  padding-top: 0px;
}
/* line 3332, ../_scss/style.scss */
body.faq article ul.contactlist > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 3335, ../_scss/style.scss */
body.faq article ul.contactlist > li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* line 3337, ../_scss/style.scss */
body.faq article ul.contactlist > li h2 {
  font-weight: bold;
  font-size: 2rem;
  /*line-height: 1.4;*/
  line-height: 2;
  margin-bottom: 18px;
}
/* 20201116 dp add*/
body.faq article ul.contactlist > li .s_title {
  font-weight: bold;
  font-size: 1.2rem;
}
/* line 3343, ../_scss/style.scss */
body.faq article ul.contactlist > li p.copy {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 40px;
}
/* line 3348, ../_scss/style.scss */
body.faq article ul.contactlist > li a.button_basic {
  height: 50px;
  line-height: 49px;
  max-width: 350px;
}
@media screen and (max-width: 639px) {
  /* line 3329, ../_scss/style.scss */
  body.faq article ul.contactlist {
    padding-top: 38px;
  }
  /* line 3356, ../_scss/style.scss */
  body.faq article ul.contactlist > li {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
  /* line 3358, ../_scss/style.scss */
  body.faq article ul.contactlist > li h2 {
    font-size: 1.6rem;
  }
  /* line 3359, ../_scss/style.scss */
  body.faq article ul.contactlist > li p.copy {
    text-align: left;
    margin-bottom: 18px;
  }
  /* line 3360, ../_scss/style.scss */
  body.faq article ul.contactlist > li a.button_basic {
    height: 45px;
    line-height: 44px;
    max-width: none;
  }
}

/* line 3329, ../_scss/style.scss */
body.flagship article ul.contactlist {
  border-top: 0px solid #929292;
  padding-top: 0px;
}
/* line 3332, ../_scss/style.scss */
body.flagship article ul.contactlist > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 3335, ../_scss/style.scss */
body.flagship article ul.contactlist > li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* line 3337, ../_scss/style.scss */
body.flagship article ul.contactlist > li h2 {
  font-weight: bold;
  font-size: 2rem;
  /*line-height: 1.4;*/
  line-height: 2;
  margin-bottom: 18px;
}
/* 20201116 dp add*/
body.flagship article ul.contactlist > li .s_title {
  font-weight: bold;
  font-size: 1.2rem;
}
/* line 3343, ../_scss/style.scss */
body.flagship article ul.contactlist > li p.copy {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 40px;
}
/* line 3348, ../_scss/style.scss */
body.flagship article ul.contactlist > li a.button_basic {
  height: 50px;
  line-height: 49px;
  max-width: 350px;
}
@media screen and (max-width: 639px) {
  /* line 3329, ../_scss/style.scss */
  body.flagship article ul.contactlist {
    padding-top: 38px;
  }
  /* line 3356, ../_scss/style.scss */
  body.flagship article ul.contactlist > li {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
  /* line 3358, ../_scss/style.scss */
  body.flagship article ul.contactlist > li h2 {
    font-size: 1.6rem;
  }
  /* line 3359, ../_scss/style.scss */
  body.flagship article ul.contactlist > li p.copy {
    text-align: left;
    margin-bottom: 18px;
  }
  /* line 3360, ../_scss/style.scss */
  body.flagship article ul.contactlist > li a.button_basic {
    height: 45px;
    line-height: 44px;
    max-width: none;
  }
}

/* line 3529, ../_scss/style.scss */
body.flagship article section {
  margin-bottom: 90px;
}
body.flagship article section#sct-access {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
body.flagship article section#sct-info {
  margin-bottom: 0px;
}
body.flagship_main article section#sct-info {
  margin-bottom: 0px;
  padding-bottom: 25px;
}
body.flagship_main article section#sct-gallery {
  margin-bottom: 0px;
}

/* line 3531, ../_scss/style.scss */
body.flagship article section:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 3532, ../_scss/style.scss */
body.flagship article section h2 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  /*background-color: black;*/
  color: white;
  margin-bottom: 45px;
}
body.flagship article section h2.backblack {
  background-color: black;
  font-family: minion-pro, "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif;
}
body.flagship article section#sct-gallery h2 {
  margin-bottom: 25px;
}

body.flagship article #sct-magazine h2 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: white;
  margin-bottom: 45px;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
}
/*body.flagship article #sct-magazine h2 span {
	color: #ffffff;
}*/

body.flagship article #sct-magazine .section-copy {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2rem;
	line-height: 1.5;
	margin-bottom: 80px;
}

/* line 3542, ../_scss/style.scss */
body.flagship article section ul.faqlist > li {
  border-bottom: 1px solid #929292;
  padding-bottom: 40px;
  margin-bottom: 45px;
}
/* line 3545, ../_scss/style.scss */
body.flagship article section ul.faqlist > li:last-child {
  margin-bottom: 0 !important;
}
/* line 3547, ../_scss/style.scss */
body.flagship article section ul.faqlist > li span.ff_serif {
  font-size: 120%;
}
/* line 3548, ../_scss/style.scss */
body.flagship article section ul.faqlist > li .question, body.faq article section ul.faqlist > li .answer {
  word-break: break-all;
}
/* line 3549, ../_scss/style.scss */
body.flagship article section ul.faqlist > li .question {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
/* line 3554, ../_scss/style.scss */
body.flagship article section ul.faqlist > li .answer {
  font-size: 1.6rem;
  line-height: 1.75;
}
/* line 3557, ../_scss/style.scss */
body.flagship article section ul.faqlist > li .answer a {
  text-decoration: underline;
}
/* line 3558, ../_scss/style.scss */
body.flagship article section ul.faqlist > li .answer em {
  display: inline-block;
  width: 100%;
  font-size: 90%;
  line-height: 2;
  padding-top: 10px;
}
/* line 3565, ../_scss/style.scss */
body.flagship article section ul.faqlist > li .answer img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 3542, ../_scss/style.scss */
body.flagship article section ul.infolist > li {
  border-bottom: 0px solid #929292;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
/* line 3545, ../_scss/style.scss */
body.flagship article section ul.infolist > li:last-child {
  margin-bottom: 0 !important;
}
/* line 3547, ../_scss/style.scss */
body.flagship article section ul.infolist > li span.ff_serif {
  font-size: 120%;
}
/* line 3548, ../_scss/style.scss */
body.flagship article section ul.infolist > li .question, body.faq article section ul.faqlist > li .answer {
  word-break: break-all;
}
/* line 3549, ../_scss/style.scss */
body.flagship article section ul.infolist > li .question {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
/* line 3554, ../_scss/style.scss */
body.flagship article section ul.infolist > li .answer {
  font-size: 1.6rem;
  line-height: 1.75;
}
/* line 3557, ../_scss/style.scss */
body.flagship article section ul.infolist > li .answer a {
  text-decoration: underline;
}
/* line 3558, ../_scss/style.scss */
body.flagship article section ul.infolist > li .answer em {
  display: inline-block;
  width: 100%;
  font-size: 90%;
  line-height: 2;
  padding-top: 10px;
}
/* line 3565, ../_scss/style.scss */
body.flagship article section ul.infolist > li .answer img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  /* line 3529, ../_scss/style.scss */
  body.flagship article section {
    margin-bottom: 0px;
  }
  /* line 3577, ../_scss/style.scss */
  body.flagship article section h2 {
    height: 30px;
    line-height: 25px;
    font-size: 1.5rem;
    margin-bottom: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
  }
  body.flagship.page-template-template-page-faq article section h2 {
    line-height: 25px;
    font-size: 1.5rem;
    margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  /* line 3583, ../_scss/style.scss */
  body.flagship article section ul.faqlist > li {
    border-bottom: 1px solid #929292;
    padding-bottom: 30px;
    margin-bottom: 34px;
  }
  /* line 3586, ../_scss/style.scss */
  body.flagship article section ul.faqlist > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  body.page-template-template-page-overseas article section ul.faqlist > li:last-child {
    border-bottom:1px solid #929292;
    padding-bottom: 30px;
  }
  body.page-template-template-page-faq article section ul.faqlist > li:last-child {
    border-bottom:1px solid #929292;
    padding-bottom: 30px;
  }

  /* line 3587, ../_scss/style.scss */
  body.flagship article section ul.faqlist > li .question {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  /* line 3588, ../_scss/style.scss */
  body.flagship article section ul.faqlist > li .answer {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  /* line 3583, ../_scss/style.scss */
  body.flagship article section ul.infolist > li {
    border-bottom: 1px solid #929292;
    padding-bottom: 30px;
    margin-bottom: 34px;
  }
  /* line 3586, ../_scss/style.scss */
  body.flagship article section ul.infolist > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  /* line 3587, ../_scss/style.scss */
  body.flagship article section ul.infolist > li .question {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  /* line 3588, ../_scss/style.scss */
  body.flagship article section ul.infolist > li .answer {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  body.flagship article section ul.infolist {
    padding-bottom: 20px;
  }

	body.flagship article #sct-magazine h2 {
	  margin-bottom: 15px;
	  height: 28px;

	}

	body.flagship article #sct-magazine .section-copy {
		margin-bottom: 50px;
	}

	body.flagship article section#sct-access {
	  padding-bottom: 50px;
	}
}
@media screen and (max-width: 639px) {
  body.flagship article section h2 {
    height: auto;
  }
}

/* line 2330, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points {
  border-top: 0px solid black;
}
/* line 2333, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li {
  border-bottom: 1px solid black;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 2337, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .text {
  width: 85%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2339, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-lead p {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: .03em;
  margin-bottom: 20px;
}
/* line 2345, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number {
  vertical-align: middle;
  font-size: 1.2rem;
}
/* line 2348, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number span.no {
  font-size: 2.2rem;
  margin-left: 3px;
  /* vertical-align: sub; */
}
/* line 2351, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
}
/* line 2357, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-body {
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
}
/*dp add 20220905 5th*/
body.body.page-id-4777 article section#sct-points #points ol.mod_hoge li .table .tcell .point-body {
    /* padding-top: 25px; */
    margin-top: 25px;
}
/*dp add 20220905 5th end*/
/* line 2359, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-body:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 58px;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
/* line 2366, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-body p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 12px;
}
/* line 2370, ../_scss/style.scss */
body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-body p:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  /* line 2330, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points {
    border-top-width: 0px;
    padding-left: 18px;
    padding-right: 18px;
  }
  /* line 2383, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li {
    padding-top: 18px;
    padding-bottom: 50px;
    border-bottom-width: 1px;
  }
  /* line 2386, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2389, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .text {
    text-align: center;
  }
  /* line 2393, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-lead p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  /* line 2397, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number {
    font-size: 1.3rem;
  }
  /* line 2399, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-lead .point-number span.no {
    font-size: 1.6rem;
  }
  /* line 2402, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-title {
    font-size: 1.8rem;
    line-height: 1.66;
  }
  /* line 2407, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-body {
    text-align: left;
  }
  /* line 2409, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-body p {
    font-size: 1.5rem;
    line-height: 1.66;
  }
  /* line 2410, ../_scss/style.scss */
  body.page-template-template-flagship-about article div#sct-points #points ol.mod_hoge li .table .tcell .point-body:before {
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }
}

.single_item {
	line-height:1.4;
}
.single_item:first-child {
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
}
.single_item {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #929292;
}
.single_item a:hover {
  color: #DB5310;
}
.single_item .single_item_one {
	padding-bottom:10px;
}

/* line 2912, ../_scss/style.scss */
body.single-flagships article .content-frame-inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  max-width: 850px;
	background-color: transparent !important;
	padding-top: 0px !important;
}
/* line 2916, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .header {
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 36px;
  margin-bottom: 105px;
}
/* line 2921, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .header .cat {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  margin-bottom: 25px;
	text-align:center;
}
/* line 2927, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .header h1#article-title {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7;
	text-align:center;

}
/* line 2934, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .body p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 28px;
}
/* line 2938, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .body p:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 2939, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .body p img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 2941, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .body a {
  text-decoration: underline;
}
/* line 2944, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .body div > img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 2945, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .body div.wp-caption {
  width: auto !important;
  margin-bottom: 45px;
}
/* line 2948, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .body div.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 2949, ../_scss/style.scss */
body.single-flagships article .content-frame-inner .body div.wp-caption p.wp-caption-text {
  margin-top: 8px;
  line-height: 1.4;
  margin-bottom: 0;
}
/* line 2957, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps {
  margin-top: 125px;
}
/* line 2959, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps .steps-lead {
  position: relative;
  margin-bottom: 55px;
  text-align: center;
}
/* line 2963, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps .steps-lead span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #ede9e3;
  padding: 0 10px;
}
/* line 2971, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps .steps-lead:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  display: block;
  content: '';
}
/* line 2978, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps .steps-lead span.ff_serif {
  padding: 0;
}
/* line 2981, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid black;
}
/* line 2985, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li:last-child {
  margin-bottom: 0;
}
/* line 2987, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .left {
  width: 37.7%;
  vertical-align: top;
}
/* line 2990, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .left figure {
  max-width: 320px;
}
/* line 2992, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .right {
  width: 62.3%;
  vertical-align: middle;
  padding-left: 11.1%;
}
/* line 2997, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-number {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 32px;
}
/* line 3001, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-number > .line {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}
/* line 3007, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-number span {
  font-size: 2rem;
  margin-left: 2px;
}
/* line 3009, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 28px;
}
/* line 3016, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-body p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 12px;
}
/* line 3020, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-body p:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 3029, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#buttons {
  margin-top: 90px;
}
/* line 3031, ../_scss/style.scss */
body.single-flagships article .content-frame-inner div#buttons a.button_basic {
  max-width: 400px;
  margin-bottom: 15px;
}
/* line 3037, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
/* line 3041, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares li {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-right: 20px;
}
/* line 3045, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares li:last-child {
  margin-right: 0;
}
/* line 3046, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares li a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.4rem;
  text-align: center;
  background-color: black;
  color: white;
}
/* line 3054, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares li a:before {
  font-family: 'plotter';
  display: inline-block;
  margin-right: 5px;
  color: white;
}
/* line 3062, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares li.facebook a:hover {
  background-color: #3B5998;
}
/* line 3063, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares li.facebook a:before {
  content: '\e700';
}
/* line 3066, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares li.twitter a:hover {
  background-color: #55acee;
}
/* line 3067, ../_scss/style.scss */
body.single-flagships article .content-frame-inner ul#shares li.twitter a:before {
  content: '\e701';
}
@media screen and (max-width: 639px) {

  /* line 3081, ../_scss/style.scss */
  body.single-flagships article .breadcrumbs {
    display: none;
  }
  /* line 3082, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner {
    margin-top: 10px;
  }
  /* line 3084, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner .header {
    padding-bottom: 36px;
    margin-bottom: 45px;
  }
  /* line 3087, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner .header .cat {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
  /* line 3088, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner .header h1#article-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  /* line 3091, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner .body p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 28px;
  }
  /* line 3096, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner .body div.wp-caption {
    margin-bottom: 45px;
  }
  /* line 3098, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner .body div.wp-caption p.wp-caption-text {
    margin-top: 6px;
  }
  /* line 3102, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps {
    margin-top: 50px;
  }
  /* line 3104, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps .steps-lead {
    position: relative;
    margin-bottom: 45px;
    text-align: center;
  }
  /* line 3108, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps .steps-lead span {
    font-size: 1.5rem;
    padding: 0 6px;
  }
  /* line 3114, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 0;
  }
  /* line 3118, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li:last-child {
    margin-bottom: 0;
  }
  /* line 3119, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table {
    display: block;
  }
  /* line 3122, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table .tcell {
    display: block;
    width: 100% !important;
  }
  /* line 3123, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table .left {
    margin-bottom: 40px;
  }
  /* line 3125, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table .left figure {
    max-width: none;
  }
  /* line 3127, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table .right {
    padding-left: 0;
  }
  /* line 3130, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-number {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 3134, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-number span {
    font-size: 2.3rem;
    margin-left: 3px;
  }
  /* line 3136, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  /* line 3142, ../_scss/style.scss */
  body.single-flagships article .content-frame-inner div#steps ol li .table .right .step-body p {
    font-size: 1.5rem;
  }
}

.shoplist .flagship_area {
	display: flex;
	margin-top: 30px !important;
	padding-bottom: 0px !important;
	border-bottom: 0px solid #929292 !important;
}
.shoplist .flagship_area_right {
	width:50%;
}
.shoplist .flagship_area_left {
	width:50%;
	text-align: right;
}
.shoplist .flagship_area_left img {
	width: 90%;
}

#sct-info .info_area {
	padding-bottom: 70px;
	max-width: 600px;
	margin:0 auto;
	text-align: left;
	line-height: 1.55;
}
#sct-info .info_area .info_ymd {
	padding-bottom: 10px;
}

#sct-info .info_area a{
	line-height: 1.55;
}
#sct-info .info_area a:hover{
	color: #DB5310;
}
#sct-info .infolist a:hover{
	color: #DB5310;
}
#sct-access h2.sideline {
	padding-bottom: 100px;
}

#sct-access {
	line-height: 1.55;
}


.fancybox img {
	width:100%;
}

.under_area .title {
	padding-top: 30px;
	line-height:1.6em;
}
.under_area .content-frame-inner {
	padding-top: 50px;
}

.under_area .content-frame-inner-box {
	padding-bottom: 50px;
}

/* スマホ対応 */
@media screen and (max-width: 685px) {
	.shoplist .flagship_area {
		display: block;
	}
	.shoplist .flagship_area_right {
		width:100%;
		padding-bottom:20px;
	}
	.shoplist .flagship_area_left {
		width:100%;
		text-align: canter;
	}
	.shoplist .flagship_area_left img {
		width: 100%;
	}
	#sct-info .info_area {
		padding-bottom: 70px;
	}

	#sct-access h2.sideline {
		padding-bottom: 5px;
	}

	.acf-map {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

	body.page-template-template-page-overseas .acf-map {
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}

	.fancybox img {
		width: 100vw;
		margin:0 calc(50% - 50vw);
	}

	.under_area .fancybox img {
		width:100%;
		margin:auto;
	}
	.under_area .content-frame-inner-box {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 30px !important;
	}
	.under_area .title {
		padding-top: 10px;
	}

}


/* About LINK */

body.aboutlink article section h2 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: white;
  margin-bottom: 48px;
}
body.aboutlink article section h2.backblack {
  background-color: black;
}

body.aboutlink .link_block {
	margin:0 auto;
	padding: 0 0 35px 0;
}
body.aboutlink .link_block.underline_gray {
	border-bottom:1px solid #929292;
}

body.aboutlink .link_block.japan_tokyo {
	padding: 49px 0 45px 0;
}

body.aboutlink .link_block .button_basic{
	margin: 0 auto 15px auto;
	padding: 0;
	text-align: center;
	width: 350px;
	height: 51px;
	line-height: 51px;

}
body.aboutlink article section h3 {
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: black;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 50px 0;
}


/* youtubeアイコン */
body.aboutlink .link_block a.youtube_icon:before {
	content: ''; /* 半角スペでbackgroundが効かないので、存在しない数字を設定 */
	background-image: url(../img/common/youtube-brands.svg) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 10px 1px 0;
	vertical-align: text-bottom;
	filter: invert(98%) sepia(6%) saturate(268%) hue-rotate(221deg) brightness(112%) contrast(100%);
}
/* Facebookアイコン */
body.aboutlink .link_block a.facebook_icon:before {
	content: ''; /* 半角スペでbackgroundが効かないので、存在しない数字を設定 */
	background-image: url(../img/common/facebook_icon.svg) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	vertical-align: text-bottom;
}
/* Instagramアイコン */
body.aboutlink .link_block a.instagram_icon:before {
	font-family: 'plotter';
	content: '\e702';
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 8px 0 0;
	font-size: 18px;
	vertical-align: top;
}
/* cartアイコン */
body.aboutlink .link_block a.cart_icon:before {
	content: ''; /* 半角スペでbackgroundが効かないので、存在しない数字を設定 */
	background-image: url(../img/common/plotter_online_cartlogo.svg) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: text-bottom;
}
/* spotifyアイコン */
body.aboutlink .link_block a.spotify_icon:before {
	content: ''; /* 半角スペでbackgroundが効かないので、存在しない数字を設定 */
	background-image: url(../img/common/Spotify_Icon_RGB_Black.png) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: text-bottom;
}
/* redbookアイコン */
body.aboutlink .link_block a.red_icon:before {
	content: ''; /* 半角スペでbackgroundが効かないので、存在しない数字を設定 */
	background-image: url(../img/common/redbook_logo.svg) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: text-bottom;
}
body.aboutlink .link_block a.red_icon:hover::before {
	filter: invert(98%) sepia(6%) saturate(268%) hue-rotate(221deg) brightness(112%) contrast(100%);
}
body.aboutlink .link_block a.spotify_icon:hover::before {
	filter: invert(98%) sepia(6%) saturate(268%) hue-rotate(221deg) brightness(112%) contrast(100%);
}
body.aboutlink .link_block a.facebook_icon:hover::before {
	filter: invert(98%) sepia(6%) saturate(268%) hue-rotate(221deg) brightness(112%) contrast(100%);
}
body.aboutlink .link_block a.cart_icon:hover::before {
	filter: invert(98%) sepia(6%) saturate(268%) hue-rotate(221deg) brightness(112%) contrast(100%);
}
body.aboutlink .link_block a.youtube_icon:hover::before {
	filter: invert(0%) sepia(94%) saturate(7%) hue-rotate(220deg) brightness(102%) contrast(100%);
}
/* スマホ対応 */
@media screen and (max-width: 685px) {
	body.aboutlink .link_block .button_basic{
		width: 100%;
	}
	body.aboutlink article section h3 {
		font-size: 18px;
		line-height: 18px;
	}
	/* youtubeアイコン */
	body.aboutlink .link_block a.youtube_icon:before {
		width: 25px;
		height: 25px;
		margin: 0 10px -1px 0;
	}
	/* Facebookアイコン */
	body.aboutlink .link_block a.facebook_icon:before {
		width: 17px;
		height: 17px;
	}
	/* Instagramアイコン */
	body.aboutlink .link_block a.instagram_icon:before {
		width: 20px;
		height: 20px;
		font-size: 19px;
	}
	/* cartアイコン */
	body.aboutlink .link_block a.cart_icon:before {
		background-size: 25px 25px;
		width: 25px;
		height: 25px;
	}
	/* spotifyアイコン */
	body.aboutlink .link_block a.spotify_icon:before {
		background-size: 20px 20px;
		width: 20px;
		height: 20px;
	}
	/* redbookアイコン */
	body.aboutlink .link_block a.red_icon:before {
		width: 23px;
		height: 23px;
		margin: 0 10px -1px 0;
	}


}

/* information */
.single_articles {
	padding-bottom: 60px;
}
.single_contents {
	border-bottom: 1px solid black;
}
.single_navi .wp-pagenavi{
	min-width:200px;
	margin-right: 22px;
}
/* スマホ対応 */
@media screen and (max-width: 685px) {
	.single_articles {
		padding-bottom: 40px;
	}
	.single_navi {
		padding-bottom: 22px;
		display: flex;
		justify-content: space-between;
	}
	.single_navi .wp-pagenavi{
		width: 100%;
		margin-right: 0px;
		line-height: 24px;
	}
	#navi-pre-next.single_navi .cursor {
		margin-right: 0px;
	}
}

/* magazine */
/* スマホ対応 */
@media screen and (max-width: 685px) {
	.magazine_navi {
		padding-top: 40px;
		padding-bottom: 22px;
	}
}

.imgfit {
	width:100%;
}
.flagship_about_title {
	width: max-content !important;
}
