@charset "UTF-8";

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
body#home {
	color: #111;
	background: #fff;
}
a:link,
a:visited {text-decoration: none; color: #008bf1;}
a:hover,
a:active {text-decoration: none; color: #75c5ff;}

button ,
form input[type="text"],
form select ,
form textarea {
	font-family: serif;
}

* {
	box-sizing: border-box;
	vertical-align: bottom;
}

#inframe {
	background: transparent;
	text-align: center;
}
s {
	color: rgba(255,255,255,0.5);
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
img.hidebanner {
	width: 2px;
	height: 2px;
}
#mapreviews {
	width: 100%;
	height: 680px;
	margin: 0 auto 3em;
	overflow:auto;
	border:none;
}
@media only screen and (max-width: 680px) {
#mapreviews {
	height: 680px;
}
}
#contents {
	position: relative;
	z-index: 48;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#pankuzu {
	display: block;
	width: 600px;
	margin: 0 auto 0 0;
	padding: 0.3em 0 0 2.6em;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #555;
	background: url(../images/icon_home.webp) 1.2em 0.28em no-repeat;
	background-size: 1.1em auto;
}
#pankuzu a {
	color: #555;
}
@media only screen and (max-width: 680px) {
#pankuzu {
	padding: 0.2em 0 0 1.6em;
	font-size: 0.7em;
	line-height: 1.1em;
	background: url(../images/icon_home.webp) 0.2em 0.18em no-repeat;
	background-size: 1.1em auto;
}
.spmenu #contents {
	margin: 120px auto 0;
	background: none;
}
.spmenu .course {
	display: none;
}
.spmenu .pic {
	display: none;
}
.spmenu #footertop {
	display: none;
}
.spmenu #footertop {
	display: none;
}
}



/* opening
 * --------------------------------------- */
#opening {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: rgba(255,255,255,0.9);
	z-index: 998;
}
#dialog {
	position: absolute;
	left: calc(50% - 330px);
	display: block;
	width: 660px;
	margin: 0;
	padding: 40px 0 0;
	font-family: serif;
	color: #fff;
	background: #0f1e39;
	border: 3px solid #d2b464;
}
@media only screen and (min-width: 681px) {
#dialog {
	top: calc(50vh - 180px);
	height: 320px;
}
}
@media only screen and (max-width: 680px) {
#dialog {
	top: calc(50vh - 360px);
	height: 420px;
}
}


/* 
  background: linear-gradient(70deg, #fff 0%, #aaa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 */

#homemv {
	z-index: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#homebox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto 0;
	font-family: "Klee One", sans-serif;
	font-weight: bold;
	line-height: 1.2em;
}
#homeboxtxt {
	position: relative;
	display: inline-block;
}
#homeboxtxt > div {
	position: absolute;
	left: 0;
	display: block;
	width: 0%;
	background-repeat: no-repeat;
	background-position: top left;
}
#homeboxtxt1 {
	top: 0;
	height: 44%;
	background-image: url(../images/homeboxtxt1.webp);
	-webkit-animation: homeboxtxt1 2.0s ease-in-out 0.6s forwards;
	animation: homeboxtxt1 2.0s ease-in-out 0.6s forwards;
}
@keyframes homeboxtxt1 {
0%{width: 0%;}
100%{width: 100%;}
}
#homeboxtxt2 {
	top: 44%;
	height: 28%;
	background-image: url(../images/homeboxtxt2.webp);
	-webkit-animation: homeboxtxt2 2.0s ease-in-out 3.0s forwards;
	animation: homeboxtxt2 2.0s ease-in-out 3.0s forwards;
}
@keyframes homeboxtxt2 {
0%{width: 0%;}
100%{width: 100%;}
}
#homeboxtxt3 {
	top: 72%;
	height: 28%;
	background-image: url(../images/homeboxtxt3.webp);
	-webkit-animation: homeboxtxt3 2.2s ease-in-out 4.6s forwards;
	animation: homeboxtxt3 2.2s ease-in-out 4.6s forwards;
}
@keyframes homeboxtxt3 {
0%{width: 0%;}
100%{width: 100%;}
}
.mainlogosub {
	margin: 0;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
#mainlogo {
	margin: 0 auto;
	padding: 0.2em 0 0;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
}
#mainlogo img {
	display: block;
	margin: 0 auto 0.1em;
	height: 2.1em;
}
.homemenu {
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #0f1e39;
	letter-spacing: 0;
}
@media only screen and (min-width: 681px) {
#homemenu {
	margin-top: calc(44.5vw - 132px);
}
}
@media only screen and (max-width: 680px) {
#homemenu {
	margin-top: 680px;
}
}
.homemenu a {
	cursor: pointer;
	letter-spacing: normal;
	display: inline-block;
	padding: 0.2em 0 0.2em;
	line-height: 1.0em;
	color: #fff;
	background: #0f1e39;
	border-right: solid 1px #fff;
}
.homemenu a.fir {
	border-left: solid 1px #fff;
}
.homemenu a:hover {
	background: #5e8ab0;
}
.homemenu a::before {
	margin-right: 0.3em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
	font-size: 0.8em;
	color: #d2b464;
}
.homebanners {
	letter-spacing: 0;
}
.homebanners a {
	letter-spacing: normal;
	display: inline-block;
}
/* PC */
@media only screen and (min-width: 681px) {
#homemv {
	height: 45vw;
}
#homemv .pc img {
	width: 100%;
}
#homemv .sp {
	display: none;
}
#homebox {
	padding: 25.5vw 36vw 0.9em 0;
}
#homeboxtxt {
	width: 32vw;
	height: 9.3vw;
}
#homeboxtxt1 {
	background-size: 32vw auto;
}
#homeboxtxt2 {
	background-size: 32vw auto;
}
#homeboxtxt3 {
	background-size: 32vw auto;
}
.mainlogosub {
	font-size: 1.36em;
}
#mainlogo {
	font-size: 1.4em;
}
.homemenu {
	padding: 1.2em 0;
}
.homemenu a {
	width: 8em;
	margin: 0 auto 0;
	font-size: 1.2em;
}
.homemenu a.sp {
	display: none;
}
.homebanners img {
	width: 400px;
}
.homebanners2 img {
	width: 800px;
}
.homebanners3 img {
	width: 600px;
}
}
/* //PC */
/* SP */
@media only screen and (max-width: 680px) {
#homemv {
	height: 900px;
}
#homemv .pc {
	display: none;
}
#homemv .sp img {
	width: 100%;
}
#homebox {
	padding: 424px 0 0.6em 0;
	font-size: 0.8em;
}
#homeboxtxt {
	width: 590px;
	height: 175px;
}
#homeboxtxt1 {
	background-size: 590px auto;
}
#homeboxtxt2 {
	background-size: 590px auto;
}
#homeboxtxt3 {
	background-size: 590px auto;
}
.mainlogosub {
	font-size: 1.36em;
}
#mainlogo {
	font-size: 0.9em;
}
.homemenu {
	padding: 0.8em 0 0;
}
.homemenu a {
	width: 7.8em;
	margin: 0 auto 0.8em;
	font-size: 1.1em;
}
.homemenu a.pc {
	display: none;
}
.homemenu a.eng {
	border-left: solid 1px #fff;
}
.homebanners img ,
.homebanners2 img {
	width: 640px;
}
}
/* //SP */

#footersp::before ,
.homemenu::before ,
.homemenu:after ,
#header:after ,
#footer::before ,
#contents .entermenu:before ,
#contents .entermenu:after ,
#footer:before ,
#picbottom:after {
	content:"";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
}
#home #header:after {
	display: none;
}
#footersp::before ,
.homemenu::before ,
#contents .entermenu:before ,
#footer:before {
	top: 0;
	height: 3px;
background: -webkit-linear-gradient(top, #c9a63d 10%,#ffec9e 50%,#f6de7e 51%,#c8a847 90%);
}
.homemenu:after ,
#header:after ,
#contents .entermenu:after ,
#picbottom:after {
	bottom: 0;
	height: 3px;
background: -webkit-linear-gradient(top, #f3cf6c 10%,#ffec9e 50%,#f6de7e 51%,#e6c45f 90%);
}


.section {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #111;
}
#contents .section:nth-of-type(2n+1) {
	background: url(../images/section2.gif) center top repeat #eae9e7;
	background-size: 240px auto;
}
.sectionin {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 5em;
	text-align: center;
}
#contents .section:first-child .sectionin {
	padding: 28px 0 60px;
}
#newmovies .sectionin {
	padding: 0 0 0em;
}
#enterintro .sectionin {
	padding: 1.5em 0;
}
#media .sectionin {
	padding: 1.5em 0;
}
#banners2 .sectionin {
	padding: 2em 0 2em;
}
#columnenter .sectionin {
	padding: 3em 0 1.5em;
}
#aboutosaka .sectionin {
	padding: 0 0 1.5em;
}
#footertop .sectionin {
	padding: 1em 0 1em;
}

/*■■■■■新人女性動画■■■■■*/
#newladies {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	overflow: hidden;
}
.thumbnew {
	overflow: hidden;
	position: relative;
	display: inline-block;
	height: auto;
	padding: 0;
	text-align: center;
	background: #eee;
}
.newdetail {
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
}
.newdetail p {
	margin: 0 auto;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.4em;
}
.detailmovie {
	overflow: hidden;
	position: relative;
	width: 800px;
	height: auto;
	margin: 0 auto 1em;
	padding: 0;
}
.detailmovie a.iframe ,
.thumbnew a.iframe {
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #111;
	overflow: hidden;
	cursor: pointer;
}
.detailmovie figure {
	width: 800px;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	vertical-align: top;
}
.thumbnew figure {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.detailmovie figure:after ,
.thumbnew figure:after {
	z-index: 2;
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/startbtn.png) center center no-repeat;
	background-size: 80px 80px;
}
.thumbnew.nomovie figure:after {
	display: none;
}

.detailmovie figure img ,
.thumbnew img {
	position: relative;
	display: block;
	max-width: 200%;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.thumbnew figcaption {
	height: 3.35em;
	padding: 0.35em 0 0;
	font-size: 1.0em;
	line-height: 1.4em;
}
.thumbnew figcaption span {
	display: inline-block;
	padding: 0 0 0 1.2em;
	font-size: 0.8em;
	background: url(../images/link.png) left center no-repeat;
	background-size: auto 1em;
}
.lum-open {
	z-index: 600;
}

/* PC */
@media only screen and (min-width: 681px) {
.thumbnew {
	width: 200px;
	margin: 0 8px 20px;
}
.thumbnew figure {
	width: 200px;
	height: 300px;
}
}
/* //PC */
/* SP */
@media only screen and (max-width: 680px) {
.thumbnew {
	width: 320px;
	margin: 0 4px 12px;
}
.thumbnew figure {
	width: 320px;
	height: 480px;
}
.newdetail p {
	max-width: 640px;
	text-align: left;
}
.detailmovie {
	width: 680px;
}
.detailmovie figure {
	width: 680px;
	height: 1020px;
}
}
/* //SP */


.outbox {
	margin: 0 auto;
	padding: 0 0 28px;
}
.box {
	position: relative;
	margin: 0 auto;
	padding: 16px 28px 16px;
	text-align: center;
	font-family: "Klee One", sans-serif;
}
.txt {
	position: relative;
	margin: 0 auto 32px;
	padding: 0;
	text-align: left;
}
.txt:last-child {
	margin: 0 auto 0px;
}
.mennews .txt {
	text-align: center;
}

@media only screen and (min-width: 681px) {
#men-top .twitterbox {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
#men-top .twitter {
	float: right;
	width: 380px;
	margin: 0 0 0 auto;
}
#men-top #joinnum h3 {
	margin: 0 auto 0px;
}
/*
#men-top #joinnum .txt {
	float: left;
}
*/
#men-top #joinnum .banners {
	padding: 12px 0 12px;
	letter-spacing: -.40em; /*隙間対策 */
}
#men-top #joinnum .banner {
	letter-spacing: normal; /*隙間対策 */
	margin: 0 1px 2px;
}
#men-top #joinnum .banner img {
	width: 394px;
	vertical-align: top;
}
}
@media only screen and (max-width: 680px) {
#men-top .twitter {
	width: 640px;
	margin: 0 auto 28px;
}
}




.txt-l {
	font-size: 120%;
	line-height: 120%;
}
.txt-ll {
	font-size: 140%;
	line-height: 120%;
}
.txt-s {
	font-size: 88%;
	line-height: 1.2em;
}
.white {
	color: #fff;
}

.red {
	background:linear-gradient(transparent 60%, #fff0bb 60%);
}
img.txtpic {
	display: block;
	margin: 0 auto;
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
}
.rightimg {
	float: right;
	margin: 0 0 0px 15px;
}
.txt .no {
	font-style: italic;
	font-size: 128%;
	margin-left: 4px;
	margin-right: 2px;
	font-weight: normal;
}
.txt dl dt {
	margin: 0;
	padding: 0 0 4px;
	line-height: 1.4em;
}
.txt dl dd {
	margin: 0 0 10px 0;
	padding: 0 0 8px 44px;
	line-height: 1.6em;
	border-bottom: solid 1px #e9eaeb;
}
.txt dl dd:last-child {
	border-bottom: solid 0px #e9eaeb;
}

.txt dl.qa dt ,
.txt dl.taiken dt {
	position: relative;
	margin: 0;
}
.txt dl.qa dt {
	color: #1490e3;
}
.txt dl.qa dt:before ,
.txt dl.taiken dt:before {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	display:block;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background: #70baf4;
	-webkit-border-radius: 50%; /*角丸*/
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
}
.txt dl.qa dt:before {
	content:"Q";
}
.txt dl.taiken dt:before {
	content:"";
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.txt dl.taiken dt:nth-child(4n-3):before {
	background-image: url(../images/icon-taiken.webp);
}
.txt dl.taiken dt:nth-child(4n-1):before {
	background-image: url(../images/icon-taiken2.webp);
}
.txt dl.maletaiken dt:nth-child(4n-3):before {
	background-image: url(../images/icon-taiken3.webp);
}
.txt dl.maletaiken dt:nth-child(4n-1):before {
	background-image: url(../images/icon-taiken4.webp);
}
.txt dl.qa dd ,
.txt dl.taiken dd {
	position: relative;
	margin: 0 0 16px;
}
.txt dl.qa dd:before {
	content:"A";
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 6px 0 0;
	display:block;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background: #ffacc1;
	-webkit-border-radius: 50%; /*角丸*/
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
}

img.banner {
	display: inline-block;
	margin: 0 auto 12px;
	vertical-align: bottom;
}
div.banner a {
	position: absolute;
	width: 240px;
	height: 65px;
}
div.banner a#banner-party_men {
	top: 110px;
	left: 15px;
}
div.banner a#banner-party_ladies {
	top: 110px;
	left: 255px;
}
div.banner ,
a.banner {
	position: relative;
	display: inline-block;
	margin: 0 auto 6px;
	vertical-align: bottom;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
a.bannerblock {
	display: block;
}
div.banner:hover ,
a.banner:hover {
	opacity: 0.6;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}


h2 {
	margin: 0 0 20px;
	padding: 0px 0 4px;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	color: #111;
	border-bottom: solid 1px #d1d1d1;
}
@media only screen and (max-width: 680px) {
h2 {
	padding: 0.32em 0 0.12em;
}
}

.txt h2 {
	margin-top: 40px;
	text-align: left;
	line-height: 1.3em;
	border-bottom: solid 2px #bbb;
}

h2 .en {
	display: block;
	margin: 0 auto;
	padding: 0 0 4px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h2 .jp {
	display: block;
	margin: 0 auto;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.06em;
	color: #444;
}

h3 {
	position: relative;
	margin: 0 auto 0.2em;
	padding: 1em 0 0.1em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #774e19;
}
h3::after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 560px;
	margin: 0 0 0 -280px;
	padding: 0;
	background: #774e19;
}
.txt h3 {
	margin-top: 40px;
	text-align: left;
	border-bottom: solid 2px #ccc;
}
h3 .en {
	font-weight: normal;
	font-family: serif;
}
@media screen and (max-width: 680px) {
h3 .en {
	font-size: 44px;
}
}
h3 .entxt-s {
	line-height: 0.9em;
}
h3 .jp {
	letter-spacing: -0.02em;
}
h4 {
	margin: 0 auto 12px;
	padding: 8px 0px 4px;
	line-height: 1.3em;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center;
	color: #15405d;
	border-bottom: solid 1px #ddd;
}
.txt h4 {
	margin-top: 40px;
	text-align: left;
}
#media .txt h4 {
	margin-top: 8px;
	text-align: center;
}
h4 .jp {
	letter-spacing: -0.02em;
}
h5 {
	margin: 0 auto 4px;
	padding: 3px 0 6px;
	line-height: 1em;
	letter-spacing: 0px;
	text-align: left;
	font-weight: bold;
	color: #15405d;
}
#home h5 {
	padding: 20px 0 6px;
	text-align: center;
}
h5 > span {
	padding: 0 6px;
	border-bottom: solid 1px #e9eaeb;
}
.waku {
	margin: 0 auto 16px;
	padding: 20px 28px 20px;
	background-color: #fafdff;
	border: solid 1px #abc6e1;
}

/* Contents
 * --------------------------------------- */
.button,
input[type="submit"] {
	position: relative;
	display: block;
	text-align: center;
	font-size: 140%;
	line-height: 1em;
	letter-spacing: 0em;
	color: #fff;
	background-color: #0f1e39;
	background-image: url(../images/arrow_next.webp);
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
.femalebutton {
	background-color: #df8d73;
}
#membercard .button {
	background-image: none;
}
#membercard .button img {
	margin-top: 3px;
}
.nextbutton {
	margin: 0px auto 20px;
}
.nextbutton .nextcom {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0;
	line-height: 1em;
	letter-spacing: -0.1em;
	text-align: center;
	background-color: #b1840c;
	background-image: url(../images/arrow_next.webp);
	background-repeat: no-repeat;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
input[type="submit"] {
	margin: 28px auto 20px;
}
.button:link,
.button:visited {
	color: #fff;
	text-decoration: none;
}
.button:hover,
input[type="submit"]:hover {
	color: #fff;
	opacity: 0.6;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
.nextbutton:hover .nextcom {
	color: #fff;
	opacity: 0.6;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}

#btns {
	width: 256px;
	margin: 20px auto 10px;
	padding: 0;
}
#btns a {	
	display: block;
	float: right;
	text-align: center;
	border: 0px;
	color: #111;
	background-color: #e6dec1;
	-webkit-border-radius: 4px; /*角丸*/
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}

#btns a:link,#btns a:visited {
	color: #111;
	text-decoration: none;
}
#btns a:hover {
	color: #fff;
	background-color: #776c5a;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
#pagebango form {
	float: left;
	padding: 0px 8px 0 0;
}
#pagebango form a {
	display: block;
	float: right;
	margin: -4px 0 0;
	text-align: center;
	border: 0px;
	color: #111;
	background-color: #e6dec1;
	-webkit-border-radius: 4px; /*角丸*/
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
#pagebango form a:link,#pagebango form a:visited {
	color: #111;
	text-decoration: none;
}
#pagebango form a:hover {
	color: #fff;
	background-color: #776c5a;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}


.linkbox {
	display: table;
	width: 880px;
	margin: 20px auto 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.linkbox div {
	display: inline;
	margin: 0 auto;
}


#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 700;
}
@media only screen and (min-width: 681px) {
#page-top {
	right: 12px;
	bottom: 12px;
}
}
@media only screen and (max-width: 680px) {
#page-top {
	right: 6px;
	bottom: 110px;
}
}
#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	padding: 18px 0 0;
	text-align: center;
	text-decoration: none;
	background: #0f1e39;
	border: solid 0px #0f1e39;
	border-radius: 6px;
	opacity: 0;
	-webkit-transition: .2s;
	 transition: .2s;
}
.down #page-top a {
	opacity: 1;
}
#page-top a:hover {
	opacity: 0.4;
	-webkit-transition: .2s;
	 transition: .2s;
}
#page-top a img {
	width: 40px;
}
#home #page-top a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 24px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


html > body p.linkarea {
	margin: 0;
	padding: 0;
	line-height: 1px;
}
html > body p.linkarea a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	background-color: rgba(255,255,255,0);
}
html > body p.linkarea a:hover {
	background-color: rgba(255,255,255,0.5);
}




/* enter
 * --------------------------------------- */
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	 transition: .6s;
}
.down #bg {
	opacity: 0.4;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	 transition: .6s;
}

#bg p {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-position: top center;
	background-repeat: repeat;
	background-position: center top;
	z-index: 0;
}
#bg p#bg2 {
	-webkit-animation: 24s linear 0s infinite normal crossfade;
	-moz-animation: 24s linear 0s infinite normal crossfade;
	-o-animation: 24s linear 0s infinite normal crossfade;
	animation: 24s linear 0s infinite normal crossfade;
}
@-webkit-keyframes crossfade { 0% { opacity:0; } 55% { opacity:0; } 60% { opacity:1; } 95% { opacity:1; } 100% { opacity:0; } }
@-moz-keyframes crossfade { 0% { opacity:0; } 55% { opacity:0; } 60% { opacity:1; } 95% { opacity:1; } 100% { opacity:0; } }
@-o-keyframes crossfade { 0% { opacity:0; } 55% { opacity:0; } 60% { opacity:1; } 95% { opacity:1; } 100% { opacity:0; } }
@keyframes crossfade { 0% { opacity:0; } 55% { opacity:0; } 60% { opacity:1; } 95% { opacity:1; } 100% { opacity:0; } }

#bg1 a {
	display: block;
	width: 31px;
	height: 31px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/star.webp);
	position: absolute;
	left: 50%;
	-webkit-animation: 3s linear 0s infinite normal flicker;
	-moz-animation: 3s linear 0s infinite normal flicker;
	-o-animation: 3s linear 0s infinite normal flicker;
	animation: 3s linear 0s infinite normal flicker;
}
@-webkit-keyframes flicker { 0% { opacity:1; } 46% { opacity:1; } 76% { opacity:0; } 80% { opacity:0; } 100% { opacity:1; } }
@-moz-keyframes flicker { 0% { opacity:1; } 46% { opacity:1; } 76% { opacity:0; } 80% { opacity:0; } 100% { opacity:1; } }
@-o-keyframes flicker { 0% { opacity:1; } 46% { opacity:1; } 76% { opacity:0; } 80% { opacity:0; } 100% { opacity:1; } }
@keyframes flicker { 0% { opacity:1; } 46% { opacity:1; } 76% { opacity:0; } 80% { opacity:0; } 100% { opacity:1; } }

#enter {
	position: relative;
	min-height: 1000px;
	padding: 0 0 120px;
}
#entermain {
	position: relative;
	-webkit-animation: fadein 2s linear 0s 1 normal;
	-moz-animation: fadein 2s linear 0s 1 normal;
	-o-animation: fadein 2s linear 0s 1 normal;
	animation: fadein 2s linear 0s 1 normal;
}
@-webkit-keyframes fadein {0%{opacity:0;}40%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes fadein {0%{opacity:0;}40%{opacity:0;}100%{opacity:1;}}
@-o-keyframes fadein {0%{opacity:0;}40%{opacity:0;}100%{opacity:1;}}
@keyframes fadein {0%{opacity:0;}40%{opacity:0;}100%{opacity:1;}}

#enterbox {
	width: 480px;
	margin: 0 auto;
	padding: 16px 16px 12px;
	display: block;
	text-align: center;
	line-height: 1em;
	color: #111;
	background-color: rgba(255,255,255,0.92);
	border: solid 1px #e9eaeb;
}
#enter #logo {
	margin: 0 auto;
	padding: 0;
}
#enter #logosub {
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: 0em;
	text-indent: 0em;
	font-weight: bold;
	border-top: solid 2px #666;
}
#international {
	margin: 0;
	line-height: 0.92em;
	letter-spacing: 1.2em;
	text-indent: 1.2em;
	color: #b98a0c;
}
#anniversary {
	margin: 0;
	font-size: 26px;
	line-height: 1.16em;
	letter-spacing: 0.12em;
	text-indent: 0.2em;
}
#entermenu {
	width: 480px;
	margin: 8px auto 0;
	padding: 8px 1px 8px;
	display: block;
	text-align: center;
	color: #111;
	background-color: rgba(255,255,255,0.92);
	border: solid 1px #e9eaeb;
}
#entermenu ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	letter-spacing: -.40em; /*隙間対策 */
}
#entermenu li {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #aaa;
	letter-spacing: normal; /*隙間対策 */
}
#entermenu li:last-child {
	border-right: solid 0px #aaa;
}
#entermenu a {
	display: inline-block;
	width: 118px;
	height: 40px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	letter-spacing: 0.04em;
	color: #111;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
#entermenu li.enmecen a {
	padding-top: 6px;
	text-indent: 0.2em;
}
#entermenu a .en {
	letter-spacing: 0.1em;
}
#entermenu a .enmen {
	letter-spacing: 0.24em;
}
#entermenu a .jp {
	display: block;
	letter-spacing: 0em;
	font-weight: bold;
	color: #1490e3;
	 transition: .2s;
}
#enterbanner {
	margin: 16px auto 0;
	padding: 0;
}
#enterbanner a {
	display: inline-block;
	overflow: hidden;
}
#spa img {
	display: inline-block;
}
.mediapics {
	text-align: center;
}
.mediapics img {
	display: inline-block;
	width: 23%;
	margin: 0 auto 0;
}
#enterperaichi a {
	overflow: hidden;
	display: block;
	width: 100%;
	color: #111;
	background-color: rgba(255,255,255,0.92);
}

/* column
 * --------------------------------------- */

#columndetail ,
#columnsenter ,
.columnstop {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#columndetail .txt {
	position: relative;
	float: left;
	max-width: 700px;
	margin: 0 auto 0 0;
}
#columndetail .txt img {
	display: block;
	max-width: 100%;
	margin: 28px auto 28px;
}
#columndetail .txt img:first-child {
	margin: 0 auto 28px;
}
.columns-new {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
}
.cothumb {
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 1em;
	letter-spacing: normal; /*隙間対策 */
}
.columns .cothumb {
	display: block;
	margin: 0;
	text-align: left;
}
.columns-new .cothumb {
	margin: 0 4px 8px;
	padding: 0;
	text-align: center;
	border: solid 2px #c8a847;
	background: #eee;
}
.cothumb a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #111;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	 transition: 0.8;
}
.cothumb figure {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.columns .cothumb figure {
	float: left;
	margin: 0 20px 0 0;
}
.cothumb figure img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-style: none;
	vertical-align: bottom;
}
.cothumb figcaption {
	margin: 0;
	padding: 0 0.4em;
	text-align: left;
	overflow: hidden;
}
.columns .cothumb figcaption {
	line-height: 1.4em;
}
.columns-new .cothumb figcaption {
	height: 13.0em;
	line-height: 1.2em;
}
.txt	span.cotumbdate ,
.cothumb figcaption span.cotumbdate {
	display: block;
	text-align: right;
	color: #666;
}
.txt	span.cotumbdate {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.2em;
}
.columns .cothumb figcaption span.cotumbdate {
	margin: 5px 0 6px;
}
.columns-new .cothumb figcaption span.cotumbdate {
	margin: 5px 0 5px;
}
.cothumb figcaption span.cotumbsub {
	display: block;
	font-weight: bold;
	overflow: hidden;
}
.columns .cothumb figcaption span.cotumbsub {
	margin: 0 0 8px;
}
.columns-new .cothumb figcaption span.cotumbsub {
	display: block;
	height: 4.0em;
	margin: 0 0 0.3em;
	padding: 0;
	font-size: 1.16em;
	line-height: 1.2em;
	border-bottom: solid 1px #aaa;
}
.cothumb figure img {
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.cothumb a:hover>figure img {
	transform: scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
}
.coicon {
	position: absolute;
	display: block;
	padding: 2px 4px 2px;
	text-align: center;
	line-height: 1em;
	color: #fff;
}
.coicona {
	background: #f33e7a;
}
.coiconb {
	background: #ffa76c;
}
.coiconc {
	background: #1346a3;
}
.coicond {
	background: #c38dff;
}
.txt .newicon ,
.cothumb .newicon {
	position: absolute;
	display: block;
	padding: 1px 0 1px;
	text-align: center;
	line-height: 1em;
	color: #fff;
	background: #22c3ff;
}
/* PC */
@media screen and (min-width: 681px) {
.column-side {
	float: right;
	width: 248px;
	margin: 0 0 0 auto;
	padding: 0;
}
.columns .cothumb {
	width: 100%;
	height: 180px;
	padding: 16px 12px 0px;
	border-bottom: solid 1px #e9eaeb;
}
.columns .cothumb:last-child {
	border-bottom: solid 0px #e9eaeb;
}
.columns-new .cothumb {
	width: 228px;
	height: 352px;
}
.column-side .columns-new .cothumb {
	height: 228px;
}
.cothumb figure {
	width: 224px;
	height: 148px;
}
.cothumb figcaption {
	font-size: 16px;
}
.columns .cothumb figcaption {
	height: 140px;
}
.columns-new .cothumb figcaption {
	font-size: 15px;
}
.txt	span.cotumbdate ,
.cothumb figcaption span.cotumbdate {
	font-size: 16px;
}
.columns .cothumb figcaption span.cotumbsub {
	font-size: 22px;
}
.columns .coicon {
	left: 256px;
	top: 20px;
	height: 21px;
	font-size: 16px;
}
.columns-new .coicon {
	left: 0.4em;
	top: 154px;
	height: 21px;
	font-size: 16px;
}
.txt .coicon {
	left: 0;
	top: 0;
	height: 23px;
	font-size: 18px;
}
.txt .newicon ,
.cothumb .newicon {
	width: 52px;
	height: 19px;
	font-size: 16px;
}
.columns .cothumb .newicon {
	left: 12px;
	top: 16px;
}
.columns-new .cothumb .newicon {
	left: 0;
	top: 0;
}
.txt .newicon {
	right: 80px;
	top: 0;
}
}
/* //PC */
/* PC */
@media screen and (max-width: 680px) {
.column-side ,
.columns ,
.columns-new {
	display: block;
}
.column-side {
	width: 100%;
	margin: 0;
	padding: 40px 10px 0;
}
.columns .cothumb {
	width: 320px;
	height: 640px;
}
.columns-new .cothumb {
	width: 320px;
	height: 516px;
	margin: 0 8px 16px;
}
.column-side .columns-new .cothumb {
	height: 346px;
}
.cothumb figure {
	width: 320px;
	height: 214px;
}
.cothumb figcaption {
	font-size: 22px;
}
.columns .cothumb figcaption ,
.columns-new .cothumb figcaption {
	width: 100%;
	font-size: 22px;
}
.columns .cothumb figcaption {
	height: 440px;
}
.columns-new .cothumb figcaption {
	height: 288px;
	padding: 0 0.5em 0;
}
.column-side .columns-new .cothumb figcaption {
	height: 132px;
}
.txt	span.cotumbdate ,
.cothumb figcaption span.cotumbdate {
	font-size: 26px;
	line-height: 1.3em;
}
.columns .coicon ,
.columns-new .coicon {
	left: 0.5em;
	top: 224px;
	height: 26px;
	font-size: 22px;
}
.txt .coicon	{
	left: 0;
	top: 0;
	height: 30px;
	font-size: 26px;
}
.txt .newicon ,
.cothumb .newicon {
	top: 0;
	width: 72px;
	height: 30px;
	font-size: 28px;
}
.cothumb .newicon {
	left: 0;
}
.txt .newicon {
	right: 132px;
}
}
/* //SP */



.pagebangou {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: center;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
}
.pagebangou a {
	display: inline-block;
	overflow: hidden;
	width: auto;
	margin: 0 8px 20px;
	padding: 10px 8px 10px;
	text-align: center;
	font-size: 140%;
	line-height: 1em;
	letter-spacing: 0em;
	border: solid 1px #e9eaeb;
	background-color: #eff1f3;
	cursor: pointer;
	letter-spacing: normal; /*隙間対策 */
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
.pagebangou a:link,
.pagebangou a:visited {
	background-color: #fff;
}
.pagebangou a:hover {
	color: #fff;
	background-color: #b2c0cc;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
.pagebangou .button {
	display: inline-block;
	width: auto;
	background-color: #0f1e39;
	background-repeat: no-repeat;
	border: solid 0px #e9eaeb;
}
.pagebangou .button:link,
.pagebangou .button:visited {
	background-color: #0f1e39;
}
.pagebangou .button:hover {
	color: #fff;
	background-color: #b2c0cc;
}
.pagebangou .button#prev {
	padding: 10px 8px 10px 26px;
	background-image: url(../images/arrow_prev.webp);
	background-position: left 6px top 11px;
}
.pagebangou .button#next {
	padding: 10px 26px 10px 8px;
	background-image: url(../images/arrow_next.webp);
	background-position: right 6px top 11px;
}



/* header
 * --------------------------------------- */
#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 900;
}
#header-intro {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 13px;
	margin: 0;
	padding: 1px 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 1em;
	color: #b2b2b2;
}
.edge #header-intro {
	position: fixed;
	left: 0;
	top: 0;
}
#header-inner {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
body.member #member-top #header-inner {
	margin-top: -10px;
}
.edge #header-inner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 130px;
	background: rgba(255,255,255,0);
	 transition: .4s;
}
.edge.down #header-inner {
	background: rgba(255,255,255,1);
	 transition: .4s;
}
#header-logo {
	position: absolute;
	padding: 0;
}
#header-logo #logo {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#header-logo #logo img {
	width: auto;
	height: 100%;
}
#header-logo #logosub {
	margin: 4px 0 0;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: 0em;
	text-indent: 0em;
	text-shadow:1px 1px 0 #000, 2px 2px 0 #000;
	border-top: solid 2px #666;
	background: url(../images/logosub17.webp) center bottom no-repeat;
}
#home #header-logo #logosub {
	color: #fff;
	border-top: solid 2px #decf97;
        background: url(../images/logosubhome.png) center 1.6em no-repeat;
        background-size: auto 12px;
    }
.course {
	position: absolute;
	display: block;
	width: 107px;
	height: 107px;
	margin: 0;
	padding: 42px 0 0;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
.course_a {background-image: url(../images/course_a.webp);}
.course_b {background-image: url(../images/course_b.webp);}
.course_c {background-image: url(../images/course_c.webp);}
.course_d {background-image: url(../images/course_d.webp);}
.course_e {background-image: url(../images/course_e.webp);}
.course_f {background-image: url(../images/course_f.webp);}
.course_x {background-image: url(../images/course_x.webp);}

.course_x,
.rank {
	text-align: left;
	text-indent: 100%;
	white-space:nowrap;
	overflow: hidden;
}
.course_x:hover {
	opacity: 0.6;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
#pickupbtn {
	position: absolute;
	display: block;
	width: 107px;
	height: 107px;
	margin: 0;
	background: url(../images/pickup.webp) center top no-repeat;
}
#pickupbtn a {
	display: block;
	width: 107px;
	height: 107px;
}
/*	background: url(../images/icon_new.gif) center bottom 8px no-repeat;*/

/* footer
 * --------------------------------------- */
.section#footertop .sectionin {
	color: #000;
	background-color: #eae9e7;
}
#footermenu {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#footermenu .en {
	font-size: 112%;
	font-weight: normal;
}
#footermenu div {
	float: left;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
	line-height: 1em;
	font-weight: bold;
}
#footermenu ul {
	margin: 0;
	list-style-type: none;
}
#footermenu li {
	margin: 0;
}
#footermenu a:before {
	content:"＞";
	font-family: sans-serif;
	margin-right: 2px;
	line-height: 1em;
}
#footermenu a {
	color: #000;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
#footermenu a:hover {
	color: #fff;
	background-color: #475e72;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
#footermenu li a::before {
	margin-right: 0.3em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
	font-size: 1em;
	line-height: 1em;
	color: #d2b464;
}
#footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 24px 0 36px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #0f1e39;
	overflow: hidden;
}
@media only screen and (min-width: 681px) {
.edge #footer {
	width: calc(100% - 80px);
}
}
#footerlogo {
	display: block;
	width: 680px;
	padding: 0;
	line-height: 1.1em;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #fefbf2;
background: -webkit-linear-gradient(top, #f0e3bc 0%,#fffcde 32%,#f0e3bc 64%,#dfca89 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.english #footerlogo {
	font-size: 32px;
	font-weight: normal;
}
#footer-link {
	padding: 20px 0;
	font-size: 14px;
	line-height: 1.3em;
}
#footer-link a {
	color: #fff;
}
#copyright {
	line-height: 1em;
	font-size: 14px;
}


.center {
	text-align: center;
}
/* marquee-destroy */
#picmemtxt marquee {
		behavior: expression(
				this.outerHTML = this.innerHTML.replace(/<[^>]*>/g, ' , ')
		) !important;
}





/* PC TAB
 --------------------------------------- 
 --------------------------------------- */
@media screen and (min-width: 681px) {

body {
	min-width: 820px;
	font-size: 16px;
	line-height: 1.5em;
	font-family: serif;
}
body.edge {
	min-width: 1134px;
}
body#men-top.edge {
	min-width: 1330px;
}
body.member {
	min-width: 1024px;
	overflow-x: hidden;
}
body.member #header {
	min-width: 1024px;
	overflow-x: hidden;
}
body.member #contents {
	min-width: 1024px;
	overflow-x: hidden;
}

body.chinese {
	font-family: 'Microsoft Yahei','PingHei' ,serif;
}
button,
.button,
input[type="submit"] ,
form input[type="text"],
form select ,
form textarea {
	font-family: serif;
}
.chinese button,
.chinese .button,
.chinese input[type="submit"] ,
.chinese form input[type="text"],
.chinese form select ,
.chinese form textarea {
	font-family: 'Microsoft Yahei','PingHei' ,serif;
}
body .pc {
}
body .sp {
	display: none;
}
.pcbr::before {
	content: "\A" ;
	white-space: pre ;
}


/*上部背景*/
#toppic {
	overflow: hidden;
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#toppic .flexslider {
	width: 100%;
	height: 100%;
}
#toppic .flexslider .slides {
	width: 100%;
	height: 100%;
}
#toppic .flexslider .slides li {
	width: 100%;
	height: 100%;
}
#toppic .flexslider .slides img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-height: 820px) {
#bg p {
	background-position: center -120px;
}
}

#bg p#bg1 {
	background-image: url(../images/bg.webp);
}
#bg p#bg2 {
	background-image: url(../images/bg2.webp);
}
#bg1 a#city1 {
	margin-left: -68px;
}
#bg1 a#city2 {
	margin-left: -76px;
}
#bg1 a#city3 {
	margin-left: -108px;
}
#bg1 a#city4 {
	margin-left: -140px;
}
#bg1 a#city5 {
	margin-left: -160px;
}
#bg1 a#city6 {
	margin-left: -268px;
}
#bg1 a#city7 {
	margin-left: -342px;
}
#bg1 a#city8 {
	margin-left: 390px;
}

#bg1 a#city1 {
	top: 220px;
}
#bg1 a#city2 {
	top: 236px;
}
#bg1 a#city3 {
	top: 236px;
}
#bg1 a#city4 {
	top: 240px;
}
#bg1 a#city5 {
	top: 300px;
}
#bg1 a#city6 {
	top: 332px;
}
#bg1 a#city7 {
	top: 508px;
}
#bg1 a#city8 {
	top: 360px;
}

@media only screen and (max-height: 820px) {
#bg1 a#city1 {
	top: 100px;
}
#bg1 a#city2 {
	top: 116px;
}
#bg1 a#city3 {
	top: 116px;
}
#bg1 a#city4 {
	top: 120px;
}
#bg1 a#city5 {
	top: 180px;
}
#bg1 a#city6 {
	top: 212px;
}
#bg1 a#city7 {
	top: 388px;
}
#bg1 a#city8 {
	top: 240px;
}
}

#entermain {
	width: 480px;
	margin: 280px auto 0;
}
@media only screen and (max-height: 820px) {
#entermain {
	margin: 160px auto 0;
}
}
#entermenu li.sp {
	display: none;
}
#enterbox {
	width: 480px;
}
#enter #logo img {
	height: 67px;
}
#enter #logosub {
	margin: 6px 0 0;
	padding: 4px 0 4px;
	font-size: 18px;
}
#international {
	font-size: 16px;
}
#anniversary {
	font-size: 26px;
}
#entermenu {
	width: 480px;
}
#entermenu li {
	width: 119px;
	height: 40px;
}
#entermenu a {
	width: 118px;
	height: 40px;
}
#entermenu a:hover {
	color: #fff;
	background-color: #475e72;
	 transition: .2s;
}
#entermenu a .en {
	font-size: 19px;
}
#entermenu a .jp {
	font-size: 12px;
}
#entermenu a:hover .jp {
	color: #fff;
	 transition: .2s;
}
#enterbanner {
	width: 440px;
}
#enterbanner a {
	width: 220px;
	height: 63px;
}
#enterbanner a:hover {
	opacity: 0.6;
}
#enterbanner img {
	width: 220px;
}
#spa img {
	max-width: 300px;
	margin: 0 8px 4px;
}
#spa2 img {
	max-width: 360px;
	margin: 0 auto 4px;
}
#enterperaichi {
	margin: 8px auto 8px;
}
#enterperaichi a {
	margin: 4px auto 0;
	font-size: 19px;
	 transition: .2s;
}
#enterperaichi a:hover {
	color: #fff;
	background-color: #475e72;
	 transition: .2s;
}
#enterperaichi a:nth-child(2) {
	font-size: 17px;
}


#footersp {
	display: none;
}

.pic {
	margin: 0;
}

.outbox {
	min-width: 820px;
}
.box {
	min-width: 820px;
	padding: 16px 28px 16px;
}
.txt {
	width: 800px;
}
.txtcenter {
	text-align: center;
}
.txt dl.qa dt {
	padding: 8px 0 8px 52px;
	min-height: 48px;
}
.txt dl.taiken dt {
	padding: 10px 0 8px 62px;
	font-size: 20px;
	min-height: 56px;
}
.txt dl.qa dt:before ,
.txt dl.taiken dt:before {
	padding: 6px 0 0;
	font-size: 24px;
}
.txt dl.qa dt:before {
	width: 40px;
	height: 40px;
}
.txt dl.taiken dt:before {
	width: 48px;
	height: 48px;
}
.txt dl.qa dd ,
.txt dl.taiken dd {
	padding: 6px 0 8px 52px;
	min-height: 48px;
}
.txt dl.qa dd:before {
	width: 40px;
	height: 40px;
	font-size: 24px;
}
.comicbox {
	width: 1000px;
}
.comicbox img {
	width: 240px;
}

h2 {
	font-size: 42px;
}
.txt h2 {
	font-size: 32px;
}
h2 .jp {
	font-size: 20px;
}
h3 {
	font-size: 34px;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
}
.txt h3 {
	font-size: 28px;
}
.english h3 .en {
	font-size: 36px;
}
h3 .jp {
	font-size: 32px;
}
h4 {
	font-size: 30px;
}
.txt h3 {
	font-size: 24px;
}
h4 .jp {
	font-size: 28px;
}
h5 {
	font-size: 20px;
}


.button,
input[type="submit"] {
	width: 560px;
	margin: 0 auto 20px;
	padding: 10px 0 10px;
	font-size: 140%;
	background-position: left 6px top 11px;
	border-radius: 4px;
}
.nextbutton {
	padding: 10px 8px 10px 140px;
}
.nextbutton .nextcom {
	padding: 10px 12px 10px 26px;
	background-position: left 6px top 11px;
	border-radius: 4px;
}
.halfbutton {
	display: inline-block;
	width: 380px;
	margin: 16px 8px 16px;
	padding: 10px 0 10px 20px;
}
#btns a {
	width: 120px;
	margin: 0 4px;
	padding: 12px 4px;
	font-size: 16px;
	line-height: 17px;
}
#pagebango form a {
	width: 68px;
	height: 23px;
	padding: 5px 0 0;
	font-size: 14px;
	line-height: 14px;
}


/*■■■■■ヘッダ・フッタ■■■■■*/
#header {
	min-width: 820px;
}
.edge #header {
	height: 68vh;
}
#header-inner {
	width: 100%;
	min-width: 820px;
	height: 132px;
}
#home #header-inner {
	color: #fff;
	background: transparent;
}
#header-logo {
	position: absolute;
	top: 28px;
	left: calc(50% - 240px);
	width: 480px;
}
#home #header-logo {
	top: 20px;
}
#header-logo #logo {
	width: 480px;
	height: 49px;
}
#header-logo #logosub {
	padding: 4px 0 28px;
	font-size: 15px;
	background-size: auto 26px;
}
#home #header-logo #logosub {
	font-size: 19px;
}
#header-tel {
	overflow: hidden;
	position: absolute;
	left: 12px;
	top: 8px;
	width: 330px;
	margin: 0;
	padding: 0 0 28px;
	text-align: left;
	letter-spacing: 0.02em;
}
#home #header-open ,
#home #header-tel {
	text-shadow:1px 1px 0 #000, 2px 2px 0 #000;
}
.member #header-tel {
	left: 124px;
}
#header-intertel {
	display: none;
}
/*
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
*/
#header-tel .teltr {
	display: block;
	width: 40px;
	height: 20px;
	padding-top: 1px;
	font-size: 18px;
	line-height: 1em;
}
#header-intertel .teltr {
	padding-top: 4px;
	width: 140px;
	height: 24px;
}
#header-tel .telno {
	display: block;
	font-size: 26px;
	line-height: 1.01em;
}
#header-intertel .telno {
	padding-top: 0px;
	line-height: 1em;
}
#header-open {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.02em;
}
#header-open .opentr {
	display: block;
	width: 40px;
	height: 32px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 16px;
	line-height: 1em;
}
#header-open .openno {
	font-size: 26px;
	line-height: 1em;
}
#header-open .jp {
	display: block;
	padding-top: 2px;
	font-size: 14px;
	line-height: 1em;
}
#pickupbtn {
	top: 20px;
	left: 12px;
}
.course {
	top: 20px;
	right: 12px;
}

/*ヘッダ 広い場合*/
@media only screen and (min-width: 1200px) {
#header-tel {
	top: 40px;
}
.member #header-tel {
	left: 128px;
}
#header-tel .telno {
	float: left;
}
#header-tel .teltr {
	float: left;
	height: 40px;
	padding-top: 12px;
}
#header-intertel .teltr {
	height: 28px;
	padding-top: 4px;
}
#header-open {
	top: 56px;
	right: 20px;
}
#header-open .opentr {
	float: left;
	margin: 0 auto 0 0;
}
}


#menu-wrap {
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#home #menu-wrap {
	display: none;
}
#menu {
	overflow:hidden;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	letter-spacing: -.40em; /*隙間対策 */
	background: rgba(255,255,255,0.6);
}
#menu li {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	letter-spacing: normal; /*隙間対策 */
	border-right: solid 1px #e9eaeb;
}
#menu li:last-child {
	border-right: solid 0px #e9eaeb;
}
#menu li.sp {
	display: none;
}
#menu li a {
	display: block;
	width: 272px;
	height: 52px;
	margin: 0;
	padding: 12px 2px 0px;
	font-size: 11px;
	letter-spacing: 0.02em;
	line-height: 1.0em;
	text-align: center;
	text-decoration: none;
	color: #111;
	background: none;
	overflow:hidden;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	 transition: .2s;
}
.ladies #menu li a ,
.men #menu li a ,
.edge #menu li a {
	width: 200px;
}
#menu li a:hover {
	color: #fff;
	background-color: #475e72;
	-webkit-transition: .2s;
	 transition: .2s;
}
#menu li a .en {
	display: block;
	margin: 0 0 11px;
	padding: 0;
	font-size: 21px;
	letter-spacing: 0.08em;
}
#menu li a .jp {
	letter-spacing: 0em;
	font-size: 12px;
	font-weight: normal;
	color: #9f7400;
	-webkit-transition: .2s;
	 transition: .2s;
}
#menu li a:hover .jp {
	color: #fff;
	-webkit-transition: .2s;
	 transition: .2s;
}

#footermenu {
	width: 820px;
	padding: 14px 0 12px;
	font-size: 18px;
}
#footermenu div {
	width: 200px;
	font-size: 18px;
}
#footermenu div:nth-child(3) {
	width: 216px;
}
#footermenu ul {
	padding: 8px 0 0;
}
#footermenu li {
	padding: 12px 0 6px 8px;
	font-size: 14px;
}
#footermenu a:before {
	font-size: 9px;
}
#footer {
	padding: 24px 0 36px;
}
#footer-tel {
	display: table;
	letter-spacing: -.40em; /*隙間対策 */
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
	font-size: 17px;
}
#footer-tel div {
	display: inline-block;
	letter-spacing: normal; /*隙間対策 */
	margin: 0 8px;
	padding-bottom: 12px;
	vertical-align: middle;
	line-height: 1em;
}
#footer-tel a {
	color: #fff;
}
#footer-tel a:hover {
	color: #fff;
	background-color: #475e72;
}
#footer-tel .jp {
	font-size: 14px;
}
#footer-tel a.telno {
	font-size: 24px;
}
#footer-tel a.telno:first-child {
	margin-right: 8px;
}
#footer-tel .telline {
	padding-bottom: 4px;
	padding-right: 30px;
	background: url(../images/line.webp) right top no-repeat;
	background-size: 28px auto;
}
#footer-tel .telline .jp {
	display: block;
	font-size: 13px;
}
#footerlogo {
	margin: 4px auto 20px;
	font-size: 24px;
}

}
/* //PC TAB */




/* SP 
 --------------------------------------- 
 --------------------------------------- */
@media screen and (max-width: 680px) {

@charset "UTF-8";

html ,
body {
	width: 680px;
	overflow-x: hidden;
}

body {
	font-size: 28px;
	line-height: 1.6em;
	font-family: serif;
}
button,
.button,
input[type="submit"] ,
form input[type="text"],
form select ,
form textarea {
	font-family: serif;
}
body .pcinline ,
body .pc {
	display: none;
}
body .sp {
}
.spbr::before {
	content: "\A" ;
	white-space: pre ;
}

#bg p#bg1 {
	background-image: url(../images/bgsp.webp);
}
#bg p#bg2 {
	background-image: url(../images/bgsp2.webp);
}
#bg1 a#city1 {
	margin-left: -96px;
}
#bg1 a#city2 {
	margin-left: -102px;
}
#bg1 a#city3 {
	margin-left: -128px;
}
#bg1 a#city4 {
	margin-left: -158px;
}
#bg1 a#city5 {
	margin-left: -178px;
}
#bg1 a#city6 {
	margin-left: -268px;
}
#bg1 a#city7 {
	margin-left: -332px;
}
#bg1 a#city8 {
	margin-left: 302px;
}

#bg1 a#city1 {
	top: 192px;
}
#bg1 a#city2 {
	top: 204px;
}
#bg1 a#city3 {
	top: 204px;
}
#bg1 a#city4 {
	top: 210px;
}
#bg1 a#city5 {
	top: 262px;
}
#bg1 a#city6 {
	top: 294px;
}
#bg1 a#city7 {
	top: 451px;
}
#bg1 a#city8 {
	top: 320px;
}

#entermain {
	position: relative;
	top: auto;
	left: auto;
	width: 640px;
	margin: 680px auto 0;
}
#enterbox {
	width: 640px;
}
#enter #logo img {
	height: 89px;
}
#enter #logosub {
	margin: 8px 0 0;
	padding: 8px 0 8px;
	font-size: 24px;
}
#international {
	font-size: 22px;
}
#anniversary {
	font-size: 36px;
}
#entermenu {
	width: 640px;
	margin: 8px auto 0;
}
#entermenu li {
	width: 318px;
	height: 80px;
}
#entermenu li:nth-child(5) {
	border-right: solid 0px #aaa;
}
#entermenu li:nth-child(6) ,
#entermenu li:nth-child(7) {
	border-top: solid 1px #aaa;
}
#entermenu li.pc {
	display: none;
}
#entermenu a {
	width: 317px;
	height: 80px;
	line-height: 36px;
}
#entermenu li.enmecen a {
	padding-top: 7px;
}
#entermenu li:nth-child(6) a ,
#entermenu li:nth-child(7) a {
	padding-top: 28px;
}
#entermenu a .en {
	font-size: 40px;
}
#entermenu a .jp {
	font-size: 24px;
}
.pic {
	margin: 130px 0 0;
	height: 150px
}
#pic_inner {
	height: 46px;
	padding: 12px 0 0;
}
#picmemtxt {
	height: 28px;
	margin: 0 20px 12px;
	font-size: 26px;
	line-height: 28px;
}
#numberlog {
	width: 680px;
	padding: 0 20px;
}
#numberlogin {
	font-size: 24px;
	line-height: 31px;
	text-align: left;
}
.outbox {
	width: 680px;
}
.box {
	width: 680px;
	padding: 16px 0px 16px;
}
.txt {
	width: 640px;
}
#home .txt {
	width: 640px;
	font-size: 1.0em;
	line-height: 1.4em;
}
#columndetail .txt {
	margin: 0 auto 0;
	float: none;
}
.txt dl.qa dt {
	padding: 10px 0 8px 72px;
	min-height: 68px;
}
.txt dl.taiken dt {
	padding: 12px 0 8px 82px;
	font-size: 28px;
	min-height: 76x;
}
.txt dl.qa dt:before ,
.txt dl.taiken dt:before {
	padding: 6px 0 0;
	font-size: 44px;
}
.txt dl.qa dt:before {
	width: 60px;
	height: 60px;
}
.txt dl.taiken dt:before {
	width: 68px;
	height: 68px;
}
.txt dl.qa dd ,
.txt dl.taiken dd {
	padding: 6px 0 8px 72px;
	min-height: 68px;
}
.txt dl.qa dd:before {
	width: 60px;
	height: 60px;
	font-size: 44px;
}
h2 {
	font-size: 40px;
}
.txt h2 {
	font-size: 36px;
}
h2 .jp {
	font-size: 24px;
}
h3 {
	padding: 28px 0 10px;
	text-align: center;
	text-indent: 0em;
	letter-spacing: 0em;
	font-size: 34px;
}
h3 .jp {
	font-size: 38px;
}
h4 {
	padding: 8px 0 4px 10px;
	text-align: left;
	font-size: 32px;
}
h4 .jp {
	font-size: 34px;
}
h5 {
	font-size: 30px;
}
/* Contents
 * --------------------------------------- */
.button,
input[type="submit"] {
	width: 560px;
	margin: 0 auto 40px;
	padding: 12px 0 12px;
	font-size: 1.12em;
	background-position: left 12px top 20px;
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.nextbutton {
	padding: 16px 8px 12px 180px;
}
.nextbutton .nextcom {
	padding: 16px 16px 12px 32px;
	background-position: left 12px top 20px;
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.file {
	font-size: 28px!important;
}
#btns a {
	width: 180px;
	margin: 0 8px 12px;
	padding: 14px 4px 12px;
	font-size: 28px;
	line-height: 28px;
}
#pagebango form a {
	width: 84px;
	height: 34px;
	padding: 6px 0 0;
	font-size: 24px;
	line-height: 24px;
}


/*■■■■■ヘッダ・フッタ■■■■■*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}
#home #header {
	position: relative;
	background: transparent;
}
#alterhead {
	height: 180px;
}
#header-inner {
	height: 132px;
}
#header-logo {
	top: 18px;
	left: calc(50% - 300px);
	width: 600px;
}
#home #header-logo {
	top: 22px;
}
#header-logo #logo {
	width: 600px;
	height: 72px;
}
#header-logo #logosub {
	margin: 8px auto 0;
	padding: 6px 0 29px;
	font-size: 17px;
	background-size: auto 28px;
}
#home #header-logo #logosub {
	font-size: 25px;
	text-shadow:1px 1px 0 #000, 2px 2px 0 #000;
}
#header-tel ,
#header-open {
	display: none;
}
#pickupbtn {
	top: 16px;
	left: 0;
}
.course {
	top: 16px;
	right: 6px;
}
#menu-wrap {
	position:fixed;
	left: -400px;
	top: 0;
	display: table;
	width: 400px;
	height: 100vh;
	color: #fff;
	background: #0f1e39;
	z-index: 90;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	 transition: .6s;
}
.open #menu-wrap {
	position:fixed;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	 transition: .4s;
}
#menu {
	display: table-cell;
	height: auto;
	margin: 0;
	padding: 0 0 80px;
	list-style-type: none;
	vertical-align: middle;
}
#menu li {
	display: block;
	margin: 0 auto 0px;
	padding: 0;
	width: 100%;
	border-bottom: solid 1px #d9dbdc;
}
#menu li:last-child {
	border-bottom: solid 0px #d9dbdc;
}
#menu li.pc {
	display: none;
}
#menu li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 34px 0 30px 40px;
	text-align: left;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: 0em;
	color: #fff;
}
#menu li a .en {
	display: block;
	margin: 0 0 11px;
	padding: 0;
	font-size: 38px;
	letter-spacing: 0.02em;
}
#menu li a .jp {
	color: #f6de7e;
}

/* footer
 * --------------------------------------- */
#footermenu {
	width: 640px;
	padding: 24px 0 0px;
	font-size: 24px;
}
#footermenu div {
	width: 320px;
	font-size: 24px;
}
#footermenu div:nth-child(3) {
	width: 316px;
}
#footermenu ul {
	padding: 8px 0 28px;
}
#footermenu li {
	padding: 12px 0 16px 10px;
	font-size: 22px;
}
#footermenu a:before {
	font-size: 11px;
}
#footersp {
	position: fixed;
	bottom: -2px;
	left: 0;
	margin: 0 auto;
	padding: 4px 0 0 0;
	display: block;
	width: 100%;
	height: 104px;
	text-align: center;
	font-size: 27px;
	line-height: 1.16em;
	color: #fff;
	background-color: #0f1e39;
	z-index: 980;
}
#footersp a {
	color: #fff;
}
#footersp .jp {
	font-size: 28px;
}
#footersp .footersp-interop {
	font-size: 22px;
	line-height: 1.06em;
}
#telbtn {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 69px;
	height: 69px;
	padding: 0 0 0;
	text-align: left;
}
#telbtn img {
	width: auto;
	height: 68px;
}
#menubtn {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 68px;
	height: 68px;
	z-index: 990;
}
.navBtn {
	position: relative;
	width: 68px;
	height: 68px;
	margin: 0;
	padding: 0;
background: -webkit-linear-gradient(top, #c9a63d 10%, #ffec9e 50%, #f6de7e 51%, #c8a847 90%);
	cursor: pointer;
}
.navBtn .line {
	position: absolute;
	width: 36px;
	height: 2px;
	margin: 0;
	padding: 0;
	background: #222;
}
.navBtn .line.lineT {
	top: 23px;
	left: 18px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineC {
	top: 41px;
	left: 18px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineB {
	top: 32px;
	left: 18px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.open .navBtn .line.lineT {
	top: 32px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.open .navBtn .line.lineC {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.open .navBtn .line.lineB {
	top: 32px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#footer {
	position: relative;
	padding: 24px 0 140px;
	z-index: 500;
}
#footer-tel a {
	color: #fff;
}
#footer-tel > div {
	display: none;
}
#footer-tel > div:nth-child(3) {
	display: block;
	margin: 0 auto 20px;
	font-size: 28px;
}
#footerlogo {
	margin: 4px auto 32px;
	font-size: 36px;
}
body#home #header-logo #logosub {
	color: #fff;
	border-top: solid 2px #decf97;
	background: url(../images/logosubhome.png) center 40px no-repeat;
	background-size: auto 16px;
}
}
/* //SP */



