@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; }

/* 汎用パーツ 書き出しなし
------------------------------------------------- */
#why ul li, .information .informationThumb, .lens .sectionBody .shopWrap, .lens .sectionBody .shopWrap .shopEyemirror, #globalfooter #dlBox {
  zoom: 1; }
  #why ul li:before, .information .informationThumb:before, .lens .sectionBody .shopWrap:before, .lens .sectionBody .shopWrap .shopEyemirror:before, #globalfooter #dlBox:before, #why ul li:after, .information .informationThumb:after, .lens .sectionBody .shopWrap:after, .lens .sectionBody .shopWrap .shopEyemirror:after, #globalfooter #dlBox:after {
    content: "\0020";
    display: table; }
  #why ul li:after, .information .informationThumb:after, .lens .sectionBody .shopWrap:after, .lens .sectionBody .shopWrap .shopEyemirror:after, #globalfooter #dlBox:after {
    clear: both; }

/* 案件別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: #000;
    background-color: #ffffff;
}

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

/* 汎用文字スタイル
------------------------------------------------- */
p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5;
}

b, strong {
    font-weight: bold;
}

h1 {
    font-size: 2.5rem;
    margin: 0 0 20px;
}

h2 {
    font-size: 4rem;
    margin: 15px 0;
    font-weight: bold;
}

h3 {
    font-size: 1.5rem;
    margin: 0 0;
    font-weight: bold;
}

h4, .h4 {
    font-size: 2.5rem;
    margin: 25px 0 15px;
}

h5 {
    font-size: 2rem;
}

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;
}

.red {
  color: red; }
  .red a {
    color: inherit;
    border-bottom-color: red; }
    .red a:hover {
      color: orange; }

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }

.l-line {
  border-left: 10px double #38abe0;
  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 50px 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 {
    width: 100%;
    height: 100%;
}

/* 	header
-------------------------------------------------*/
#header {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(184, 187, 229, 1), rgba(218, 238, 242, 1) 50%, rgba(184, 187, 229, 1));
}
@media (min-width: 1024px) {
    #header {
        min-height: 878px;
    }
}
.headerWrap {
    width: 100%;
    max-width: 1700px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
    .headerWrap:before {
        content: '';
        width: 100%;
        max-width: 1250px;
        background: url(../img/kvbg_pc.png) no-repeat center bottom;
        background-size: contain;
        height: auto;
        margin: 0 auto;
        padding-top: calc(1048 / 1626* 100%);
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }
.kv_charaWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
    .kv_charaWrap .urm {
        position: absolute;
        background: url(../img/kv_urm.png) no-repeat center bottom;
        background-size: contain;
        width: 100%;
        height: 830px;
        bottom: 0;
        right: -340px;
        opacity: 0;
        animation: kv_animation 0.7s cubic-bezier(0.31,0.18,0.54,1) forwards;
    }
    .kv_charaWrap .etr {
        position: absolute;
        background: url(../img/kv_etr.png) no-repeat center bottom;
        background-size: contain;
        width: 100%;
        height: 830px;
        bottom: 0;
        left: -410px;
        opacity: 0;
        animation: kv_animation 0.7s cubic-bezier(0.31,0.18,0.54,1) 0.3s forwards;
    }
    .kv_charaWrap .tmk {
        position: absolute;
        background: url(../img/kv_tmk.png) no-repeat center bottom;
        background-size: contain;
        width: 100%;
        height: 780px;
        bottom: 0;
        opacity: 0;
        animation: kv_animation 0.7s cubic-bezier(0.31,0.18,0.54,1) 0.6s forwards;
    }

.kvlogoWrap {
    position: absolute;
    width: 639px;
    top: 73%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 15;
}
    .kvlogoWrap .kvlogo {
        background: url(../img/kv_logo.png) no-repeat center center;
        background-size: contain;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 50px;
        height: 100%;
        padding-top: 331px;
        opacity: 0;
        animation: kvlogo_animation 2.0s cubic-bezier(0.31,0.18,0.54,1) 0.9s forwards;
    }

@keyframes kv_animation {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes kvlogo_animation {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    20% {
        transform: translateY(0);
        opacity: 1;
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(0.95);
    }
    75% {
        transform: scale(1.05);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


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

/* ダウンロード対策
------------------------------------------------- */
.center1 img { 
    pointer-events: none; 
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

/* slide animation
------------------------------------------------- */
.wrapslide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
    .wrapslide:before {
        content: '';
        position: absolute;
        width: 300%;
        height: 100%;
        bottom: 0;
        left: 0;
        clip-path: polygon(0% 0%, 200% 0%, 100% 0%, 50% 200%);
        transform: translate(0, 0%);
        transition: transform cubic-bezier(0.86,0,0.07,1) 1.2s;
        z-index: 5;
    }
    .wrapslide:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 100%;
        bottom: 0;
        left: 0;
        transform: translate(0, 0%);
        transition: transform cubic-bezier(0.86,0,0.07,1) 0.8s;
        z-index: 10;
    }
    .wrapslide.-visible:before {
        transform: translate(-100%, 0);
    }
    .wrapslide.-visible:after {
        transform: translate(-100%, 0);
    }


    .wrapslide.tpcwrap:before {
        background-color: #3976CC;
    }
    .wrapslide.tpcwrap:after {
        background-color: #3976CC;
    }

    .wrapslide.tmkwrap:before {
        background-color: #673D7B;
    }
    .wrapslide.tmkwrap:after {
        background-color: #673D7B;
    }

    .wrapslide.etrwrap:before {
        background-color: #4E577C;
    }
    .wrapslide.etrwrap:after {
        background-color: #4E577C;
    }

    .wrapslide.urmwrap:before {
        background-color: #475B93;
    }
    .wrapslide.urmwrap:after {
        background-color: #475B93;
    }

    .wrapslide.aogiriwrap:before {
        background-color: #FFDD00;
    }
    .wrapslide.aogiriwrap:after {
        background-color: #FFDD00;
    }


/* topic 
------------------------------------------------- */
.topic {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
    .topic:before {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/topicbg.png) no-repeat left top;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 100%);
        z-index: -1;
        top: 0;
    }

    .topic:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/topicbg_.png) no-repeat right bottom;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 40%);
        z-index: -1;
        right: 0;
        bottom: 0;
    }


.titletxtWrap {
    width: 100%;
    margin: 0;
    height: auto;
}

    .titletxtWrap h2 {
        width: 70%;
        max-width: 700px;
        background: url(../img/catchcopy_.png) no-repeat center center;
        background-size: contain;
        height: auto;
        padding-top: calc(237 / 1055* 70%);
        margin: 30px auto;
    }

.textbox {
    background-color: #2CBEDB;
    width: 100%;
    color: #fff;
    padding: 50px 0;
}

.topic .textbox h1 {
    font-family: 'Anton', sans-serif;
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 3.0rem;
    letter-spacing: 5px;
    padding-bottom: 0;
    border-bottom: #FFDD00 3px solid;
    margin: 10px 0;
    display: inline-block;
}
.borderbottomline {
    text-align: center;
}
.topic .textbox .fontchange {
    font-size: 5.0rem;
}

.topic_title {
    width: 300px;
    margin: 50px auto 10px;
    border-radius: 50px;
}
.t1 {
    background-color: #3976CC;
}
.t1 p {
    color: #ffffff;
}
.t2 {
    background-color: #ffffff;
    margin-bottom: 30px;
}
    .t2 p {
        color: #3976CC;
    }
.topic_title p {
    text-align: center;
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
}

.topic .textbox h2 {
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 1.5;
}
.topic .textbox .fontchange2 {
    font-size: 2.5rem; 
    font-weight: bold;
}
@media (max-width: 980px) {
    .topic .textbox .fontchange2 {
        font-size: 4.5rem;
    }
}
.topic .textbox h3 {
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    margin: 40px 0 20px;
}
.topic .textbox h3 .marker {
    background:linear-gradient(transparent 60%, #f8ff38 0%);
}
.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 15px 0;
}
.topic .textbox h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
}
.topic .textbox h6 {
    text-align: center;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 30px 0 0;
}

.topicshop {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 1.5rem;
}
    .topicshop li {
        display: inline-block;
        text-align: center;
        padding-bottom: 5px;
    }
    .topicshop li:first-child, .topicshop li:nth-child(2) {
        width: 50%;
    }

.topic .textbox .topicshop li a, .topic .textbox .topicshop li a:link {
    border: none;
    color: #ffffff;
}

.topic_panel {
    width: 100%;
    padding: 100px 0;
}
.topic_panel_wrap {
    text-align: center;
}
    .topic_panel_wrap a, .topic_panel_wrap a a:link {
        border-bottom: none;
    }
    .topic_panel_wrap h2 {
        color: #3976CC;
        text-align: center;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.5;
        padding: 20px;
        border: 10px solid #FFDD00;
        border-radius: 50px;
        display: inline-block;
    }

.topic .noticeWrap {
    width: 95%;
    max-width: 800px;
    margin: 50px auto;
    color: #ffffff;
    text-align: center;
}

.topic .notice {
    border: 1px solid #3976CC;
    padding: 20px;
    display: inline-block;
}

    .topic .notice h6 {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0;
    }

    .topic .notice ul {
        margin-top: 15px;
    }

        .topic .notice ul li {
            font-size: 1.3rem;
            margin: 5px 0;
        }


/* frame
------------------------------------------------- */
.frameWrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 15% 0;
}
    .frameWrap.tmk:before {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/framebg_tmk.png) no-repeat left top;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 100%);
        z-index: -1;
        top: 0;
    }
    .frameWrap.tmk:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/framebg_tmk.png) no-repeat left bottom;
        background-size: 40%;
        transform: rotate(180deg);
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 40%);
        z-index: -1;
        right: 0;
        bottom: 0;
    }

    .frameWrap.etr:before {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/framebg_etr.png) no-repeat left top;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 100%);
        z-index: -1;
        top: 0;
    }

    .frameWrap.etr:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/framebg_etr.png) no-repeat left bottom;
        background-size: 40%;
        transform: rotate(180deg);
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 40%);
        z-index: -1;
        right: 0;
        bottom: 0;
    }

    .frameWrap.urm:before {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/framebg_urm.png) no-repeat left top;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 100%);
        z-index: -1;
        top: 0;
    }

    .frameWrap.urm:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/framebg_urm.png) no-repeat left bottom;
        background-size: 40%;
        transform: rotate(180deg);
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 40%);
        z-index: -1;
        right: 0;
        bottom: 0;
    }

.frameInnerwrap {
    position: relative;
}

.charabg {
    width: 95%;
    padding: 20px;
    background-color: #2CBEDB;
    border: 5px solid #FFDD00;
    border-left: none !important;
    opacity: 0;
    transform: translate(-60%, 0);
    transition: transform 1.5s cubic-bezier(0.86,0,0.07,1) 0.5s;
}
.charabg.-visible {
    opacity: 1;
    transform: translate(0, 0);
}
.charabg_Wrap {
    width: 50%;
    margin: 0 0 0 50%;
}
    .charabg_Wrap h1 {
        font-weight: bold;
        font-size: 2.5rem;
        line-height: 1.5;
        color: #ffffff;
    }
    .charabg_Wrap h1 span {
        font-size: 1.2rem;
    }
    .charabg_Wrap p {
        text-align: left;
        font-weight: normal;
        font-size: 1.3rem;
        line-height: 1.5;
        color: #ffffff;
    }

.framecptWrap {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.frame_chara {
    width: 40%;
}
    .frame_chara .charaimg_tmk {
        width: 100%;
        max-width: 380px;
        margin: 0 0 0 auto;
        background: url(../img/frame_chara3_tamako.png) no-repeat center bottom;
        background-size: contain;
        height: auto;
        padding-top: calc(975 / 463 * 70%)
    }
    .frame_chara .charaimg_etr {
        width: 100%;
        max-width: 480px;
        margin: 0 0 0 auto;
        background: url(../img/frame_chara3_etora.png) no-repeat center bottom;
        background-size: contain;
        height: auto;
        padding-top: calc(972 / 586 * 85%)
    }
    .frame_chara .charaimg_urm {
        width: 100%;
        max-width: 480px;
        margin: 0 0 0 auto;
        background: url(../img/frame_chara3_urume.png) no-repeat center bottom;
        background-size: contain;
        height: auto;
        padding-top: calc(976 / 593 * 85%)
    }

.swpWrap {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.swpInnerWrap {
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
}
.swiper-slide img {
    border: 1px solid #707070;
}

.frame_ditailWrap {
    width: 100%;
    padding-top: calc(975 / 1920* 55%);
}
.frame_ditail {
    width: 80%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px auto;
}
    .frame_ditail ul li {
        font-size: 1.3rem;
        color: #000000;
    }
    .frame_ditail h3 {
        text-align: right;
        font-size: 1.3rem;
    }
        .frame_ditail h3 .kakaku {
            font-size: 2.0rem;
        }


.ec_linkbuttonWrap {
    margin-top: 50px;
}
.ec_linkbutton {
    background-color: #3976CC;
    width: 90%;
    max-width: 500px;
    height: 5vw;
    min-height: 100px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}
    .ec_linkbutton span {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 2.5rem;
        font-weight: 600;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
.shopping_cart_checkout::before {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    content: '\e65b';
    font-size: 2.5rem;
    color: #ffffff;
    vertical-align: middle;
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20
}


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

    .sold_out ul li {
        /*border: 1px solid #707070;*/
        border-radius: 25px;
        margin: 3px;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        color: #ffffff;
        font-weight: bold;
        padding: 5px 20px;
        font-size: 1.2rem;
        width: calc(50% - 3px * 2);
    }

        .sold_out ul .c0 {
            background-color: #FFDD00 !important;
            color: #565656 !important;
        }

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

.gds ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
    .gds ul li {
        width: 47%;
        margin: 1%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
    }

/* tokuten
------------------------------------------------- */
.tokuten {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .tokuten:before {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/topicbg.png) no-repeat left top;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 100%);
        z-index: -1;
        top: 0;
    }

    .tokuten:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/topicbg_.png) no-repeat right bottom;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 40%);
        z-index: -1;
        right: 0;
        bottom: 0;
    }

.tokutentitle {
    position: relative;
    width: 80%;
    max-width: 500px;
    background: url(../img/tokutenTitle2.png) no-repeat center top;
    background-size: contain;
    height: auto;
    padding-top: calc(307 / 1412 * 500px);
    top: 0;
    left: 0;
    margin: 200px auto 50px;
}
.tokuten_Itemname {
    text-align: center;
}
    .tokuten_Itemname h1 {
        font-family: "M PLUS Rounded 1c", serif;
        text-align: center;
        font-size: 2.0rem;
        letter-spacing: 5px;
        padding: 20px 100px;
        color: #ffffff;
        background-color: #2CBEDB;
        border-radius: 50px;
        display: inline-block;
    }
.tktnallWrap {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 200px;
}
.tokutenWrap {
    width: 100%;
    margin: 0 auto;
}
.tokuten_textWrap > h1,h2,h3,h4,p {
    text-align: center;
}
.tokuten_textWrap h2 {
    font-size: 1.6rem;
}
.tokuten_textWrap h3 {
    font-size: 1.3rem;
    margin: 30px 0;
    font-weight: normal;
}
.tokuten_textWrap p {
    margin: 20px 0;
}
.tokutenImgWrap {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
}
.tokutenImgWrap img {
    width: 100%;
}

/* 等身大パネル
------------------------------------------------- */
.panelWrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .panelWrap:before {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/topicbg.png) no-repeat left top;
        background-size: 40%;
        transform: rotate(90deg);
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722* 100%);
        z-index: -1;
        top: 0;
        right: 0;
    }

    .panelWrap:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/topicbg2.png) no-repeat left bottom;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 40%);
        z-index: -1;
        left: 0;
        bottom: 0;
    }
.panelWrapInner {
    width: 90%;
    max-width: 1000px;
    margin: 200px auto;
}
.panelImg {
    width: 100%;
    background: url(../img/shoppanelImage.jpg) no-repeat center top;
    background-size: 100%;
    height: auto;
    padding-top: calc(900 / 1600 * 100%);
}

.panelWrap .panelTxt h6 {
    font-size: 1.8rem;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #F3D300;
    margin-top: 30px;
}
.panelWrap .panelTxt p {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
}

/* あおぎり高校紹介
------------------------------------------------- */
.aogiriAllwrap {
    width: 100%;
    border-top: 100px solid #FFDD00;
    border-bottom: 100px solid #FFDD00;
}
.aogiriWrapInner {
    width: 90%;
    max-width: 1000px;
    margin: 100px auto;
}
.logoImg {
    width: 80%;
    max-width: 400px;
    background: url(../img/aogiriLogo.png) no-repeat center top;
    background-size: 100%;
    height: auto;
    padding-top: calc(166 / 400 * 400px);
    margin: 0 auto;
}
.aogiriTxt {
    text-align: center;
    margin: 50px 0;
}
    .aogiriTxt p {
        font-size: 1.3rem;
        color: #3976CC;
    }

.aogiri_linkbuttonWrap {
    margin-top: 50px;
}
.aogiri_linkbutton {
    background-color: #3976CC;
    width: 90%;
    max-width: 500px;
    height: 5vw;
    min-height: 100px;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
}
.aogiri_linkbutton span {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/* 度付きメガネをご希望の方へ
------------------------------------------------- */
#lens {
    width: 100%;
    margin: 0;
    padding: 120px 0;
    background-color: #2CBEDB;
    position: relative;
}

/* lens_guide
------------------------------------------------- */
.lens_guide {
    max-width: 600px;
    margin: 120px auto 200px;
}

    .lens_guide ul {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

        .lens_guide ul li {
            flex-basis: 30%;
            display: block;
        }

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

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

/* 店舗
---------------------------------------------*/
#tenpoWrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    #tenpoWrap:before {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/topicbg.png) no-repeat left top;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 100%);
        z-index: -1;
        top: 0;
    }

    #tenpoWrap:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../img/topicbg_.png) no-repeat right bottom;
        background-size: 40%;
        width: 100%;
        height: auto;
        padding-top: calc(722 / 722 * 40%);
        z-index: -1;
        right: 0;
        bottom: 0;
    }

.tenpoInnerwrap {
    margin: 200px auto;
}


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


/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #FAD900;
/*    border-top: 1px solid #FAD900;
    border-left: 1px solid #FAD900;
    border-right: 1px solid #FAD900;
*/    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #BCBCBC;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #555555;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

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

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

#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: #FAD900;
    color: #fff;
}

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


.shopEyemirror ul li {
    font-size: 1.3rem;
    line-height: 2.0rem;
    color: #000000;
}


.shopEyemirror ul {
    margin: 20px 0;
}

.shopEyemirror .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 20px auto;
}

.shopEyemirror .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

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


/* フッター
------------------------------------------------- */
#globalfooter {
    background-color: #3976CC;
    padding: 40px 0;
    width: 100%;
    font-size: 1.2rem;
}

.gf_wrap {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.gf_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gf_r {
}

.bland {
    font-size: 1.2rem;
    color: #fff;
}

    .bland li {
        padding-left: 15px;
    }

.gf_wrap ul li {
    margin: 5px 0;
}

#globalfooter a {
    color: #fff;
    border-bottom: none;
    text-decoration: none;
}

#globalfooter .copyright {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 80px;
    color: #fff;
}

.spbr {
    display: none;
}

/* ScrollTop button
------------------------------------------------- */
#page_top {
    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: 'Material Symbols Rounded';
            font-weight: 900;
            content: '\eacf';
            font-size: 7rem;
            color: #FAD900;
        }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 20
}


@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;
    }
}


/* 左固定 nav/cart
------------------------------------------------- */
#right_tower {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    position: fixed;
    bottom: 3vh;
    right: 2vw;
    z-index: 9999;
}

/* カートボタン
------------------------------------------------- */
#cartbutton {
    position: relative;
    bottom: 0;
    width: 100px;
    height: 100px;
}

.cartbuttonwrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ea274a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}

    .cartbuttonwrap:before {
        content: '';
        position: absolute;
        background: url(../menu_img/cart_w.png) no-repeat center center;
        background-size: 100%;
        width: 55%;
        height: 55%;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .cartbuttonwrap a {
        display: block;
        border: none;
    }

/* カート閉×ボタン
------------------------------------------------- */
#round_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #333; /* 枠の調整 */
    border-radius: 50%; /* 丸みの度合い */
    background: #fff; /* ボタンの背景色 */
    bottom: 0;
    right: 0;
    z-index: 20;
}

    #round_btn::before, #round_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px; /* 棒の幅（太さ） */
        height: 22px; /* 棒の高さ */
        background: #333; /* バツ印の色 */
    }

    #round_btn::before {
        transform: translate(-50%,-50%) rotate(45deg);
    }

    #round_btn::after {
        transform: translate(-50%,-50%) rotate(-45deg);
    }

/* PC/SP img出し分け
------------------------------------------------- */
.pcnone {
    display: none;
}
.spnone {
    display: block;
}

@media (max-width: 700px) {
    .pcnone {
        display: block;
    }
    .spnone {
        display: none;
    }
}


/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    #header {
        width: 100%;
        height: auto !important;
        background-image: linear-gradient(90deg, rgba(184, 187, 229, 1), rgba(218, 238, 242, 1) 50%, rgba(184, 187, 229, 1));
        overflow: hidden;
    }
    .headerWrap {
        width: 100%;
        max-width: 1700px;
        height: 100%;
        padding-top: calc(1048 / 1626* 100% + 22vw);
        margin: 0 auto;
        position: relative;
    }
        .headerWrap:before {
            content: '';
            width: 100%;
            max-width: 1250px;
            background: url(../img/kvbg_pc.png) no-repeat center bottom;
            background-size: contain;
            height: auto;
            margin: 0 auto;
            padding-top: calc(1048 / 1626* 100%);
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            position: absolute;
        }
    .kv_charaWrap {
        width: 100%;
        height: auto;
        padding-top: calc(1048 / 1626* 100% + 22vw);
        position: absolute;
        top: 0;
        z-index: 10;
    }
    .frame_chara .charaimg_tmk {
        width: 100%;
        max-width: 380px;
        margin: 0 0 0 auto;
        background: url(../img/frame_chara3_tamako.png) no-repeat center bottom;
        background-size: contain;
        height: auto;
        padding-top: calc(975 / 463* 90%);
    }
    .frame_chara .charaimg_etr {
        width: 100%;
        max-width: 480px;
        margin: 0 0 0 auto;
        background: url(../img/frame_chara3_etora.png) no-repeat center bottom;
        background-size: contain;
        height: auto;
        padding-top: calc(972 / 586* 110%);
    }
    .frame_chara .charaimg_urm {
        width: 100%;
        max-width: 480px;
        margin: 0 0 0 auto;
        background: url(../img/frame_chara3_urume.png) no-repeat center bottom;
        background-size: contain;
        height: auto;
        padding-top: calc(976 / 593* 112%);
    }

    .frame_ditailWrap {
        width: 100%;
        padding-top: calc(975 / 1920* 75%);
    }
}


/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .headerWrap {
        width: 100%;
        max-width: 1700px;
        height: 100%;
        padding-top: calc(1048 / 1626* 100% + 45vw);
        margin: 0 auto;
        position: relative;
    }
    .kv_charaWrap {
        width: 100%;
        height: auto;
        padding-top: calc(1048 / 1626* 100% + 45vw);
        position: absolute;
        top: 0;
        z-index: 10;
    }
        .kv_charaWrap .urm {
            position: absolute;
            background: url(../img/kv_urm.png) no-repeat center bottom;
            background-size: contain;
            width: 100%;
            height: 830px;
            bottom: 0;
            right: -290px;
            opacity: 0;
            animation: kv_animation 0.7s cubic-bezier(0.31,0.18,0.54,1) forwards;
        }
        .kv_charaWrap .etr {
            position: absolute;
            background: url(../img/kv_etr.png) no-repeat center bottom;
            background-size: contain;
            width: 100%;
            height: 830px;
            bottom: 0;
            left: -362px;
            opacity: 0;
            animation: kv_animation 0.7s cubic-bezier(0.31,0.18,0.54,1) 0.3s forwards;
        }
    
    .spbr {
        display: block;
    }
    .kakaku {
        font-size: 2.5rem;
    }
    .sold_out ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        width: 95%;
    }
        .sold_out ul li {
            font-size: 1.3rem;
        }
    .ec_linkbutton {
        width: 90%;
        max-width: 650px;
        height: 10vw;
        min-height: 120px;
    }
}

/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    .headerWrap {
        width: 100%;
        max-width: 1700px;
        height: 100%;
        padding-top: calc(1244 / 700* 100vw);
        margin: 0 auto;
        position: relative;
    }
    .headerWrap:before {
        content: '';
        width: 100%;
        max-width: 1250px;
        background: url(../img/kvbg_sp.png) no-repeat center bottom;
        background-size: contain;
        height: auto;
        margin: 0 auto;
        padding-top: calc(1244 / 700* 100vw);
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }
    .kv_charaWrap {
        width: 100%;
        height: auto;
        padding-top: calc(1244 / 700* 100vw);
        position: absolute;
        top: 0;
        z-index: 10;
    }
        .kv_charaWrap .tmk {
            position: absolute;
            background: url(../img/kv_tmk.png) no-repeat center bottom;
            background-size: contain;
            width: 150%;
            height: auto;
            padding-top: calc(963 / 936* 155%);
            left: -75px;
            bottom: -90px;
            opacity: 0;
            animation: kv_animation 0.7s cubic-bezier(0.31,0.18,0.54,1) 0.6s forwards;
        }
        .kv_charaWrap .etr {
            position: absolute;
            background: url(../img/kv_etr.png) no-repeat center bottom;
            background-size: cover;
            width: 100%;
            height: auto;
            padding-top: calc(1044 / 946* 148%);
            bottom: 0;
            left: -185px;
            opacity: 0;
            animation: kv_animation 0.7s cubic-bezier(0.31,0.18,0.54,1) 0.3s forwards;
        }
        .kv_charaWrap .urm {
            position: absolute;
            background: url(../img/kv_urm.png) no-repeat center bottom;
            background-size: contain;
            width: 100%;
            height: auto;
            padding-top: calc(1044 / 616* 100%);
            bottom: 0;
            right: -145px;
            opacity: 0;
            animation: kv_animation 0.7s cubic-bezier(0.31,0.18,0.54,1) forwards;
        }
    .kvlogoWrap {
        position: absolute;
        width: 95%;
        bottom: -5%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        z-index: 15;
    }

    .wrapslide:before {
        content: '';
        position: absolute;
        width: 300%;
        height: 100%;
        bottom: 0;
        left: 0;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
        transform: translate(0, 0%);
        transition: transform cubic-bezier(0.86,0,0.07,1) 1.2s;
        z-index: 5;
    }

    .titletxtWrap {
        width: 90%;
        margin: 100px auto;
        height: auto;
    }
    .titletxtWrap h2 {
        width: 100%;
        max-width: 700px;
        background: url(../img/catchcopy_sp.png) no-repeat center center;
        background-size: contain;
        height: auto;
        padding-top: calc(405 / 692* 100%);
    }
    .borderbottomline {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .textbox {
        padding: 50px 0 100px;
    }
    .topic .textbox h1 {
        font-size: 6vw;
    }
    .topic .textbox .fontchange {
        font-size: 10vw;
    }
    .topic .textbox h4 {
        font-size: 4vw;
    }
    .topicshop {
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: wrap;
        font-size: 4vw;
    }
        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 100%;
        }
    .topic_panel_wrap {
        text-align: center;
        width: 98%;
        margin: 0 auto;
    }


    .frameInnerwrap {
        display: flex;
        flex-direction: column;
    }
    .framecpt {
        order: 1;
        z-index: 5;
    }
    .charabg {
        order: 2;
    }



    .charabg {
        margin-top: 40vw;
       /* padding: 100vw 20px 20px 20px;*/
       padding-top: calc(542 / 368 * 73vw);
       padding-left: 20px;
       padding-right: 20px;
       padding-bottom: 20px;
    }

    .charabg_Wrap {
        width: 98%;
        margin: 0 0 0 0%;
    }
    .framecptWrap {
        width: 98%;
        margin: 0 auto;
        display: block;
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        top: 135vw;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .frame_chara {
        width: 100%;
    }
        .frame_chara .charaimg_tmk {
            width: 100%;
            max-width: 380px;
            margin: 0 0 0 auto;
            background: url(../img/frame_chara3_tamako.png) no-repeat center top;
            background-size: contain;
            height: auto;
            padding-top: calc(975 / 463* 70%);
        }
        .frame_chara .charaimg_etr {
            width: 100%;
            max-width: 480px;
            margin: 0 0 0 auto;
            background: url(../img/frame_chara3_etora.png) no-repeat left bottom;
            background-size: contain;
            height: auto;
            padding-top: calc(972 / 586* 88%);
        }
        .frame_chara .charaimg_urm {
            width: 100%;
            max-width: 480px;
            margin: 0 0 0 auto;
            background: url(../img/frame_chara3_urume.png) no-repeat center bottom;
            background-size: contain;
            height: auto;
            padding-top: calc(976 / 593* 91%);
        }


    .swpWrap {
        width: 100%;
        margin: 0 auto 20px;
        overflow: hidden;
        position: relative;
    }
    .swpInnerWrap {
        width: 95%;
        max-width: 700px;
        margin: 0 auto;
        padding-top: calc(272 / 305* 85vw);
    }
    .swiper-slide img {
        width: 100%;
    }

    .frame_ditailWrap {
        width: 100%;
        padding-top: calc(350 / 554 * 100vw);
    }
    .frame_ditail {
        width: 90%;
        max-width: 1000px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        margin: 20px auto;
    }
        .frame_ditail ul li {
            font-size: 3.5vw;
            color: #000000;
        }
    
    
    .sold_out ul {
        flex-direction: column;
    }
        .sold_out ul li {
            width: 100%;
            font-size: 3.5vw;
        }
    .kakaku {
        font-size: 2.0rem;
    }

    .tokutentitle {
        position: relative;
        width: 80%;
        background: url(../img/tokutenTitle2.png) no-repeat center top;
        background-size: contain;
        height: auto;
        padding-top: calc(307 / 1412* 100%);
        top: 0;
        left: 0;
        margin: 200px auto 30px;
    }
    .tokuten_Itemname {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
        .tokuten_Itemname h1 {
            font-family: "M PLUS Rounded 1c", serif;
            text-align: center;
            font-size: 2.0rem;
            letter-spacing: 5px;
            padding: 20px 20px;
            color: #ffffff;
            background-color: #2CBEDB;
            border-radius: 50px;
            display: inline-block;
            width: 100%;
        }
    .tokuten_textWrap h3 {
        font-size: 3.5vw;
        margin: 20px 0;
        font-weight: normal;
    }
    .tokuten_textWrap p {
        margin: 20px 0;
        font-size: 3.0vw;
    }
    .tokutenImgWrap {
        width: 100%;
        max-width: 1000px;
        margin: 30px auto;
    }
    .panelWrap .panelTxt p {
        text-align: center;
        font-size: 3.0vw;
        margin-top: 10px;
    }
    .logoImg {
        width: 80%;
        max-width: 400px;
        background: url(../img/aogiriLogo.png) no-repeat center top;
        background-size: 100%;
        height: auto;
        padding-top: calc(166 / 400* 100%);
        margin: 0 auto;
    }
    .aogiriTxt {
        text-align: center;
        margin: 30px 0;
    }
    .aogiri_linkbutton {
        background-color: #3976CC;
        width: 95%;
        max-width: 500px;
        height: 5vw;
        min-height: 100px;
        border-radius: 50px;
        margin: 0 auto;
        position: relative;
    }
        .aogiri_linkbutton span {
            position: absolute;
            width: 100%;
            text-align: center;
            color: #ffffff;
            font-size: 5.5vw;
            font-weight: 600;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .ec_linkbutton {
        width: 95%;
        min-height: 100px;
        margin: 0 auto 100px;
    }
    .ec_linkbuttonWrap {
        margin-top: 20px;
    }
    .ec_linkbutton span {
        font-size: 7.0vw;
    }
    .ec_linkbutton {
        font-size: 3.5vw;
    }
    #lens {
        padding: 10px 0;
    }
    .lens_guide {
        width: 90%;
        margin: 75px auto;
    }

        .lens_guide ul li {
            flex-basis: 30%;
        }

    .tab_item {
        font-size: 1.2em;
        height: 50px;
        padding-top: 0px;
    }

    .shopEyemirror h2 {
        font-size: 1.5rem;
    }

    .shopEyemirror ul li {
        font-size: 1.2rem;
        line-height: 2.0rem;
    }

    .gf_top {
        flex-direction: column;
    }

    #globalfooter ul {
        margin: 20px 0;
        margin: 20px 0;
        text-align: center;
        font-size: 1.5rem;
    }

        #globalfooter ul li {
            padding: 20px 0 0;
            text-align: center;
        }

    #globalfooter li a {
        font-size: 1.3rem;
        display: block;
    }

    #globalfooter .copyright {
        font-size: 1.2rem;
        position: relative;
    }

    #globalfooter::before {
        width: 100%;
        padding-top: calc(354 / 819 * 100%);
    }

    #page_top {
        right: 3%;
        bottom: 15%;
    }

        #page_top a::before {
            font-size: 5rem;
        }

    .cartbuttonwrap {
        width: 85%;
        height: 85%;
    }

}
@media (max-width: 375px) {
    .swpInnerWrap {
        width: 95%;
        max-width: 700px;
        margin: 0 auto;
        padding-top: calc(272 / 305* 120vw);
    }
    .framecptWrap {
        width: 98%;
        margin: 0 auto;
        display: block;
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        top: 160vw;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .frame_ditailWrap {
        width: 100%;
        padding-top: calc(350 / 554* 130vw);
    }
}

