@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: #301A7B;
    background-color: #FEF9F6;
}

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

/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: #d7376d; }
  .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;
}

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

/* くりあふぃっくす(フロート解除)
-------------------------------------------------*/
.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;
}


/* 	header
-------------------------------------------------*/
#header {
    width: 100%;
    height: auto !important;
    padding-top: calc(880 / 1920 * 100%);
    position: relative;
    overflow: hidden;
}

.header {
    width: 95%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
}
    .header .logo {
        width: 50%;
        position: absolute;
        height: auto;
        background: url(../img/kv_title_name.png) no-repeat center center;
        background-size: 60%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        padding-top: calc(303 / 557 * 60%);
        z-index: 3;
    }
    .fuwa::after {
        content: '';
        position: absolute;
        width: 50%;
        height: auto;
        background: url(../img/kv_title.png) no-repeat center center;
        background-size: 85%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        padding-top: calc(635 / 802 * 85%);
        z-index: 2;
    }
    .header .chara {
        width: 100%;
        position: absolute;
        height: auto;
        background: url(../img/kv_ykr.png) no-repeat center bottom;
        background-size: 35%;
        bottom: 0;
        left: 26%;
        margin: auto auto 0 auto;
        padding-top: calc(872 / 639 * 35%);
        z-index: 1;
    }

    .header:after {
        content: '';
        position: absolute;
        width: 95%;
        max-width: 1600px;
        height: auto;
        padding-top: calc(830 / 1600 * 95%);
        background: url(../img/kv.png) no-repeat center center;
        background-size: 95%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index:0;
    }


/* main 
------------------------------------------------- */
#main {
    position: relative;
    z-index: 0;
}

.mainWrap {
    width: 100%;
}

/* 外枠 
------------------------------------------------- */
.outerFrame_l {
    width: 95%;
    padding: 3rem 3rem 3rem 0;
    background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
    background-size: 200% 200%;
    animation: Grad 4s infinite alternate;
    border-radius: 0 25rem 25rem 0;
}
.outerFrameInner_l {
    padding: 3rem 3rem 3rem 0;
    background-color: #fff;
    border-radius: 0 25rem 25rem 0;
}
.outerFrame_l .outerFrameInner_l>div {
    margin-left: calc(5% + 6rem);
}

.outerFrame_r {
    width: 95%;
    padding: 3rem 0 3rem 3rem;
    background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
    background-size: 200% 200%;
    animation: Grad 4s infinite alternate;
    border-radius: 30rem 0 0 30rem;
    margin-right: 0;
    margin-left: auto;
}

.outerFrameInner_r {
    padding: 3rem 0 3rem 3rem;
    background-color: #fff;
    border-radius: 28rem 0 0 28rem;
}

.outerFrame_r .outerFrameInner_r > div {
    margin-right: calc(5% + 6rem);
    margin-bottom: 5rem;
}

.outerFrameInner_l.charaFrame {
    padding: 3rem 3rem 3rem 0;
    background-color: #F7EFFF;
    border-radius: 0 23rem 23rem 0;
}

.outerFrame_C {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 3rem 3rem 3rem;
    background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
    background-size: 200% 200%;
    animation: Grad 4s infinite alternate;
    border-radius: 3rem;
}

.outerFrameInner_C {
    padding: 3rem 3rem 3rem 3rem;
    background-color: #fff;
    border-radius: 2rem;
}

@keyframes Grad {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


/* caption 
------------------------------------------------- */
.caption {
    width: 100%;
    padding: 5rem 0;
}
    .caption h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
    }
.rotate_moon {
    position: relative;
}
    .rotate_moon::after {
        content: '';
        position: absolute;
        background: url(../img/moon.png) no-repeat center center;
        background-size: contain;
        width: 10rem;
        height: auto;
        padding-top: calc(500 / 500 * 10rem);
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

/* topic 
------------------------------------------------- */
.topic {
    width: 100%;
    background-color: #E5DBEF;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.textbox {
    width: 100%;
    padding: 5rem 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: #b3a7d6 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: #301A7B;
}
.t1 p {
    color: #ffffff;
}
.t2 {
    border: #301A7B 1px solid;
    margin-bottom: 30px;
}
.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: bold;
    font-size: 2.0rem;
    line-height: 3.0;
}
.topic .textbox h3 {
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    margin: 40px 0 20px;
}
.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.2rem;
    line-height: 1.2;
    margin: 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 a, a:link {
    color: #301A7B;
    border-bottom: 1px dotted #301A7B;
    /*text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
}

/* title
------------------------------------------------- */
.titleWrap {
    width: 90%;
    max-width: 677px;
    margin: 0 auto;
}
.titleWrap img {
    width: 100%;
}

/* spcialcomment
------------------------------------------------- */
.specialComment {
    width: 100%;
    padding: 3rem 0;
    background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
    background-size: 200% 200%;
    animation: Grad 4s infinite alternate;
}
.specialCommentInner {
    width: 100%;
    height: auto;
}
.Comment {
    background: url(../img/comment_bgIll_pc.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: calc(880 / 1920 * 100%);
}

/* frame
------------------------------------------------- */
#model {
    width: 100%;
    padding: 200px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 0;
    background-color: #D4C5EC;
}
.charaWrap {
    position: relative;
}
    .charaWrap::after {
        content: '';
        position: absolute;
        width: 100%;
        height: auto;
        background: url(../img/framebg_yukari.png) no-repeat center left;
        background-size: contain;
        padding-top: calc(868 / 1962 * 100%);
        top: 0;
        bottom: 0;
        left: -5rem;
        z-index: 1;
    }
.charaFrame>div {
    position: relative;
    z-index: 5;
}

.modelWrap {
    width: 95%;
    max-width: 1750px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.model_ImgWrap {
    width: 100%;
    position: relative;
}
.model_Img {
    position: absolute;
    width: 100%;
    max-width: 700px;
    background: url(../img/frame_chara.png) no-repeat center center;
    background-size: contain;
    height: auto;
    padding-top: calc(1000 / 700 * 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.frame {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.frameDitailWrap {
    width: 65%;
    margin: 20px auto;
    padding: 3%;
    background: rgba(247, 239, 255, 0.5);
    border-radius: 2rem;
}
.frame_ditail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .frame_ditail ul li {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .frame_ditail h3 {
        text-align: right;
        font-size: 1.3rem;
        margin-top: 10px;
    }

        .frame_ditail h3 .kakaku {
            font-size: 2.3rem;
        }


/* モデル出し分け
------------------------------------------------- */
.group {
    display: none;
}

.is-showr {
    display: block;
    animation: fadeInr 1.0s ease-out 0s 1 normal;
    -webkit-animation: fadeInr 1.0s ease-out 0s 1 normal;
}

@keyframes fadeInr {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInr {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.frameItemWrap {
    width: 95%;
    max-width: 1000px;
    margin: 50px auto;
}

.frameTitle {
    width: 55%;
    margin: 0 auto;
    background: url(../img/frametitle.png) no-repeat center top;
    background-size: contain;
    height: auto;
    padding-top: calc(519 / 997 * 55%);
}
.colorWrap {
    width: 70%;
    margin: 50px auto;
}
    .colorWrap h1 {
        font-size: 2.0rem;
        text-align: center;
        color: #ffffff;
        background-color: #7B67AC;
        border-radius: 25rem;
        padding: 1.5rem;
    }

.frameItemInner {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.frameItem {
    width: 32%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .frameItem div img {
        width: 100%;
    }

    .frameItem .Itemmodel {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #7B67AC;
        border-radius: 50px;
        color: #7B67AC;
        text-align: center;
        padding: 20px;
        padding: 15px;
        position: absolute;
        bottom: 0px;
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.5rem;
    }

    .frameItem.is-activer .Itemmodel {
        background-color: #7B67AC !important;
        border: 3px solid #7B67AC !important;
        color: #ffffff;
    }

/* swiper
------------------------------------------------- */
.swpWrap {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    position: relative;
}

.swiper-container {
    position: relative;
    width: 100%;
    margin: 3% 0;
    padding: 10% 0;
    overflow: hidden;
}

.swiper-slide {
    opacity: 0.9;
    overflow: hidden;
    transition: .7s;
}

    .swiper-slide img {
        width: 100%;
        border: 1px solid #ffffff;
    }

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.8) !important; /* スライドの大きさ調整 */
}

.swiper-button-prev, .swiper-button-next {
    color: #ffffff !important;
}
    .swiper-button-prev:after, .swiper-button-next:after {
        border-radius: 10%;
        background-color: #7b67ac94;
    }

.swiper-pagination {
    display: none !important;
}
/* 前へ次への矢印カスタマイズ */
/*.swiper-button-prev,
.swiper-button-next {
    height: 44px !important;
    width: 44px !important;
}*/
/* 前へ次への矢印カスタマイズ */
/*.swiper-button-prev::after,
    .swiper-button-next::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "" !important;
        height: 44px;
        margin: auto;
        width: 44px;
    }*/
/* 前への矢印カスタマイズ */
/*.swiper-button-prev::after {
        background-image: url(../img/arrow_circle_left_lineW.png);
    }*/
/* 次への矢印カスタマイズ */
/*.swiper-button-next::after {
        background-image: url(../img/arrow_circle_right_lineW.png);
    }*/
/* 画像サイズ調整 */
/*.swiper-slide img {
    height: auto;
    width: 100%;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -15px !important;
    left: 0;
    width: 100%;
}*/
/* ボタン
------------------------------------------------- */
.ec_linkbuttonWrap {
    margin-top: 25px;
}
.ec_linkbutton {
    background-color: #301A7B;
    width: 90%;
    max-width: 670px;
    height: 5vw;
    min-height: 100px;
    border: 5px solid #301A7B;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}
    .ec_linkbutton span {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 2.5rem;
        font-weight: bold;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-size: 3.0rem !important;
    vertical-align: sub;
}

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

/* 特典
------------------------------------------------- */
.tokutenWrap {
    width: 100%;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}
    .tokutenWrap::before {
        content: '';
        position: absolute;
        background: url(../img/dot_l.png) repeat-y left center;
        background-size: 50%;
        width: 50%;
        height: auto;
        padding-top: calc(1233 / 400 * 50%);
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 0;
    }
    .tokutenWrap::after {
        content: '';
        position: absolute;
        background: url(../img/dot_r.png) repeat-y right center;
        background-size: 50%;
        width: 50%;
        height: auto;
        padding-top: calc(1233 / 400 * 50%);
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 0;
    }
.tokutenInner {
    position: relative;
    z-index: 5;
}
.tokutenPwrap {
    margin-top: 40px;
}
.tokutenWrap p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.tokutenWrap p:nth-child(2) {
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}
.tokutenImg {
    width: 90%;
    max-width: 232px;
    margin: 0 auto;
}
.tokutenImg img {
    width: 100%;
}

/* 等身大パネル
------------------------------------------------- */
.panel {
    width: 100%;
    background-color: #D4C5EC;
    padding: 5rem 0;
}
.panel_Title {
    width: 90%;
    max-width: 800px;
    margin: 10px auto;
    border-radius: 50px;
    background-color: #AE93D8;
}
    .panel_Title p {
        padding: 10px 10px;
        text-align: center;
        font-weight: bold;
        font-size: 2.5rem;
        color: #ffffff;
    }
.panelWrap {
    width: 95%;
    max-width: 1200px;
    margin: 17rem auto 0;
    background-color: #fdfdfd;
    border-radius: 25px;
}
.panelInnerwrap {
    width: 100%;
    position: relative;
}
    .panelInnerwrap::after {
        content: '';
        position: absolute;
        background: url(../img/panel.png) no-repeat right bottom;
        background-size: 25rem;
        right: 3%;
        bottom: 0;
        width: 100%;
        height: auto;
        padding-top: calc(772 / 326 * 25rem);
        z-index: 1;
    }
.paneltxt {
    padding: 3rem 1em;
    text-align: center;
    position: relative;
    z-index: 5;
}
    .paneltxt h4 {
        font-size: 1.8rem;
        text-align: center;
    }
.paneltopic {
    width: 300px;
    margin: 3rem auto 2rem;
    border-radius: 50px;
    border: #301A7B 1px solid;
}
    .paneltopic h6 {
        text-align: center;
        font-weight: bold;
        font-size: 1.6rem;
    }
.paneltxt h7 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    display: block;
}
.paneltxt p {
    text-align: center;
    line-height: 1.8;
}
.fuchidori {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

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

    .sold_out ul li {
        /*border: 1px solid #707070;*/
        border-radius: 25px;
        margin: 10px;
        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% - 10px * 2);
    }

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

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

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

/* lens_guide
------------------------------------------------- */
.lens_guide {
    max-width: 600px;
    margin: 70px auto 100px;
}

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

/* footer img
------------------------------------------------- */
.footerImg {
    width: 95%;
    max-width: 833px;
    margin: 0 auto;
    padding: 50px 0;
}
.footerImg img {
    width: 100%;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.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 #816084;
    border-top: 1px solid #816084;
    border-left: 1px solid #816084;
    border-right: 1px solid #816084;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ECE0F0;
    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: #816084;
    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: #816084;
    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, .padbr {
    display: none;
}

/* ScrollTop button
------------------------------------------------- */
#page_top {
    right: 35px;
    bottom: 340px;
    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: #AE93D8;
        }

@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: #805050;
    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);
    }

.modelWrapAllsp, .modelWrapAllsp2 {
    display: none;
}
/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .topicshop {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        font-size: 1.5rem;
        flex-direction: column;
        align-items: center;
    }
        .topicshop li {
            padding-bottom: 15px;
        }

    .padbr {
        display: block;
    }

    /* ページ別
 --------------------------   */
    .outerFrame_l {
        width: 99%;
        padding: 3rem 3rem 3rem 0;
        background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
        background-size: 200% 200%;
        animation: Grad 4s infinite alternate;
        border-radius: 0 25rem 25rem 0;
    }

    .outerFrame_r {
        width: 99%;
        padding: 3rem 0 3rem 3rem;
        background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
        background-size: 200% 200%;
        animation: Grad 4s infinite alternate;
        border-radius: 20rem 0 0 20rem;
        margin-right: 0;
        margin-left: auto;
    }
    .outerFrameInner_r {
        padding: 3rem 0 3rem 3rem;
        background-color: #fff;
        border-radius: 18rem 0 0 18rem;
    }
    
    .rotate_moon::after {
        content: '';
        position: absolute;
        background: url(../img/moon.png) no-repeat center center;
        background-size: contain;
        width: 6rem;
        height: auto;
        padding-top: calc(500 / 500 * 6rem);
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .caption h2 {
        text-align: left;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
    }

    #model {
        padding: 100px 0;
    }
    .frameItemWrap {
        width: 100%;
    }
    .frameItemInner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .swpWrap {
        width: 100%;
        max-width: 1200px;
        margin: 10px auto;
        position: relative;
    }
    .frameDitailWrap {
        width: 100%;
        margin: 15px auto;
        padding: 3%;
        background: rgba(247, 239, 255, 0.5);
        border-radius: 2rem;
    }
}

/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    .pcbr {
        display: none;
    }
    .spbr {
        display: block;
    }
    .topic .textbox h1 {
        font-size: 5vw;
        letter-spacing: 2px;
    }
    .topic .textbox .fontchange {
        font-size: 9vw;
    }
    .topic .textbox h5 {
        font-size: 3.5vw;
    }
    .topic .textbox h4, .topicshop {
        font-size: 3.0vw;
    }
        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 100%;
        }
    .topic .textbox h2 {
        font-size: 3.5vw;
    }
    .sold_out ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }
        .sold_out ul li {
            font-size: 2.8vw;
            margin: 5px;
            width: calc(50% - 5px * 2);
            display: flex;
            align-items: center;
            justify-content: center;
        }
    .ec_linkbutton {
        min-height: 100px;
    }
        .ec_linkbutton span {
            font-size: 2.5rem;
        }

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

    /* ページ別
 --------------------------   */
    #header {
        width: 100%;
        height: auto !important;
        padding-top: calc(1244 / 700 * 100%);
        position: relative;
        overflow: hidden;
    }
    .header {
        width: 100%;
    }
        .header .logo {
            width: 100%;
            position: absolute;
            height: auto;
            background: url(../img/kv_title_name_sp.png) no-repeat center center;
            background-size: 70%;
            top: 30rem;
            bottom: 0;
            margin: auto 0;
            padding-top: calc(241 / 461 * 70%);
            z-index: 3;
        }
    .fuwa::after {
        content: '';
        position: absolute;
        width: 100%;
        height: auto;
        background: url(../img/kv_title_sp.png) no-repeat center center;
        background-size: 95%;
        top: 30rem;
        bottom: 0;
        right: 0;
         margin: auto auto; 
        padding-top: calc(431 / 664 * 100%);
        z-index: 2;
    }
    .header:after {
        content: '';
        position: absolute;
        width: 98%;
        max-width: 1600px;
        height: auto;
        padding-top: calc(1102 / 661 * 98%);
        background: url(../img/kv_sp.png) no-repeat center center;
        background-size: 95%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 0;
    }
        .header .chara {
            width: 100%;
            position: absolute;
            height: auto;
            background: url(../img/kv_ykr.png) no-repeat left bottom;
            background-size: 125%;
            bottom: 0;
            left: 2.5rem;
            margin: auto;
            padding-top: calc(872 / 639 * 125%);
            z-index: 1;
        }

    .outerFrame_l {
        width: 98%;
        padding: 2rem 2rem 2rem 0;
        background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
        background-size: 200% 200%;
        animation: Grad 4s infinite alternate;
        border-radius: 0 25rem 25rem 0;
    }
    .outerFrameInner_l {
        padding: 2rem 2rem 2rem 0;
        background-color: #fff;
        border-radius: 0 25rem 25rem 0;
    }
    .outerFrame_l .outerFrameInner_l > div {
        margin-left: calc(5% + 0rem);
    }
    .caption h2 {
        text-align: left;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.8;
        width: 85%;
    }
    .rotate_moon::after {
        content: '';
        position: absolute;
        background: url(../img/moon.png) no-repeat center center;
        background-size: contain;
        width: 4rem;
        height: auto;
        padding-top: calc(500 / 500 * 4rem);
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .outerFrame_r {
        width: 98%;
        padding: 2rem 0 2rem 2rem;
        background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
        background-size: 200% 200%;
        animation: Grad 4s infinite alternate;
        border-radius: 10rem 0 0 10rem;
        margin-right: 0;
        margin-left: auto;
    }
    .outerFrameInner_r {
        padding: 2rem 0 2rem 2rem;
        background-color: #fff;
        border-radius: 9rem 0 0 9rem;
    }
    .outerFrame_r .outerFrameInner_r > div {
        margin-right: calc(5% + 2rem);
        margin-bottom: 5rem;
    }

    .Comment {
        background: url(../img/comment_bgIll_sp.jpg) no-repeat center top;
        background-size: cover;
        width: 100%;
        height: auto;
        padding-top: calc(1435 / 700 * 100%);
    }


    #model .outerFrame_l {
        width: 98%;
        padding: 2rem 2rem 2rem 0;
        background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
        background-size: 200% 200%;
        animation: Grad 4s infinite alternate;
        border-radius: 0 10rem 10rem 0;
    }
    .outerFrameInner_l.charaFrame {
        padding: 30rem 1rem 1rem 0;
        background-color: #F7EFFF;
        border-radius: 0 8rem 8rem 0;
    }
    #model .outerFrame_l .outerFrameInner_l > div {
        margin-left: calc(5% + 1rem);
    }
    .charaWrap::after {
        content: '';
        position: absolute;
        width: 180%;
        height: auto;
        background: url(../img/framebg_yukari.png) no-repeat center left;
        background-size: contain;
        padding-top: calc(868 / 1962 * 180%);
        top: -2rem;
        bottom: 0;
        left: -6rem;
        z-index: 1;
    }
    .frameTitle {
        width: 70%;
        margin: 0 auto;
        background: url(../img/frametitle.png) no-repeat center top;
        background-size: 100%;
        height: auto;
        padding-top: calc(519 / 997 * 70%);
    }
    .colorWrap {
        width: 95%;
        margin: 20px auto;
    }
    .frameItemInner {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }
    .frameItem {
        width: 45%;
        max-width: 250px;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 2%;
    }
    .frameItem .Itemmodel {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #7B67AC;
        border-radius: 25px;
        color: #7B67AC;
        text-align: center;
        padding: 20px;
        padding: 5px;
        position: absolute;
        bottom: 0px;
        cursor: pointer;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: 0;
    }
    .swiper-container {
        position: relative;
        width: 100%;
        margin: 10px 0;
        padding: 4rem 0 18%;
    }
    .frame_ditail ul li {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .frame_ditail h3 {
        text-align: right;
        font-size: 1.3rem;
        margin-top: 10px;
        margin-left: auto;
    }
    .sold_out ul li {
        font-size: 2.5vw;
        margin: 3px;
        width: calc(50% - 3px * 2);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tokutenWrap {
        width: 100%;
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }
        .tokutenWrap::before {
            content: '';
            position: absolute;
            background: url(../img/dot_l.png) repeat-y left center;
            background-size: 70%;
            width: 50%;
            height: auto;
            padding-top: calc(1233 / 400 * 70%);
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            z-index: 0;
        }
        .tokutenWrap::after {
            content: '';
            position: absolute;
            background: url(../img/dot_r.png) repeat-y right center;
            background-size: 70%;
            width: 50%;
            height: auto;
            padding-top: calc(1233 / 400 * 70%);
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            z-index: 0;
        }
        .tokutenWrap p {
            font-size: 1.3rem;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
        }
    .outerFrame_C {
        width: 85%;
        max-width: 800px;
        margin: 0 auto;
        padding: 2rem;
        background: linear-gradient(135deg, #A7AEF4, #d4b3e1, #AE93D8);
        background-size: 200% 200%;
        animation: Grad 4s infinite alternate;
        border-radius: 3rem;
    }

    .swiper-pagination {
        display: block !important;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    .swiper-pagination-bullet-active {
        background: #7b67ac !important;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0px !important;
    }
    .panelInnerwrap::after {
        content: '';
        position: absolute;
        background: url(../img/panel.png) no-repeat center bottom;
        background-size: 33rem;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        padding-top: calc(772 / 326 * 33rem);
        z-index: 1;
    }
    .panelWrap {
        width: 95%;
        max-width: 1200px;
        margin: 25rem auto 0;
        background-color: #fdfdfd;
        border-radius: 25px;
    }
    .paneltxt {
        background-image: linear-gradient(180deg, transparent, #ffffff80);
        border-radius: 4rem;
    }
}