@charset "utf-8";
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-align: left; }

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1.0; }

/*文字サイズの自動調整を無効化しています*/
body {
  line-height: 1.0;
  -webkit-text-size-adjust: none; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
section要素などをブロック要素へ変更しています*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*ホバー、アクティブ時のアウトラインを消しています*/
a:hover,
a:active {
  outline: 0; }

/*ol、ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*スタイリングを再指定しています*/
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

/*pre,code等のフォントを指定しています*/
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*pre-formatted textの読みやすさを改善しています*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を
親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*ins要素のデフォルトをセットし、
色を変える場合はここで変更できるようにしています*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/*mark要素のデフォルトをセットし、
色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、
目立たせる際に使用するようです*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、
下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

/*テーブルの中身を天地中央にします*/
th, td {
  vertical-align: middle; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 15px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

/*フォームの入力項目をいい感じに配置します*/
button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: sans-serif; }

button, input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder {
  color: #ccc; }


/*フォームの入力値が正常だった場合のスタイルです*/
:valid {
  background-color: #fff; }

/*フォームの入力値が異常だった場合のスタイルです*/
:invalid {
  background-color: #80beb9; }

/*フォームの入力値が範囲内だった場合のスタイルです*/
:in-range {
  background-color: lightgreen; }

/*フォームの入力値が範囲外だった場合のスタイルです*/
:out-of-range {
  background-color: red; }

/*フォームへの入力が必須の場合のスタイルです*/
:required {
  border-style: solid; }

/*フォームへの入力が必須でない場合のスタイルです*/
:optional {
  border-style: dashed; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle; }

/*テキストエリアのスクロールバーを削除し、上寄せにしています*/
textarea {
  overflow: auto;
  vertical-align: top; }

/*画像を縦に並べたときに隙間が空かないようにしています*/
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* 汎用パーツ 書き出しあり
------------------------------------------------- */
.invisible {
  visibility: hidden; }

.displayNone {
  display: none; }

/* 案件別mixin
------------------------------------------------- */
/* 案件別共通パーツ
------------------------------------------------- */
/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* ページ基本設計
------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-size: 12px;
  color: #333;
}

a,
a:link {
  color: #0465dc;
  border-bottom: 1px dotted #999;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }


/* 汎用文字スタイル
------------------------------------------------- */
.red {
    color: #b71c1c !important;
}
    .red a {
        color: inherit;
        border-bottom-color: #b71c1c;
    }
    .red a:hover {
      color: orange; }

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }
@media (min-width: 981px) {
  .large {
  font-size: 1.8rem;
  }
}

.l-line {
  border-left: 10px double #3a8bc3;
  padding-left: 10px;
}

/* 重要文字装飾　背景色・文字色
------------------------------------------------- */
.important {
  background: #ffffff;
  border: #000 1px solid;
  border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
  padding: 25px;
  margin: 30px 30px 80px 20px;
}
@media (min-width: 981px){
  .important{
    background: #ffffff;
    border: #000 1px solid;
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
    margin: 10px 0 40px 20px;
    width: 30%;
  }
}
.important a {
  border: 0;
  color: #616161;
  padding: 10px 15px;
  display: block;
}

@media (max-width: 980px) {
  .important a {
  font-size: 4rem;
  line-height: 1.5; 
  }
}

@media (min-width: 1000px){
  .important a{
  padding: 0 5px;
  }
}
/* 	メイン
-------------------------------------------------*/
#main {
  background: repeat url("../img/bg.jpg") center top;
}
@media (max-width: 980px) {
    #main {
        background-size: 96%;
    }
}

/* 	top画像 三峰
-------------------------------------------------*/
.header {
    height: 600px;
}

@media (max-width: 980px) {
    .header {
        height: 800px;
    }
}

.header .header1 {
    background-image: url(../img/top_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 600px;
    z-index: 1;
}

@media (max-width: 980px) {
    .header .header1 {
        background-image: url(../img/top2_sp_.jpg);
        padding-top: 800px;
    }
}

.front {
    background: url(../img/m_st.png) no-repeat;
    width: 540px;
    padding-top: 780px;
    background-size: 100%;
}

@media (min-width: 981px) {
    .front {
        width: 430px;
        padding-top: 582px;
        background-size: 100%;
    }
}

.back {
    background: url(../img/m_as.png) no-repeat;
    width: 647px;
    padding-top: 780px;
    background-size: 100%;
    left: 45px;
}

@media (min-width: 981px) {
    .back {
        width: 515px;
        padding-top: 582px;
        background-size: 100%;
    }
}

.flipwrap {
    width: 1200px;
    margin: 0 auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 980px) {
    .flipwrap {
        width: 980px;
        margin: -800px auto;
        transform: translate3d(0,0,0);
        /*transform: translateZ(0);*/
    }
}

.flip {
    width: 650px;
    animation: flip 6s ease-out infinite;
    transform-style: preserve-3d;
    position: absolute;
    top: 3px;
}

@media (min-width: 981px) {
    .flip {
        margin-left: 0px;
        top: 47px;
    }
}

@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(180deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.front {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.back {
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 981px) {
    .front, .back {
        left: 12%;
    }
}

.back {
    transform: rotateY(180deg);
}

.logo2 {
    background: url(../img/logo.png) no-repeat;
    width: 717px;
    padding-top: 216px;
    position: absolute;
    top: 690px;
    left: 15%;
    z-index: 999999;
    perspective: 1000;
}

@media (min-width: 981px) {
    .logo2 {
        display: none;
    }
}
/* 	top画像 千雪
-------------------------------------------------*/
/*
#main .header {
    max-width: 1200px;
    margin: 0 auto;
    height: calc(600 / 1200 * 100%);
}
@media (max-width: 980px) {
    #main .header {
        height: 800px;
    }
}
.header .header1 {
    background-image: url(../img/top2_.jpg);
    background-repeat: no-repeat;
    padding-top: calc(600 / 1200 * 100%);
    background-size: 100%;
    z-index: 1;
}
@media (max-width: 980px){
  .header .header1 {
    background-image: url(../img/top_sp2_.jpg);
    padding-top: 800px;
  }
}
*/
/* 	テキスト設定
-------------------------------------------------*/
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  font-size: 1.4rem;
  }
@media (max-width: 980px){
  p {
    font-size: 3.5rem;
  }
}
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 4rem;
  margin: 0 0 20px;
}
@media (min-width: 981px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-family:'serif','Noto Serif JP', 'Sawarabi Mincho', "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 980px) {
  h4, .h4 {
    font-size: 4.5rem;
  }
}

h5 {
    font-size: 2rem;
}
@media (max-width: 980px){
  h5 {
    font-size: 3.5rem;
  }
}

h6, .h6 {
    font-size: 12px;
}

h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {
    font-family: inherit;
    line-height: 1.4;
    color: inherit;
}

/* くりあふぃっくす(フロート解除)
-------------------------------------------------*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*KVカルーセルスライダー
-------------------------------------------------*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

/*スライド画像の横幅可変*/
.slider {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.slider div {
	height: 100%;
}
.slider img {
	width: 100%;
}

/* wrap
------------------------------------------------- */
#wrap {
    width: 950px;
    margin: 50px auto 0;
    padding-bottom: 150px;
}
/* box
------------------------------------------------- */
.box {
  background: rgba(255,255,255,0.7);
  padding: 20px 0;
  margin-bottom: 100px;
}
.box {
  color: #000;
}


/* お知らせ
------------------------------------------------- */
.topic {
    margin: 0 auto 100px;
    width: 100%;
    background: rgba(255,255,255,1.0);
}
.topic h1 {
    color: #3a8bc3;
    text-align: center;
    border-bottom: 3px solid #3a8bc3;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 2.5rem;
}
.p_box {
    padding: 20px;
}
.notice_shop {
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2.0;
}
.date {
    font-size: 1.8rem;
    font-weight: 900;
    background: linear-gradient(transparent 60%, #fdf24a 0%);
    margin-bottom: 10px;
}
@media (max-width: 980px) {
    .date {
        font-size: 4.5rem;
    }
}
.other_topic {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: left;
    border: 1px solid #3a8bc3;
}
@media (max-width: 980px) {
    .other_topic {
        text-align: left;
        margin-top: 100px;
        padding: 10px;
    }
}

/* Lineup
------------------------------------------------- */
.lineup {
    margin: 0 auto 100px;
    width: 100%;
    background: rgba(255,255,255,1.0);
}
.lineup h1 {
    color: #3a8bc3;
    text-align: center;
    border-bottom: 3px solid #3a8bc3;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 2.5rem;
}

.lu_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
    .lu_pc li {
        width: calc(80% / 3);
        margin: 15px;
    }
.lu_pc li img {
    width: 100%;
}
@media(max-width: 980px) {
    .lu_pc {
        display: none;
    }
}

.lu_sp {
    display: none;
}
@media(max-width: 980px) {
    .lu_sp {
        display: block;
    }
}
.lu_sp li {
    width: 95%;
    margin: 0 auto 100px;
}
.lu_sp li img {
    width: 100%;
}
.lineup p {
    width: 400px;
    padding: 10px;
    color: #ffffff;
    background-color: #11aff6;
    margin: 20px auto;
    border-radius: 50px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
}
.lineup a {
    border: none;
}
.gry {
    background-color: #afafaf;
    border-radius: 130px;
    display: inline-block;
    position: relative;
}
    .gry img {
        opacity: 0.5;
        display: block;
    }
    .gry::after {
        content: "sold out";
        position: absolute;
        top: 75%;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 2.5em;
        font-weight: 900;
        color: #b90f0f;
        text-align: center;
    }

/* 中央寄せ
------------------------------------------------- */
.center {
  text-align: center;
}

/* 中央寄せ
------------------------------------------------- */
.row-down {
    margin-left: 20px;
}


/* キャラクターキャプション
------------------------------------------------- */
.chiyuki {
    background-image: url(../img/chiyuki.png);
    width: 950px;
    height: 549px;
    margin: 0 auto;
}
.siro {
  background-image: url(../img/mitsumine_siro.png);
  width: 950px;
  height: 549px;
  margin: 0 auto;
}

.ame {
  background-image: url(../img/mitsumine_ame.png);
  width: 950px;
  height: 549px;
  margin: 0 auto;
}

@media(max-width: 980px) {
    .chiyuki {
        background-image: url(../img/chiyuki_sp.png);
        width: 950px;
        height: 751px;
        margin: 0 auto;
    }

    .siro {
        background-image: url(../img/mitsumine_siro_sp.png);
        width: 950px;
        height: 751px;
        margin: 0 auto;
    }

    .ame {
        background-image: url(../img/mitsumine_ame_sp.png);
        width: 950px;
        height: 751px;
        margin: 0 auto;
    }
}


/* ギャラリー
------------------------------------------------- */
.sw-top {
    width: 950px;
    margin: 0 auto;
}
.top-p {
  padding-top: 30px;
  padding-bottom: 5px;
}
.flamekakaku {
    font-size: 2.5rem;
}
.syncer-acdn-child {
	display:none;
}
.fa-angle-down {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.dropdown_toggle .fa-angle-down {
    -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
          transition-duration: 0.3s;
}
.size {
    margin: 10px 40px; 
}
@media (max-width: 980px) {
    .size {
        margin: 50px 30px 80px 20px;
        font-size: 3.5rem;
        line-height: 1.5;
    }
}
.black {
    color: #000000;
}
.what {
    pointer-events:none;
}
.syncer-acdn-parent .syncer-acdn .dropdown .hand {
    cursor: pointer;
}

.linkbutton {
    width: 500px;
    padding: 20px;
    color: #ffffff;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #000c52;
}
.linkbutton a p {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
}

/* 特典
------------------------------------------------- */
.tokuten {
    margin: 50px 0;
}
.tokuten h2 {
    font-size: 2.0rem;
    line-height: 2.0;
    font-weight: bold;
    background-color: #c4f9ff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media (max-width: 980px) {
    .tokuten h2 {
        font-size: 5.5rem;
        line-height: 1.5;
    }
}
.kira_icon img {
      width: 50px;
      height: 50px;
}
@media (max-width: 980px) {
    .kira_icon img {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        vertical-align: middle;
    }
}
.bg_w {
    background: rgba(255,255,255,0.7);
}

/* ライブ物販一般販売
------------------------------------------------- */
.live {
    margin: 50px 0 150px;
}
.live .title_livegoods {
      background: url(../img/title_livegoods.png) no-repeat center;
      background-size: 50%;
      height: 80px;
      margin-top: 200px;
}
@media (max-width: 980px) {
  .live .title_livegoods {
      background-size: 100%;
      height: 160px;
  }
}
.live h2 {
    font-size: 2.0rem;
    line-height: 2.0;
    font-weight: bold;
    background-color: #fffc9e;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media (max-width: 980px) {
    .live h2 {
        font-size: 5.0rem;
        line-height: 2.5;
        text-align: center;
    }
}
.live h3 {
    margin: 0 0;
    font-size: 1.5rem;
}
@media (max-width: 980px) {
    .live h3 {
        font-size: 4.0rem;
    }
}
.live h3 .large {
    margin: 0 0;
    font-size: 1.8rem;
}
@media (max-width: 980px) {
    .live h3 .large {
        font-size: 5.5rem;
    }
}

.fs_container {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.fs_wrap {
    width: calc(98% / 3);
    display: flex;
    flex-direction: column;
    border: 3px solid #3a8bc3;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    margin: 3px;
}
.fs_box {
    width: 98%;
    margin: 0 auto;
}
.fs_box img {
    width: 100%;
}


.fs_sold_out ul {
    max-width: 95%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .fs_sold_out ul li {
        width: 100%;
        border-radius: 5px;
        margin: 3px;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        color: #dfdfdf;
        font-weight: bold;
        padding: 5px;
        font-size: 1.5rem;
    }

    .fs_sold_out ul .c0 {
        background-color: #3a8bc3 !important;
        color: #ffffff;
    }

.fs_sold_out .c1 li {
    background-color: #1a1a1a;
}
.fs_wrap .linkbutton {
    width: 95%;
    padding: 10px;
    color: #ffffff;
    background-color: #fff;
    margin: auto auto 0;
    border-radius: 25px;
    border: 1px solid #000c52;
    margin-bottom: 10px;
}
    .fs_wrap .linkbutton a p {
        text-align: center;
        font-size: 2.0rem;
        font-weight: bold;
        color: #000000;
    }

/* 度付きメガネをご希望の方へ
------------------------------------------------- */
#lens h1 {
      background: url(../img/title_lens.png) no-repeat center;
      background-size: 50%;
      height: 120px;
}
@media (max-width: 980px) {
  #lens h1 {
      background-size: 90%;
      height: 200px;
    }
}

/* lens_guide
------------------------------------------------- */
.lens_guide {
    width: 850px;
    margin: 100px auto 130px;
}

@media (max-width: 980px) {
    .lens_guide {
        width: 75%;
        margin: 150px auto;
    }
}

.lens_guide ul li {
    width: calc(97%/2);
    margin: 0 5px;
    display: inline-block;
}

@media (max-width: 980px) {
    .lens_guide ul li {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
}

.lens_guide ul li img {
    width: 100%;
    height: auto;
}

.lens_guide ul a {
    border-bottom: none;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 950px;
  margin: 10px auto 10px;}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #3a8bc3;
  border-top: 1px solid #4c4c4c;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  background-color: #efefef;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media (max-width: 980px) {
 .tab_item {
  height: 100px;
  font-size: 4rem;
  padding-top: 25px;
 }
}
.tab_item:hover {
  opacity: 0.75;
}
@media (max-width: 980px) {
    .tab_item:hover {
        opacity: 1.0;
    }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 15px 15px 0;
  clear: both;
  overflow: hidden;
}

#b_content {
  padding-top: 0;
}
#c_content {
  padding-top: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #3a8bc3;
  color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #000000;
}

@media (max-width: 980px) {
    .shopEyemirror h2 {
        font-size: 4.0rem;
    }
}
.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
}
@media (max-width: 980px) {
    .shopEyemirror ul li {
        font-size: 3.5rem;
        line-height: 5.0rem;
    }
}
.shopEyemirror ul {
    margin: 20px 0;
}
.shopEyemirror .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
@media (max-width: 980px) {
    .shopEyemirror .map {
        margin: 20px auto;
        width: 920px;
        height: auto;
    }
}
.shopEyemirror .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopEyemirror .map a{
	color:#00bbcc
}


/* スワンロゴ
------------------------------------------------- */
.swan img {
    width: 8%;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}
@media (max-width: 980px) {
    .swan img {
        width: 20%;
        padding: 20px 0;
    }
}

/* フッター
------------------------------------------------- */
#globalfooter {
  background: #3a8bc3;
  padding: 40px auto;
  width: 100%;
  font-size: 1.2rem; }
  
@media (max-width: 980px) {
  #globalfooter li a {
  font-size: 3.5rem;
  }
}

#globalfooter p {
  text-align: center;
  padding: 20px 0 30px;
}
@media (max-width: 980px) {
  #globalfooter p {
  font-size: 3.5rem;
  }
}
#globalfooter a {
  color: #ffffff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

#globalfooter ul {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
@media (max-width: 980px){
    #globalfooter ul {
        margin: 30px 0;
    }
}
#globalfooter ul li {
      padding: 0 20px;
      display: inline-block;
      border-right: 1px solid #999; }
      #globalfooter ul li:last-child {
        border-right: none; }
@media (max-width: 980px) {
    #globalfooter ul li {
        padding: 25px 0;
        display: block;
        border-right: none;
        text-align: center;
    }
}
  #globalfooter .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
   }
  .spbr {
      display: none;
  }

/* 完売テキストバナー
------------------------------------------------- */
.sold_out ul {
    max-width: 900px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

    .sold_out ul li {
        width: calc(98% / 3);
        border-radius: 5px;
        margin: 3px;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        color: #ffffff;
        font-weight: bold;
        padding: 5px;
        font-size: 1.5rem;
    }

    .sold_out ul .c0 {
        background-color: #3a8bc3 !important;
        color: #ffffff;
    }

.sold_out .c1 li {
    background-color: #891414;
}

/* ScrollTop button
------------------------------------------------- */
#page_top {
    position: fixed;
    right: 35px;
    bottom: 300px;
    opacity: 0.6;
    animation-name: updown1; /* アニメーション名の指定 */
    animation-delay: 0s; /* アニメーションの開始時間指定 */
    animation-duration: 3s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;
    z-index: 100;
}

    #page_top a {
        position: relative;
        display: block;
        text-decoration: none;
        border-bottom: none;
    }

        #page_top a::before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f102';
            font-size: 5em;
            color: #000;
        }

@keyframes updown1 {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}
/* 1280px以下
------------------------------------------------- */
@media(max-width: 1280px) {
    #page_top {
        right: 15px;
        bottom: 100px;
    }
}

/* SP
------------------------------------------------- */
@media(max-width: 980px) {
    .topic h1 {
        font-size: 5.5rem;
        padding-bottom: 35px;
    }
    .topic p {
        font-size: 3.8rem;
        line-height: 1.8;
    }
    .large {
        font-size: 4.5rem;
        line-height: 1.8;
    }
    .notice_shop {
        font-size: 3.8rem;
    }
    .lineup h1 {
        font-size: 6.5rem;
        padding-bottom: 35px;
    }
    .lu_sp li {
        width: 95%;
        margin: 60px auto;
    }
    .lineup {
        padding-bottom: 60px;
        margin-bottom: 250px;
    }
    .lineup p {
        font-size: 4.5rem;
        width: 80%;
        margin: 60px auto;
    }
    .gry {
        border-radius: 180px;
    }
        .gry::after {
            top: 30%;
            left: 0;
            right: 10%;
            margin: auto;
            font-size: 8.5em;
            text-align: right;
        }
    .box {
        margin-bottom: 250px;
    }
    .kakaku .tb_m {
        margin-top: 15px;
        margin-bottom: 35px;
    }
    .flamekakaku {
        font-size: 5.5rem;
    }
    .sold_out ul {
        max-width: 100%;
    }
        .sold_out ul li {
            width: calc(95% / 2);
            font-size: 3.2rem;
            padding: 10px;
            margin: 10px;
        }
    .linkbutton {
        width: 80%;
        padding: 30px;
    }
        .linkbutton a p {
            font-size: 5.0rem;
        }
    .tokuten {
        margin: 150px 0 200px;
    }
    .bg_w {
        padding-top: 30px;
    }
    .fs_container {
        margin: 30px auto;
    }
    .fs_wrap {
        width: calc(98% / 2);
    }
    .fs_sold_out ul li {
        font-size: 3.0rem;
        margin: 5px;
        padding: 10px;
    }
    .fs_wrap .linkbutton a p {
        font-size: 4.5rem;
    }
    .fs_wrap .linkbutton {
        margin-bottom: 30px;
    }
    #globalfooter .copyright {
        font-size: 3.0rem;
    }
    .spbr {
        display: block;
    }
    #page_top {
        right: 50px;
        bottom: 200px;
    }
    #page_top a::before {
        font-size: 13rem;
    }
}

/* ページ内リンク調整
------------------------------------------------- */
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

@media (max-width: 980px) {
    .anchor {
        padding-top: 185px;
        margin-top: -185px;
    }
}