@charset "UTF-8";

/*
	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/

/* @group Flickity */

/* Flickity
------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
}

.flickity-viewport.is-draggable {
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-viewport.is-draggable.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-slider {
  position: absolute;
  width: 100%;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 36px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 10;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #999;
  border-radius: 50%;
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
  cursor: pointer;
}

/* @group カスタマイズ */

.flickity-page-dots .dot {
  background: #dddddd;
}

.flickity-page-dots .dot.is-selected {
  background: #8ac654;
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

.flickity-page-dots {
  bottom: -30px;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 10px;
  width: 90px;
  margin: 0;
  border-radius: 0;
}

/* @end */

/* @end */

/* @group Reset Style */

body {
	color: #221815;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	}

body,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing:0;
	}

fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	list-style-position: outside;
	}

caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup,sub {
	line-height: 1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
	
/* @end */

/* @group Structure */

/* @group Structure elements */

html {
	}

body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	}

/* @end */


/* @end */


/* @group Text Module */


strong {
	font-weight: bold;
	}

.lowercase {
	text-transform: lowercase;
	}

.uppercase {
	text-transform: uppercase;
	}

.wn {
	font-weight: normal;
	}

.capitalize {
	text-transform: capitalize;
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.notice {
	}

.require {
	}

.lang-ja {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	}

.lang-en {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	}

.lang-cn {
	font-family: 'Hei Regular','SimHei',sans-serif;
	}
	
sup {
	font-size: 77%;
	line-height: 0.8;
	}

.registered-trademark {
	letter-spacing: 0.2em;
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#copyright,
.copyright-sign {
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}


/* @end */


/* @group Hypertext Module */

a {
	text-decoration: none;
	outline: none;
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	}


/* @end */

/* @group Modules */

/* @group column module */

.columns-row {
	/*width: 656px;*/
	}

.columns-row:before,
.columns-row:after {
    content: "";
    display: block;
    overflow: hidden;
	}

.columns-row:after {
    clear: both;
	}
	
/* For IE 6/7 (trigger hasLayout) */
.columns-row {
    zoom: 1;
	}


.columns-row .column {
	float: left;
	}

.columns-row .first {
	}

.columns-row .last {
	}

.split .column {
	float: none;
	}

.split .columns-row .column {
	float: left;
	}

/* @end */

/* @group clearfix */

.clearfix:before,
.clearfix:after,
.columns-row:before,
.columns-row:after {
	content: "";
	display: block;
	overflow: hidden;
	}

.clearfix:after,
.columns-row:after {
	clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.columns-row {
	zoom: 1;
	}

/* @end */

/* @group separator */

div.separator {
	}

div.separator hr {
	display: none;
	}

/* @end */

/* @group button */

.button-image {
	}

.button-style {
	}

.button-style:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	}

.button-block-style {
	display: block;
	}

.button-block-style:hover * {
	opacity: 0.95;
	filter: alpha(opacity=95);
	cursor: pointer;
	}

.button-block-style:hover .button-style img {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	}


/* @end */
/* @end */

body {
	/*overflow-x: hidden;*/
	position: relative;
	min-width: 0;
	background: #fefdfd;
	}

div.page {
	position: relative;
	width: 100%;
	min-width: 640px;
	margin: 0;
	background: #ffffff;
	}


/* @group buttons */

a.button-solid {
	display: inline-block;
	padding: 12px;
	letter-spacing: 0.1em;
	}

a.button-solid:hover {
	opacity: 0.7;
	text-decoration: none;
	}

a.button-gray {
	background: #ebebeb;
	}

a.button-lightgray {
	border-radius: 0.3em;
	border: 1px solid #020202;
	background: #1e1e1e url(../images/global/bg_lightgray_noise.png) repeat center center;
	text-decoration: none;
	}

a.button-bordered {
	display: inline-block;
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid #cccccc;
	letter-spacing: 0.1em;
	text-align: center;
	}

a.button-bordered:hover {
	opacity: 0.7;
	text-decoration: none;
	}


/* @end */




/* @group .page-body */

.page-body {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 640px;
	padding-top: 96px;
	margin-bottom: 0;
	}


body.home .page-body .container {
	width: 100%;
	min-width: 640px;
	margin: 0;
	}

#main-content {
	margin: 0 auto;
	}

/* @end */

/* @group home */


body.home .page-body {
	padding-top: 0;
	}

.home .hero {
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 1000px;
	background: #ffffff;
	}

.home .hero .onoff-15th {
	position: absolute;
	bottom: 24px;
	right: 24px;
	}

.home .hero .external-link {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 525px;
	left: 52px;
	width: 255px;
	height: 146px;
	background: #ffffff;
	text-indent: -9999px;
	z-index: 10;
	opacity: 0;
	}

.home .hero .campaign-link {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 636px;
	left: 333px;
	width: 232px;
	height: 34px;
	border-radius: 5px;
	background: #ffffff;
	text-indent: -9999px;
	z-index: 10;
	opacity: 0;
	}


.home .hero .external-link:hover,
.home .hero .campaign-link:hover {
	opacity: 0.3;
	}


.home .topics {
	padding: 24px 0 68px;
	background: #ffffff;
	}

.home .topics .fluid-columns {
	width: 592px;
	margin: 0 auto;
	}

.home .topics .fluid-columns .column {
	margin: 0 0 24px;
	}

.home .topics .fluid-columns-1 {
	overflow: hidden;
	width: 100%;
	}

.home .topics .fluid-columns-1 .column {
	margin: 0 0 24px;
	}

.home .topics .fluid-columns-2 {
	width: 100%;
	overflow: hidden;
	}

.home .topics .fluid-columns-2 .column {
	width: 100%;
	margin: 0 0 24px 0;
	}

.home .topics .fluid-columns-2 .column img {
	display: block;
	width: 100%;
	height: auto;
	}

.home .topics .fluid-columns-3 {
width: 100%;
overflow: hidden;
}

.home .topics .fluid-columns-3 .column{
	margin: 0 24px 24px 24px;
}

.home .topics .fluid-columns-3 img{
	margin: auto;
	width: 100%;
}

.home .topics .fluid-columns-4 {
	overflow: hidden;
	}

.home .topics .fluid-columns-4 .column {
	float: left;
	margin: 0 24px 24px 0;
	}

.home .topics .fluid-columns-4 .column {
	float: left;
	margin: 0 24px 24px 0;
	}
	
.home .topics .fluid-columns-4 img {
	width:284px;
}

.home .topics .fluid-columns-4 .column:nth-child(2n) {
	margin: 0 0 24px 0;
	}

.home .information {
	width: 592px;
	margin: 10px auto 80px;
	}

.home .information .article {
	margin: 0 0 1em;
	}

.home .information .article .heading {
	margin: 0 0 1em;
	font-size: 26px;
	line-height: 1.4;
	}

.home .information .article .heading .icon {
	width: auto;
	height: 30px;
	margin: 0 0 0 0.5em;
	vertical-align: bottom;
	}

.home .information .article li {
	display: block;
	margin: 0 0 3.6em;
	margin: 0 0 2.6em;
	}

.home #main-container .information .article a {
	color: #333333;
	text-decoration: none;
	}

.home #main-container .information .article a dd {
	text-decoration: underline;
	}

.home .information .article dl {
	display: block;
	font-size: 20px;
	line-height: 1.8;
	}

.home .information .article dl .date {
	display: block;
	width: auto;
	}

.home .information .article dl .title {
	display: table-cell;
	}


.home .topics .top-message {
	width: 592px;
	margin: 0 auto;
	margin: 28px auto 40px;
	font-size: 180%;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: justify;
	word-break: break-all;
	}

.home .topics .top-message .row {
	display: inline;
	}

.home .topics .top-message .row br {
	display: none;
	}

.home .topics #top-message2 {
	width: auto;
	margin: 0 auto;
	margin: 45px auto 20px;
	font-size: 197%;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: justify;
	word-break: break-all;
	background: linear-gradient(to right, #b2de30, #279d77);
}

.home .topics #top-message2 a{
	padding: 2em 7.5%;
	display: block;
	width:85%;
	height:100%;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
}


/* @group flickity */


.hero .flickity-page-dots {
	position: absolute;
	left: 48px;
	bottom: 53px;
	width: auto;
	}

.hero .flickity-page-dots .dot {
	width: 20px;
	height: 20px;
	margin: 0 1em 0 0;
	border-radius: 4px;
	background: #ffffff;
	}

.hero .flickity-page-dots .is-selected {
	background-color: #ffffff;
	background-image: url(../images/home_2/bg_flickity-page-dots.png);
	background-repeat: no-repeat;
	background-position: -20px 0;
	background-size: 20px 20px;
	/*background: #920d14;*/
	}

/* @end */

/* @end */

/* @group campaign 2018 */

body.campaign-2018 {
	background: #000000;
	}

body.campaign-2018 .page {
	background: #000000;
	}

.campaign-2018 .page-header {
	position: absolute;
	width: 100%;
	min-width: 640px;
	height: 96px;
	background: transparent;
	z-index: 100;
	}

.campaign-2018 .page-body {
	overflow: hidden;
	min-width: 640px;
	padding-top: 0;
	margin-bottom: 0;
	}

.campaign-2018 .page-header .button-control {
	display: none;
	}

.campaign-2018 .section {
	position: relative;
	width: 100%;
	height: auto;
	}

.campaign-2018 .image img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	border-image-width: 0;
	}

.campaign-2018 .button {
	display: block;
	position: absolute;
	}

.campaign-2018 .button a {
	display: block;
	overflow: hidden;
	border-radius: 9px;
	background: #ffffff;
	text-indent: -9999px;
	z-index: 10;
	opacity: 0;
	}

.campaign-2018 .button a:hover {
	opacity: 0.3;
	}

.campaign-2018 .header .button {
	top: 384px;
	left: 30px;
	}

.campaign-2018 .header .button a {
	width: 278px;
	height: 61px;
	}

.campaign-2018 .campaign .button {
	top: 934px;
	left: 183px;
	}

.campaign-2018 .campaign .button a {
	width: 276px;
	height: 50px;
	}



/* @end */

/* @group campaign utility */

body.campaign-utility {
	background: #930e14;
	}

body.campaign-utility .page {
	background: #930e14;
	}

.campaign-utility .page-body {
	overflow: hidden;
	min-width: 640px;
	padding-top: 0;
	margin-bottom: 0;
	}

.campaign-utility .section {
	position: relative;
	width: 100%;
	height: auto;
	}

.campaign-utility .image img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	border-image-width: 0;
	}

.campaign-utility .button {
	display: block;
	position: absolute;
	}

.campaign-utility .button .campaign-button {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #ffffff;
	outline: 0;
	text-indent: -9999px;
	z-index: 10;
	opacity: 0;
	}

.campaign-utility .button .campaign-button:hover {
	opacity: 0.3;
	}

.campaign-utility .button-aka {
	top: 251px;
	left: 30px;
	width: 300px;
	height: 43px;
	}

.campaign-utility .button-kuro {
	top: 796px;
	left: 312px;
	width: 300px;
	height: 43px;
	}

.campaign-utility .button-lady {
	top: 1390px;
	left: 312px;
	width: 300px;
	height: 43px;
	}

.campaign-utility .button-shoplist {
	top: 2096px;
	left: 183px;
	width: 275px;
	height: 49px;
	}




/* @end */

/* @group campaign 2019 lady */

.campaign-2019-lady {
	} 

/* @end */


/* @group ad Aka impression */

body.ads-aka-impression {
	background: #930e14;
	}

body.ads-aka-impression .page {
	background: #930e14;
	}

.ads-aka-impression .page-body {
	overflow: hidden;
	min-width: 640px;
	padding-top: 0;
	padding-bottom: 70px;
	margin-bottom: 0;
	}

.ads-aka-impression .main .header {
	padding: 56px 0 48px;
	}

.ads-aka-impression .main .header .logo {
	text-align: center;
	}

.ads-aka-impression .main .header .logo img {
	width: 160px;
	}

.ads-aka-impression .main .movie {
	box-sizing: border-box;
	position: relative;
	width: 580px;
	height: 544px;
	margin: 0 auto 40px;
	padding: 36px;
	background: #ffffff;
	}

.ads-aka-impression .main .movie .poster-frame {
	position: absolute;
	width: 506px;
	height: 285px;
	background: #000000;
	}

.ads-aka-impression .main .movie .poster-frame img {
	display: block;
	width: 506px;
	height: auto;
	margin: 3px 0 0 0;
	}

.ads-aka-impression .main .movie iframe {
	display: block;
	width: 506px;
	height: 285px;
	margin: 0 0 40px;
	}

.ads-aka-impression .main .movie .button-play {
	text-align: center;
	}

.ads-aka-impression .main .movie .button-play img {
	width: 400px;
	}

.ads-aka-impression .main .banners {
	box-sizing: border-box;
	width: 100%;
	padding: 36px 0 160px;
	background: #ffffff;
	}

.ads-aka-impression .main .banners .bnr {
	width: 580px;
	margin: 0 auto 36px;
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.7);
	}

.ads-aka-impression .main .banners img {
	width: 580px;
	}

.ads-aka-impression .main .brand-logo {
	width: 290px;
	margin: 152px auto 0;
	}

.ads-aka-impression .main .brand-logo img {
	width: 290px;
	}

/* @end */

/* @group information */

#information {
	box-sizing: border-box;
	width: 640px;
	margin: 0;
	padding: 30px 30px 26px;
	background: #efefef;
	}

#information p {
	font-size: 18px;
	line-height: 1.6;
	}

/* @end */

/* @group header-note */

.header-note {
	}

#main-container .header-note a {
	text-decoration: none;
	}


/* @end */

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

.has-sizes {
	visibility: hidden;
	}

.page-header .mobile-navigation {
	display: none;
	}

.page-header .global-navigation {
	display: block;
	}

.page-header .button-control {
	display: none;
	}

.pc-hidden {
	display: none;
	}


/* @group Structure elements */

html {
	}

body {
	/*overflow-x: hidden;*/
	position: relative;
	min-width: 1040px;
	background: #fefdfd;
	}

/* @end */

/* @group page */

div.page {
	position: relative;
	width: 100%;
	/*max-width: 1920px;*/
	margin: 0 auto;
	/*background: url(../images/global/bg_page.png) repeat center 0;*/
	background: #ffffff;
	}

/* @end */

/* @group page-body */

.page-body {
	overflow: hidden;
	position: relative;
	/*width: 1034px;*/
	width: 100%;
	padding-top: 106px;
	}


body.labo .page-body {
	padding-top: 106px;
	}


.page-body:before,
.page-body:after {
    content: "";
    display: block;
    overflow: hidden;
	}

.page-body:after {
    clear: both;
	}


.page-body .container {
	width: auto;
	margin: 0;
	}

#main-content {
	width: 930px;
	margin: 0 auto;
	}

#main-container a {
	color: #333333;
	text-decoration: underline;
	}

.aside-page-midway {
	display: none;
	overflow: hidden;
	}

.aside-page-midway .directory-go-up {
	float: left;
	width: 50%;
	height: 110px;
	background: url(../images/global/bg_bnr_directory-go-up.png);
	}

.aside-page-midway .directory-go-up a {
	display: block;
	height: 110px;
	color: #ffffff;
	line-height: auto;
	text-transform: uppercase;
	}

.aside-page-midway .directory-go-up a span {
	display: block;
	float: right;
	width: 465px;
	height: 110px;
	padding: 0 0 0 0;
	line-height: 110px;
	}

.aside-page-midway .directory-go-up a span span {
	display: inline;
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	line-height: auto;
	}

.aside-page-midway .directory-go-up a:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
	}

.aside-page-midway .directory-go-up a .arrow {
	margin-right: 0.8em;
	width: auto;
	height: 14px;
	vertical-align: text-top;
	}


.aside-page-midway .club-onoff {
	float: right;
	width: 50%;
	background: url(../images/global/bg_bnr_club-onoff.png);
	}

.aside-page-midway .club-onoff a {
	display: block;
	padding: 18px 20px 17px;
	}

.aside-page-midway .club-onoff img {
	width: auto;
	height: 75px;
	}


/* @end */

/* @group header-note */

.header-note .heading {
	margin: 0 0 1em;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	}

.header-note .description {
	font-size: 18px;
	margin: 0 0 1.6em;
	line-height: 1.4;
	letter-spacing: 0.05em;
	}

.header-note .button-group {
	display: table;
	width: 862px;
	margin: 0 auto;
	}

.header-note .button-group .button {
	display: table-cell;
	width: 50%;
	}


.header-note .button-group .button a {
	box-sizing: border-box;
	min-width: 400px;
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	}

/* @end */

/* @group home */


body.home .page-body {
	padding-top: 96px;
	}


.home .hero {
	position: absolute;
	top: 96px;
	left: auto;
	overflow: hidden;
	width: 100%;
	height: 520px;
	margin: 0;
	background: #1e1e1e url(../images/global/bg_gray_noise.png) repeat center center;
	}

.home .hero .content {
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	width: 1366px;
	height: 520px;
	margin: 0 0 0 -683px;
	}

.home .hero .image {
	position: relative;
	width: 1366px;
	height: 520px;
	}

.home .hero .image img {
	display: block;
	width: 1366px;
	width: auto;
	height: 520px;
	}

.home .hero .onoff-15th {
	position: absolute;
	bottom: 30px;
	right: 170px;
	}

.home .hero .external-link {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 264px;
	left: 171px;
	width: 300px;
	height: 170px;
	text-indent: -9999px;
	z-index: 10;
	}

.home .hero .campaign-link {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 367px;
	left: 494px;
	width: 198px;
	height: 62px;
	border-radius: 5px;
	text-indent: -9999px;
	z-index: 10;
	}

.hero .flickity-page-dots {
	position: absolute;
	left: 170px;
	bottom: 50px;
	width: auto;
	}

.hero .flickity-viewport {
	height: 520px !important;
	}

.home .header-note {
	width: 1024px;
	padding: 570px 0 38px;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	}


.home .topics {
	padding: 570px 0 30px;
	/*padding: 0 0 30px;*/
	background: #ffffff;
	}

.home .topics .fluid-columns {
	width: 1024px;
	margin: 0 auto;
	}

.home .topics .fluid-columns .column {
	margin: 0 0 20px;
	}

.home .topics .fluid-columns-1 {
	width: 1024px;
	overflow: hidden;
	}

.home .topics .fluid-columns-1 .column {
	float: none;
	margin: 0 0 20px;
	}

.home .topics .fluid-columns-2 {
	width: 1024px;
	overflow: hidden;
	}

.home .topics .fluid-columns-2 .column {
	float: left;
	width: 502px;
	margin: 0 20px 20px 0;
	}

.home .topics .fluid-columns-2 .column:nth-of-type(2n) {
	margin: 0 0 0 0;
	}

.home .topics .fluid-columns-2 .column img {
	display: block;
	width: 502px;
	height: auto;
	}

.home .topics .fluid-columns-3 img {
	width: 328px;
	height: auto;
	}

.home .topics .fluid-columns-3 .column {
	float: left;
	margin: 0 20px 20px 0;
	}

.home .topics .fluid-columns-3 .column:nth-child(3n) {
	margin: 0 0 20px 0;
	}

.home .topics .fluid-columns-4 {
	overflow: hidden;
	}

.home .topics .fluid-columns-4 .column {
	float: left;
	margin: 0 20px 20px 0;
	}

.home .topics .fluid-columns-4 img {
	width: 241px;
	}

.home .topics .fluid-columns-4 .column:nth-child(2n) {
	margin: 0 20px 20px 0;
	}

.home .topics .fluid-columns-4 .column:nth-child(4n) {
	margin: 0 0 20px 0;
	}

.home .information {
	width: 1024px;
	margin: 10px auto 60px;
	}

.home .information .article {
	margin: 0 0 1em;
	}

.home .information .article .heading {
	margin: 0 0 1em;
	font-size: 16px;
	line-height: 1.4;
	}

.home .information .article .heading .icon {
	width: auto;
	height: 23px;
	margin: 0 0 0 0.5em;
	vertical-align: bottom;
	}

.home .information .article li {
	display: block;
	margin: 0 0 2em;
	margin: 0 0 1em;
	}

.home #main-container .information .article a {
	color: #333333;
	text-decoration: none;
	}

.home #main-container .information .article a dd {
	text-decoration: underline;
	}

.home .information .article dl {
	display: table;
	font-size: 14px;
	line-height: 1.8;
	}

.home .information .article dl .date {
	display: table-cell;
	width: 140px;
	}

.home .information .article dl .title {
	display: table-cell;
	}

.home .topics .top-message {
	width: 1024px;
	margin: 0 auto 44px;
	font-size: 124%;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: center;
	}

.home .topics .top-message .row {
	display: block;
	}

.home .topics .top-message .row br {
	display: inline;
	}

.home .topics #top-message2 {
	width: 1024px;
	margin: 0 auto 20px;
	font-size: 136%;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: center;
	padding:0;
	background: linear-gradient(to right, #b2de30, #279d77);
	transition: all 0.2s ease-out;
	opacity: 1;
}

.home .topics #top-message2:hover {
	opacity: 0.8;
	background: linear-gradient(to right, #b2de30, #279d77);
}


.home .topics #top-message2 a{
	padding: 2em 0;
	display: block;
	width:100%;
	height:100%;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.home .hero .flickity-page-dots .is-selected {
	-webkit-animation: flickityDots 6s linear 0s;
	-webkit-animation-fill-mode: forwards;
	animation: flickityDots 6s linear 0s;
	animation-fill-mode: forwards;
	}


/* @end */

/* @group campaign 2018 */

.campaign-2018 .page-header {
	position: absolute;
	width: 100%;
	min-width: 640px;
	height: 96px;
	background: transparent;
	z-index: 100;
	}

.campaign-2018 .page-header .site-title img {
	width: 122px;
	height: auto;
	}

.campaign-2018 .page-header .site-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	background: none;
	z-index: 1;
	}


.campaign-2018 .page-header .container {
	position: relative;
	width: 1026px;
	margin: 0 auto;
	/*padding: 68px 0 0;*/
	padding: 36px 0 0;
	}

.campaign-2018 .page-header .club-onoff {
	display: block;
	float: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1026px;
	height: 1px;
	margin: 0 0 0 -513px;
	padding: 0;
	}

.campaign-2018 .page-body {
	overflow: hidden;
	width: 100%;
	padding-top: 0;
	margin-bottom: 0;
	}

.campaign-2018 #main-content {
	width: 1366px;
	margin: 0 auto;
	}


.campaign-2018 .page-header .button-control {
	display: none;
	}

.campaign-2018 .section {
	position: relative;
	width: 100%;
	height: auto;
	}

.campaign-2018 .image img {
	display: block;
	width: 100%;
	height: auto;
	}

.campaign-2018 .button {
	display: block;
	position: absolute;
	}

.campaign-2018 .button a {
	border-radius: 9px;
	}


.campaign-2018 .header .button {
	top: 347px;
	left: 170px;
	}

.campaign-2018 .header .button a {
	width: 411px;
	height: 59px;
	}

.campaign-2018 .campaign .button {
	top: 682px;
	left: 473px;
	}

.campaign-2018 .campaign .button a {
	width: 288px;
	height: 50px;
	}

/* @end */

/* @group campaign 2019 lady */

.campaign-2019-lady .page-body {
	padding: 96px 0 0;
	background: #ffffff;
	}

.campaign-2019-lady .campaign {
	position: relative;
	width: 1366px;
	height: 960px;
	margin: 0 auto;
	background: url(../images/campaign-2019-lady/bg_content_pc.jpg) no-repeat 0 0;
	}

.campaign-2019-lady .campaign .page-title {
	position: absolute;
	top: 330px;
	left: 475px;
	}

.campaign-2019-lady .campaign .page-title img {
	width: 418px;
	}

.campaign-2019-lady .campaign .link {
	position: absolute;
	}

.campaign-2019-lady .campaign .link a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	color: transparent;
	/*background: red;*/
	opacity: 0;
	}

.campaign-2019-lady .campaign #link-1 {
	top: 0;
	left: 126px;
	width: 276px;
	height: 24px;
	}

.campaign-2019-lady .campaign #link-2 {
	top: 0;
	left: 436px;
	width: 240px;
	height: 24px;
	}

.campaign-2019-lady .campaign #link-3 {
	top: 86px;
	left: 0;
	width: 710px;
	height: 40px;
	}

.campaign-2019-lady .campaign #link-4 {
	top: 150px;
	left: 560px;
	width: 390px;
	height: 28px;
	}


.campaign-2019-lady .campaign .link-group {
	position: absolute;
	}

.campaign-2019-lady .campaign .link-group-top {
	width: 902px;
	height: 198px;
	top: 69px;
	left: 168px;
	background: url(../images/campaign-2019-lady/text_top_pc.png) no-repeat 0 0;
	}

.campaign-2019-lady .campaign .link-group-bottom {
	width: 949px;
	height: 174px;
	top: 717px;
	left: 247px;
	background: url(../images/campaign-2019-lady/text_bottom_pc.png) no-repeat 0 0;
	} 

.campaign-2019-lady .buy-online {
	width: 100%;
	padding: 100px 0 120px;
	}

.campaign-2019-lady .buy-online .linkage {
	display: table;
	width: 858px;
	margin: 0 auto 70px;
	}

.campaign-2019-lady .buy-online .linkage .column {
	display: table-cell;
	width: 400px;
	padding: 0 28px;
	}

.campaign-2019-lady .buy-online .linkage .item {
	margin: 0 0 0.4em;
	}

.campaign-2019-lady .buy-online .linkage .item-caption {
	font-size: 13px;
	margin: 0.8em 0 0.4em;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	}

.campaign-2019-lady .buy-online a {
	color: #000000;
	text-decoration: none;
	}

.campaign-2019-lady .buy-online .button-solid-bordered {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 1em;
	border: 1px solid #000000;
	border-radius: 3px;
	font-size: 14px;
	text-decoration: none;
	}

.campaign-2019-lady .buy-online .button-solid-bordered:hover {
	cursor: pointer;
	opacity: 0.8;
	}

.campaign-2019-lady .buy-online .button-solid-bordered .text {
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 2.2em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: left;
	}

.campaign-2019-lady .buy-online .button-solid-bordered .icon {
	display: block;
	position: absolute;
	bottom: 1.1em;
	left: 1em;
	}

.campaign-2019-lady .buy-online .button-solid-bordered.button-red {
	color: #920e14;
	border-color: #920e14;
	}

.campaign-2019-lady .buy-online .button-solid-bordered.button-blue {
	color: #3695d6;
	border-color: #3695d6;
	}

.campaign-2019-lady .buy-online .icon-online-shop {
	width: auto;
	height: 24px;
	}

.campaign-2019-lady .buy-online .icon-shop-list {
	width: auto;
	height: 24px;
	}


/* @end */

/* @group campaign utility */

.campaign-utility .page-body {
	overflow: hidden;
	width: 100%;
	padding-top: 0;
	margin-bottom: 0;
	}

.campaign-utility #main-content {
	width: 100%;
	margin: 0 auto;
	}

.campaign-utility .section {
	position: relative;
	width: 100%;
	height: auto;
	}

.campaign-utility .section .image {
	position: relative;
	width: 1366px;
	margin: 0 auto;
	height: auto;
	}

.campaign-utility .image img {
	display: block;
	width: 100%;
	height: auto;
	}

.campaign-utility .campaign {
	background: #ffffff;
	}

.campaign-utility .campaign .image {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -683px;
	}

.campaign-utility .button-group {
	position: relative;
	width: 1366px;
	height: 824px;
	margin: 0 auto;
	}

.campaign-utility .button-aka {
	top: 176px;
	left: 106px;
	width: 206px;
	height: 30px;
	}

.campaign-utility .button-kuro {
	top: 109px;
	left: 646px;
	width: 206px;
	height: 30px;
	}

.campaign-utility .button-lady {
	top: 463px;
	left: 646px;
	width: 206px;
	height: 30px;
	}

.campaign-utility .button-shoplist {
	top: 677px;
	left: 114px;
	width: 288px;
	height: 50px;
	}

/* @end */

/* @group ad Aka impression */

body.ads-aka-impression {
	width: 100%;
	background: #930e14;
	}

body.ads-aka-impression .page {
	width: 100%;
	background: #930e14;
	}

.ads-aka-impression .page-body {
	overflow: hidden;
	min-width: 100%;
	width: 100%;
	padding-top: 0;
	padding-bottom: 34px;
	margin-bottom: 0;
	}

.ads-aka-impression #main-content {
	width: 100%;
	}

.ads-aka-impression .main .header {
	padding: 50px 0 40px;
	}

.ads-aka-impression .main .header .logo {
	text-align: center;
	}

.ads-aka-impression .main .header .logo img {
	width: 158px;
	}

.ads-aka-impression .main .movie {
	box-sizing: border-box;
	position: relative;
	width: 802px;
	height: 617px;
	margin: 0 auto 60px;
	padding: 52px;
	background: #ffffff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.35);
	}

.ads-aka-impression .main .movie .poster-frame {
	position: absolute;
	overflow: hidden;
	width: 700px;
	height: 394px;
	}

.ads-aka-impression .main .movie .poster-frame img {
	display: block;
	width: 700px;
	height: auto;
	margin: 4px 0 0 0;
	}

.ads-aka-impression .main .movie iframe {
	display: block;
	width: 700px;
	height: 394px;
	margin: 0 auto 32px;
	}

.ads-aka-impression .main .movie .button-play {
	text-align: center;
	}

.ads-aka-impression .main .movie .button-play img {
	width: 520px;
	}

.ads-aka-impression .main .banners {
	box-sizing: border-box;
	width: 100%;
	padding: 60px 0 60px;
	background: #ffffff;
	text-align: center;
	}

.ads-aka-impression .main .banners .bnr {
	display: inline-block;
	width: 442px;
	margin: 0 25px 0;
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.7);
	}

.ads-aka-impression .main .banners img {
	width: 442px;
	}

.ads-aka-impression .main .brand-logo {
	display: none;
	width: 290px;
	}

/* @end */

/* @group lee-20190424 */

.lee-20190424 .hero {
	position: relative;
	width: 1024px;
	margin: 0 auto 56px;
	}

.lee-20190424 .hero .text {
	position: absolute;
	width: 717px;
	left: 50%;
	bottom: 10px;
	margin: 0 0 0 -358.5px;
	text-align: center;
	}

.lee-20190424 .hero .image img {
	display: block;
	width: 1024px;
	height: auto;
	}

.lee-20190424 .main {
	position: relative;
	width: 1024px;
	margin: 0 auto 56px;
	}

.lee-20190424 .main .fluid-columns {
	overflow: hidden;
	width: 1024px;
	}

.lee-20190424 .main .fluid-columns .column {
	width: 482px;
	}

.lee-20190424 .main .fluid-columns .column-left {
	float: left;
	}

.lee-20190424 .main .fluid-columns .column-right {
	float: right;
	}

.lee-20190424 .main .column-left .hgroup {
	margin: 0 0 42px;
	}

.lee-20190424 .main .column-left .hgroup .page-title {
	margin: 0 0 0.4em;
	font-size: 40px;
	line-height: 1.2;
	}

.lee-20190424 .main .column-left .hgroup .page-title .small {
	font-size: 20px;
	line-height: 1.2;
	}

.lee-20190424 .main .column-left .hgroup .heading {
	font-size: 23px;
	line-height: 1.6;
	}

.lee-20190424 .main .column-left .hgroup p {
	font-size: 20px;
	line-height: 1.6;
	}

.lee-20190424 .main .column-left .hgroup p .small {
	font-size: 70%;
	}

.lee-20190424 .main .column-left .text-std {
	font-size: 20px;
	text-align: justify;
	line-height: 1.8;
	}

.lee-20190424 .main .column-left .text-std p {
	margin: 0 0 1em;
	}

.lee-20190424 .main .column-right .heading {
	margin: 0 0 56px;
	text-align: center;
	}

.lee-20190424 .main .column-right .heading img {
	height: 90px;
	}

.lee-20190424 .main .column-right .clubs {
	color: #333333;
	font-size: 20px;
	letter-spacing: 0.1em;
	}

.lee-20190424 .main .column-right .clubs a {
	color: #333333;
	text-decoration: underline;
	}

.lee-20190424 .main .column-right .clubs dl {
	margin: 0 0 2.6em;
	line-height: 1.4;
	}

.lee-20190424 .main .column-right .clubs dt {
	margin: 0 0 0.4em;
	font-size: 85%;
	font-weight: 600;
	}

.lee-20190424 .main .column-right .clubs dd {
	margin: 0 0 0.6em;
	font-weight: 300;
	text-transform: uppercase;
	}

/* @end */

/* @group asaji-20190513 */

.asaji-20190513 .hero {
	position: relative;
	width: 1024px;
	margin: 0 auto 56px;
	}

.asaji-20190513 .hero .text {
	position: absolute;
	width: 806px;
	left: 50%;
	bottom: 46px;
	margin: 0 0 0 -403px;
	text-align: center;
	}

.asaji-20190513 .hero .image img {
	display: block;
	width: 1024px;
	height: auto;
	}

.asaji-20190513 .main {
	position: relative;
	width: 1024px;
	margin: 0 auto 56px;
	}

.asaji-20190513 .main .fluid-columns {
	overflow: hidden;
	width: 1024px;
	}

.asaji-20190513 .main .fluid-columns .column {
	width: 482px;
	}

.asaji-20190513 .main .fluid-columns .column-left {
	float: left;
	}

.asaji-20190513 .main .fluid-columns .column-right {
	float: right;
	}

.asaji-20190513 .main .column-left .hgroup {
	margin: 0 0 42px;
	}

.asaji-20190513 .main .column-left .hgroup .page-title {
	margin: 0 0 0.4em;
	font-size: 40px;
	line-height: 1.2;
	}

.asaji-20190513 .main .column-left .hgroup .page-title .small {
	font-size: 20px;
	line-height: 1.2;
	}

.asaji-20190513 .main .column-left .hgroup .heading {
	font-size: 23px;
	line-height: 1.6;
	}

.asaji-20190513 .main .column-left .hgroup p {
	font-size: 20px;
	line-height: 1.6;
	}

.asaji-20190513 .main .column-left .hgroup p .small {
	font-size: 70%;
	}

.asaji-20190513 .main .column-left .text-std {
	font-size: 20px;
	text-align: justify;
	line-height: 1.8;
	}

.asaji-20190513 .main .column-left .text-std p {
	margin: 0 0 1em;
	}

.asaji-20190513 .main .column-right .heading {
	margin: 0 0 56px;
	text-align: center;
	}

.asaji-20190513 .main .column-right .heading img {
	height: 90px;
	}

.asaji-20190513 .main .column-right .clubs {
	color: #333333;
	font-size: 20px;
	letter-spacing: 0.1em;
	}

.asaji-20190513 .main .column-right .clubs a {
	color: #333333;
	text-decoration: underline;
	}

.asaji-20190513 .main .column-right .clubs dl {
	margin: 0 0 2.6em;
	line-height: 1.4;
	}

.asaji-20190513 .main .column-right .clubs dt {
	margin: 0 0 0.4em;
	font-size: 85%;
	font-weight: 600;
	}

.asaji-20190513 .main .column-right .clubs dd {
	margin: 0 0 0.6em;
	font-weight: 300;
	text-transform: uppercase;
	}

/* @end */

/* @group asaji-20190918 */

.asaji-20190918 .hero {
	position: relative;
	width: 1024px;
	margin: 0 auto 56px;
	}

.asaji-20190918 .hero .text {
	position: absolute;
	width: 802px;
	left: 50%;
	bottom: 46px;
	margin: 0 0 0 -401px;
	text-align: center;
	}

.asaji-20190918 .hero .text img {
	width: 802px;
	height: auto;
	}

.asaji-20190918 .hero .image {
	display: block;
	overflow: hidden;
	width: 1024px;
	height: 509px;
	}

.asaji-20190918 .hero .image img {
	display: block;
	width: 1024px;
	height: auto;
	margin: -50px 0 0;
	}

.asaji-20190918 .main {
	position: relative;
	width: 1024px;
	margin: 0 auto 56px;
	}

.asaji-20190918 .main .fluid-columns {
	overflow: hidden;
	width: 1024px;
	}

.asaji-20190918 .main .fluid-columns .column {
	width: 482px;
	}

.asaji-20190918 .main .fluid-columns .column-left {
	float: left;
	}

.asaji-20190918 .main .fluid-columns .column-right {
	float: right;
	}

.asaji-20190918 .main .column-left .hgroup {
	margin: 0 0 42px;
	}

.asaji-20190918 .main .column-left .hgroup .page-title {
	margin: 0 0 0.4em;
	font-size: 40px;
	line-height: 1.2;
	}

.asaji-20190918 .main .column-left .hgroup .page-title .small {
	font-size: 20px;
	line-height: 1.2;
	}

.asaji-20190918 .main .column-left .hgroup .heading {
	font-size: 23px;
	line-height: 1.6;
	}

.asaji-20190918 .main .column-left .hgroup p {
	font-size: 20px;
	line-height: 1.6;
	}

.asaji-20190918 .main .column-left .hgroup p .small {
	font-size: 70%;
	}

.asaji-20190918 .main .column-left .text-std {
	font-size: 20px;
	text-align: justify;
	line-height: 1.8;
	}

.asaji-20190918 .main .column-left .text-std p {
	margin: 0 0 1em;
	}

.asaji-20190918 .main .column-right .heading {
	margin: 0 0 56px;
	text-align: center;
	}

.asaji-20190918 .main .column-right .heading img {
	height: 90px;
	}

.asaji-20190918 .main .column-right .clubs {
	color: #333333;
	font-size: 20px;
	letter-spacing: 0.1em;
	}

.asaji-20190918 .main .column-right .clubs a {
	color: #333333;
	text-decoration: underline;
	}

.asaji-20190918 .main .column-right .clubs dl {
	margin: 0 0 2.6em;
	line-height: 1.4;
	}

.asaji-20190918 .main .column-right .clubs dt {
	margin: 0 0 0.4em;
	font-size: 85%;
	font-weight: 600;
	}

.asaji-20190918 .main .column-right .clubs dd {
	margin: 0 0 0.6em;
	font-weight: 300;
	text-transform: uppercase;
	}

/* @end */

/* @group products-2020 */

.products-2020 {
	padding: 100px 0 100px;
	background: #f7f7f7;
	}

.products-2020 .main {
	width: 860px;
	margin: 0 auto 90px;
	}

.products-2020 .data,
.products-2020 .signature {
	width: 860px;
	margin: 0 auto;
	}

.products-2020 .page-title {
	margin: 0 0 76px;
	font-size: 136%;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	}

.products-2020 .text-std {
	font-size: 114%;
	line-height: 1.6;
	}

.products-2020 .text-std p {
	margin: 0 0 1em;
	}

.products-2020 .main .text-std {
	line-height: 2.5;
	}

.products-2020 .main .text-std p {
	margin: 0 0 2em;
	}

.products-2020 .data p {
	margin: 0 0 0.4em;
	}

.products-2020 .list-std {
	padding: 0 0 0 1.2em;
	}

.products-2020 .list-std li {
	list-style: disc;
	margin: 0 0 0.2em;
	}

.products-2020 .fluid-columns {
	overflow: hidden;
	margin: 0 auto 2em;
	}

.products-2020 .column {
	float: left;
	width: 430px;
	}

.products-2020 .signature {
	text-align: right;
	}



/* @end */

/* @group back-to-top */

#back-to-top {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	z-index: 1000;
	/*background: red;*/
	}

#back-to-top .button {
	position: absolute;
	top: -64px;
	right: 32px;
	width: 64px;
	height: 64px;
	}

#back-to-top .button a {
	display: block;
	width: 64px;
	height: 64px;
	}

/* @end */

/* @group Table Group 2013 */

.content .table-group {
	margin: 30px 0 0;
	}

.content .table-group table {
	width: 630px;
	font-size: 85%;
	line-height: 1.2;
	border-top: 1px solid #e6e6e6;
	}

.content .table-group table th {
	vertical-align: top;
	}

.content .table-group table th,
.content .table-group table td {
	border-bottom: 1px solid #e6e6e6;
	}

.content .table-group table th .cell,
.content .table-group table td .cell {
	display: block;
	padding: 7px 0 6px;
	}

/* 日本語がはいる場合は、日本語指定を必ずすること */
.content .table-group table td {
	text-align: center;
	border-left: 1px solid #e6e6e6;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

.content .table-group p {
	margin: 8px 0 0;
	line-height: 1.6;
	font-size: 85%;
	}

.content .table-group .note {
	margin: 10px 0 0;
	line-height: 1.6;
	}

.content .table-group .note p,
.content .table-group .note ul {
	margin: 4px 0 0;
	font-size: 11px;
	}

.content .table-group .note ul {
	padding: 0 0 0 1.4em;
	}

.content .table-group .note li {
	list-style: disc;
	list-style-position: outside;
	}

/* @group .table-group width */

/* 左のthが一段のみで構成されているもの用 */

.content .table-group th {
	width: 210px;
	}

.content .table-group .cell-one td {
	width: 440px;
	}

.content .table-group .cell-two td {
	width: 220px;
	}

.content .table-group .cell-three td {
	width: 150px;
	}

.content .table-group .cell-four td  {
	width: 110px;
	}

.content .table-group .cell-five td  {
	width: 70px;
	}

.content .table-group .cell-six td  {
	width: 72px;
	}

.content .table-group .cell-eight td  {
	width: 52px;
	}

.content .table-group .cell-ten td  {
	width: 40px;
	}

/* @end */

/* @group .two-deck width */

/* 左のthが二段組で構成されているもの用 */

.content .two-deck th.flex {
	width: 110px;
	}

.content .two-deck .cell-ten th.flex {
	width: 80px;
	}

.content .two-deck .cell-two td {
	width: 260px;
	}

.content .two-deck .cell-three td {
	width: 170px;
	}

.content .two-deck .cell-four td  {
	width: 126px;
	}

.content .two-deck .cell-five td  {
	width: 106px;
	}

.content .two-deck .cell-nine td {
	width: 62px;
	}

.content .two-deck .cell-ten td {
	width: 45px;
	}

.content .three-deck .cell-three td {
	width: 158px;
	}

/* @end */

.content .table-group table th.colspan,
.content .table-group table td.colspan {
	width: auto;
	}


/* @end */


/* @group ColorBox Core Style */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	}

#cboxOverlay{
	position: fixed;
	width: 100%;
	height: 100%;
	}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
	}

#cboxContent {
	position: relative;
	}

#cboxLoadedContent {
	overflow: auto;
	}

#cboxTitle {
	margin: 0;
	}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
	}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	}

/* @end */

/* @group ColorBox User Style */

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{
	background: #000;
	}

#colorbox{}

#cboxContent {
	margin-top:0;
	}

.cboxIframe {
	background: #000000;
	}

#cboxError {
	padding:50px;
	border: 1px solid #ccc;
	}

#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
	}

* html #cboxLoadedContent {
	overflow-y: scroll;
	overflow-x: hidden;
	}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
	}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
	}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
	}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(../images/widget/lightbox/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
	}

#cboxPrevious:hover {
	background-position: bottom left;
	}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(../images/widget/lightbox/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
	}

#cboxNext:hover {
	background-position: bottom right;
	}

#cboxLoadingOverlay {
	background: #000;
	}

#cboxLoadingGraphic {
	background: url(../images/widget/lightbox/loading.gif) no-repeat center center;
	}

#cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(../images/widget/lightbox/controls.png) no-repeat 0 0;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	}

#cboxClose:hover {
	background-position: 0 -40px;
	}

/* @end */

/* @group Module 2016 */

/* @group category top */

.layout-category-top #main-container {
	/*float: right;*/
	width: 930px;
	margin: 0 auto;
	padding: 0 0 200px;
	}

.layout-category-top .header {
	margin-left: 155px;
	}

.layout-category-top .header-caption {
	margin-top: 24px;
	}

.layout-category-top .header-caption .heading {
	margin-bottom: 0.4em;
	font-size: 129%;
	line-height: 1.2;
	}

.layout-category-top .header-caption .description {
	font-size: 107%;
	line-height: 1.8;
	}

.layout-category-top .linkage {
	overflow: hidden;
	margin-top: 164px;
	}

.layout-category-top .linkage .card {
	float: left;
	width: 292px;
	height: 469px;
	margin: 0 27px 0 0;
	}

.layout-category-top .linkage .card:nth-child(3) {
	margin: 0;
	}

.layout-category-top .linkage .card img {
	width: 292px;
	height: auto;
	}

/* @end */



/* @end */
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px), screen and (max-device-width: 736px) and (orientation : portrait) {

.mobile-hidden {
	display: none;
	}

.home .hero .flickity-page-dots .is-selected {
	-webkit-animation: flickityDots 3s linear 0s;
	-webkit-animation-fill-mode: forwards;
	animation: flickityDots 3s linear 0s;
	animation-fill-mode: forwards;
	}

.campaign-2018 .page-header .site-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	background: none;
	z-index: 1;
	}




/* @group header-note */

.header-note {
	width: 592px;
	margin: 40px auto 0;
	}

.header-note .heading {
	margin: 0 0 1em;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
	}

.header-note .description {
	font-size: 20px;
	margin: 0 0 1.6em;
	line-height: 1.4;
	letter-spacing: 0.05em;
	}

.header-note .button-group {
	}

.header-note .button-group .button {
	display: table;
	width: 100%;
	margin: 0 0 2em;
	}


.header-note .button-group .button a {
	display: table-cell;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.05em;
	}

/* @end */

/* @group campaign 2019 lady */

.campaign-2019-lady .page-body {
	padding: 96px 0 0;
	background: #ffffff;
	}

.campaign-2019-lady .campaign {
	position: relative;
	width: 100%;
	height: 1469px;
	margin: 0 auto;
	background: url(../images/campaign-2019-lady/bg_content_mobile.jpg) no-repeat 0 554px;
	}

.campaign-2019-lady .campaign .page-title {
	position: absolute;
	top: 51px;
	left: 30px;
	}

.campaign-2019-lady .campaign .link {
	position: absolute;
	}

.campaign-2019-lady .campaign .link a {
	display: block;
	width: 100%;
	height: 100%;
	/*color: #fff;*/
	color: transparent;
	/*background: red;*/
	opacity: 0;
	}

.campaign-2019-lady .campaign #link-1 {
	top: 0;
	left: 146px;
	width: 316px;
	height: 28px;
	}

.campaign-2019-lady .campaign #link-2 {
	top: 50px;
	left: 0;
	width: 280px;
	height: 28px;
	}

.campaign-2019-lady .campaign #link-3 {
	top: 166px;
	left: 0;
	width: 450px;
	height: 106px;
	}

.campaign-2019-lady .campaign #link-4 {
	top: 312px;
	left: 0;
	width: 444px;
	height: 28px;
	}


.campaign-2019-lady .campaign .link-group {
	position: absolute;
	}

.campaign-2019-lady .campaign .link-group-top {
	width: 486px;
	height: 334px;
	top: 604px;
	left: 30px;
	background: url(../images/campaign-2019-lady/text_top_mobile.png) no-repeat 0 0;
	}

.campaign-2019-lady .campaign .link-group-bottom {
	width: 568px;
	height: 339px;
	top: 1025px;
	left: 30px;
	background: url(../images/campaign-2019-lady/text_bottom_mobile.png) no-repeat 0 0;
	} 

.campaign-2019-lady .buy-online {
	width: 100%;
	padding: 40px 0 60px;
	}

.campaign-2019-lady .buy-online .linkage {
	display: block;
	width: 580px;
	margin: 0 auto 70px;
	}

.campaign-2019-lady .buy-online .linkage .column {
	display: block;
	width: 580px;
	margin: 0 0 40px;
	}

.campaign-2019-lady .buy-online .linkage .item {
	margin: 0 0 0.4em;
	}

.campaign-2019-lady .buy-online .linkage .item-caption {
	font-size: 20px;
	margin: 0.8em 0 0.4em;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	}

.campaign-2019-lady .buy-online a {
	color: #000000;
	text-decoration: none;
	}

.campaign-2019-lady .buy-online .button-solid-bordered {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 1em;
	border: 2px solid #000000;
	border-radius: 3px;
	font-size: 20px;
	text-decoration: none;
	}

.campaign-2019-lady .buy-online .button-solid-bordered:hover {
	cursor: pointer;
	opacity: 0.8;
	}

.campaign-2019-lady .buy-online .button-solid-bordered .text {
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 2.2em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: left;
	}

.campaign-2019-lady .buy-online .button-solid-bordered .icon {
	display: block;
	position: absolute;
	bottom: 1.1em;
	left: 1em;
	}

.campaign-2019-lady .buy-online .button-solid-bordered.button-red {
	color: #920e14;
	border-color: #920e14;
	}

.campaign-2019-lady .buy-online .button-solid-bordered.button-blue {
	color: #3695d6;
	border-color: #3695d6;
	}

.campaign-2019-lady .buy-online .icon-online-shop {
	width: auto;
	height: 34px;
	}

.campaign-2019-lady .buy-online .icon-shop-list {
	width: auto;
	height: 34px;
	}


/* @end */

/* @group lee-20190424 */

.lee-20190424 .hero {
	position: relative;
	width: 100%;
	height: 528px;
	margin: 0 auto 56px;
	}

.lee-20190424 .hero .text {
	position: absolute;
	width: 622px;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -311px;
	text-align: center;
	}

.lee-20190424 .hero .text img {
	width: 621px;
	}

.lee-20190424 .hero .image {
	overflow: hidden;
	height: 528px;
	}

.lee-20190424 .hero .image img {
	display: block;
	width: auto;
	height: 528px;
	margin: 0 0 0 -230px;
	}

.lee-20190424 .main {
	position: relative;
	margin: 0 0 56px;
	}

.lee-20190424 .main .fluid-columns {
	width: 580px;
	margin: 0 auto;
	}

.lee-20190424 .main .fluid-columns .column {
	}


.lee-20190424 .main .column-left {
	margin: 0 0 100px;
	}

.lee-20190424 .main .column-right {
	margin: 0 0 200px;
	}

.lee-20190424 .main .column-left .hgroup {
	margin: 0 0 42px;
	}

.lee-20190424 .main .column-left .hgroup .page-title {
	margin: 0 0 0.4em;
	font-size: 48px;
	line-height: 1.2;
	}

.lee-20190424 .main .column-left .hgroup .page-title .small {
	font-size: 24px;
	line-height: 1.2;
	}

.lee-20190424 .main .column-left .hgroup .heading {
	font-size: 28px;
	line-height: 1.6;
	}

.lee-20190424 .main .column-left .hgroup p {
	font-size: 24px;
	line-height: 1.6;
	}

.lee-20190424 .main .column-left .hgroup p .small {
	font-size: 70%;
	}

.lee-20190424 .main .column-left .text-std {
	font-size: 28px;
	text-align: justify;
	line-height: 1.8;
	}

.lee-20190424 .main .column-left .text-std p {
	margin: 0 0 1em;
	}

.lee-20190424 .main .column-right .heading {
	margin: 0 0 56px;
	text-align: center;
	}

.lee-20190424 .main .column-right .heading img {
	height: auto;
	}

.lee-20190424 .main .column-right .clubs {
	color: #333333;
	font-size: 28px;
	}

.lee-20190424 .main .column-right .clubs a {
	color: #333333;
	text-decoration: underline;
	}

.lee-20190424 .main .column-right .clubs dl {
	margin: 0 0 2.8em;
	line-height: 1.4;
	}

.lee-20190424 .main .column-right .clubs dt {
	margin: 0 0 0.6em;
	font-size: 85%;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

.lee-20190424 .main .column-right .clubs dd {
	margin: 0 0 0.8em;
	text-transform: uppercase;
	}

/* @end */

/* @group asaji-20190513 */

.asaji-20190513 .hero {
	position: relative;
	width: 100%;
	height: 528px;
	margin: 0 auto 56px;
	}

.asaji-20190513 .hero .text {
	position: absolute;
	width: 586px;
	left: 50%;
	bottom: 52px;
	margin: 0 0 0 -293px;
	text-align: center;
	}

.asaji-20190513 .hero .text img {
	width: 586px;
	}

.asaji-20190513 .hero .image {
	overflow: hidden;
	height: 528px;
	}

.asaji-20190513 .hero .image img {
	display: block;
	width: auto;
	height: 528px;
	margin: 0 0 0 -230px;
	}

.asaji-20190513 .main {
	position: relative;
	margin: 0 0 56px;
	}

.asaji-20190513 .main .fluid-columns {
	width: 580px;
	margin: 0 auto;
	}

.asaji-20190513 .main .fluid-columns .column {
	}


.asaji-20190513 .main .column-left {
	margin: 0 0 100px;
	}

.asaji-20190513 .main .column-right {
	margin: 0 0 200px;
	}

.asaji-20190513 .main .column-left .hgroup {
	margin: 0 0 42px;
	}

.asaji-20190513 .main .column-left .hgroup .page-title {
	margin: 0 0 0.4em;
	font-size: 48px;
	line-height: 1.2;
	}

.asaji-20190513 .main .column-left .hgroup .page-title .small {
	font-size: 24px;
	line-height: 1.2;
	}

.asaji-20190513 .main .column-left .hgroup .heading {
	font-size: 28px;
	line-height: 1.6;
	}

.asaji-20190513 .main .column-left .hgroup p {
	font-size: 24px;
	line-height: 1.6;
	}

.asaji-20190513 .main .column-left .hgroup p .small {
	font-size: 70%;
	}

.asaji-20190513 .main .column-left .text-std {
	font-size: 28px;
	text-align: justify;
	line-height: 1.8;
	}

.asaji-20190513 .main .column-left .text-std p {
	margin: 0 0 1em;
	}

.asaji-20190513 .main .column-right .heading {
	margin: 0 0 56px;
	text-align: center;
	}

.asaji-20190513 .main .column-right .heading img {
	height: auto;
	}

.asaji-20190513 .main .column-right .clubs {
	color: #333333;
	font-size: 28px;
	}

.asaji-20190513 .main .column-right .clubs a {
	color: #333333;
	text-decoration: underline;
	}

.asaji-20190513 .main .column-right .clubs dl {
	margin: 0 0 2.8em;
	line-height: 1.4;
	}

.asaji-20190513 .main .column-right .clubs dt {
	margin: 0 0 0.6em;
	font-size: 85%;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

.asaji-20190513 .main .column-right .clubs dd {
	margin: 0 0 0.8em;
	text-transform: uppercase;
	}

/* @end */

/* @group asaji-20190918 */

.asaji-20190918 .hero {
	position: relative;
	width: 100%;
	height: 528px;
	margin: 0 auto 56px;
	}

.asaji-20190918 .hero .text {
	position: absolute;
	width: 586px;
	left: 50%;
	bottom: 52px;
	margin: 0 0 0 -293px;
	text-align: center;
	}

.asaji-20190918 .hero .text img {
	width: 586px;
	}

.asaji-20190918 .hero .image {
	overflow: hidden;
	height: 528px;
	}

.asaji-20190918 .hero .image img {
	display: block;
	width: auto;
	height: 528px;
	margin: 0 0 0 -70px;
	}

.asaji-20190918 .main {
	position: relative;
	margin: 0 0 56px;
	}

.asaji-20190918 .main .fluid-columns {
	width: 580px;
	margin: 0 auto;
	}

.asaji-20190918 .main .fluid-columns .column {
	}


.asaji-20190918 .main .column-left {
	margin: 0 0 100px;
	}

.asaji-20190918 .main .column-right {
	margin: 0 0 200px;
	}

.asaji-20190918 .main .column-left .hgroup {
	margin: 0 0 42px;
	}

.asaji-20190918 .main .column-left .hgroup .page-title {
	margin: 0 0 0.4em;
	font-size: 48px;
	line-height: 1.2;
	}

.asaji-20190918 .main .column-left .hgroup .page-title .small {
	font-size: 24px;
	line-height: 1.2;
	}

.asaji-20190918 .main .column-left .hgroup .heading {
	font-size: 28px;
	line-height: 1.6;
	}

.asaji-20190918 .main .column-left .hgroup p {
	font-size: 24px;
	line-height: 1.6;
	}

.asaji-20190918 .main .column-left .hgroup p .small {
	font-size: 70%;
	}

.asaji-20190918 .main .column-left .text-std {
	font-size: 28px;
	text-align: justify;
	line-height: 1.8;
	}

.asaji-20190918 .main .column-left .text-std p {
	margin: 0 0 1em;
	}

.asaji-20190918 .main .column-right .heading {
	margin: 0 0 56px;
	text-align: center;
	}

.asaji-20190918 .main .column-right .heading img {
	height: auto;
	}

.asaji-20190918 .main .column-right .clubs {
	color: #333333;
	font-size: 28px;
	}

.asaji-20190918 .main .column-right .clubs a {
	color: #333333;
	text-decoration: underline;
	}

.asaji-20190918 .main .column-right .clubs dl {
	margin: 0 0 2.8em;
	line-height: 1.4;
	}

.asaji-20190918 .main .column-right .clubs dt {
	margin: 0 0 0.6em;
	font-size: 85%;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

.asaji-20190918 .main .column-right .clubs dd {
	margin: 0 0 0.8em;
	text-transform: uppercase;
	}

/* @end */



/* @group products-2020 */

.products-2020 {
	padding: 100px 0 100px;
	background: #f7f7f7;
	}

.products-2020 .main {
	width: 580px;
	margin: 0 auto 90px;
	}

.products-2020 .data,
.products-2020 .signature {
	width: 580px;
	margin: 0 auto 4em;
	}

.products-2020 .page-title {
	margin: 0 0 76px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	}

.products-2020 .page-title .row {
	display: block;
	}

.products-2020 .page-title br {
	display: none;
	}

.products-2020 .text-std {
	font-size: 24px;
	line-height: 1.6;
	}

.products-2020 .text-std p {
	margin: 0 0 1em;
	}

.products-2020 .main .text-std {
	line-height: 2.2;
	}

.products-2020 .main .text-std p {
	margin: 0 0 2em;
	}

.products-2020 .data p {
	margin: 0 0 0.4em;
	}

.products-2020 .list-std {
	padding: 0 0 0 1.2em;
	}

.products-2020 .list-std li {
	list-style: disc;
	margin: 0 0 0.2em;
	}

.products-2020 .fluid-columns {
	margin: 0 auto 6em;
	}

.products-2020 .column {
	width: 580px;
	margin: 0 0 2em;
	}

.products-2020 .signature {
	text-align: right;
	}


/* @end */

}


/* @group Animation */

@-webkit-keyframes flickityDots {
	0% {
		background-position: -20px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes flickityDots {
	0% {
		background-position: -20px 0;
	}
	100% {
		background-position: 0 0;
	}
}


/* @end */

/*.page-footer .site-map .categories .labo-shop {
	display: none;
	}*/
