@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

::selection {
    background: #f5f5f5;
}

body,
table,
input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}

input, textarea, button, select, option {
  outline: none;
  border: none;
}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=file],
button { 
    cursor: pointer; 
    -webkit-appearance: none; 
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

@font-face{
  font-family:"Perpetua Regular";
  src:url("./../../fonts/perpetuaRegular.eot?#iefix");
  src:url("./../../fonts/perpetuaRegular.eot?#iefix") format("eot"),url("./../../fonts/perpetuaRegular.woff2") format("woff2"),url("./../../fonts/perpetuaRegular.woff") format("woff"),url("./../../fonts/perpetuaRegular.ttf") format("truetype");
}

@font-face{
  font-family:"Perpetua Bold";
  src:url("./../../fonts/perpetuaBold.eot?#iefix");
  src:url("./../../fonts/perpetuaBold.eot?#iefix") format("eot"),url("./../../fonts/perpetuaBold.woff2") format("woff2"),url("./../../fonts/perpetuaBold.woff") format("woff"),url("./../../fonts/perpetuaBold.ttf") format("truetype");
}

@font-face{
  font-family:"Perpetua Light";
  src:url("./../../fonts/perpetuaLight.eot?#iefix");
  src:url("./../../fonts/perpetuaLight.eot?#iefix") format("eot"),url("./../../fonts/perpetuaLight.woff2") format("woff2"),url("./../../fonts/perpetuaLight.woff") format("woff"),url("./../../fonts/perpetuaLight.ttf") format("truetype");
}

a {
  opacity: 1;
  transition: opacity .5s ease;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
  opacity: .5;
}

a:active {
	color: #333;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings : "palt";
	background-color: #FFF;
  font-family: 'Noto Serif JP', serif;
}

.-notoSerif {
  font-family: 'Noto Serif JP', serif;
}

.-notoSans {
  font-family: 'Noto Sans JP', sans-serif;
}

.-roboto {
  font-family: 'Roboto';
  font-weight: normal;
}

.-arnoPro { font-family: "Times New Roman",serif; font-weight: normal; }
.-arnoProCaption { font-family: "Times New Roman",serif; font-weight: normal; }
.-arnoProDisplay { font-family: "Times New Roman",serif; font-weight: normal; }
.-arnoProSmallText { font-family: "Times New Roman",serif; font-weight: normal; }
.-arnoProSubhead { font-family: "Times New Roman",serif; font-weight: normal; }

.Android .-arnoPro { font-family: 'Lusitana', serif; font-weight: normal; }
.Android .-arnoProCaption { font-family: 'Lusitana', serif; font-weight: normal; }
.Android .-arnoProDisplay { font-family: 'Lusitana', serif; font-weight: normal; }
.Android .-arnoProSmallText { font-family: 'Lusitana', serif; font-weight: normal; }
.Android .-arnoProSubhead { font-family: 'Lusitana', serif; font-weight: normal; }

.-perpetuaRe {
  font-family: 'Perpetua Regular';
  font-style: normal;
  font-weight: normal;
}

.-yugo {
  font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium",
YuGothic, メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-style: normal;
  font-weight: normal;
}

#container {
  position: relative;
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

  a:hover {
    opacity: 1;
  }

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.cookieBox {
  display: none;
  align-items: center;
  padding: 14px 40px 16px;
  background: #CCC;
  justify-content: space-between;
}
.cookieBox.show {
  display: flex;
  position: relative;
  z-index: 100;
}
.cookieBox p {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.cookieBox p a {
  position: relative;
  margin-right: 5px;
  padding-right: 13px;
  display: inline-block;
  background: url(../img/common/cookie_icon.png) no-repeat right 5px;
  background-size: 9px auto;
}
.cookieBox p a:before {
  width: calc(100% - 7px);
  height: 1px;
  background: #AEAEAE;
  position: absolute;
  bottom: -4px;
  left: -2px;
  content: "";
}
.cookieBox ul {
  padding-top: 5px;
  font-size: 0;
  min-width: 175px;
}
.cookieBox li {
  display: inline-block;
  font-size: 11px;
}
.cookieBox li a {
  width: 80px;
  display: block;
  border: 1px solid #333;
  text-align: center;
  line-height: 23px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.cookieBox li.agree {
  margin-right: 15px;
}
.cookieBox li.deny a {
  color: #878787;
  border-color: #B0B0B0;
}
.cookieBox li.agree a:hover {
  opacity: 1;
  color: #FFF;
  border-color: #5C5C5C;
  background: #5C5C5C;
}
.cookieBox li.deny a:hover {
  opacity: 1;
  /*color: #FFF;*/
  border-color: #E0E0E0;
  background: #E0E0E0;
}

.gHeader {
  position: absolute;
  height: 80px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: opacity 0.5s;
}

.menuOpen .gHeader,
.scrollHeader .gHeader,
.menuOpen .comLnag,
.scrollHeader .comLnag  {
  position: absolute;
}

.gHeader h1 {
  position: absolute;
  left: 35px;
  top: 50%;
  width: 80px;
  transform: translateY(-50%);
}

.gHeader .recLogoText {
  position: absolute;
  left: 135px;
  top: 30px;
  font-size: 12px;
  display: none;
}

.pecruitMenuPc {
  text-align: center; 
  font-size: 0;
  display: none;
}

.pecruitMenuPc >li {
  display: inline-block;
  padding: 16px 0 16px;
  margin-right: 7px;
  position: relative;
}

.pecruitMenuPc > li > a {
  display: block;
  font-size: 17px;
  padding: 10px 15px 16px;
  letter-spacing: 0.5px;
  transition: background .5s ease,opacity .5s ease;
}

.pecruitMenuPc > li:last-child {
  margin-right: 0;
}

.pecruitMenuPc .hasChild > a:hover {
  opacity: 1;
}

.pecruitMenuPc li.active > a {
  background: #f0f0f0;
}

.childMenu {
  padding: 22px 18px;
  position: absolute;
  left: 0;
  background: #f0f0f0;
  text-align: left;
  min-width: 230px;
  display: none;
}

.childMenu li {
  margin-bottom: 7px;
}

.childMenu li:last-child {
  margin-bottom: 0;
}

.childMenu li > a {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.childMenu a:before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 14px;
  border-top: 1px solid #050505;
  top: 50%;
  transform: translateY(-50%);
}

.childMenu a {
  position: relative;
  padding-left: 22px;
}

.childMenu dl {
  margin: 6px 0 15px 21px;
}

.childMenu dl:last-child {
  margin-bottom: 0;
}

.childMenu dl dt {
  font-size: 13px;
  color: #666666;
  letter-spacing: .4px;
  margin-bottom: 5px;
}

.childMenu dl dd {
  margin-bottom: 6px;
}

.childMenu dl dd a {
  font-size: 12px;
  letter-spacing: 0.5px;
}

.childMenu dl dd a:before {
  top: 63%;
}

.entryBtn {
  position: absolute;
  right: 107px;
  top: 23px;
  display: none;
}

.entryBtn > a {
  width: 125px;
  display: block;
  border: 1px solid #a9a9a9;
  text-align: center;
  box-sizing: border-box;
  font-size: 17px;
  padding: 3px 10px;
  letter-spacing:0.5px;
}

.entryMenu {
  width: 100%;
  position: absolute;
  left: 0;
  border: 1px solid #d3d3d3;
  border-top: 0;
  padding: 21px 10px;
  box-sizing: border-box;
  background: #fff;
  display: none;
}

.entryMenu li {
  margin-bottom: 17px;
}

.entryMenu li:last-child {
  margin-bottom: 0;
}

.entryMenu a {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.hamburger {
  position: absolute;
  padding: 5px;
  right: 30px;
  width: 33px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 12;
}

.hamburger:before,
.hamburger:after {
  content: "";
  height: 1px;
  background: #000;
  width: 33px;
  position: absolute;
  left: 5px;
  top: 5px;
  transition: all 0.5s;
  transform-origin: center;
}

.hamburger:after {
  top: 15px;
}

.menuOpen .hamburger:before {
  transform: rotate(45deg);
  top: 10px;
}

.menuOpen .hamburger:after {
  transform: rotate(-45deg);
  top: 10px;
}

.comLnag {
  position: absolute;
  right: 129px;
  top: 29px;
  font-size: 12px;
  z-index: 100;
  transition: opacity 0.5s;
}

.comLnag li {
  display: inline-block;
  position: relative;
}

.comLnag li a {
  letter-spacing: .5px;
}

.comLnag li:first-child {
  margin-right: 28px;
}

.comLnag li:first-child::after {
  position: absolute;
  content: "";
  right: -17px;
  top: 3px;
  height: 13px;
  width: 1px;
  background: #333;
}

.comLnag .currLang {
  opacity: .5;
}

.comLnag .currLang a:hover {
  opacity: 1;
}

.gHeader .sideNav {
  width: 290px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(100%);
  transition: transform 0.5s;
}

.menuOpen .gHeader .sideNav {
  transform: translateX(0);
}

.gHeader .sideNav .logo {
  display: none;
}

.gHeader h1 img {
  width: 100%;
}

.sideNav {
  flex: 0 0 290px;
  display: flex;
  text-align: center;
  align-items: center;
}

.sideNav .inner {
  width: 100%;
}

.sideNav .logo img {
  display: block;
  width: 100%;
}

.sideNav .logo {
  margin: 0 auto 58px auto;
  width: 149px;
}

.navList {
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 63px;
  position: relative;
}

.navList li {
  margin-bottom: 9px;
}

.navList::after {
  content: "";
  position: absolute;
  bottom: -27px;
  height: 1px;
  width: 50px;
  background: #bfbfbf;
  left: 50%;
  transform: translateX(-50%);
}

.navList li a img {
  width: 190px;
}

.navList.navList02 li {
  margin-bottom: 12px;
}

.subNavList li {
  font-size: 10px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}

.subNavList li:last-child {
  margin-bottom: 0;
}

.subNavList .membershop {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 11px;
}

.recruitNavBox,
.navEntry {
  display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .cookieBox {
    padding: 13px 24px 18px;
  }
  .cookieBox.show {
    display: block;
  }
  .cookieBox p {
    line-height: 1.45;
  }
  .cookieBox p a {
    padding-right: 11px;
    background: url(../img/common/cookie_icon.png) no-repeat right 4px;
    background-size: 9px auto;
  }
  .cookieBox p a:before {
    width: calc(100% - 12px);
    bottom: -1px;
    left: 0;
  }
  .cookieBox ul {
    padding-top: 12px;
  }
  .cookieBox li.agree a:hover {
    opacity: 1;
    border-color: #333;
    background: none;
  }
  .cookieBox li.deny a:hover {
    opacity: 1;
    color: #878787;
    border-color: #B0B0B0;
    background: none;
  }

  .gHeader {
    height: 75px;
    background: rgba(255, 255, 255, 0.9);
  }

  .menuOpen .gHeader,
  .scrollHeader .gHeader,
  .menuOpen .comLnag,
  .scrollHeader .comLnag  {
    position: fixed;
  }

	.gHeader h1 {
    top: 12px;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    z-index: 1;
  }

  .gHeader .recLogoText {
    left: 0;
    top: 54px;
    width: 100%;
    text-align: center;
    transition: opacity .5s ease;
  }

  .menuOpen .gHeader .recLogoText {
    opacity: 0;
  }

  .hamburger {
    right: 5px;
    transform: translateY(-50%);
  }

  .hamburger::before, .hamburger::after {
    height: 1px;
    width: 30px;
  }

  .comLnag {
    left: 20px;
    top: 23px;
    font-size: 12px;
  }

  .comLnag li:first-child {
    margin-right: 14px;
  }

  .comLnag li:first-child::after {
    right: -8px;
  }

  .sideNav .inner {
    position: relative;
    top: -30px;
  }

  .gHeader .sideNav {
    width: 100%;
    height: auto;
    top: 0;
    padding-top: 60px;
    background: rgba(255, 255, 255);
  }

  .recruitNavBox {
    display: none;
    background: rgba(230,230,230,.37);
    padding: 38px 0 24px;
    margin-bottom: 36px;
    overflow: hidden;
  }

  .recruitNavBox > p {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 26px;
  }

  .recruitNav {
    font-size: 0;
    width: 288px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .recruitNavBox .childMenu {
    position: relative;
    background: none;
    padding-left: 26px;
    width: 288px;
    margin: 2px auto 0;
    box-sizing: border-box;
    padding-top: 15px;
  }

  .recruitNavBox .childMenu li {
    text-indent: 0;
  }

  .childMenu dl dt {
    font-size: 15px;
    color: #666666;
    letter-spacing: .5px;
    margin-bottom: 5px;
  }

  .childMenu dl dd {
    margin-bottom: 8px;
  }

  .childMenu dl dd a {
    font-size: 14px;
    letter-spacing: .7px;
    padding-left: 24px;
  }

  .childMenu a::before {
    left: 2px;
  }

  .recruitNav > li {
    width: 50%;
    display: inline-block;
    text-align: left;
    text-indent: 27px;
    margin-bottom: 16px;
  }

  .recruitNav a {
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .inner .navEntry {
    margin-bottom: 53px;
  }

  .inner .navEntry  h2 {
    font-size: 23px;
  }

  .navEntry .entryInnList li {
    display: inline-block;
    width: 50%;
    border-bottom: none;
  }

  .navEntry .entryInnList li a {
    padding: 20px 10px;
    font-size: 17px;
    letter-spacing: 3px;
  }

  .navEntry .entryInnList li a span {
    display: inline-block;
    width: 9px;
    margin-right: 12px;
    position: relative;
    top: -3px;
    transform: translateY(0);
    left: auto;
  }

  .navEntry .entryInnList li:nth-child(2n) a:after {
    display: block;
    height: 35px;
  }

  .navList  {
    margin-bottom: 22px;
  }

  .navList ul {
    width: 288px;
    margin: 0 auto;
    overflow: hidden;
  }

  .navList li {
    margin-bottom: 16px;
    width: 50%;
    float: left;
    text-indent: 27px;
    text-align: left;
  }

  .navList li a {
    font-size: 18px;
  }
	
  .navList li:nth-child(6) a {
    font-size: 11px;
  }

  .navList::after {
    display: none;
  }

  .navList.navList02 li a img {
    margin-top: 6px;
    margin-left: 25px;
    width: 175px;
  }

  .navList.navList02 ul {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }

  .mainVis .navList.navList02 ul {
    padding-right: 52px;
  }

  .navList.navList02 li {
    width: auto;
  }

  .navList.navList02 li {
    text-indent: 0;
  }

  .subNavList li {
    margin: 0 10px;
    display: inline;
  }

  .subNavList .membershop {
    margin-bottom: 11px;
    display: block;
  }
}

@media all and (min-width: 0) and (max-width: 320px) {
  .childMenu li > a {
    letter-spacing: -1px;
  }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
}

#pagePath li a {
}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (min-width: 0) and (max-width: 767px) {
}

/*------------------------------------------------------------
  as
------------------------------------------------------------*/

.as {
  width: 570px;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 25px 0;
}

.asImg img {
  width: 100%;  
}

.asImg {
  width: 134px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}

.asText {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}

.asTextEn {
  font-size: 20px;
  margin-bottom: 11px;
}

.asTextDesc {
  font-size: 13px;
  transform: scale(.91);
  letter-spacing: 1.2px;
  line-height:25px;
  font-feature-settings: "palt";
}

@media all and (min-width: 0) and (max-width: 767px) {
  .as {
    width: auto;
    padding: 22px 0;
    margin-left: 25px;
    margin-right: 25px;
  }

  .asImg {
    display: block;
    margin: 0 auto 16px;
    width: 116px;
  }

  .asText {
    display: block;
    margin-left: 0;
  }

  .asTextDesc {
    transform: scale(.96);
    letter-spacing: 0;
	text-align:center;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding-bottom: 32px;
}


.arrowTop {
  padding-top: 41px;
  text-align: center;
  margin-bottom: 82px;
}

.arrowTop a {
  width: 24px;
  display: inline-block;
}

.arrowTop a img {
  width: 100%;
  display: block;
}

.footerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 50px 23px;
}

.footerNav01,
.footerNav02 {
  font-size: 0;
}

.footerNav01 li,
.footerNav02 li,
.footerNav03 li {
  display: inline-block;
}

.footerNav01 li {
  margin-right: 29px;
}

.footerNav01 li a {
  font-size: 16px;
  letter-spacing: .4px;
}

.footerNav03 li a {
  font-size: 16px;
}

.footerNav03 li a img {
  margin-top: 5px;
  width: 160px;
}

@media all and (max-width: 1200px){
	.footerNav01 li {
	  margin-right: 20px;
	}
	.footerNav01 li a {
  	font-size: 14px;
	}
	.footerNav02 li {
  	margin-left: 18px;
	}
	.footerNav02 li a {
  	font-size: 10px;
	}

  .footerNav03 li a {
    font-size: 14px;
  }

  .footerNav03 li a img {
    margin-top: 2px;
    width: 150px;
  }
}

.footerNav02 li:first-child a {
  font-weight: bold;
}

.footerNav02 li {
  margin-left: 24px;
}

.footerNav02 li a {
  font-size: 11px;
  letter-spacing: .8px;
  font-family: 'Roboto';
}

.footerNav03 {
  margin-top: 24px;
  width: 100%;
}

.footerNav03 li:not(:last-child) {
  margin-right: 24px;
}

.copyright {
  color: #999999;
  text-align: right;
  padding-right: 48px;
  font-size: 10px;
  letter-spacing: .7px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .arrowTop {
    text-align: center;
    margin-bottom: 26px;
    padding-top: 52px;
  }

  .footerNav {
    display: block;
    margin: 0 10px 23px;
  }

  .footerNav01 {
    overflow: hidden;
    margin: 0 60px 34px;
  }

  .footerNav01 li {
    margin-right: 0;
    float: left;
    margin-bottom: 15px;
  }

  .footerNav01 li:nth-child(2n+1) {
    width: 50%;
  }

  .footerNav01 li:nth-child(2n) {
    float: right;
  }
	
	.footerNav01 li:nth-child(6) a {
 	 font-size: 11px;
	}

  .footerNav02 {
    margin-bottom: 56px;
    text-align: center;
  }

  .footerNav02 li {
    margin-left: 0;
    padding: 0 15px;
    border-right: 1px solid #bbbbbb;
  }

  .footerNav02 li:first-child {
    display: block;
    margin: 0;
    border-right: none;
    letter-spacing: 1.1px;
    margin-bottom: 17px;
  }

  .footerNav02 li:last-child {
    border-right: none;
  }
	
	.footerNav02 li a {
    font-size: 10px;
  }

  .footerNav03 {
    margin-bottom: 56px;
    text-align: center;
  }

  .footerNav03 li a {
    font-size: 14px;
  }

  .footerNav03 li a img {
    margin-top: 3px;
    width: 155px;
  }

  .copyright {
    text-align: center;
    padding-right: 0;
    font-size: 9px;
    letter-spacing: 1.2px;
    background: #f0f0f0;
    color: #7f7f7f;
    padding: 19px;
  }

  #gFooter {
    padding-bottom: 0;
  }

}

#cover {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity .8s ease,visibility .8s ease;
}

.hideCover #cover {
  opacity: 0;
  visibility: hidden;
}

/*------------------------------------------------------------
  FadeInAnim
------------------------------------------------------------*/

.fadeInAnim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .8s ease-out, transform .6s ease-out;
  transition: opacity .8s ease-out, transform .6s ease-out;
}

.fadeInAnim.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.vertical {
  -webkit-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*------------------------------------------------------------
  Slick-Slider
------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  font-size: 0;
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------
  書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
  微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
  汎用スタイル
------------------------------------------------------------*/
  * html .clearfix {
    zoom: 1;
  }

  *+html .clearfix {
    zoom: 1;
  }

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.lazy,
.sliderLazy {
  opacity: 0;
  transition: opacity 1s;
}

.lazy.fadeIn,
.sliderLazy.fadeIn {
  opacity: 1;
}

/*------------------------------------------------------------
  common
------------------------------------------------------------*/
.baseTitle,
.baseTitlejp {
  margin-bottom: 52px;
  font-size: 43px;
  text-align: center;
  letter-spacing: .2px;
}

.baseTitleWrap p {
  text-align: center;
  font-size: 13px;
  letter-spacing: .5px;
}
.basesubTitle{
  font-size: 13px;
  font-family: "Noto Serif JP";
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 44px;
}
.privacyWrap .aboutTitleWrap {
  margin-bottom: 108px;
}

.aboutTitleWrap .baseTitle {
  font-size: 40px;
  margin-bottom: 20px;
}

.aboutTitleWrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .4px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .aboutWrap {
    padding-top: 85px;
    margin: 0 auto 97px;
  }

  .aboutTitleWrap {
    margin-bottom: 64px;
  }

  .aboutTitleWrap .baseTitle {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .aboutTitleWrap p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .6px;
    margin: 0 31px;
    text-align: left;
  }
}

/*------------------------------------------------------------
    Privacy Policy
------------------------------------------------------------*/
.privacyWrap {
  padding-top: 150px;
  margin-bottom: 110px;
}

.privacyWrap .aboutTitleWrap {
  margin-bottom: 108px;
}

.privacyItem {
  margin-bottom: 72px;
}

.priTitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

.prisubTitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  padding-bottom: 16px;
}

.privacyList {
  max-width: 700px;
  margin: 0 auto 92px;
}

.privacyItem ul {
  padding-top: 24px;
}

.privacyItem ul li {
  display: flex;
  margin-bottom: 8px;
	flex-wrap:wrap;
}

@media (min-width: 1281px){
	.splink{
		padding-left: 20px
	}
}

.priNum {
  font-size: 14px;
  flex: 0 0 26px;
  line-height: 1.7;
}
.priListNum {
  padding-left: 30px;
}
.priListNumText {
  padding-left: 60px;
}
.privacyItem ul li.priFull {
  margin-bottom: 19px;
}

.priWord,
.privacyItem ul li p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.7;
}

.privacyItem .priWord {
  flex: 1;
}

.cookie .privacyItem .priWord {
  flex: auto;
}

.link01 {
  font-size: 14px;
  padding-bottom: 4px;
  letter-spacing: .7px;
  display: inline-block;
  margin-right: 3px;
  text-decoration: underline;
  transition: color .5s ease,opacity .5s ease,border-color .5s ease;
}

.link01 .iconTarget {
  vertical-align: middle;
}

.iconTarget {
  display: inline-block;
  width: 8px;
  height: 8px;
  fill: #000;
  margin-left: 2px;
  vertical-align: 2px;
}

.link01:hover {
  border-color: #999;
}

.privacyDate {
  max-width: 700px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .7px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .privacyWrap {
    padding-top: 86px;
    margin: 0 auto 96px;
  }

  .privacyWrap .aboutTitleWrap {
    margin-bottom: 72px;
  }

  .privacyList {
    margin: 0 25px;
  }

  .privacyItem {
    margin-bottom: 54px;
  }

  .priTitle {
    font-size: 13px;
  }

  .prisubTitle {
    font-size: 13px;
  }

  .privacyItem ul {
    padding-top: 20px;
  }

  .privacyItem ul li {
    margin-bottom: 11px;
  }

  .priWord,
  .privacyItem ul li p {
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 1.6;
  }

  .link01 {
    font-size: 13px;
    padding-bottom: 2px;
  }
  .link01.ggl {
    word-break: break-all
  }

  .link01:hover {
    border-color: inherit;
  }

  .privacyDate {
    font-size: 13px;
    letter-spacing: .6px;
    margin: -12px 23px 0 25px;
  }

}

/*------------------------------------------------------------
    Website Policy
------------------------------------------------------------*/
.websiteWrap {
  padding-top: 150px;
  margin-bottom: 110px;
}

.websiteWrap .aboutTitleWrap {
  margin-bottom: 109px;
}

.websiteList {
  margin: 0 auto;
  max-width: 700px;
}

.websiteList .priTitle {
  margin-bottom: 23px;
}

.websiteList li {
  margin-bottom: 66px;
}

.link02 {
  display: block;
}

.link02 a {
  display: inline-block;
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  letter-spacing: .5px;
  padding-left: 1em;
  text-indent: -1em;
  text-decoration: underline;
  transition: color .5s ease;
}

.link02 a:hover {
  color: #999;
}

.link03 {
  display: inline-block;
  text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .websiteWrap {
    padding-top: 85px;
    margin-bottom: 95px;
  }

  .websiteWrap .aboutTitleWrap {
    margin-bottom: 71px;
  }

  .websiteList {
    margin: 0 25px;
  }

  .websiteList li {
    margin-bottom: 55px;
  }

  .websiteList .priTitle {
    margin-bottom: 20px;
  }

  .link02 {
    padding-top: 5px;
  }

  .link02 a {
    line-height: 1.5;
  }

  .link02 a:hover {
    color: inherit;
  }

}
