@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: common_user.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	キーカラー設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:first-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #444;
}
body.type-black {
  background-color: #2d2f34;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF2D2F34', endColorstr='#FF111111');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMmYzNCIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #2d2f34 0%, #111111 60%);
  background-image: -webkit-linear-gradient(left, #2d2f34 0%, #111111 60%);
  background-image: linear-gradient(to right, #2d2f34 0%, #111111 60%);
  color: #FFF;
}
body.type-gray {
  background-color: #373735;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF373735', endColorstr='#FF2A2F32');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3MzczNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhMmYzMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #373735 0%, #2a2f32 100%);
  background-image: -webkit-linear-gradient(left, #373735 0%, #2a2f32 100%);
  background-image: linear-gradient(to right, #373735 0%, #2a2f32 100%);
  color: #FFF;
}
body.type-pink, body.type-beige {
  color: #444;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 56px;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}
/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.more a {
  display: block;
  position: relative;
  padding: 8px 28px 8px 15px;
  background: rgba(68, 68, 68, 0.1);
  color: #444;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .more a {
    padding: 8px 20px 8px 15px;
  }
}
.more a:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  cursor: pointer;
}

.pagenation {
  text-align: center;
}
.pagenation__item {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  background: #FFF;
  font-size: 14px;
  text-align: center;
}
.pagenation__item.-current {
  background: #2f1f8a;
}
.pagenation__item.-current a {
  color: #FFF;
}
.pagenation__item.-period span {
  display: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 55%;
  margin: auto;
  border: none;
}
.pagenation a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #444;
  text-decoration: none;
}
.pagenation span {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #2f1f8a;
}

/*ページャー*/
.pager {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-bottom: 20px;
  }
}

.pager a {
  color: #0077FF;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration-line: underline;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .pager a {
    font-size: 14px;
    font-weight: normal;
  }
}
.page-link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.paginationjs-pages ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.paginationjs-pages li:not(:first-child, :last-child) {
  padding: 6px 10px;
}

@media screen and (max-width: 480px) {
  .paginationjs-pages li:not(:first-child, :last-child) {
    padding: 0.3em 0.6em;
  }
}
.paginationjs-pages li {
  margin-right: 1em;
}

.paginationjs-pages li.active {
  background-color: #0077ff;
  border-radius: 4px;
  line-height: 14px;
}

.paginationjs-pages .active a {
  color: #fff;
  text-decoration: none;
}

.paginationjs-prev.disabled a,
.paginationjs-next.disabled a {
  display: none;
}

.paginationjs-ellipsis.disabled a {
  pointer-events: none;
  color: #ccc !important;
  text-decoration: none;
}

.checkbox-input {
  display: none;
  cursor: pointer;
}

.checkbox-parts {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.checkbox-parts:before {
  display: flex;
  align-items: center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #B5B5B6;
}
@media screen and (max-width: 768px) {
  .checkbox-parts:before {
    top: 3px;
  }
}

.checkbox-input:checked + .checkbox-parts {
  color: #C30D23;
}

.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #C30D23;
  border-right: 3px solid #C30D23;
}
@media screen and (max-width: 768px) {
  .checkbox-input:checked + .checkbox-parts:after {
    top: -1px;
  }
}

.menu__tab__item:last-child {
  pointer-events:auto !important;
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.header {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  margin: 0 auto;
  background: url("../img/header_bg.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
@media screen and (min-width: 769px) {
  .header__inner {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 58px;
    height: auto;
  }
}
.header__right {
  *zoom: 1;
}
.header__right:after {
  content: "";
  display: table;
  clear: both;
}
.header__nav {
  float: left;
  margin-right: 25px;
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    margin-right: 20px;
    padding-top: 30px;
  }
}
.header__nav__item {
  display: inline-block;
}
@media screen and (max-width: 1180px) {
  .header__nav__item {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .header__nav__item.-cart {
    margin-right: 15px !important;
  }
}
.header__nav__item.-search {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header__nav__item.-search {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1180px) {
  .header__nav__item.-cart, .header__nav__item.-search {
    display: inline-block;
  }
}
.header__nav__item:not(:last-child) {
  margin-right: 17px;
}
.header__nav__item a {
  display: block;
  position: relative;
  color: #FFF;
}
.header__nav__item a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -26px;
  margin: auto;
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.header__nav__item a.-mypage:before {
  content: "\f007";
}
.header__nav__item a.-favorite:before {
  content: "\f005";
}
.header__nav__item a.-fan:before {
  content: "\f3a5";
  font-weight: 500;
}
.header__nav__item a.-cart:before {
  content: "\f07a";
  right: 5px;
}
.header__nav__item a.-search:before {
  content: "\f002";
  right: 5px;
}
.header__nav__item a.-logout:before {
  content: "\f2f5";
}
.header__search {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: left;
  width: 240px;
  margin: 0 25px 0 0;
  padding: 10px 0 10px 15px;
  background: #ececec;
  color: #808285;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .header__search {
    display: none;
  }
}
.header__search span {
  position: relative;
}
.header__search span:before {
  content: "\f002";
  position: absolute;
  left: -20px;
  color: #808285;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}
.search_icon {
  position: absolute;
  top: 8px;
  right: 4px;
  font-size: 22px;
  background: none;
  border: none;
  color: #666;
}
.header__search__box {
  padding-top: 65px;
}
.header__search__box__inner {
  padding: 15px 30px 0;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .header__search__box__inner {
    padding: 15px 20px 0;
  }
}
.header__search__keyword {
  position: relative;
  width: 90%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .header__search__keyword {
    width: 100%;
  }
}
/*
.header__search__keyword:before {
  content: "\f002";
  position: absolute;
  display: flex;
  align-items: center;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #808285;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 900;
}
*/
.header__search__keyword__input {
  width: 100%;
  height: 40px;
  color: #808285;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  outline: none;
}
.header__search__sort__term {
  margin: 0 -30px;
  padding: 0 30px;
  background: #F0F0F0;
  color: #444;
  font-size: 16px;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .header__search__sort__term {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.header__search__list {
  padding: 10px 0;
}
.header__search__item label {
  position: relative;
  padding-left: 20px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  line-height: 2.28571;
}
.header #humberger,
.header #humberger2 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: left;
  width: 20px;
  padding: 10px 9px 5px 9px;
  background-color: #FFF;
  border: 1px solid #444;
}
@media screen and (max-width: 768px) {
  .header #humberger,
  .header #humberger2 {
    margin-top: 4px;
  }
}
.header #humberger .icon-bar,
.header #humberger2 .icon-bar {
  position: relative;
  top: 0;
  margin-bottom: 4px;
  background-color: #444;
}
@keyframes animation-marquee {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-100%);
  }
}
@-webkit-keyframes animation-marquee {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-100%);
  }
}
.header__marquee {
  position: relative;
  height: 35px;
  background: #007ABD;
  border-bottom: 6px solid #cae7f7;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header__marquee {
    display: flex;
    align-items: center;
  }
}
.header__marquee__text {
  white-space: nowrap;
  position: absolute;
  margin: 0;
  white-space: nowrap;
  padding: 5px 0 5px 100vw;
  color: #FFF;
  font-size: 14px;
  line-height: 1em;
  animation-name: animation-marquee;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.header__marquee__text span {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px 3px;
}
.header__marquee__text .production {
  background: #FD4356;
}
.header__marquee__text .pre {
  background: #fc974a;
}

/*popup*/
/* ポップアップウインドウの設定 */
.popup {
  background: rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index:100000
  /*width: 700px;
  height:70%;
  overflow-y: scroll;*/
}
.popup::after{
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;left:0;
	z-index:-1;
}
@media screen and (max-width: 768px) {
.popup {width: 100%;height:100%;}
}
.popup-content {
	background-color: #fff;
  margin: auto;
  padding:0 10px;
  width: 700px;
  height:70%;
  /*overflow-y: scroll;*/
  z-index:100001;
  position: absolute;
  top:0;
  left: 0;
  bottom:0;
  right:0;
  }
  @media screen and (max-width: 768px) {
	.popup-content {width: 90%;}
  }
/* チェックボックスの初期設定 */
#popup-on{display: none;}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{display: block;}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  display: inline-flex;
  float: left;
  top:0;
  right:0;
  margin-bottom: 10px;
}

/* 送信ボタン */
.submit_btn{
  background: dodgerblue;
  border-radius: 4px;
  color: #fff;
  padding:20px 10px;
  font-size: 14px;
  cursor: pointer;
  margin: 20px auto;
  width:50%;
  text-align: center;
display: block;
}
.submit_btn input{display: none;}
@media screen and (max-width: 768px) {
.submit_btn {width: 90%;font-size: 12px;}
}
div.agree_content{
  width: 100%; display: flex; flex-wrap: wrap;padding: 30px 20px;
}
ul.agree_item_list,ul.agree_item_list li,.popup_btn{
  flex-basis: 100%; display: flex; flex-wrap: wrap;
}
ul.agree_item_list{
  border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}
ul.agree_item_list li{
  font-size: .875rem;
  line-height: 1.5rem;
  border-bottom:1px dotted #ccc ;
  padding: 10px 0;
}
ul.agree_item_list li:first-child{padding-top: 0;}
ul.agree_item_list li:last-child{padding-bottom:0;border-bottom: none;}
.agree_comment{
  padding: 20px 0;
  text-align: center;
  margin: auto;
  font-size: 1rem
}
@media screen and (max-width:480px) {
  .agree_comment{font-size: .875rem}
}
.popup_btn {
  justify-content:space-evenly;
}
.popup_agree,.popup_disagree {
  flex-basis: 40%;
  margin: auto;
  padding: 10px 0;
  font-size: 1rem;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.popup_agree{
  background-color: #ff0000;
  color: #fff;
}
.popup_disagree {
  background-color: #C0C0C0;
  color: #000;
}
.list_product_code{flex-basis: 100%;}
.list_product_name{display: inline-block;}
.list_product_num{display: inline-block; padding-left: 10px;}
@media screen and (max-width:480px) {
  .popup_agree,.popup_disagree {flex-basis: 100%;}
  .popup_agree{order: 1;margin-bottom: 20px;}
  .popup_disagree {order:2}
  .list_product_num{display: block;width: 100%;padding-left: 0;}
}

.agree_anchor{width:100%;margin: auto;text-align: center;}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.topicpath {
  float: left;
  background: none !important;
}
@media screen and (max-width: 768px) {
  .topicpath {
    display: none;
  }
}
.topicpath__list {
  position: relative;
  z-index: 10;
  width: 1050px;
  margin: 0 auto;
  padding: 12px 0;
}
@media screen and (max-width: 1080px) {
  .topicpath__list {
    width: 94%;
  }
}
.topicpath__item {
  display: inline-block;
  position: relative;
  margin-right: 28px;
}
.topicpath__item:after {
  content: '＞';
  position: absolute;
  right: -22px;
  color: #444;
  font-size: 12px;
}
.topicpath__item:last-child {
  margin-right: 0;
}
.topicpath__item:last-child:after {
  content: none;
}
.topicpath__item a {
  color: #444;
  font-size: 13px;
}

.type-black .topicpath,
.type-gray .topicpath {
  background: #000;
}

.type-pink .topicpath,
.type-beige .topicpath {
  background: #FFF;
}
.type-pink .topicpath__item:after,
.type-beige .topicpath__item:after {
  color: #444;
}
.type-pink .topicpath__item a,
.type-beige .topicpath__item a {
  color: #444;
}

main {
  padding-bottom: 120px;
  background: none;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 10%;
  }
}

.main {
  float: none;
  width: auto;
}
/*
@media screen and (max-width: 1080px) {
  .main {
    width: 66.66667%;
  }
}
@media screen and (max-width: 768px) {
  .main {
    float: none;
    width: 100%;
  }
}
*/
.main__inner {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .main__inner {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .main__inner {
    width: 100%;
  }
}
.main__flex {
  *zoom: 1;
  width: 1050px;
  margin: 20px auto 20px;
}
.main__flex:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .main__flex {
    width: auto;
    margin: 5% auto 0;
  }
}
.main__flex__ticket {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 300px;
  height: 100px;
  border: 1px dotted #666;
  display: flex;
  flex-wrap: wrap;
  box-shadow: #ccc 2px 2px 2px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .main__flex__ticket {
    float: none;
    margin: auto;
  }
}
.main__flex__ticket__left {
  flex-basis: 85%;
  max-width: 85%;
  padding: 5px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  flex-direction: column;
}
.main__flex__ticket__left a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  color: white;
  background: #871587;
  background: linear-gradient(90deg, #871587 0%, #142e96 100%);
}
.main__flex__ticket__right {
  border-left: 1px dotted #666;
}
.main__flex__cart {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .main__flex__cart {
    display: none;
  }
}
.main__flex__cart a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  margin-bottom: 15px;
  padding: 15px 0 15px 8px;
  color: #FFF;
  font-size: 13px;
  background: #871587;
  background: linear-gradient(90deg, #871587 0%, #142e96 100%);
}
.main__flex__cart .icon {
  position: relative;
}
.main__flex__cart .icon:before {
  content: "\f07a";
  position: absolute;
  left: -32px;
  top: -1px;
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}
.main__flex__cart__num {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  background: #e76b26;
  color: #FFF;
}
.main__flex__dealer-name {
  color: #3E0E75;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .main__flex__dealer-name {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__flex__dealer-name {
    margin: 5% 3% 3%;
    font-size: 10px;
  }
}
.main__flex__dealer-name em {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main__flex__dealer-name em {
    font-size: 16px;
  }
}
.main__flex__right {
  float: right;
}
@media screen and (max-width: 768px) {
  .main__flex__right {
    float: none;
  }
}
.main__menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1050px;
  margin: 0 auto 25px;
  border-bottom: 4px solid #2f1f8a;
}
@media screen and (max-width: 768px) {
  .main__menu {
    flex-wrap: wrap;
    width: auto;
  }
}
.main__menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 100%;
  height: 20px;
}
.main__menu__item {
  min-width: 145px;
}
@media screen and (max-width: 768px) {
  .main__menu__item {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main__menu__item:first-child, .main__menu__item:nth-child(2) {
    border-top: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.main__menu__item a {
  display: block;
  padding: 17px 24px;
  color: #2f1f8a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-top: 4px solid rgba(134, 123, 102, 0.1);
  border-right: 4px solid rgba(134, 123, 102, 0.1);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main__menu__item a {
    border-top: none;
    border-right: 4px solid rgba(134, 123, 102, 0.1);
    border-bottom: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.main__menu__item.-is-active {
  background: #2f1f8a;
  color: #FFF;
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .main__menu__item.-is-active {
    justify-content: center;
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.main__menu__item.-is-active a {
  color: #FFF;
}
.main__menu__item:first-child {
  border-left: 4px solid rgba(134, 123, 102, 0.1);
}
@media screen and (max-width: 768px) {
  .main__menu__item:first-child {
    border-left: none;
  }
}
.main__menu__item:first-child.-is-active {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .main__menu__item:last-child {
    pointer-events: none;
  }
}
.main__menu__item.-bdrnone {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .main__menu__item.-bdrnone {
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.main__submenu {
  float: right;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main__submenu {
    margin-right: 3%;
  }
}
.main__submenu__item:not(:last-child) {
  margin-right: 20px;
}
.main__submenu__item a {
  color: #2f1f8a;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .main__submenu__item a {
    font-size: 11px;
  }
}
.main__submenu__item a:hover {
  text-decoration: none;
}
.main__title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__title {
    margin: 10% 0 5%;
  }
}
.main__title__text {
  position: relative;
  z-index: 1;
  color: #3E0E75;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .main__title__text {
    font-size: 26px;
  }
}
.main__title__text:before {
  right: 130px;
}
.main__title__text:after {
  left: 130px;
  transform: scale(-1, 1);
}
.main__title .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
  color: rgba(192, 176, 209, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .main__title .bg {
    font-size: 50px;
    display: none;
  }
}
.main__title .jp {
  display: block;
  margin-top: 20px;
  color: #3E0E75;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main__title .jp {
    margin-top: 15px;
    font-size: 12px;
  }
}
.main__dealer-name {
  width: 1050px;
  margin: -5px auto 5px;
  color: #3E0E75;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .main__dealer-name .main__dealer-name {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__dealer-name {
    margin: 10px 10px 10px 0;
    font-size: 10px;
  }
}

#item .main {
  float: left;
}

.menu__tab {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1050px;
  margin: 0 auto 50px;
  border-bottom: 4px solid #2f1f8a;
}
@media screen and (max-width: 768px) {
  .menu__tab {
    flex-wrap: wrap;
    width: auto;
    margin: 20px auto 50px;
  }
}
.menu__tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 100%;
  height: 20px;
}
.menu__tab__item {
  min-width: 128px;
}
@media screen and (max-width: 768px) {
  .menu__tab__item {
    width: 50%;
    text-align: center;
  }
}
.menu__tab__item a {
  display: block;
  padding: 17px 0;
  color: #2f1f8a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-top: 4px solid rgba(134, 123, 102, 0.1);
  border-right: 4px solid rgba(134, 123, 102, 0.1);
  text-align: center;
}
.menu__tab__item.-is-active {
  background: #2f1f8a;
  color: #FFF;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item.-is-active {
    justify-content: center;
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.menu__tab__item.-is-active a {
  color: #FFF;
}
.menu__tab__item:first-child {
  width: 150px;
  border-left: 4px solid rgba(134, 123, 102, 0.1);
}
@media screen and (max-width: 768px) {
  .menu__tab__item:first-child {
    width: 50%;
    border-left: none;
  }
}
.menu__tab__item:first-child.-is-active {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item:last-child {
    pointer-events: none;
  }
}
.menu__tab__item.-bdrnone {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item.-bdrnone {
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
.side {
  float: right;
  width: 300px;
}
@media screen and (max-width: 1080px) {
  .side {
    width: 28.57143%;
  }
}
@media screen and (max-width: 768px) {
  .side {
    float: none;
    width: 100%;
  }
}
.side__dealer__type {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  width: 1050px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .side__dealer__type {
    width: auto;
  }
}
.side__dealer__type__inner {
  position: relative;
  left: 8px;
  top: -4px;
  float: right;
  width: 110px;
  height: 86px;
  padding-top: 10px;
  color: #FFF;
  font-family: "Noto Serif SC", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.41667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .side__dealer__type__inner {
    right: -8px;
    top: -28px;
  }
}
.side__dealer__type__inner.-type1 {
  background: url("../item/img/side_dealer_type_bg1.png") left top no-repeat;
}
.side__dealer__type__inner.-type2 {
  background: url("../item/img/side_dealer_type_bg2.png") left top no-repeat;
}
.side__dealer__type__inner.-type3 {
  background: url("../item/img/side_dealer_type_bg3.png") left top no-repeat;
}
.side__box {
  margin-top: 50px;
}
.side__box:first-child {
  margin-top: 0;
}
.side .contact__list {
  *zoom: 1;
}
.side .contact__list:after {
  content: "";
  display: table;
  clear: both;
}
.side .contact__item {
  float: left;
  width: 48.5%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .side .contact__item {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .side .contact__item {
    float: left;
    width: 48.5%;
  }
}
.side .contact__item:nth-child(even) {
  float: right;
}
@media screen and (max-width: 1080px) {
  .side .contact__item:nth-child(even) {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .side .contact__item:nth-child(even) {
    float: right;
  }
}
.side .contact__item a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 12px 0;
  background: #FFF;
  color: #56A9D3;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #2F95C9;
  text-align: center;
}
.side .contact__item__text {
  display: block;
  margin-bottom: 7px;
  color: #444;
  font-size: 11px;
  font-weight: normal;
}
.side .contact__item__icon {
  font-weight: bold;
}
.side .contact__item__icon:before {
  position: relative;
  top: 1px;
  margin-right: 7px;
  color: #56A9D3;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
}
.side .contact__item__icon.-live:before {
  content: "\f500";
}
.side .contact__item__icon.-movie:before {
  content: "\f03d";
  top: 2px;
}
.side .contact__item__icon.-talk:before {
  content: "\f4ad";
  top: 3px;
  transform: scale(-1, 1);
}
.side .contact__item__icon.-talk1to1:before {
  content: "\f007";
}
.side .contact__button a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  padding: 12px 0;
  background: #439FCE;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.side .contact__button a:before {
  content: "\f0e0";
  position: relative;
  top: 2px;
  margin-right: 12px;
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}
.side .contact__sns {
  *zoom: 1;
  margin-top: 20px;
}
.side .contact__sns:after {
  content: "";
  display: table;
  clear: both;
}
.side .contact__sns__item {
  float: left;
  margin-right: 10px;
}
.side .contact__sns__item a {
  display: block;
}
.side .contact__sns__item img {
  width: 38px;
  height: 38px;
}
.side .schedule__list {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  height: 362px;
  padding: 20px;
  background: #FFF;
  border: 1px solid #2F95C9;
  overflow-y: scroll;
}
.side .schedule__item {
  margin-bottom: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d8d8d8;
}
.side .schedule__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.side .schedule__item__date {
  margin-bottom: 3px;
  color: #2F95C9;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .side .schedule__item__date {
    font-size: 13px;
  }
}
.side .schedule__item__description {
  color: #444;
  font-size: 13px;
  line-height: 1.53846;
}
@media screen and (max-width: 768px) {
  .side .schedule__item__description {
    font-size: 14px;
  }
}
.side .information__box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 18px 20px;
  background: #FFF;
  border: 1px solid #2F95C9;
}
.side .information__box:nth-of-type(2) {
  margin-top: 10px;
}
.side .information__term {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.side .information__description {
  font-size: 13px;
  line-height: 1.23077;
}

.type-pink .side__dealer__type__inner {
  background: url("../item_type4/img/side_dealer_type_bg1.png") left top no-repeat;
  color: #91716E;
}

/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer {
  background: #25236F;
}
.footer__inner {
  *zoom: 1;
  width: 1050px;
  margin: auto;
  padding: 30px 0 24px;
}
.footer__inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1080px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__box {
  float: left;
  width: 300px;
  margin-right: 75px;
}
@media screen and (max-width: 1080px) {
  .footer__box {
    float: none;
    width: 94%;
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 768px) {
  .footer__box {
    width: 90%;
    margin: 0 auto 10%;
  }
}
.footer__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .footer__box:last-child {
    margin: 0 auto;
  }
}
.footer__box * {
  color: #FFF;
}
.footer__box .term {
  position: relative;
  margin-bottom: 6px;
  padding: 0 0 10px 26px;
  font-size: 14px;
  border-bottom: 1px solid #727272;
}
.footer__box .term:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}
.footer__box .term.-guide:before {
  content: "\f54e";
}
.footer__box .term.-contents:before {
  content: "\f5da";
}
.footer__box .term.-horn:before {
  content: "\f0a1";
}
.footer__box .description.-flex {
  display: flex;
  justify-content: space-between;
}
.footer__box__item {
  position: relative;
  font-size: 13px;
  line-height: 2;
}
.footer__box__item:before {
  content: "-";
  position: absolute;
  left: 0;
}
.footer__box__item a {
  padding-left: 8px;
}
.footer__box__item a:hover {
  text-decoration: underline;
}
.footer__copy {
  background: #1F2F9E;
  color: #FFF;
  font-size: 13px;
  line-height: 72px;
  text-align: center;
}
/*----------------------------------------------------------------------
11.	#キーカラー設定
----------------------------------------------------------------------*/
