@charset "utf-8";
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'LogoTypeGothic';
  src: url('../font/LogoTypeGothic.woff') format('woff'), url('../font/LogoTypeGothic.ttf') format('truetype');
}
@font-face {
  font-family: 'LigatureSymbols';
  src: url('../font/LigatureSymbols-2.11.eot');
  src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flexMixin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexCenterMixin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.symbolMixin {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.widthMixin {
  max-width: 1540px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.widthSPMixin {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.borderBtn {
  border: 2px solid #fed23d;
  box-shadow: 0 2px 0 0 #bd9613;
  background-color: #fff;
  border-radius: 4px;
  color: #333333;
  padding: 8px 13px;
  display: inline-block;
  font-size: 1.1em;
  transition: 0.3s;
  position: relative;
}
.primaryBtn {
  box-shadow: 0 2px 0 0 #bd9613;
  background-color: #fed23d;
  border-radius: 4px;
  color: #333333;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.1em;
  transition: 0.3s;
  position: relative;
}
.importantBtn {
  box-shadow: 0 2px 0 0 #af4a23;
  background-color: #fc6023;
  border-radius: 4px;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.1em;
  transition: 0.3s;
  position: relative;
}
.disableBtn {
  background-color: #9e9e9f;
  border-radius: 4px;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.1em;
  transition: 0.3s;
  top: 0;
  position: relative;
}
.largeBtn {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.largeBtn small {
  font-size: 0.9rem;
}
.popComment {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -6em;
  width: 12em;
  max-width: 12em;
  min-width: 12em;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #333;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: 0.3s;
  color: #fff;
  z-index: 5;
}
.popComment:before,
.popComment:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  display: block;
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.popComment:before {
  bottom: -6px;
}
.popComment:after {
  bottom: -8px;
  opacity: 0.3;
}
.fuchi {
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}
.batchIcon {
  position: absolute;
  display: block;
  padding: 0px 5px 0px 5px;
  border-radius: 10px;
  background-color: #ff0000;
  top: -2px;
  right: 0px;
  text-shadow: none;
  color: #fff;
  font-family: "Verdana";
  line-height: 18px;
  font-size: 0.9em;
  font-style: normal;
  -webkit-animation: batchAnime 1s ease -2s infinite alternate;
  -ms-animation: batchAnime 1s ease -2s infinite alternate;
  animation: batchAnime 1s ease -2s infinite alternate;
  font-weight: bold;
}
.userCharaThumbnail {
  display: block;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  padding-left: 6px;
  text-align: center;
  position: relative;
}
.userCharaThumbnail img {
  width: 50px;
  border-radius: 25px;
}
.tabInputWrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tabInputWrap input[type="text"] {
  width: 100%;
  width: calc(100% - 4em - 8px);
}
.tabInputWrap input[type="submit"],
.tabInputWrap input[type="button"] {
  margin-left: 10px;
}
.tadContetnsSelectList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-bottom: 5px;
}
.tadContetnsSelectList li {
  padding-left: 1px;
  padding-right: 1px;
  width: 25%;
  max-width: 70px;
  margin-bottom: 4px;
}
.tadContetnsSelectList li label {
  position: relative;
  display: block;
  vertical-align: middle;
}
.tadContetnsSelectList li label input {
  position: absolute;
  opacity: 0;
}
.tadContetnsSelectList li label input + img {
  border: 4px solid #fff;
  transition: 0.3s;
}
.tadContetnsSelectList li label input + span {
  height: 66px;
  overflow: hidden;
  border-radius: 35px;
  border: 4px solid #fff;
  width: 66px;
  position: relative;
  display: block;
  transition: 0.3s;
}
.tadContetnsSelectList li label input + span img {
  overflow: hidden;
  min-width: 100px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin-left: 8px;
  position: absolute;
  left: -50%;
}
.tadContetnsSelectList li label input:hover + img,
.tadContetnsSelectList li label input:checked + img {
  box-shadow: 0 0 0 2px #fed23d;
}
.tadContetnsSelectList li label input:hover + span,
.tadContetnsSelectList li label input:checked + span {
  box-shadow: 0 0 0 2px #fed23d;
}
.checkStyle {
  position: relative;
}
.checkStyle input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkStyle span.checkBox:after {
  position: absolute;
  display: block;
  content: "";
  color: #333333;
  font: normal normal normal 14px/1 FontAwesome;
  z-index: 1;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border: 2px solid #d4d4d4;
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
.checkStyle input:checked + span:after {
  content: "\f00c";
}
.checkStyle label {
  display: block;
}
.hiddenText {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
.countColorMixin {
  background-color: #30c0d8;
  color: #fff;
  font-weight: bold;
}
.borderStyle {
  min-width: 4em;
  padding: 0.4em 0.8em;
  display: inline-block;
  text-align: center;
  border-radius: 1.9em;
  color: #d4d4d4;
  border: 2px solid #d4d4d4;
  transition: 0.3s;
  font-weight: bold;
  font-family: "M PLUS 1p";
  background-color: #fff;
}
.borderStyleHover {
  border: 2px solid #fed23d;
  color: #fed23d;
}
.scrollShadow {
  background-image: url(../image/bg_boxshadow.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 2px auto;
  overflow-y: auto;
  /*box-shadow: 0 5px 9px -7px inset rgba(0, 0, 0, 0.2);*/
  /*&::-webkit-scrollbar-track-piece:start{
		background: @borderColor;
	}
	&::-webkit-scrollbar-track-piece:end{
		background: @borderColor;
	}*/
}
.scrollShadow::-webkit-scrollbar {
  width: 5px;
}
.scrollShadow::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}
.userEvaluationSimpleMixin .user {
  font-size: 0.85rem;
  padding-right: 10px;
  color: #968c8a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.userEvaluationSimpleMixin .user img {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.userEvaluationSimpleMixin .Evaluation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
.userEvaluationSimpleMixin .Evaluation .star {
  text-indent: 3.3rem;
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 3.3rem;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 0.85rem;
  margin-top: 0.2em;
}
.userEvaluationSimpleMixin .Evaluation .star:before,
.userEvaluationSimpleMixin .Evaluation .star:after {
  margin-left: -3.3rem;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  content: "starstarstarstarstar";
  position: absolute;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.userEvaluationSimpleMixin .Evaluation .star:before {
  color: #968c8a;
}
.userEvaluationSimpleMixin .Evaluation .star:after {
  color: #30c0d8;
}
.userEvaluationSimpleMixin .Evaluation .star.star0:after {
  width: 0rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star0-5:after {
  width: 3.65rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star1:after {
  width: 4rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star1-5:after {
  width: 4.3rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star2:after {
  width: 4.55rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star2-5:after {
  width: 4.95rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star3:after {
  width: 5.2rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star3-5:after {
  width: 5.6rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star4:after {
  width: 5.9rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star4-5:after {
  width: 6.25rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star5:after {
  width: 6.7rem;
}
.userEvaluationSimpleMixin .Evaluation .count {
  background-color: #30c0d8;
  color: #fff;
  font-weight: bold;
  line-height: 14px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 3px;
  margin-left: auto;
  font-size: 0.7rem;
  margin-left: 8px;
}
.userEvaluationTabSimpleMixin .user {
  margin-left: auto;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0;
}
.userEvaluationTabSimpleMixin .user img {
  position: absolute;
  top: 0;
  left: 0;
}
.userEvaluationTabSimpleMixin .Evaluation {
  margin-right: 10px;
  position: absolute;
  right: 0px;
  bottom: 31px;
}
.commentWrapMixin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: -webkit-column;
  flex-flow: -ms-column;
  flex-flow: column;
  min-width: 0;
}
.commentWrapMixin .comment {
  margin-bottom: 8px;
  font-size: 0.9rem;
  display: block;
  overflow: hidden;
}
.commentWrapMixin .commentInner {
  display: block;
  height: 5.4rem;
  position: relative;
  word-break: break-all;
}
.commentWrapMixin .commentInner:before {
  background-color: #fff;
  position: absolute;
  content: "…";
  top: 4.1rem;
  right: 0;
  padding-right: 3px;
  padding-left: 3px;
}
.commentWrapMixin .commentInner:after {
  background-color: #fff;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}
.favoriteIconMixin {
  transition: 0.3s;
  color: #333333;
}
.favoriteIconMixin i {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 0;
  margin-left: 0;
  font-size: 2.15rem;
  transition: 0.3s;
  padding: 10px;
}
.favoriteIconMixin:before {
  position: absolute;
  right: 11px;
  bottom: 10px;
  content: "heart";
  display: inline-block;
  color: #fff;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  font-size: 2rem;
  vertical-align: middle;
  transition: 0.3s;
}
.favoriteIconMixin:hover {
  color: #fed23d;
}
.favoriteIconMixin.active {
  color: #fed23d;
}
.favoriteIconMixin.active:before {
  color: #fed23d;
}
.adult .favoriteIconMixin:hover {
  color: #ea004c;
}
.adult .favoriteIconMixin.active {
  color: #ea004c;
}
.adult .favoriteIconMixin.active:before {
  color: #ea004c;
}
.ellipsisMixin {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.batchMixin a,
.batchMixin span {
  display: block;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px rgba(15, 5, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.batchMixin a img,
.batchMixin span img {
  vertical-align: middle;
}
.batchMixin a:hover {
  box-shadow: 0px 1px 2px 1px #fed23d;
}
.adult .batchMixin a:hover {
  box-shadow: 0px 1px 2px 1px #ea004c;
}
.batchMixin .batchGet:before {
  content: "GET";
  position: absolute;
  top: -5px;
  left: -36px;
  display: block;
  transform: rotate(-45deg);
  color: #000;
  background-color: #fc6023;
  padding: 14px 6px 3px 6px;
  width: 80px;
  text-align: center;
  font-size: 0.9rem;
  z-index: 10;
  font-weight: bold;
  font-family: 'Arial Black', "ヒラギノ角ゴ Pro W3", 'sans-serif';
}
.starMixin {
  text-indent: 3.3rem;
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 3.3rem;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 0.85rem;
  margin-top: 0.2em;
}
.starMixin:before,
.starMixin:after {
  margin-left: -3.3rem;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  content: "starstarstarstarstar";
  position: absolute;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.starMixin:before {
  color: #968c8a;
}
.starMixin:after {
  color: #30c0d8;
}
.starMixin.star0:after {
  width: 0rem;
}
.starMixin.star0-5:after {
  width: 3.65rem;
}
.starMixin.star1:after {
  width: 4rem;
}
.starMixin.star1-5:after {
  width: 4.3rem;
}
.starMixin.star2:after {
  width: 4.55rem;
}
.starMixin.star2-5:after {
  width: 4.95rem;
}
.starMixin.star3:after {
  width: 5.2rem;
}
.starMixin.star3-5:after {
  width: 5.6rem;
}
.starMixin.star4:after {
  width: 5.9rem;
}
.starMixin.star4-5:after {
  width: 6.25rem;
}
.starMixin.star5:after {
  width: 6.7rem;
}
.spLinkList li {
  border-bottom: 1px solid #efefef;
}
.spLinkList li:last-child {
  border-bottom: none;
}
.spLinkList li a {
  display: block;
  padding: 12px 15px 12px 38px;
  position: relative;
  color: #333333;
  border-left: 0px solid #fed23d;
}
.spLinkList li a img {
  width: 14px;
}
.spLinkList li a img,
.spLinkList li a i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 15px;
}
.spLinkList li a:hover {
  border-left-width: 5px;
}
.spLinkList li.active a {
  background-color: #fed23d;
}
/*
.spLinkList{

	li{
		border-bottom: 1px solid @lightGrayBg;
		margin-bottom: 0;
		a{
			padding: 14px 30px 14px 25px;
			display: block;
			position: relative;
			&:after{
				content: "";
				width: 10px;
				height: 10px;
				border-right: 1px solid @accentColor;
				border-bottom: 1px solid @accentColor;
				display: inline-block;
				position: absolute;
				top: 50%;
				margin-top: -6px;
				right: 25px;
				transform: rotate(-45deg);
			}
		}
	}
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  background-color: #fed23d;
  color: #333333;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}
::-webkit-input-placeholder {
  color: #b1b1b1;
}
:-moz-placeholder {
  color: #b1b1b1;
}
::-ms-input-placeholder {
  color: #b1b1b1;
}
::selection {
  background: #fed23d;
  /*背景色*/
  color: #000;
  /*文字色*/
}
::-moz-selection {
  background: #fed23d;
  /*背景色*/
  color: #000;
  /*文字色*/
}
a {
  color: #1fb1ca;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #006a7b;
  transition: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
input[type="text"],
input[type="number"],
select,
textarea {
  transition: 0.3s;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 0 0px rgba(254, 210, 61, 0.5);
  padding-left: 10px;
  padding-right: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9rem;
}
select {
  padding-right: 0px;
}
input[type="checkbox"] {
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0 0 0 0px rgba(254, 210, 61, 0.5);
}
input[type="text"],
input[type="number"],
select {
  line-height: 42px;
  height: 42px;
}
input[type="number"] {
  padding-right: 0;
}
textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
input[type="checkbox"]:focus,
input[type="range"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(254, 210, 61, 0.5);
}
input[type="button"],
input[type="submit"],
button[type="button"],
button[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 4px;
}
input[type="button"].primaryBtn,
input[type="submit"].primaryBtn,
button[type="button"].primaryBtn,
button[type="submit"].primaryBtn,
input[type="button"].importantBtn,
input[type="submit"].importantBtn,
button[type="button"].importantBtn,
button[type="submit"].importantBtn {
  border: none;
}
button.primaryBtn,
button.importantBtn {
  border: none;
}
input[type="range"] {
  -webkit-appearance: none;
  background: #efefef;
  height: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fed23d;
  height: 30px;
  width: 16px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
}
input[type="range"]::-ms-tooltip {
  display: none;
}
input[type="range"]::-moz-range-track {
  height: 0;
}
input[type="range"]::-moz-range-thumb {
  background: #fed23d;
  height: 30px;
  width: 16px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
}
label {
  cursor: pointer;
}
select {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
}
ul,
ol {
  list-style: none;
}
ul li,
ol li {
  list-style: none;
  list-style-image: url(../image/list_icon.png);
}
table {
  border: none;
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 25px;
}
table td,
table th {
  padding: 8px 8px;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
}
table thead tr th {
  border-top: 3px solid #fed23d;
}
table .primaryBtn,
table .borderBtn,
table .importantBtn {
  margin-left: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  white-space: nowrap;
}
table .primaryBtn:first-child,
table .borderBtn:first-child,
table .importantBtn:first-child {
  margin-left: 0;
}
.textCenter {
  text-align: center !important;
}
.textRight {
  text-align: right !important;
}
.textLeft {
  text-align: left !important;
}
.defaultOl {
  margin-bottom: 15px;
}
.defaultOl li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.defaultOl li:after {
  width: 20px;
  text-align: right;
  content: "0";
  color: #fed23d;
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 1.2em;
  font-weight: bold;
}
.defaultOl li:nth-child(1):after {
  content: "1";
}
.defaultOl li:nth-child(2):after {
  content: "2";
}
.defaultOl li:nth-child(3):after {
  content: "3";
}
.defaultOl li:nth-child(4):after {
  content: "4";
}
.defaultOl li:nth-child(5):after {
  content: "5";
}
.defaultOl li:nth-child(6):after {
  content: "6";
}
.defaultOl li:nth-child(7):after {
  content: "7";
}
.defaultOl li:nth-child(8):after {
  content: "8";
}
.defaultOl li:nth-child(9):after {
  content: "9";
}
.defaultOl li:nth-child(10):after {
  content: "10";
}
.defaultOl li:nth-child(11):after {
  content: "11";
}
.defaultOl li:nth-child(12):after {
  content: "12";
}
.defaultOl li:nth-child(13):after {
  content: "13";
}
.defaultOl li:nth-child(14):after {
  content: "14";
}
.defaultOl li:nth-child(15):after {
  content: "15";
}
.defaultOl li:nth-child(16):after {
  content: "16";
}
.defaultOl li:nth-child(17):after {
  content: "17";
}
.defaultOl li:nth-child(18):after {
  content: "18";
}
.defaultOl li:nth-child(19):after {
  content: "19";
}
.defaultOl li:nth-child(20):after {
  content: "20";
}
.defaultUl,
.checkList {
  padding-left: 25px;
  margin-bottom: 15px;
}
.defaultUl li,
.checkList li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}
.defaultUl li:after,
.checkList li:after {
  content: "";
  position: absolute;
}
.defaultUl li:after {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 0.4em;
  left: -18px;
  background-color: #fed23d;
}
.checkList li:after {
  left: -22px;
  top: 2px;
  width: 12px;
  height: 8px;
  border-bottom: 3px solid #fed23d;
  border-left: 3px solid #fed23d;
  transform: rotate(-45deg);
}
img.borderImage {
  border: 1px solid #d4d4d4;
}
strong.marker {
  background: url(../image/bg_marker.png) left 70% no-repeat;
  background-size: 100% 8px;
  font-weight: normal;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
/*.note{
	text-indent: -1em;
	margin-left: 1em;
}*/
.cautionBatch {
  background-color: #fc6023;
  border-radius: 0.8rem;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
.noteBox {
  padding: 15px;
  background-color: #efefef;
  margin-bottom: 15px;
}
.note {
  color: #9e9e9f !important;
}
.disNone,
.disSP {
  display: none;
}
.textSS {
  font-size: 0.7rem !important;
}
.textS {
  font-size: 0.8rem !important;
}
.textM {
  font-size: 1rem !important;
}
.textL {
  font-size: 1.2rem !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.primaryBtn i,
.borderBtn i,
.importantBtn i {
  vertical-align: middle;
}
.primaryBtn {
  box-shadow: 0 2px 0 0 #bd9613;
  background-color: #fed23d;
  border-radius: 4px;
  color: #333333;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.1em;
  transition: 0.3s;
  position: relative;
}
.primaryBtn i {
  vertical-align: middle;
}
.primaryBtn:hover {
  color: #333333;
  transform: translateY(2px);
  box-shadow: 0 0 0 0 #9e9e9f;
}
.importantBtn {
  box-shadow: 0 2px 0 0 #af4a23;
  background-color: #fc6023;
  border-radius: 4px;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.1em;
  transition: 0.3s;
  position: relative;
}
.importantBtn i {
  vertical-align: middle;
}
.importantBtn:hover {
  color: #fff;
  transform: translateY(2px);
  box-shadow: 0 0 0 0 #9e9e9f;
}
.borderBtn {
  border: 2px solid #fed23d;
  box-shadow: 0 2px 0 0 #bd9613;
  background-color: #fff;
  border-radius: 4px;
  color: #333333;
  padding: 8px 13px;
  display: inline-block;
  font-size: 1.1em;
  transition: 0.3s;
  position: relative;
}
.borderBtn i {
  vertical-align: middle;
}
.borderBtn:hover {
  color: #333333;
  box-shadow: 0 0 0 0 #9e9e9f;
  transform: translateY(2px);
}
.borderLabel span {
  min-width: 4em;
  padding: 0.4em 0.8em;
  display: inline-block;
  text-align: center;
  border-radius: 1.9em;
  color: #d4d4d4;
  border: 2px solid #d4d4d4;
  transition: 0.3s;
  font-weight: bold;
  font-family: "M PLUS 1p";
  background-color: #fff;
}
.borderLabel input {
  opacity: 0;
  position: absolute;
}
.borderLabel input:checked + span {
  border: 2px solid #fed23d;
  color: #fed23d;
}
.spMenu {
  display: none;
}
.spMenuNavi {
  display: none;
}
.headerArea {
  background-color: #fff;
  border-bottom: 2px solid #efefef;
}
.top .headerArea {
  border-bottom: none;
  background-image: url(../image/top_main_bg.png);
  background-position: 0 top;
  background-repeat: no-repeat;
  /*background-size: auto 738px;*/
  background-size: 100% auto;
  padding-bottom: 0px;
  background-color: #fff;
}
.top .headerArea .headerAreaInner .logo {
  display: none;
}
.headerArea .headerAreaInner {
  max-width: 1540px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 63px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.headerArea .headerAreaInner .logo {
  display: block;
}
.headerArea .headerAreaInner .logo img {
  width: 280px;
}
.headerArea .headerAreaInner .titlePageBack {
  display: none;
}
.headerArea .headerAreaInner .headerNavi {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
.headerArea .headerAreaInner .headerNavi ul li {
  display: inline-block;
  margin-left: 15px;
}
.headerArea .headerAreaInner .headerNavi ul li a {
  color: #333333;
}
.headerArea .headerAreaInner .headerNavi ul li a:hover {
  opacity: 0.5;
}
.headerArea .headerAreaInner .headerNavi ul li a i {
  vertical-align: middle;
  color: #ff9711;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 1.15em;
  margin-right: 5px;
  margin-top: -1px;
}
.headerArea .headerAreaInner .headerNavi .loginBtn {
  margin-left: 15px;
}
.headerArea .headerAreaInner .headerNavi .loginBtn a {
  font-size: 1em;
}
.articleArea {
  padding-top: 35px;
  background-color: #f9f9f9;
  border-bottom: 2px solid #efefef;
}
.top .articleArea {
  padding-top: 0;
}
.articleArea .articleAreaInner {
  max-width: 1540px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.top .articleArea .articleAreaInner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.footerArea .deepFooter {
  background-color: #fff;
}
.footerArea .deepFooter .deepFooterInner {
  max-width: 1540px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footerArea .deepFooter .deepFooterInner .column:nth-child(1) {
  width: 43%;
  padding-right: 20px;
}
.footerArea .deepFooter .deepFooterInner .column:nth-child(2) {
  width: 26%;
  padding-right: 15px;
}
.footerArea .deepFooter .deepFooterInner .column:nth-child(3) {
  width: 31%;
}
.footerArea .deepFooter .deepFooterInner .column ul li {
  margin-bottom: 6px;
}
.footerArea .deepFooter .deepFooterInner .column .banner img {
  width: 355px;
}
.footerArea .deepFooter .deepFooterInner .column .icon {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.5em;
}
.footerArea .deepFooter .deepFooterInner .column .contact {
  padding: 15px 25px 9px 25px;
  background-color: #f9f9f9;
}
.footerArea .bottomFooter {
  background-color: #fed23d;
}
.footerArea .bottomFooter .bottomFooterInner {
  font-size: 0.9em;
  max-width: 1540px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
.footerArea .bottomFooter .bottomFooterInner .fotterLogo {
  margin-right: 25px;
}
.footerArea .bottomFooter .bottomFooterInner .fotterLogo a img {
  width: 192px;
}
.footerArea .bottomFooter .bottomFooterInner ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: auto;
}
.footerArea .bottomFooter .bottomFooterInner ul li {
  padding-right: 15px;
  border-right: 1px solid #333333;
  margin-right: 15px;
  line-height: 1.2em;
}
.footerArea .bottomFooter .bottomFooterInner ul li:last-child {
  margin-right: 0;
  border-right: none;
}
.footerArea .bottomFooter .bottomFooterInner ul li a {
  color: #333333;
}
.footerArea .bottomFooter .bottomFooterInner ul li a:hover {
  opacity: 0.5;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 130;
}
@media screen and (max-width: 1050px) {
  .top .headerArea {
    background-size: auto 508px;
    background-position: -40px 0px;
  }
  .headerArea .headerAreaInner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .articleArea .articleAreaInner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footerArea .deepFooter .deepFooterInner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footerArea .bottomFooter .bottomFooterInner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  /*html {
	background-color: @heightLightGrayBg;
	overflow: hidden;
}
body {
	overflow: hidden;
	line-height: 1.5;
}*/
  .disPC {
    display: none;
  }
  .disSP {
    display: inline-block;
  }
  input[type="text"],
  input[type="number"],
  select,
  textarea {
    font-size: 1rem;
  }
  input[type="text"],
  input[type="number"],
  select {
    line-height: 36px;
    height: 38px;
  }
  .primaryBtn,
  .importantBtn {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .borderBtn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .primaryBtn:hover,
  .borderBtn:hover {
    transform: translateY(0px);
    box-shadow: 0 2px 0 0 #bd9613;
  }
  .importantBtn:hover {
    transform: translateY(0px);
    box-shadow: 0 2px 0 0 #af4a23;
  }
  table td,
  table th {
    padding-top: 4px;
    padding-bottom: 4px;
    word-break: break-all;
  }
  ul li,
  ol li {
    list-style: none;
  }
  .spMenu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 140;
  }
  .spMenu > a {
    background-color: #fed23d;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333333;
    font-size: 1.2em;
  }
  .spMenuNavi {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    z-index: 150;
    bottom: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    border-bottom: none;
    background-color: #f9f9f9;
    font-family: "M PLUS 1p";
    overflow-y: auto;
  }
  .spMenuNavi .userLink {
    padding: 7px 15px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .spMenuNavi .userLink a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .spMenuNavi .userLink a img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 10px;
  }
  .spMenuNavi ul {
    background-color: #fff;
  }
  .spMenuNavi ul li {
    border-bottom: 1px solid #efefef;
  }
  .spMenuNavi ul li:last-child {
    border-bottom: none;
  }
  .spMenuNavi ul li a {
    display: block;
    padding: 12px 15px 12px 38px;
    position: relative;
    color: #333333;
    border-left: 0px solid #fed23d;
  }
  .spMenuNavi ul li a img {
    width: 14px;
  }
  .spMenuNavi ul li a img,
  .spMenuNavi ul li a i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 15px;
  }
  .spMenuNavi ul li a:hover {
    border-left-width: 5px;
  }
  .spMenuNavi ul li.active a {
    background-color: #fed23d;
  }
  .spMenuNavi .spMenuLogo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .spMenuNavi .spMenuLogo img {
    width: 200px;
  }
  .pwa .spMenuNavi {
    position: relative;
    position: static;
    display: block;
    box-shadow: none;
    overflow: inherit;
    width: 100%;
    top: auto;
  }
  .pwa .spMenuNavi .userLink {
    padding: 0;
    border-bottom: none;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 200;
  }
  .pwa .spMenuNavi .userLink a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
  }
  .pwa .spMenuNavi .userLink a img {
    width: auto;
    height: auto;
    /*border-radius: 20px;
			background-color: #fff;
			overflow: hidden;*/
    margin-right: 0px;
  }
  .pwa .spMenuNavi .userLink a:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 20px, #ffffff 20px, #ffffff 60px);
  }
  .pwa .spMenuNavi .userLink a span {
    display: none;
  }
  .pwa .spMenuNavi ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: none;
    position: fixed;
    height: 45px;
    border-top: 2px solid #efefef;
    z-index: 200;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
  }
  .pwa .spMenuNavi ul li {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    font-size: 0.63rem;
    text-align: center;
  }
  .pwa .spMenuNavi ul li.spMenuTop,
  .pwa .spMenuNavi ul li.spMenuAccount {
    display: none;
  }
  .pwa .spMenuNavi ul li.spMenuHouto {
    order: 4;
  }
  .pwa .spMenuNavi ul li.spMenuSession {
    order: 1;
  }
  .pwa .spMenuNavi ul li.spMenuRoom {
    order: 2;
  }
  .pwa .spMenuNavi ul li.spMenuMedia {
    order: 3;
    letter-spacing: -1px;
  }
  .pwa .spMenuNavi ul li a {
    padding: 3px 0 0 0;
    height: 45px;
  }
  .pwa .spMenuNavi ul li a:hover {
    border-left: none;
  }
  .pwa .spMenuNavi ul li a i {
    padding-top: 2px;
    position: static;
    margin-top: 0px;
    font-size: 1.2rem;
    line-height: 23px;
  }
  .pwa .spMenuNavi ul li a img {
    position: static;
    margin-top: 0px;
    width: 21px;
  }
  .pwa .spMenuNavi ul li a img + span {
    margin-top: -2px;
  }
  .pwa .spMenuNavi ul li a span {
    display: block;
    margin-top: -8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pwa .spMenuNavi .banner,
  .pwa .spMenuNavi .spMenuLogo {
    display: none;
  }
  .top .headerArea {
    background-image: none;
  }
  .top.pwa .headerArea {
    border-bottom: 2px solid #efefef;
  }
  .top.pwa .headerArea .headerAreaInner .logo {
    display: block;
  }
  .pwa .headerArea {
    position: fixed;
    z-index: 130;
    top: 0;
    width: 100%;
  }
  .pwa .headerArea .headerAreaInner .logo {
    display: none;
  }
  .pwa .headerArea .headerAreaInner .titlePageBack {
    padding-right: 60px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pwa .headerArea .headerAreaInner .titlePageBack a {
    width: 40px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #f9f9f9;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
  }
  .pwa .headerArea .headerAreaInner .titlePageBack a:before,
  .pwa .headerArea .headerAreaInner .titlePageBack a:after {
    content: "";
    display: block;
    width: 3px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 35%;
    height: 10px;
    transition: 0.3s;
  }
  .pwa .headerArea .headerAreaInner .titlePageBack a:before {
    transform: rotate(45deg);
    margin-top: -9px;
  }
  .pwa .headerArea .headerAreaInner .titlePageBack a:after {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .pwa .headerArea .headerAreaInner .titlePageBack .pageTitle {
    font-family: "M PLUS 1p";
    font-size: 1.05rem;
  }
  .headerArea .headerAreaInner {
    padding: 5px 10px;
    height: 50px;
  }
  .headerArea .headerAreaInner .logo img {
    width: 200px;
  }
  .headerArea .headerAreaInner .headerNavi ul li {
    display: none;
  }
  .headerArea .headerAreaInner .headerNavi .loginBtn {
    position: relative;
    margin-right: 55px;
    margin-left: 0;
  }
  .pwa .headerArea .headerAreaInner .headerNavi .loginBtn {
    display: none;
  }
  .headerArea .headerAreaInner .headerNavi .loginBtn .borderBtn {
    border: none;
    box-shadow: none;
    padding: 0;
    text-indent: 200%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 50px;
  }
  .headerArea .headerAreaInner .headerNavi .loginBtn .borderBtn:hover {
    transform: translateY(0px);
  }
  .headerArea .headerAreaInner .headerNavi .loginBtn .borderBtn:after {
    text-indent: 0%;
    font-family: 'Simple-Line-Icons';
    content: "\e005";
    position: absolute;
    right: 0;
    top: 4px;
    color: #fed23d;
    font-size: 1.6rem;
    line-height: 50px;
    text-align: center;
  }
  .articleArea {
    padding-top: 0;
    border-bottom: none;
  }
  .pwa .articleArea {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .pwa.userSetting .articleArea {
    padding-bottom: 0px;
  }
  .articleArea .articleAreaInner {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .pwa .footerArea {
    display: none;
  }
  .pwa.userSetting .footerArea {
    display: block;
  }
  .footerArea .deepFooter .deepFooterInner {
    padding: 0;
    display: block;
  }
  .footerArea .deepFooter .deepFooterInner .column:nth-child(1) {
    width: auto;
    padding-right: 0;
  }
  .footerArea .deepFooter .deepFooterInner .column:nth-child(2) {
    width: auto;
    padding-right: 0;
  }
  .footerArea .deepFooter .deepFooterInner .column:nth-child(2) .relatedService li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
  }
  .footerArea .deepFooter .deepFooterInner .column:nth-child(2) .relatedService li a {
    padding: 14px 30px 14px 25px;
    display: block;
    position: relative;
  }
  .footerArea .deepFooter .deepFooterInner .column:nth-child(2) .relatedService li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #30c0d8;
    border-bottom: 1px solid #30c0d8;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 25px;
    transform: rotate(-45deg);
  }
  .footerArea .deepFooter .deepFooterInner .column:nth-child(3) {
    width: auto;
  }
  .footerArea .deepFooter .deepFooterInner .column:nth-child(3) ul li {
    display: block;
    margin-right: 8px;
    line-height: 28px;
  }
  .footerArea .deepFooter .deepFooterInner .column .banner img {
    width: auto;
  }
  .footerArea .deepFooter .deepFooterInner .column .icon {
    margin-left: 25px;
  }
  .footerArea .deepFooter .deepFooterInner .column .contact {
    margin: 10px;
  }
  .pwa .footerArea .bottomFooter {
    padding-bottom: 45px;
  }
  .footerArea .bottomFooter .bottomFooterInner {
    display: block;
    text-align: center;
  }
  .footerArea .bottomFooter .bottomFooterInner .fotterLogo {
    margin-bottom: 15px;
  }
  .footerArea .bottomFooter .bottomFooterInner ul {
    display: block;
    margin-bottom: 5px;
  }
  .footerArea .bottomFooter .bottomFooterInner ul li {
    display: inline-block;
  }
  .pwa .spMenu > a {
    display: none;
  }
}
