@charset "UTF-8";

#content2 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0
}

#content2 img {
	vertical-align: top;
	-webkit-backface-visibility: hidden
}

#content2 img:not([width]) {
	height: auto;
	max-width: 100%
}

#content2 .container {
	transition: height .1 .7s ease-out
}

.fixed_pagetop a {
	background-color: #333
}

#footer_links.w980_center .container {
	max-width: 1174px
}

.grid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%)
}

.grid .line {
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #f4f3ee
}

.grid .line_01 {
	left: 0
}

.grid .line_02 {
	left: 25%
}

.grid .line_03 {
	left: 50%
}

.grid .line_04 {
	left: 75%
}

.grid .line_05 {
	left: 100%
}

.btn_link {
	position: relative;
	display: block;
	box-sizing: border-box !important;
	border: 1px solid #333;
	transition: background-color .25s ease-out, color .25s ease-out
}

.btn_link:active,
.btn_link:hover,
.btn_link:link,
.btn_link:visited {
	color: #333
}

.btn_link:after,
.btn_link:before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	height: 1px;
	background-color: #333
}

.btn_link:after {
	transform: rotate(45deg);
	transform-origin: 100% 50%
}

.btn_link:hover {
	text-decoration: none
}

.btn_link:not([href]) {
	text-decoration: none;
	cursor: default;
	color: #333
}

.btn_link:not([href]):after,
.btn_link:not([href]):before {
	display: none
}

#bottomShare {
	display: flex;
	justify-content: center;
	margin: 80px 0;
	list-style-type: none;
}
#bottomShare li#twitter .box .share, #bottomShare li#facebook .box .share {
    width: 44px;
    height: 44px;
    margin: 0 13px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    outline: none;
}
#bottomShare li#twitter .box .share {
    background-color: #1da1f2;
    background-image: url(/club-me/common/v0006/images/icon_twitter.svg);
    background-size: 25px auto;
    border-radius: 50%;
}
#bottomShare li#facebook .box .share {
    background-image: url(/club-me/common/v0006/images/icon_facebook.svg);
    background-size: contain;
}

@keyframes link-arr-a {
	0% {
		transform: translateX(0) rotate(45deg)
	}

	30% {
		transform: translateX(0) rotate(45deg)
	}

	100% {
		transform: translateX(20px) rotate(45deg)
	}
}

@keyframes link-arr-b {
	0% {
		transform: translateX(0)
	}

	30% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(20px)
	}
}

@keyframes logo-fadein {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}

	20% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}

	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	}
}

@keyframes logo-fadein-blur {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}

	40% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	}

	80% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		transform: scale(.7)
	}
}

@keyframes scroll-bar {
	0% {
		height: 100%;
		bottom: 0
	}

	25% {
		height: 0;
		bottom: 0
	}

	75% {
		height: 0;
		bottom: 100%
	}

	100% {
		height: 100%;
		bottom: 0
	}
}

@keyframes scroll-arw {
	0% {
		opacity: .5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		transform: translate3d(0, 0, 0) rotate(45deg)
	}

	20% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		transform: translate3d(0, 50%, 0) rotate(45deg)
	}

	50% {
		opacity: .5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		transform: translate3d(0, 0, 0) rotate(45deg)
	}

	100% {
		opacity: .5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		transform: translate3d(0, 0, 0) rotate(45deg)
	}
}

@keyframes text-bg {
	0% {
		width: 0
	}

	50% {
		left: 0;
		width: 100%
	}

	100% {
		left: 100%;
		width: 0
	}
}

.text_bg_line {
	position: relative;
	display: inline-block;
	background-color: transparent;
	color: transparent
}

.text_bg_line:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	content: ''
}

.show .text_bg_line {
	color: #333
}

.show .text_bg_line:before {
	animation: text-bg 1.5s cubic-bezier(.645, .045, .355, 1)
}

.rhombus {
	position: absolute;
	overflow: hidden;
	background-color: #f5f4ee;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: translate3d(0, 75px, 0) rotate(-45deg);
	transition: opacity .8s ease, transform .8s ease
}

.rhombus img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 141.5%;
	height: auto;
	transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.show .rhombus {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: translate3d(0, 0, 0) rotate(-45deg)
}

.border {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.border span {
	display: block;
	width: 2px;
	height: 0;
	background-color: #333;
	transition: height .6s ease
}

.show .border span {
	height: 100%
}

.splash {
	position: absolute
}

.splash span {
	position: relative;
	left: -100%;
	overflow: hidden;
	display: block;
	transform: translate3d(0, 0, 0);
	transition: right 2s ease, left 2s ease
}

.splash span:before {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/splash.svg) no-repeat center center;
	background-size: 100% 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	content: '';
	transform: translate3d(0, 0, 0);
	transition: right 2s ease, left 2s ease, opacity 1s ease;
	transition-delay: inherit
}

.splash_reverse span {
	right: -100%;
	left: auto
}

.splash_reverse span:before {
	right: 100%;
	left: auto;
	background: url(../img/splash_r.svg) no-repeat center center
}

.show .splash span {
	left: 0
}

.show .splash span:before {
	left: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.show .splash_reverse span {
	right: 0;
	left: auto
}

.show .splash_reverse span:before {
	right: 0;
	left: auto
}

.triangle {
	position: absolute
}

.triangle span {
	position: absolute;
	display: block;
	width: 33.33333%;
	height: 33.33333%;
	background: url(../img/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: rotate3d(1, 1, 0, 180deg);
	transform-style: preserve-3d;
	transition: opacity .5s ease, transform 1s ease
}

.triangle span:nth-child(1) {
	top: 0;
	left: 0
}

.triangle span:nth-child(2) {
	top: 0;
	right: 0
}

.triangle span:nth-child(3) {
	right: 0;
	bottom: 0
}

.show .triangle span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: none
}

.triangle_l {
	position: absolute
}

.triangle_l span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/triangle_l.svg) no-repeat center center;
	background-size: 100% 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 1s ease;
	content: ''
}

.show .triangle_l span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.heroimg {
	position: relative;
	overflow: hidden;
	background-color: #f9f8f5
}

.heroimg_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%)
}

.heroimg_wrap .img {
	transform: translate3d(0, 0, 0) rotate(-45deg);
	transition: opacity 2s ease
}

.heroimg_wrap .slider div {
	position: static !important
}

.heroimg_wrap .slider div:first-child img {
	z-index: 1
}

.heroimg_wrap .border span:nth-child(1) {
	transition-delay: 5s
}

.heroimg_wrap .border span:nth-child(2) {
	transition-delay: 5.1s
}

.heroimg_wrap .border span:nth-child(3) {
	transition-delay: 5.2s
}

.heroimg_wrap .border span:nth-child(4) {
	transition-delay: 5.3s
}

.heroimg_wrap .splash span {
	transition-delay: 5.6s
}

.heroimg_wrap .triangle span:nth-child(1) {
	transition-delay: 5.3s
}

.heroimg_wrap .triangle span:nth-child(2) {
	transition-delay: 5.4s
}

.heroimg_wrap .triangle span:nth-child(3) {
	transition-delay: 5.5s
}

.heroimg_wrap .triangle_l span {
	transition-delay: 4.5s
}

.heroimg_logo {
	position: absolute;
	z-index: 1;
	font-size: 0
}

.heroimg_logo .letter {
	position: absolute
}

.heroimg_logo .letter_01 {
	transform: translateX(-5%);
	transition: transform 1s ease 1.1s;
	animation-delay: .3s;
	top: 0;
	left: 0;
	width: 100%;
	height: 38.23529%
}

.heroimg_logo .letter_02 {
	animation-delay: 1.7s;
	top: 27.54011%;
	left: 43.11377%;
	width: 50.8982%;
	height: 26.73797%
}

.heroimg_logo .letter_03 {
	transform: translateX(5%);
	transition: transform 1s ease 1.1s;
	animation-delay: .5s;
	top: 31.28342%;
	left: 7.18563%;
	width: 76.64671%;
	height: 33.95722%
}

.heroimg_logo .letter_04 {
	animation-delay: 2s;
	top: 55.08021%;
	left: 17.36527%;
	width: 55.68862%;
	height: 27.80749%
}

.heroimg_logo .letter_05 {
	animation-delay: 2.2s;
	top: 73.79679%;
	left: 19.76048%;
	width: 52.69461%;
	height: 26.20321%
}

.heroimg_logo .letter_06 {
	animation-delay: 2.7s;
	top: 50.53476%;
	left: 69.46108%;
	width: 18.56287%;
	height: 44.11765%
}

.heroimg_logo .letter img {
	position: relative;
	width: 100%;
	height: auto
}

.heroimg_logo .letter .blur {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.heroimg_logo .letter .focus {
	position: relative;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.show .heroimg_logo .letter_01 {
	transform: translateX(0)
}

.show .heroimg_logo .letter_03 {
	transform: translateX(0)
}

.show .heroimg_logo .blur {
	animation: logo-fadein-blur 2s ease;
	animation-delay: inherit;
	animation-fill-mode: both
}

.show .heroimg_logo .focus {
	animation: logo-fadein 2s ease;
	animation-delay: inherit;
	animation-fill-mode: both
}

.heroimg_copy_wrap {
	position: absolute
}

.heroimg_copy .text_bg_line:before {
	background-color: #eeece5
}

.heroimg_copy--1 {
	font-family: "游明朝体", Yu Mincho, YuMincho, serif;
	line-height: 2.81818;
	letter-spacing: .125em
}

.heroimg_copy--1 .text_bg_line:nth-of-type(1) {
	transition-delay: 6.625s
}

.heroimg_copy--1 .text_bg_line:nth-of-type(2) {
	transition-delay: 6.725s
}

.show .heroimg_copy--1 .text_bg_line {
	background-color: #f4f2eb
}

.show .heroimg_copy--1 .text_bg_line:nth-of-type(1):before {
	animation-delay: 6s
}

.show .heroimg_copy--1 .text_bg_line:nth-of-type(2):before {
	animation-delay: 6.1s
}

.show .heroimg_copy--2 .text_bg_line {
	background-color: #f9f8f5
}

.show .heroimg_copy--2 .text_bg_line:nth-of-type(1):before {
	animation-delay: 6.2s
}

.show .heroimg_copy--2 .text_bg_line:nth-of-type(2):before {
	animation-delay: 6.3s
}

.scroll_down {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 1.5s ease 6s;
	position: absolute;
	right: 8.2%;
	bottom: 4%
}

.scroll_down_bar {
	position: relative;
	overflow: hidden;
	margin: 0 auto 5px;
	width: 1px;
	height: 144px
}

.scroll_down_bar:before,
.scroll_down_bar:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333;
	content: ''
}

.scroll_down_bar:before {
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.scroll_down_text {
	font-family: "游明朝体", Yu Mincho, YuMincho, serif;
	text-align: center
}

.scroll_down_arw {
	margin: 0 auto;
	width: 8px;
	height: 8px;
	border-color: #333;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	border-width: 0 1px 1px 0;
	border-style: solid;
	transform: rotate(45deg)
}

.show .scroll_down {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.show .scroll_down_bar:after {
	animation: scroll-bar 2.5s cubic-bezier(.645, .045, .355, 1) infinite
}

.show .scroll_down_arw {
	animation: scroll-arw 2.5s cubic-bezier(.215, .61, .355, 1) infinite
}

.intro {
	position: relative;
	z-index: 1
}

.intro_title {
	font-family: "游明朝体", Yu Mincho, YuMincho, serif;
	text-align: center;
	letter-spacing: .25em
}

.intro_title .text_bg_line:before {
	top: calc(50% - .75em);
	height: 1.5em;
	background-color: #333
}

.intro_title .text_bg_inner {
	padding: 0 .75em;
	transition: color 0s ease 1s
}

.show .intro_title .text_bg_line:nth-of-type(2):before {
	animation-delay: .15s
}

.show .intro_title .text_bg_line:nth-of-type(3):before {
	animation-delay: .3s
}

.show .intro_title .text_bg_line:nth-of-type(4):before {
	animation-delay: .45s
}

.intro_lead {
	letter-spacing: .05em;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: translate3d(0, 50px, 0)
}

.show .intro_lead {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: translate3d(0, 0, 0)
}

.backnumber {
	position: relative
}

.backnumber_info {
	position: relative;
	z-index: 1;
	padding: 0 20px
}

.backnumber_info .btn_link {
	text-align: center;
	letter-spacing: .05em;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 1s ease .3s
}

.backnumber_info.show .btn_link {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.backnumber_info.show .backnumber_vol {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.backnumber_info.show .backnumber_title {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.backnumber_info.show .backnumber_description {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.backnumber_vol {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 1s ease
}

.backnumber_vol:before {
	display: block;
	width: 60px;
	background-color: #333;
	content: ''
}

.backnumber_vol svg {
	width: 100%;
	height: auto;
	vertical-align: top;
	fill: #333
}

.backnumber_title {
	font-weight: 400;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 1s ease
}

.backnumber_description {
	font-weight: 400;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 1s ease .3s
}

.backnumber_product {
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 1s ease
}

.backnumber_product:before {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f5f4ee;
	content: '';
	transform: rotate(-45deg)
}

.backnumber_product img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 141.5%;
	height: auto;
	transform: translate3d(-50%, -50%, 0);
	transition: transform 1s ease
}

.backnumber_product.show {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.backnumber_gallery {
	z-index: 0
}

.backnumber_gallery .img_01 {
	transition-delay: .5s
}

.backnumber_gallery .img_02 {
	transition-delay: .7s
}

.backnumber_gallery .img_03 {
	transition-delay: .9s
}

.backnumber_gallery .border span:nth-child(1) {
	transition-delay: 1.5s
}

.backnumber_gallery .border span:nth-child(2) {
	transition-delay: 1.6s
}

.backnumber_gallery .border span:nth-child(3) {
	transition-delay: 1.7s
}

.backnumber_gallery .border span:nth-child(4) {
	transition-delay: 1.8s
}

.backnumber_gallery .splash span:nth-child(1) {
	transition-delay: 1.5s
}

.backnumber_gallery .triangle span:nth-child(1) {
	transition-delay: 1.7s
}

.backnumber_gallery .triangle span:nth-child(2) {
	transition-delay: 1.8s
}

.backnumber_gallery .triangle span:nth-child(3) {
	transition-delay: 1.9s
}

.backnumber_gallery_type1 .img_03 {
	z-index: 2
}

.backnumber_gallery_type1 .border {
	z-index: 1
}

@media screen and (min-width:768px) {
	.gheader_wrap {
		padding-bottom: 19px
	}

	#module_titleArea .social_wrap {
		top: -15px;
		right: 0;
		border: none
	}

	#module_titleArea .social_wrap li {
		margin: 0 0 0 8px
	}

	#content2 {
		font-size: 1.333em
	}

	#content2 .container {
		max-width: 1174px;
		margin: 0 auto;
		padding-right: 13px;
		padding-left: 13px
	}

	#inner_share {
		margin: 80px 0 110px
	}

	#footer_button_area {
		max-width: 1174px;
		margin-bottom: 40px
	}

	#footer_button_area .back_button {
		/*font-size: .88em*/
	}

	.grid {
		width: 100%;
		max-width: 1174px
	}

	.btn_link {
		padding: 12px 40px;
		font-size: .88em
	}

	.btn_link:before {
		right: -36px;
		width: 76px
	}

	.btn_link:after {
		right: -37px;
		width: 10px
	}

	.btn_link:hover:before {
		animation: link-arr-b .6s ease-out infinite alternate
	}

	.btn_link:hover:after {
		animation: link-arr-a .6s ease-out infinite alternate
	}

	.border {
		width: 2.86667vw;
		height: 14.26667vw;
		max-width: 43px;
		max-height: 214px
	}

	.splash span {
		width: 88.66667vw;
		height: 50vw;
		max-width: 1330px;
		max-height: 750px
	}

	.triangle {
		width: 3vw;
		height: 3vw;
		max-width: 45px;
		max-height: 45px
	}

	.triangle_l {
		width: 13.33333vw;
		height: 12.2vw;
		max-width: 200px;
		max-height: 183px
	}

	.heroimg {
		height: calc(100vh - 175px);
		min-height: 470px
	}

	.heroimg_wrap_back {
		height: 54.33333vw;
		max-width: 1500px;
		max-height: 815px
	}

	.heroimg_wrap .img_01 {
		top: 2.93333vw;
		left: 64.46667vw;
		width: 33.06667vw;
		height: 33.06667vw;
		max-width: 496px;
		max-height: 496px
	}

	.heroimg_wrap .img_02 {
		top: 21.26667vw;
		left: 3.2vw;
		width: 33.06667vw;
		height: 33.06667vw;
		max-width: 496px;
		max-height: 496px
	}

	.heroimg_wrap .img_02 {
		z-index: 3
	}

	.heroimg_wrap .img_03 {
		top: -7.46667vw;
		left: 46.26667vw;
		width: 22.06667vw;
		height: 22.06667vw;
		max-width: 331px;
		max-height: 331px
	}

	.heroimg_wrap .img_04 {
		top: 36.13333vw;
		left: 57.8vw;
		width: 22.06667vw;
		height: 22.06667vw;
		max-width: 331px;
		max-height: 331px
	}

	.heroimg_wrap .img_05 {
		top: 5.26667vw;
		left: -1.93333vw;
		width: 17.6vw;
		height: 17.6vw;
		max-width: 264px;
		max-height: 264px
	}

	.heroimg_wrap .img_05 {
		z-index: 3
	}

	.heroimg_wrap .img_06 {
		top: 41.8vw;
		left: 34.73333vw;
		width: 17.6vw;
		height: 17.6vw;
		max-width: 264px;
		max-height: 264px
	}

	.heroimg_wrap .img_07 {
		top: -1.13333vw;
		left: 20.53333vw;
		width: 22.06667vw;
		height: 22.06667vw;
		max-width: 331px;
		max-height: 331px
	}

	.heroimg_wrap .img_07 {
		z-index: 1
	}

	.heroimg_wrap .img_08 {
		top: 18.13333vw;
		left: -14.93333vw;
		width: 17.6vw;
		height: 17.6vw;
		max-width: 264px;
		max-height: 264px
	}

	.heroimg_wrap .img_09 {
		top: 21.6vw;
		left: 98vw;
		width: 17.6vw;
		height: 17.6vw;
		max-width: 264px;
		max-height: 264px
	}

	.heroimg_wrap .img_10 {
		top: 34.53333vw;
		left: 85.06667vw;
		width: 17.6vw;
		height: 17.6vw;
		max-width: 264px;
		max-height: 264px
	}

	.heroimg_wrap .border {
		top: 40.33333vw;
		left: 5vw
	}

	.heroimg_wrap .border {
		z-index: 3
	}

	.heroimg_wrap .splash {
		top: -23.73333vw;
		left: -45.66667vw
	}

	.heroimg_wrap .splash {
		z-index: 2
	}

	.heroimg_wrap .triangle {
		top: 8.66667vw;
		left: 92.66667vw
	}

	.heroimg_wrap .triangle_l {
		top: -2.93333vw;
		left: 5.86667vw
	}

	.heroimg_logo {
		top: 17.06667vw;
		left: 45.53333vw
	}

	.heroimg_logo {
		width: 11.13333vw;
		height: 24.93333vw;
		max-width: 148px;
		max-height: 354px
	}

	.heroimg_copy_wrap {
		top: 8.66667vw;
		left: 10.86667vw
	}

	.heroimg_copy .text_bg_inner {
		padding: 0 1.66667vw
	}

	.heroimg_copy--1 {
		font-size: 1.375em
	}

	.heroimg_copy--1 .text_bg_line:nth-of-type(2) {
		margin-top: 1vw
	}

	.heroimg_copy--2 {
		margin-top: 1.33333vw;
		font-size: .875em;
		line-height: 3.42857
	}

	.heroimg_copy--2 .text_bg_line:nth-of-type(1) {
		transition-delay: 6.825s
	}

	.heroimg_copy--2 .text_bg_line:nth-of-type(2) {
		margin-top: .66667vw;
		transition-delay: 6.925s
	}

	.intro {
		padding: 136px 20px 0
	}

	.intro_title {
		margin-bottom: 33px;
		font-size: 1.375em;
		line-height: 2.22727
	}

	.intro_title .only_sp {
		overflow: hidden;
		display: inline-block;
		visibility: hidden;
		width: 0;
		height: 0
	}

	.intro_lead {
		text-align: center;
		line-height: 2.625;
		transition: opacity 1s ease 1s, transform 1s ease 1s
	}

	.backnumber {
		padding: 15.33333vw 0 7vw
	}

	.backnumber_info {
		margin: 0 auto;
		max-width: 1034px
	}

	.backnumber_info .inner {
		width: 50%;
		max-width: 440px
	}

	.backnumber_info .btn_link {
		width: calc(100% - 62px)
	}

	.backnumber_info_reverse .inner {
		margin-left: auto
	}

	.backnumber_vol {
		margin-bottom: 46px;
		width: 208px
	}

	.backnumber_vol:before {
		margin-bottom: 47px;
		height: 6px
	}

	.backnumber_vol svg {
		width: 208px;
		height: 90px
	}

	.backnumber_title {
		margin-bottom: 32px;
		font-size: 1.75em;
		letter-spacing: .05em
	}

	.backnumber_description {
		margin-bottom: 28px;
		font-size: .875em;
		line-height: 2.21429;
		letter-spacing: .05em
	}

	.backnumber_product {
		top: 11.8vw;
		left: -9.86667vw;
		width: 19.66667vw;
		height: 19.66667vw;
		max-width: 295px;
		max-height: 295px
	}

	.backnumber_product.show.current img {
		transform: translate3d(-28%, -50%, 0)
	}

	.backnumber_gallery {
		position: absolute;
		top: 15.33333vw;
		bottom: 7vw;
		left: 50%;
		width: 100%;
		max-width: 1500px;
		transform: translateX(-50%)
	}

	.backnumber_gallery .img_01 {
		width: 27.66667vw;
		height: 27.66667vw;
		max-width: 415px;
		max-height: 415px
	}

	.backnumber_gallery .img_02 {
		width: 17.8vw;
		height: 17.8vw;
		max-width: 267px;
		max-height: 267px
	}

	.backnumber_gallery .img_03 {
		width: 17.8vw;
		height: 17.8vw;
		max-width: 267px;
		max-height: 267px
	}

	.backnumber_gallery_type1 .img_01 {
		top: -3.4vw;
		left: 16.6vw
	}

	.backnumber_gallery_type1 .img_02 {
		top: 14.66667vw;
		left: 1.6vw
	}

	.backnumber_gallery_type1 .img_03 {
		top: -11.6vw;
		left: 41.46667vw
	}

	.backnumber_gallery_type1 .border {
		top: 3.6vw;
		left: 46.33333vw
	}

	.backnumber_gallery_type1 .splash {
		top: -7.73333vw;
		right: -74.66667vw
	}

	.backnumber_gallery_type2 .img_01 {
		top: -1.93333vw;
		left: 55.73333vw
	}

	.backnumber_gallery_type2 .img_02 {
		top: -10.06667vw;
		left: 80.6vw
	}

	.backnumber_gallery_type2 .img_03 {
		top: 7.06667vw;
		left: 31.8vw
	}

	.backnumber_gallery_type2 .border {
		top: 7.2vw;
		left: 86.26667vw
	}

	.backnumber_gallery_type3 .img_01 {
		top: -3.46667vw;
		left: 16.6vw
	}

	.backnumber_gallery_type3 .img_02 {
		top: 14.53333vw;
		left: 1.6vw
	}

	.backnumber_gallery_type3 .img_03 {
		top: 14.6vw;
		left: 41.53333vw
	}

	.backnumber_gallery_type3 .splash {
		top: -20.13333vw;
		right: -37.8vw
	}

	.backnumber_gallery_type4 .img_01 {
		top: -1.93333vw;
		left: 55.73333vw
	}

	.backnumber_gallery_type4 .img_02 {
		top: 16vw;
		left: 80.6vw
	}

	.backnumber_gallery_type4 .img_03 {
		top: 10.06667vw;
		left: 34.73333vw
	}

	.backnumber_gallery_type4 .triangle {
		top: 20.66667vw;
		left: 51.2vw
	}

	.sp {
		display: none !important
	}
}

@media screen and (max-width:767px) {
	#category_title {
		float: none;
		padding-top: 0
	}

	#category_title a {
		display: block;
		margin: 20px;
		width: 280px;
		height: 20px;
		background: url(/club-me/common/image/ttl_cme1_x2.gif) no-repeat 0 0;
		background-size: 280px auto
	}

	#category_title img {
		display: none
	}

	#content2 {
		padding-bottom: 90px;
		font-size: 133.333%
	}

	#content2 .container {
		padding-right: 20px;
		padding-left: 20px
	}

	#footer_button_area {
		padding-bottom: 30px
	}

	#footer_button_area .back_button {
		font-size: 1.333em
	}

	.grid {
		width: calc(100% - 40px)
	}

	.grid .line_02 {
		display: none
	}

	.grid .line_04 {
		display: none
	}

	.btn_link {
		padding: 10px 20px;
		font-size: .86em
	}

	.btn_link:before {
		right: -19px;
		width: 37px
	}

	.btn_link:after {
		right: -19px;
		width: 5px
	}

	.border {
		width: 6.26667vw;
		height: 31.33333vw
	}

	.splash span {
		width: 146.66667vw;
		height: 82.4vw
	}

	.triangle {
		width: 5.06667vw;
		height: 5.06667vw
	}

	.triangle_l {
		width: 26.66667vw;
		height: 24.4vw
	}

	.heroimg {
		height: calc(100vh - 120px);
		min-height: 450px
	}

	.heroimg_wrap_back {
		height: 133.33333vw;
		max-height: 1000px
	}

	.heroimg_wrap .img_01 {
		top: 2.93333vw;
		left: 60vw;
		width: 52.93333vw;
		height: 52.93333vw
	}

	.heroimg_wrap .img_02 {
		top: 83.46667vw;
		left: -8.66667vw;
		width: 52.93333vw;
		height: 52.93333vw
	}

	.heroimg_wrap .img_03 {
		top: -13.73333vw;
		left: 30.66667vw;
		width: 35.2vw;
		height: 35.2vw
	}

	.heroimg_wrap .img_04 {
		top: 84.66667vw;
		left: 67.06667vw;
		width: 50.53333vw;
		height: 50.53333vw
	}

	.heroimg_wrap .img_05 {
		top: 57.86667vw;
		left: -16.93333vw;
		width: 28.13333vw;
		height: 28.13333vw
	}

	.heroimg_wrap .img_06 {
		top: 116.26667vw;
		left: 41.86667vw;
		width: 28.13333vw;
		height: 28.13333vw
	}

	.heroimg_wrap .img_07 {
		top: 1.73333vw;
		left: -15.86667vw;
		width: 50.53333vw;
		height: 50.53333vw
	}

	.heroimg_wrap .img_08 {
		display: none
	}

	.heroimg_wrap .img_09 {
		display: none
	}

	.heroimg_wrap .img_10 {
		display: none
	}

	.heroimg_wrap .border {
		top: 49.46667vw;
		left: 17.73333vw
	}

	.heroimg_wrap .border {
		z-index: 1
	}

	.heroimg_wrap .splash {
		top: -16vw;
		left: -100.93333vw
	}

	.heroimg_wrap .triangle {
		top: 68vw;
		left: 87.33333vw
	}

	.heroimg_wrap .triangle_l {
		top: -9.33333vw;
		left: -1.46667vw
	}

	.heroimg_logo {
		top: 40vw;
		left: 37.33333vw
	}

	.heroimg_logo {
		width: 26.13333vw;
		height: 58.66667vw
	}

	.heroimg_copy_wrap {
		top: 15.86667vw;
		left: 2.66667vw
	}

	.heroimg_copy .text_bg_inner {
		padding: 0 1.6vw
	}

	.heroimg_copy--1 {
		font-size: 1.125em
	}

	.heroimg_copy--1 .text_bg_line:nth-of-type(2) {
		margin-top: 1.06667vw
	}

	.heroimg_copy--2 {
		visibility: hidden
	}

	.scroll_down {
		display: none
	}

	.intro {
		padding: 56px 20px 45px
	}

	.intro_title {
		margin-bottom: 28px;
		font-size: 1.35714em;
		line-height: 1.86842
	}

	.intro_title .only_pc {
		overflow: hidden;
		display: inline-block;
		visibility: hidden;
		width: 0;
		height: 0
	}

	.intro_lead {
		text-align: left;
		line-height: 1.92857;
		transition: opacity 1s ease 1.4s, transform 1s ease 1.4s
	}

	.backnumber {
		padding: 60px 0 0
	}

	.backnumber_info .btn_link {
		width: calc(100% - 24px)
	}

	.backnumber_vol {
		margin-bottom: 40px;
		width: 148px
	}

	.backnumber_vol:before {
		margin-bottom: 40px;
		height: 3px
	}

	.backnumber_vol svg {
		width: 148px;
		height: 64px
	}

	.backnumber_title {
		margin-bottom: 30px;
		font-size: 1.5em
	}

	.backnumber_description {
		margin-bottom: 18px;
		line-height: 1.92857
	}

	.backnumber_product {
		top: 30px;
		right: -52px;
		width: 148px;
		height: 148px
	}

	.backnumber_product.show.current img {
		transform: translate3d(-72%, -50%, 0)
	}

	.backnumber_gallery {
		position: relative
	}

	.backnumber_gallery .img_01 {
		z-index: 3;
		width: 60.8vw;
		height: 60.8vw
	}

	.backnumber_gallery .img_02 {
		z-index: 2;
		width: 39.2vw;
		height: 39.2vw
	}

	.backnumber_gallery .img_03 {
		z-index: 1;
		width: 39.2vw;
		height: 39.2vw
	}

	.backnumber_gallery_type1 {
		height: 104.8vw
	}

	.backnumber_gallery_type1 .img_01 {
		top: 31.46667vw;
		left: 34vw
	}

	.backnumber_gallery_type1 .img_02 {
		top: 13.6vw;
		left: 1.06667vw
	}

	.backnumber_gallery_type1 .img_03 {
		top: -1.6vw;
		left: 73.33333vw
	}

	.backnumber_gallery_type1 .border {
		top: 46.13333vw;
		left: 2.66667vw
	}

	.backnumber_gallery_type1 .splash {
		top: -55.33333vw;
		right: -102.4vw
	}

	.backnumber_gallery_type2 {
		height: 108.8vw
	}

	.backnumber_gallery_type2 .img_01 {
		top: 33.86667vw;
		left: 5.46667vw
	}

	.backnumber_gallery_type2 .img_02 {
		top: 16.13333vw;
		left: 60.26667vw
	}

	.backnumber_gallery_type2 .img_03 {
		top: .93333vw;
		left: -12.4vw
	}

	.backnumber_gallery_type2 .border {
		top: 40.13333vw;
		left: 90.13333vw
	}

	.backnumber_gallery_type3 {
		height: 100.53333vw
	}

	.backnumber_gallery_type3 .img_01 {
		top: 26.8vw;
		left: 36.93333vw
	}

	.backnumber_gallery_type3 .img_02 {
		top: 16.13333vw;
		left: -3.6vw
	}

	.backnumber_gallery_type3 .img_03 {
		top: -6.13333vw;
		left: 76.53333vw
	}

	.backnumber_gallery_type3 .splash {
		top: -64.93333vw;
		left: 2.66667vw
	}

	.backnumber_gallery_type4 {
		height: 120.26667vw
	}

	.backnumber_gallery_type4 .img_01 {
		top: 20.66667vw;
		left: 5.46667vw
	}

	.backnumber_gallery_type4 .img_02 {
		top: 60.13333vw;
		left: 60.4vw
	}

	.backnumber_gallery_type4 .img_03 {
		top: 23.73333vw;
		left: 81.2vw
	}

	.backnumber_gallery_type4 .triangle {
		top: 24.53333vw;
		left: 65.33333vw
	}

	.pc {
		display: none !important
	}

    #bottomShare {
        margin: calc(100vw / (750 / 80)) 0;
    }
    #bottomShare li#twitter .box .share {
        background-size: calc(100vw/(750/50)) auto;
    }
    #bottomShare li#twitter .box .share, #bottomShare li#facebook .box .share {
        width: calc(100vw/(750/88));
        height: calc(100vw/(750/88));
        margin: 0 calc(100vw/(750/40));
    }
}

@media screen and (min-width:1500px) {
	.heroimg_wrap .img_01 {
		top: 44px;
		left: 967px
	}

	.heroimg_wrap .img_02 {
		top: 319px;
		left: 48px
	}

	.heroimg_wrap .img_03 {
		top: -112px;
		left: 694px
	}

	.heroimg_wrap .img_04 {
		top: 542px;
		left: 867px
	}

	.heroimg_wrap .img_05 {
		top: 79px;
		left: -29px
	}

	.heroimg_wrap .img_06 {
		top: 627px;
		left: 521px
	}

	.heroimg_wrap .img_07 {
		top: -17px;
		left: 308px
	}

	.heroimg_wrap .img_08 {
		top: 272px;
		left: -224px
	}

	.heroimg_wrap .img_09 {
		top: 324px;
		left: 1470px
	}

	.heroimg_wrap .img_10 {
		top: 518px;
		left: 1276px
	}

	.heroimg_wrap .border {
		top: 605px;
		left: 75px
	}

	.heroimg_wrap .splash {
		top: -356px;
		left: -685px
	}

	.heroimg_wrap .triangle {
		top: 130px;
		left: 1390px
	}

	.heroimg_wrap .triangle_l {
		top: -44px;
		left: 88px
	}

	.heroimg_logo {
		top: 256px;
		left: 683px
	}

	.heroimg_copy_wrap {
		top: 130px;
		left: 163px
	}

	.backnumber {
		padding: 230px 0 105px
	}

	.backnumber_product {
		top: 177px;
		left: -148px
	}

	.backnumber_gallery {
		top: 230px;
		bottom: 105px
	}

	.backnumber_gallery_type1 .img_01 {
		top: -51px;
		left: 249px
	}

	.backnumber_gallery_type1 .img_02 {
		top: 220px;
		left: 24px
	}

	.backnumber_gallery_type1 .img_03 {
		top: -174px;
		left: 622px
	}

	.backnumber_gallery_type1 .border {
		top: 54px;
		left: 695px
	}

	.backnumber_gallery_type1 .splash {
		top: -116px;
		right: -1120px
	}

	.backnumber_gallery_type2 .img_01 {
		top: -29px;
		left: 836px
	}

	.backnumber_gallery_type2 .img_02 {
		top: -151px;
		left: 1209px
	}

	.backnumber_gallery_type2 .img_03 {
		top: 106px;
		left: 477px
	}

	.backnumber_gallery_type2 .border {
		top: 108px;
		left: 1294px
	}

	.backnumber_gallery_type3 .img_01 {
		top: -52px;
		left: 249px
	}

	.backnumber_gallery_type3 .img_02 {
		top: 218px;
		left: 24px
	}

	.backnumber_gallery_type3 .img_03 {
		top: 219px;
		left: 623px
	}

	.backnumber_gallery_type3 .splash {
		top: -302px;
		right: -567px
	}

	.backnumber_gallery_type4 .img_01 {
		top: -29px;
		left: 836px
	}

	.backnumber_gallery_type4 .img_02 {
		top: 240px;
		left: 1209px
	}

	.backnumber_gallery_type4 .img_03 {
		top: 151px;
		left: 521px
	}

	.backnumber_gallery_type4 .triangle {
		top: 310px;
		left: 768px
	}
}