@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.tokubetsuwarigiki{
	font-size:21px;
}
.arrow {
	padding-bottom: 7px;
	padding-top: 4px;
	margin:auto;
	display: block;
	height: 30px;
	width:auto;
}

.caution {
	font-size:13px;
	margin-bottom: 27px;
}

.dinshiban {
	vertical-align:bottom;
	color: rgba(211,27,32,1.00);
	font-size: 20px;
	border-top: solid 1px rgba(211,27,32,1.00);
	border-bottom: solid 1px rgba(211,27,32,1.00);
	border-left: solid 1px rgba(211,27,32,1.00);
	border-right: solid 1px rgba(211,27,32,1.00);
	padding: 6px 5px 6px;
}


/* share button*/

.snsbtn32 {
	margin: 0 0 16px 0;
	opacity: 0.85;
}
.snsbtn32 a {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 0 8px 0 0;
	line-height: 48px;
	color: #000;
	text-align: center;
	border-radius: 50%;
}
.snsbtn32 a i:before {
	margin: 0 0 0 0;
	display: inline-block;
	font-size: 20px;
	line-height: 48px;
}
.snsbtn32 a i {
	vertical-align: top;
}
.snsbtn32 .btn-fb {
	color: #282828;
	background: transparent;
	border: 1px solid #282828;
	transition-property: all;
	transition: 0.2s linear;
}
.snsbtn32 .btn-tw {
	color: #282828;
	background: transparent;
	border: 1px solid #282828;
	transition-property: all;
	transition: 0.2s linear;
}
.snsbtn32 .btn-fb:hover {
	color: #fff;
	background: #365899;
}
.snsbtn32 .btn-tw:hover {
	color: #fff;
	background: #1b95e0;
}
html, body, .container {
	height: 100%;
	position: relative;
	z-index: 1000;
}
/* Reset */
html, body, h1, p, a, div, section {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
.kakomi {
	padding-top: 70px;
	padding-bottom: 40px;
	max-width: 620px;
	margin: auto;
	background-color: rgba(244,244,247,.85);
}
body {
	background-color: rgba(244,244,247,1.0);
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-weight: 100;
	color: rgb(30, 30, 30);
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}

.emp{
}

.discount-text {
	width:100%;
	margin:auto;
	line-height: 30px;
}

.leed {
	margin-bottom: 30px;
}


h1 {
	margin-top: 28px;
	color:#353535;
	font-size: 22px;
	line-height: 40px;
	font-weight: 800;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-feature-settings: "palt";
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
h2 {
	font-size: 17px;
	color:#353535;
	line-height: 31px;
	margin-bottom: 0px;
	font-weight: 800;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;	font-feature-settings: "palt";
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
h3 {
	font-size: 16px;
	padding-bottom: 0px;
	padding-top: 10px;
	color:rgba(211,27,32,1.00);
	line-height: 23px;
	font-weight: 800;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;	font-feature-settings: "palt";	
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}


/* Layout */

.navbar {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	height: 40px;
	z-index: 9999;
	position: fixed;
}
.promotions {
	width: 16%;
	height: 16%;
}
.inner {
	position: relative;
	float: left;
}
.navbar a {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	padding: 2px 15px;
	text-decoration: none;
	margin-top: 5px;
}
.container {
	display: table;
	padding-top: 32px;
	padding-bottom: 32px;
	width: 100%;
}
.content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* Special */
.sub-title {
	opacity: 1;
	margin: 22px auto 0px;
	font-size: 29px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 600;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;	font-feature-settings: "palt";	
	text-align: center;
	letter-spacing: .5px;
}
.sub-title-en {
	margin: 16px auto 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	line-height: 21px;
	font-weight: 700;
	text-align: center;
	letter-spacing:1px;
}
.wwdjapan {
	opacity: 0.85;
	display: block;
	margin: auto;
	max-width: 180px;
	height: auto;
	margin-bottom: 25px;
}
.wwdbeauty {
	opacity: 0.85;
	display: block;
	margin: auto;
	max-width: 358px;
	height: auto;
}
.photocredit {
	font-size: 11px;
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
	opacity: 0.8;
}


/* button-subscribe */
.subscribe-sec {
	padding: 0 10px 0 30px;
	height: 45px;
	display: block;
	margin-top: 10px;
}

.button-subscribe {
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	width: 44%;
	height: 48px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin-bottom: 30px;
	border-radius: 2px;
	text-align: center;
	margin: 0 10px 30px;
	position: relative;
}
.button-subscribe::before, .button-subscribe::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-subscribe, .button-subscribe::before, .button-subscribe::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-subscribe {
	position: relative;
	z-index: 2;
	background-color: transparent;
	color: #d31b20;
	line-height: 45px;
	border: solid 2px #d31b20;
	box-sizing: border-box;
}
.button-subscribe:hover {
	background-color: #d31b20;
	border-color: #d31b20;
	color: #FFF3F3;
	font-weight: 400;
}



/* button-questionnaire */

.button-questionnaire {
	font-weight: 400;
	font-size: 15px;
	display: inline-block;
	width: 60%;
	height: 45px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius: 2px;
	float: center;
	margin: 0 10px 30px;
	position: relative;
	position:rela
}
.button-questionnaire::before, .button-questionnaire::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-questionnaire, .button-questionnaire::before, .button-questionnaire::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-questionnaire {
	position: relative;
	z-index: 2;
	background-color: #d31b20;
	color: #FFF3F3;
	line-height: 45px;
}
.button-questionnaire:hover {
	background-color: #900A0C;
	border-color: #d31b20;
	color: #FFF3F3;
}
.button-questionnaire::before, .button-questionnaire::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #d31b20;
}
.button-questionnaire::before {
	right: 0;
}
.button-questionnaire::after {
	left: 0;
}
.button-questionnaire:hover::before, .button-questionnaire:hover::after {
	width: 0;
	background-color: #d31b20;
}


 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
#more-content {
	display: none;
}
.br-sp {
	display: none;
}
/* background slideshow */

.cb-slideshow, .cb-slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	list-style-type: none;
	opacity: 0.5;
}
.cb-slideshow:after {
	content: '';
	background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 24s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(../images/top1.jpg)
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../images/top2.jpg);
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../images/top3.jpg);
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../images/top4.jpg);
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(2) div {
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	animation-delay: 18s;
}
 @keyframes imageAnimation {
 0% {
opacity: 0;
animation-timing-function: ease-in;
}
 8% {
opacity: 1;
animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
 @keyframes imageAnimation {
 0% {
 opacity: 0;
 animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 transform: scale(1.05);
 animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 transform: scale(1.1);
}
 25% {
 opacity: 0;
 transform: scale(1.1);
}
 100% {
opacity: 0
}
}

/* Media Queries */
@media only screen and (max-width: 480px) {

.chief {
	max-width: 65%;
}

.kakomi {
	padding-top: 40px;
	max-width: 540px;
	margin: auto;
	margin: 40px 24px 24px 24px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: rgba(244,244,247,.85);
}

.book {
	max-width: 100%;
}
.background {
	opacity: 0.5;
	display: inherit;
}
.wwdjapan {
	display: block;
	margin: auto;
	max-width: 119px;
	height: auto;
	margin-bottom: 18px;
}
.wwdbeauty {
	display: block;
	margin: auto;
	max-width: 240px;
	height: auto;
}
.container {
	position: relative;
	display: block;
	float: left;
	vertical-align: baseline;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.content, blockquote {
	display: inline;
	margin: 0 auto;
	padding-top: 80px;
	vertical-align: baseline;
}

.tokubetsuwarigiki{
	font-size:18px;
}
	
h1 {
	margin-top: 0;
	color:#333333;
	font-size: 18px;
	line-height: 32px;
	font-weight: 800;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-feature-settings: "palt";
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
h2 {
	font-size: 15px;
	padding-bottom: 0px;
	line-height: 30px;
	font-weight: 800;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;	font-feature-settings: "palt";
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
h3 {
	font-size: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	color:rgba(211,27,32,1.00);
	line-height: 23px;
	font-weight: 800;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;	font-feature-settings: "palt";	
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.sub-title {
	margin: 16px auto 0px;
	font-size: 22px;
	line-height: 31px;
	font-weight: 600;
}
.sub-title-en {
	margin: 6px auto 36px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	letter-spacing:1px;
	color: #353535;
	opacity:.9;
}

.button-questionnaire {
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	width: 90%;
	height: 45px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin-bottom: 30px;
	border-radius: 2px;
	float: center;
	margin: 0 10px 30px;
	position: relative;
	position:rela
}	
	
.subscribe-sec {
	padding: 0 0 0 0px;
	height: auto;
	display: block;
	margin-top: 10px;
}

.button-subscribe {
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	width: 90%;
	height: 46px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin-bottom: 16px;
	border-radius: 2px;
	position: relative;
}	
	
.leed {
	margin-bottom: 0px;
}	
.snsbtn32 {
	margin: 0 0 0 0;
}
.br-sp {
	display: inline;
}
.dinshiban {
	font-size: 16px;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(../images/top1sp.jpg)
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../images/top2sp.jpg);
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../images/top3sp.jpg);
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../images/top4sp.jpg);
	animation-delay: 18s;
}
html, body, .container {
	height: auto;
}
}
