/*=====================================

【SMP】

=====================================*/
/*=====================================
初期設定
=====================================*/
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 width: 100%;
 color: #1c1c1c;
 font-family: 'Noto Sans JP', sans-serif;
 letter-spacing: .05em
}
body {
 -webkit-font-smoothing: subpixel-antialiased;
 -moz-osx-font-smoothing: unset;
}
body {}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
 body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }
}
body * {
 box-sizing: border-box;
 word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p, address, ul, li, dl, dt, dd, caption, img, form, blockquote, label {
 padding: 0;
 margin: 0;
 border: none;
 font-size: 100%;
 font-style: normal;
 font-weight: normal;
 line-height: 100%;
 list-style-type: none;
}
table, th, td {
 font-size: 100%;
 font-style: normal;
 font-weight: normal;
 line-height: 1.8;
 list-style-type: none;
}
textarea {
 font-size: 100%;
}
img {
 vertical-align: bottom;
 -ms-interpolation-mode: bicubic;
 -webkit-backface-visibility: hidden
}
ins {
 text-decoration: none;
}
/*=====================================
テキスト・カラー指定
=====================================*/ :root {
 --wht: #fff;
 --blk: #1c1c1c;
 --beg: #fcf7f0;
 --pgry: #f6f6f6;
 --lgry: #d6d6d6;
 --gry: #909090;
 --blu: #5ba9d8;
 --pnk: #e5015f;
 --lpnk: #ff718c;
 --lpnk2: #ff8b9d;
 --c: center;
 --r: right;
 --xl: clamp(28px, 7.69vw, 30px);
 --tl: clamp(20px, 5.64vw, 22px);
 --tm: clamp(17px, 4.62vw, 18px);
 --nm: clamp(15px, 4.1vw, 16px);
 --ts: clamp(10px, 2.56vw, 11px)
}
a {
 color: var(--blu);
 text-decoration: underline
}
a:hover {
 text-decoration: none
}
img {
 max-width: 100%
}
.txt-c {
 text-align: var(--c)
}
.txt-r {
 text-align: var(--r)
}
.spno {
 display: none!important
}
body.stop {
 overflow: hidden;
 height: 100%
}
/*=====================================
ヘッダー
=====================================*/
header {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 background: var(--wht);
 width: 100%;
 height: 70px;
}
header .logo_wrapper {
 position: absolute;
 z-index: 80;
 top: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 padding-left: 60px;
 width: calc(100% - 60px);
 transform: translateY(-50%);
 transition: .2s
}
.logo {
 display: block;
 width: 71.12%;
 font-size: 0
}
.logo img {
 width: 100%
}
.btnNav {
 display: none !important
}
/*=====================================
メニュー
=====================================*/
nav {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 width: 100%
}
nav li .dsno {
 display: none !important
}
header .globalmenu {
 z-index: 1;
 width: 100%;
 height: 58px;
 text-align: right;
 transition: .3s
}
header.active .globalmenu {
 height: 100vh;
 background: #fff
}
.headerBtn img {
 margin: 0 auto;
 width: 74%;
 max-width: 340px;
}
/*=====================================
フッター
=====================================*/
footer {
 display: flex;
 align-items: center;
 flex-direction: column;
 padding: 5% 5% 25%;
 background: var(--gry);
 color: var(--wht)
}
footer a {
 color: var(--wht);
 text-decoration: none
}
footer ul {
 padding: 5% 5% 7.5%;
 width: 100%
}
footer ul li {
 padding: 5%;
 text-align: center
}
footer p {
 width: 100%;
 font-size: var(--ts);
 line-height: 1.8;
 text-align: center
}
/*=====================================
コンテンツ
=====================================*/
main {
 margin-top: 70px
}
main section {
 width: 100%
}
main > section:last-of-type {
 padding-bottom: 15%
}
main p {
 margin-left: auto;
 margin-right: auto;
 padding-top: 2%;
 padding-bottom: 2%;
 width: 86%;
 font-size: var(--nm);
 line-height: 1.6
}
sup {
 display: inline-block;
 font-size: .4em;
}
.mgt00 {
 margin-top: 0!important
}
.mgt05 {
 margin-top: 5%!important
}
.mgb00 {
 margin-bottom: 0!important
}
.cont {
 padding: 12.5% 0;
 width: 100%
}
.cmnBox {
 padding: 7.5% 0;
 width: 100%
}
.inner-l, .inner-m, .inner-s {}
.cmnArea + .cmnArea {
 margin-top: 10%
}
.pdgtop0 {
 padding-top: 0
}
.bg-wht {
 background: var(--wht)
}
.bg-gry {
 background: var(--pgry)
}
.bg-beg {
 background: var(--beg)
}
.txt-wh {
 color: var(--wht)
}
.txt-pnk {
 color: var(--pnk)
}
.txt-red {
 color: #da462e !important
}
.txtLnk {
 display: block;
 color: var(--blu);
 line-height: 1.6;
 text-align: center
}
.pnkTtl {
 padding: 3% 0 0;
 background: var(--lpnk2);
 color: var(--wht);
 font-size: var(--tl);
 font-weight: 700;
 line-height: 1.4;
 text-align: center
}
.pnkTtl::after {
 content: "";
 display: block;
 margin: 3% 0 4%;
 width: 100%;
 aspect-ratio: 15.6/1;
 background: var(--beg) url("../img/bg-top-pnk.svg") no-repeat center top / contain;
}
.cmnTtl {
 margin-bottom: 7%;
 font-size: var(--tl);
 font-weight: 700;
 line-height: 1.4;
 text-align: center
}
.cmnTtl strong, .subTtl.pnk {
 color: var(--lpnk)
}
.cmnTtl.theme strong {
 color: var(--pnk)
}
.cmnTtl.line::after {
    content: "";
    display: block;
    margin: 3% auto;
    width: 58%;
    height: 2px;
    background: var(--lpnk)
}
.tag {
 display: inline-block;
 margin-bottom: 2.5%;
 padding: .5% 3% .2%;
 background: var(--blu);
 border-radius: 30px;
 color: var(--wht);
 font-family: Montserrat;
 font-size: 13px;
 font-weight: 600;
 line-height: 1.6;
}
.tag.pnk {
 background: var(--lpnk2)
}
.subTtl {
 margin-bottom: 5%;
 font-size: var(--tm);
 font-weight: 700;
 line-height: 1.4;
 text-align: center
}
.cmnTtl + p, .subTtl + p {
 padding-top: 0
}
* + .subTtl {
 margin-top: 5%
}
.secTtl {
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-bottom: 6%;
 text-align: center;
 font-size: var(--tm);
 font-weight: 700;
 line-height: 1.5556;
}
.secTtl span {
 display: inline-block;
 margin-bottom: 3%;
 background-image: linear-gradient(to right, var(--pnk) 0%, #a873cb 50%, var(--blu) 100%);
 background-repeat: no-repeat;
 background-position: bottom left;
 background-size: 0 1px;
 transition: all .6s ease-in-out;
 font-family: Montserrat;
 font-size: 13px;
 font-weight: 600;
 line-height: 1.6;
}
.secTtl.scrin span {
 background-size: 100% 1px
}
.pnkBox {
 margin-bottom: 2%;
 padding: 3%!important;
 background: var(--lpnk2);
 border-radius: 8px;
 color: var(--wht);
 font-weight: 700
}
.notes {
 margin-left: auto;
 margin-right: auto;
 padding-top: 1.5%;
 padding-bottom: 1.5%;
 width: 86%;
}
.notes li {
 padding-left: var(--ts);
 color: var(--gry);
 font-size: var(--ts);
 line-height: 1.4;
 text-indent: clamp(-11px, -2.56vw, -10px);
}
.notes li::before {
 content: "※"
}
.notes.star li::before {
 content: "★"
}
.btmLine {
 border-bottom: 1px solid var(--lgry)
}
/*img*/
.img-a {
 aspect-ratio: 2.0526/1
}
.img-b {
 aspect-ratio: 1.5984/1
}
.img-c {
 aspect-ratio: 3.2231/1
}
.img-d {
 aspect-ratio: 3.7143/1
}
.img-e {
 aspect-ratio: 1.4885/1
}
.img-f {
 aspect-ratio: 1.7333/1
}
.img-g {
 aspect-ratio: 1.2381/1
}
.img-h {
 aspect-ratio: 2.7857/1
}
.img-i {
 aspect-ratio: 1.189/1
}
.img-j {
 aspect-ratio: 0.7959/1
}
/*fv*/
.mv {
 position: relative;
 display: block;
 width: 100%;
 aspect-ratio: 1/1.1282
}
.t-ar {
 background: var(--pgry) url("../img/bg-top.svg") no-repeat center top / contain
}
.fvTtl {
 padding: 3% 5%;
 font-size: var(--tl);
 font-weight: 700;
 line-height: 1.6;
 text-align: center
}
.fvTtl:not(:first-child) {
 margin-top: 7.5%
}
.fv-product {
 display: flex;
 flex-direction: column;
 align-items: center;
 padding-top: 0
}
.fv-product .fv-device {
 display: block;
 margin-bottom: -110px;
 width: 46.15%;
 aspect-ratio: 1.1613/1;
 transform: translateY(-110px)
}
.priceWrap > * + * {
 margin-top: 4%;
}
.priceBox {
 margin-left: auto;
 margin-right: auto;
 padding: 4%;
 width: 90%;
 background: var(--wht);
 border: 1px solid var(--lgry);
 border-radius: 8px;
 font-weight: 700;
 text-align: center
}
.priceBox .priceTtl {
 display: block;
 margin-bottom: 1%;
 background: #aaa;
 border-radius: 2px;
 color: var(--wht);
 font-weight: 700;
 line-height: 1.6;
 text-align: center
}
.price__inner {
 display: flex;
 align-items: center;
 justify-content: center
}
.price__inner p {
 margin: 0;
 padding: 3% 2%;
 width: auto;
 line-height: 1.4;
 font-weight: 700
}
.price__inner p.price_left {
 width: 85px;
}
.price__inner p.arrow {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0
}
.price__inner p.arrow::after {
 content: "";
 flex-shrink: 0;
 width: 0;
 height: 0;
 margin: 0 auto;
 display: block;
 border-style: solid;
 border-width: 11px 0 11px 10px;
 border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--pnk);
}
.priceBox span.txt-hl {
 color: var(--pnk)
}
.priceBox span.txt-hl strong {
 font-size: var(--xl);
 line-height: 1
}
.marker {
 display: inline;
 padding: 0 3px;
 background-image: linear-gradient(90deg, #fff8a6, #fff8a6);
 background-repeat: no-repeat;
 background-position: bottom left;
 background-size: 0 30%;
 transition: all .8s ease-in-out;
}
.marker.scrin {
 background-size: 100% 30%
}
.priceBox span.txt-hl sup {
 vertical-align: top
}
.priceBox s {
 font-size: 20px
}
.priceBox span {
    font-size: 20px
}
.yen {
 font-size: 13px;
 font-style: normal
}
.priceBox small {
 margin-top: 4px;
 display: block;
 color: var(--blk);
 font-size: var(--ts);
 line-height: 1.4
}
.plus {
 margin-top: 2%;
 position: relative;
 height: 20px;
}
.plus + .priceBox {
 margin-top: 2%
}
.plus::before, .plus::after {
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 background: var(--blk)
}
.plus::before {
 top: 0;
 width: 2px;
 height: 20px;
 transform: translateX(-50%)
}
.plus::after {
 top: 9px;
 width: 20px;
 height: 2px;
 transform: translateX(-50%)
}
.blueBox {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 1rem auto 0;
 padding: 3% 2%;
 width: 90%;
 border: 1px solid var(--blu);
 border-radius: 6px;
 color: var(--blu);
 font-weight: 700;
 line-height: 1.5
}
.blueBox img {
 margin-right: 10px;
 width: 75px;
 aspect-ratio: 5/3
}
/*btn*/
.para_box{
    margin: 0 auto;
    width: 80vw;
}
.btnBuy {
 display: flex;
 flex-direction: column;
 margin: 0 auto;
 width: 80vw;
}
.btnBuy li:not(:last-child) {
 margin-bottom: 4%;
}
.btnBuy a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 1.5% 4%;
 height: 50px;
 box-shadow: 0px 3px 0px 0px rgba(214, 214, 214, .75);
 border-radius: 6px;
 color: var(--wht);
 font-size: var(--nm);
 font-weight: 700;
 text-decoration: none
}
.btnBuy a > img {
 display: block;
 width: 105px;
 aspect-ratio: 21/8;
 object-fit: contain
}
.btnBuy a span {
 flex-grow: 1;
 text-align: center
}
.btnBuy a span .logoAmazon {
 display: block;
 margin: auto;
 width: 74px;
 aspect-ratio: 2.9412/1;
 object-fit: contain
}
.btnBuy a.aupay {
 background: #eb5505
}
.btnBuy a.amazon {
 background: #232f3e
}
.btnBuy a.rakuten {
 background: #bf0101
}
.btnBuy a.yahoo {
 background: #ffa412
}
.official{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5% 4%;
    margin: 0 auto 4%;
    width: 100%;
    height: 50px;
    box-shadow: 0px 3px 0px 0px rgba(214, 214, 214, .75);
    border-radius: 6px;
    color: var(--wht);
    font-size: var(--nm);
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
    transition: .3s;
    background: #006FD1;
    cursor: pointer;
}
.official span{
    flex-grow: 1;
    text-align: center;
}

/*point*/
.dotline {
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 0 0 4%;
}
.dotline span {
 display: block;
 margin: .5%;
 width: 4px;
 height: 4px;
 border-radius: 50%;
 background: var(--lpnk);
 opacity: 0
}
.dotline.scrin span {
 opacity: 1;
 transition: opacity .3s ease-in;
}
.dotline.scrin span:nth-of-type(2) {
 transition-delay: .1s
}
.dotline.scrin span:nth-of-type(3) {
 transition-delay: .2s
}
.dotline.scrin span:nth-of-type(4) {
 transition-delay: .3s
}
.dotline.scrin span:nth-of-type(5) {
 transition-delay: .4s
}
#point .inner-s {
 padding-bottom: 12.5%
}
#case .inner-s {
 padding-bottom: 10%
}
#point .inner-s img,
#case .inner-s img {
 margin-bottom: 3%
}
#point .inner-s img + img {
 margin-top: 6%
}
#point .inner-s p + img,
#case .inner-s p + img {
 margin-top: 6%
}
.messageBox {
 display: flex;
 flex-direction: column;
 margin: 12.5% auto 5%;
 padding-bottom: 5%;
 width: 90%;
 background: var(--wht);
 border-radius: 8px;
 filter: drop-shadow(0px 0px 1px var(--gry));
}
.messageBox::before {
 content: "";
 display: block;
}
.messageBox::before {
 margin: 0 auto;
 width: 47.8%;
 aspect-ratio: 4.2/1;
 background: url("../img/message-top.svg") no-repeat center bottom / 100%;
 transform: translateY(-97%)
}
.messageBox .m-device {
 margin: 0 auto -15vw;
 width: 20.5vw;
 aspect-ratio: 1.1613/1;
 transform: translateY(-15vw)
}
.messageBox h3 {
 padding: 2% 4%;
 color: var(--blu);
 font-size: var(--tl);
 font-weight: 700;
 line-height: 1.4;
 text-align: center
}
.messageBox h3::after {
 content: "";
 display: block;
 margin: 5% auto 0;
 width: 30px;
 height: 1px;
 background: var(--blu)
}

/*slider*/
.sliderArea {
    margin: 0 auto;
    width: 100%
}
.slider-for1,
.slider-for2,
.slider-for3 {
    margin: 0 auto 5%;
    width: 100%
}
.slider-for2 img,
.slider-for3 img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.slider-for2 img {
    margin: 0 auto 10px
}
.slider-for2 p {
    width: 100%;
    text-align: center
}
.slick-slider {
    margin: 0 auto;
    padding: 0!important;
    width: 76.9%
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.dots1 .slick-dots,
.dots2 .slick-dots,
.dots3 .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%
}
.dots1 .slick-dots button,
.dots2 .slick-dots button,
.dots3 .slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  background: #d6d6d6;
  border: 2px solid #d6d6d6;
  border-radius: 50%;
}
.dots1 .slick-dots .slick-active button,
.dots2 .slick-dots .slick-active button,
.dots3 .slick-dots .slick-active button {
  background: #fff;
  border: 2px solid #5ba9d8;
}
.icon-left.slick-arrow,
.icon-right.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
    display: inline-block;
	width: 28px;
	height: 28px;
    border-bottom: 3px solid #bcbcbc;
    border-left: 3px solid #bcbcbc;
	z-index: 999
}
.icon-left.slick-arrow {
	left: -7.5vw;
    transform: rotate(45deg)
}
.icon-right.slick-arrow {
	right: -7.5vw;
    transform: rotate(-135deg)
}
.slider-for2 .icon-left.slick-arrow,
.slider-for2 .icon-right.slick-arrow {
	top: 35%;
    bottom: inherit
}

/*price*/
#price * + .patternBox {
 margin-top: 12.5%
}
dl.tableBox {
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 margin: 3% auto;
 width: 86%;
 border-bottom: 1px solid var(--lgry)
}
dl.tableBox dt, dl.tableBox dd {
 padding: 4% 2.5%;
 border-top: 1px solid var(--lgry);
 font-size: 14px;
 line-height: 1.6
}
dl.tableBox dt {
 flex-basis: 29%;
 background: var(--pgry);
 font-weight: 700
}
dl.tableBox dd {
 flex-basis: 71%;
 background: var(--wht);
}
dl.tableBox dd small {
 display: inline-block;
 font-size: var(--ts);
}
/*spec*/
#spec .sliderArea {
 padding-bottom: 10%
}
.bg-gry dl.tableBox dt {
 background: #e8e8e8
}
#spec dl.tableBox dt {
 flex-basis: 36%;
}
#spec dl.tableBox dd {
 flex-basis: 64%;
}
/*app*/
.app {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: var(--tm);
 font-weight: 700;
 line-height: 1.4
}
.app img {
 margin-right: 4%;
 width: 19.2vw;
 aspect-ratio: 1/1
}
/*flow*/
.stepBox {
 position: relative;
 margin: 12.5% auto;
 padding-bottom: 5%;
 width: 90%;
 background: var(--pgry);
 border-radius: 8px;
}
.stepBox:last-of-type {
 margin: 12.5% auto 5%;
}
#flow .stepBox:not(:first-of-type)::before {
 content: "";
 position: absolute;
 top: 0;
 left: calc(50% - 11px);
 width: 0;
 height: 0;
 margin: 0 auto;
 display: block;
 border-style: solid;
 border-width: 10px 11px 0 11px;
 border-color: var(--blu) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
 transform: translateY(-350%);
}
.stepTtl {
 text-align: center
}
.stepTtl .tag {
 margin-bottom: 1%;
 transform: translateY(-50%)
}
.stepBox img {
 display: block;
 margin: 0 auto 1%;
 width: 44.8%;
 aspcet-ratio: 2.8545/1
}
.stepBox p {
 text-align: center
}
/*faq*/
.faqBox {
 margin: 0 auto 4%;
 padding: 4%;
 width: 90%;
 background: var(--wht);
 border: 1px solid var(--lgry);
 border-radius: 8px;
}
.ac-menu label span {
 display: flex;
 align-items: center;
 justify-content: space-between;
 font-size: var(--nm);
 line-height: 1.6;
 cursor: pointer
}
.ac-menu .accordion + label span::after {
 content: "";
 flex-shrink: 0;
 margin-top: -3px;
 margin-left: 10px;
 display: block;
 width: 9px;
 height: 9px;
 border-bottom: 2px solid #bcbcbc;
 border-left: 2px solid #bcbcbc;
 transform: rotate(-45deg);
 transition: .3s
}
.ac-menu .accordion:checked + label span::after {
 transform: rotate(135deg)
}
.ac-menu input.accordion {
 display: none
}
.ac-menu div.ac-cont {
 display: block;
 overflow-y: hidden;
 margin: 0;
 height: 0;
 transition: all .2s
}
.ac-menu div.ac-cont p {
 position: relative;
 width: 100%
}
.ac-menu select:focus {
 outline: none
}
.ac-menu .accordion:checked + label + div.ac-cont {
 margin-top: 5%;
 padding-top: 3%;
 height: auto;
 border-top: 1px dashed var(--lgry)
}
/*accessories*/
#case .inner-s .flBox img.accImg {
 display: block;
 margin: 0 auto;
 width: 76.9%;
 aspect-ratio: 1.6/1;
 object-fit: contain;
}
.btnLnk {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 2.5% auto 0;
 width: min(90%, 80vw);
 height: 50px;
 background: padding-box linear-gradient(var(--wht), var(--wht)), linear-gradient(to right, var(--pnk) 0%, #a873cb 50%, var(--blu) 100%);
 border-top: 1px solid rgba(255, 255, 255, 0);
 border-bottom: 1px solid rgba(255, 255, 255, 0);
 border-left: 1px solid var(--pnk);
 border-right: 1px solid var(--blu);
 border-radius: 25px;
 box-shadow: 0px 3px 0px 0px rgba(214, 214, 214, .75);
 color: var(--pnk);
 font-size: var(--nm);
 font-weight: 700;
 line-height: 1.4;
 text-decoration: none
}
.btnLnk::after {
 content: "";
 display: block;
 position: absolute;
 right: 5vw;
 top: 50%;
 width: 9px;
 height: 9px;
 border-bottom: 1px solid var(--pnk);
 border-left: 1px solid var(--pnk);
 transform: translateY(-50%) rotate(-135deg)
}
/*fixed btn*/
.btnFixWrap {
 position: fixed;
 bottom: 0;
 left: 0;
 z-index: 90;
 width: 100%;
 padding: 11px 5% calc(15px + env(safe-area-inset-bottom));
 background-color:rgba(255,255,255,0.7);
 display: none;
 border-top: 1px solid #ccc;
}
.btnFix {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 padding-bottom: 2px;
 height: 50px;
background-image: linear-gradient(90deg, rgba(57, 181, 74, 1), rgba(62, 171, 40, 1) 90%);
 box-shadow: 0px 3px 0px 0px rgba(214, 214, 214, .75);
 border-radius: 60px;
 color: var(--wht);
 font-size: var(--nm);
 font-weight: 700;
 line-height: 1.4;
 text-decoration: none
}
.btnFix::after {
 content: "";
 display: block;
 position: absolute;
 right: 5vw;
 top: 50%;
 width: 9px;
 height: 9px;
 border-bottom: 1px solid var(--wht);
 border-left: 1px solid var(--wht);
 transform: translateY(-50%) rotate(-135deg)
}
#pop-up {
 display: none;
}
.overlay {
 display: none;
}
#pop-up:checked + .overlay {
 display: block;
 z-index: 9999;
 background-color: rgba(0, 0, 0, .7);
 position: fixed;
 width: 100%;
 height: 100vh;
 top: 0;
 left: 0;
}
.window {
 width: 100vw;
 height: 100vh;
 border-radius: 6px;
 display: flex;
 justify-content: center;
 align-items: center;
 overscroll-behavior: contain;
 overflow-y: scroll
}
.noScl {
 height: calc(100vh + 1px);
 width: 1px;
 background: rgba(255, 255, 255, 0)
}
.window-inner {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-end;
 margin: 0 0 15vw;
 width: 86vw;
 max-width: 600px
}
.window-inner .cmnBox {
 border-radius: 8px
}
.close {
 cursor: pointer;
 margin: 2.5% 0;
 color: var(--lgry);
 font-size: 40px
}
/*その他の記事*/
.postOther {
 margin: min(15%, 100px) auto;
 padding-top: min(10%, 60px);
 width: 86%;
 max-width: 750px;
 border-top: 1px solid var(--lgry);
}
.postOther h2 {
 margin-bottom: min(5%, 30px);
 font-size: var(--nm);
 font-weight: 700;
 line-height: 1.4
}
.postOther ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start
}
.postOther ul li {
 padding: 4% 0;
 width: 48%
}
.postOther ul li img {
 display: block;
 margin-bottom: 3%;
 width: 100%;
 aspect-ratio: 1.5984/1;
 object-fit: cover;
 opacity: 1;
 transition: .3s
}
.postOther ul li a {
 color: var(--blk);
 font-size: clamp(14px, 3.58vw, 16px);
 line-height: 1.5;
 letter-spacing: 0;
 text-decoration: none;
 transition: .3s
}
.postOther ul li a:hover {
 color: var(--blu)
}
.postOther ul li a:hover img {
 opacity: .7
}
.postOther ul li:nth-of-type(even) {
 margin-left: 4%
}
/*/////////////////////////////
モーダルウィンドウ
////////////////////////////*/
.btn {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 padding-bottom: 2px;
 height: 50px;
 background-image: linear-gradient(90deg, rgba(57, 181, 74, 1), rgba(62, 171, 40, 1) 90%);
 box-shadow: 0px 3px 0px 0px rgba(214, 214, 214, .75);
 border-radius: 60px;
 color: var(--wht);
 font-size: var(--nm);
 font-weight: 700;
 line-height: 1.4;
 text-decoration: none;
 margin: 1.5rem auto;
 padding: 0;
}
.btn::after {
 content: "";
 display: block;
 position: absolute;
 right: 5vw;
 top: 50%;
 width: 9px;
 height: 9px;
 border-bottom: 1px solid var(--wht);
 border-left: 1px solid var(--wht);
 transform: translateY(-50%) rotate(-135deg)
}
/* モーダルCSS */
.modalArea {
    display: none;
    position: fixed;
    z-index: 9999; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalArea p {
    width: 100% !important;
    padding-bottom: 1rem;
}

.modalArea .btnBuy {
    width: 100%;
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 320px;
    padding: 2.5rem 1rem 1rem;
    background-color: #fff;
    border-radius: 0.6rem;
}
.modalWrapper_inner{
    width: 100%;
    height: 100%;
}
.application_frame_class{
    position: relative;
    width: 100%;
}
.frame_img{
    display: block;
    width: 100%;
    height: 100%;
}
.application_link{
    position: absolute;
    width: 93%;
    height: 5%;
    bottom: 9%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}