@charset "UTF-8";
/* Scss Document */
/*color*/
/*font*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face { font-family: 'avenir next', sans-serif; font-style: normal; font-weight: 600; src: url("../fonts/AvenirNext-DemiBold-03.ttf") format("truetype"); }
@font-face { font-family: 'avenir next', sans-serif; font-style: normal; font-weight: 500; src: url("../fonts/AvenirNext-Regular-08.ttf") format("truetype"); }
@font-face { font-family: 'avenir next', sans-serif; font-style: normal; font-weight: 500; src: url("../fonts/AvenirNext-Bold-01.ttf") format("truetype"); }
/*layout*/
/* リセット
========================================================= */
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, 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; font-weight: normal; }

body { line-height: 1; }

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

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; }

a.notel { cursor: text; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

img, iframe { vertical-align: bottom; max-width: 100%; }

/* =========================================================
	初期フォーマット
========================================================= */
body.lock-scroll { overflow: hidden; }

/*20250521追記*/
.copy-container { max-width: 400px; margin-left: auto; margin-right: auto; text-align: center; gap: 8px; }

.copy-container .tag { font-size: 20px; }

.copy-btn { display: block; border-radius: 6px; width: 100%; margin-top: 24px; margin-bottom: 24px; padding: 8px 16px; border: 1px solid transparent; background-color: #459e93; font-size: 14px; color: white; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); transition: background 0.3s, box-shadow 0.3s; }

@media (min-width: 768px) { .copy-btn { padding: 16px 32px; font-size: 16px; } }
.copy-btn:hover { background-color: transparent; border: 1px solid #459e93; color: #231815; }

.copy-btn:active { background-color: #f5f5f5; color: #459e93; border: solid 2px #459e93; }

.copy-message { display: block; min-height: 2.2em; /* 高さを固定 */ margin-top: 6px; color: #333333; font-size: 14px; visibility: hidden; /* ← visibility で非表示にする（スペースは保つ） */ }

.copy-message.show { visibility: visible; }

.qr-notice { font-size: 1.25rem; color: #FF7F50; font-weight: bold; text-align: center; margin-top: 24px; }

/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: "Noto Sans JP", sans-serif; background: #f5f5f5; color: #333; font-feature-settings: "palt"; }

a { text-decoration: none; color: inherit; }

img { display: block; max-width: 100%; height: auto; }

/* Container */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 40px 20px; }

section { margin-bottom: 60px; }

p, li { font-size: 14px; line-height: 1.6; }
@media (min-width: 768px) { p, li { font-size: clamp(14px, 1vw, 20px); font-weight: 400; } }

/* Hero */
#hero { position: relative; background: url("/path/to/hero.jpg") center/cover no-repeat; height: 600px; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; }

#hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); }

#hero .content { position: relative; z-index: 1; max-width: 800px; padding: 0 20px; }

#hero h1 { font-size: 2.5rem; margin-bottom: 16px; }

#hero .content p { font-size: 1.25rem; color: #fff; margin-bottom: 24px; }

/* Hero Buttons */
.hero-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 24px; }

/* Campaign Overview */
.card-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.card-list .card { background: #fff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); padding: 15px; text-align: center; }
@media (min-width: 768px) { .card-list .card { padding: 15px; } }
.card-list .card .img { max-width: 60px; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
@media (min-width: 768px) { .card-list .card .img { max-width: 100px; } }
.card-list .card .img.large-img { max-width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
@media (min-width: 768px) { .card-list .card .img.large-img { max-width: 100%; } }
.card-list .card .share-img img { margin-left: 0; margin-right: 0; margin-bottom: 0; display: inline-block; width: 20px; }
.card-list .card h3 { margin-bottom: 8px; color: #00a9b5; }
.card-list .card.act-hotels { padding: 0px; }
.card-list .card.act-hotels .act-text { padding: 15px; }
.card-list .card.act-hotels .act-text h3 { text-align: left; color: #000; }
.card-list .card.act-hotels .act-text p { text-align: left; margin-top: 15px; }
.card-list .card.act-hotels .act-text dl { margin-top: 15px; }
.card-list .card.act-hotels .act-text dl > div + div { margin-top: 15px; }
.card-list .card.act-hotels .act-text dl > div { display: flex; align-items: center; }
.card-list .card.act-hotels .act-text dl > div dt { max-width: 80px; flex-basis: 80px; padding-right: 1em; text-align: left; }
.card-list .card.act-hotels .act-text dl > div dd { width: calc(100% - 80px - 1em); text-align: left; }
.card-list.card-list02 { grid-template-columns: 1fr; gap: 40px; max-width: 900px; }
.card-list.card-list02 .card { background: #fffde8; position: relative; display: flex; gap: 10px; align-items: center; text-align: left; }
.card-list.card-list02 .card.card-right { flex-direction: row-reverse; }
.card-list.card-list02 .card .img { width: 21%; margin-bottom: 0; }
.card-list.card-list02 .card .img img { margin-bottom: 0; }
.card-list.card-list02 .card .text { width: 78%; }
.card-list.card-list02 .card .step-text { position: absolute; top: -20px; left: 1%; font-size: 30px; }
@media (min-width: 768px) { .card-list.card-list02 .card .step-text { font-size: 36px; } }
.card-list.card-list02 .card .or-text { position: absolute; top: -45px; left: 50%; transform: translateX(-50%); font-size: 30px; background-color: #00a9b5; border-radius: 40px; padding: 10px; color: #fff; }
@media (min-width: 768px) { .card-list.card-list02 .card .or-text { font-size: 32px; } }
.card-list.card-list03 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 30px; }
.card-list.card-list03 .card { background: #fff; position: relative; display: flex; gap: 10px; align-items: center; text-align: left; }

/* Section Title */
.section-title { font-size: 1.75rem; color: #00577D; text-align: center; margin: 60px 0 24px; }

/* How To Apply Step Box */
#how-to-apply { background: #00577D; color: #fff; border-radius: 12px; padding: 40px 20px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: auto; gap: 48px 32px; }

.step { text-align: center; }

.step .icon { width: 80px; height: 80px; margin: 0 auto 16px; background: #FF7F50; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

.step .icon img { width: 40px; height: 40px; }

.step h4 { font-size: 1.25rem; margin-bottom: 8px; }

.step p { font-size: 0.95rem; }

/* Button */
.btn { display: inline-block; padding: 8px 16px; background: #00a9b5; color: #fff; border: 1px solid transparent; border-radius: 6px; margin-top: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); transition: background 0.3s, box-shadow 0.3s; font-size: 14px; max-width: 800px; width: 100%; text-align: center; }
@media (min-width: 768px) { .btn { padding: 16px 32px; font-size: clamp(14px, 1vw, 20px); } }
.btn .btn:hover { background-color: transparent; border: 1px solid #00a9b5; color: #000; }

.btn02 { position: relative; display: inline-block; padding: 20px 16px; text-align: center; color: #fff; border-radius: 6px; border: 1px solid transparent; cursor: pointer; overflow: hidden; z-index: 1; font-size: 14px; max-width: 800px; width: 100%; transition: color 0.3s; }
@media (min-width: 768px) { .btn02 { padding: 32px 32px; font-size: clamp(14px, 1vw, 20px); } }
.btn02::before { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: 6px; background: radial-gradient(circle at top left, #49c5ee 0%, #cf58df 30%, #f5ccb2 50%, #b08fdc 100%); transition: opacity 0.3s; }
.btn02::after { content: ''; position: absolute; inset: 0; border-radius: 6px; padding: 1px; background: linear-gradient(to right, #49c5ee, #cf58df, #f5ccb2, #b08fdc); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: 0; transition: opacity 0.3s; }
.btn02:hover { background: linear-gradient(to right, #49c5ee, #cf58df, #f5ccb2, #b08fdc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; }
.btn02:hover::before { opacity: 0; }
.btn02:hover::after { opacity: 1; }

/* Text Card for sections */
.text-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); padding: 20px; width: 100%; }
.text-card .text-card-content p, .text-card .text-card-content ul { margin-left: 1em; margin-right: 1em; }
.text-card .text-card-content .text-card-content-title { font-size: 18px; padding-left: 1em; position: relative; margin-bottom: 10px; line-height: 1.2; }
.text-card .text-card-content .text-card-content-title::before { content: '●'; position: absolute; left: 0px; font-size: 14px; top: 4px; }
.text-card .text-card-content ul { padding-left: 1em; }
.text-card .text-card-content ol { padding-left: 1em; }
.text-card .text-card-content .kome-mark { position: relative; list-style: none; }
.text-card .text-card-content .kome-mark::before { content: '※'; position: absolute; left: -20px; }
.text-card .text-card-content + .text-card-content { margin-top: 20px; }

/* Footer */
footer.container { text-align: center; padding: 20px 0; }

/* =========================================================
作成
========================================================= */
.ques-title { position: relative; }

.arrow-img { margin-top: 20px; margin-bottom: 20px; }
.arrow-img img { margin: 0 auto; }

.en { font-family: "avenir next", sans-serif; }
.en.main-lead { font-size: clamp(24px, 5.497382199vw, 42px); font-weight: 600; }
@media (min-width: 768px) { .en.main-lead { font-size: clamp(42px, 3vw, 60px); } }

.text-inline { display: inline-block; }

.txt-c { text-align: center; }

.txt-left { text-align: left; }

.txt-right { text-align: right; }

.under-line { border-bottom: 1px solid #000; transition: .8s; }
.under-line:hover { border-bottom: 1px solid transparent; }

.inner { max-width: 1200px; margin: 0 auto; }

.c-inner { width: 92%; }

.inner + .inner { margin-top: clamp(80px, 8vw, 120px); }

.text-box { background-color: #00a9b5; font-size: clamp(11px, 2.34375vw, 18px); border-radius: 20px; color: #000; padding-left: clamp(5px, 2.0876826722vw, 10px); padding-right: clamp(5px, 2.0876826722vw, 10px); }
@media (min-width: 768px) { .text-box { font-size: clamp(14px, 1vw, 20px); padding-left: clamp(0px, 0.75vw, 15px); padding-right: clamp(0px, 0.75vw, 15px); } }

.main-title-box { display: flex; justify-content: center; flex-direction: column; text-align: center; margin-bottom: clamp(30px, 5.2083333333vw, 40px); }
@media (min-width: 768px) { .main-title-box { margin-bottom: clamp(30px, 2vw, 40px); } }
.main-title-box .main-title { font-size: clamp(36px, 5.497382199vw, 42px); color: #000; border-bottom: 2px solid #00a9b5; margin-left: auto; margin-right: auto; }
@media (min-width: 768px) { .main-title-box .main-title { font-size: clamp(42px, 2.6vw, 48px); padding: 15px; } }

.main-lead { font-size: clamp(20px, 3.9267015707vw, 30px); }
@media (min-width: 768px) { .main-lead { font-size: clamp(24px, 1.5vw, 30px); } }

.text-large { font-size: clamp(18px, 2.6178010471vw, 20px); line-height: 1.4; }
@media (min-width: 768px) { .text-large { font-size: clamp(20px, 1.3vw, 26px); } }

.tit01 { font-size: clamp(30px, 7.8534031414vw, 60px); font-weight: 700; }
@media (min-width: 768px) { .tit01 { font-size: clamp(60px, 5vw, 100px); } }
.tit01 span { font-weight: 700; }

.tit02 { font-size: clamp(20px, 3.664921466vw, 36px); line-height: 1.4; }
@media (min-width: 768px) { .tit02 { font-size: clamp(24px, 2vw, 40px); } }

.tit03 { font-size: clamp(16px, 2.6178010471vw, 20px); }
@media (min-width: 768px) { .tit03 { font-size: clamp(18px, 1.6vw, 32px); } }

.tit05 { font-size: clamp(24px, 5.497382199vw, 42px); }
@media (min-width: 768px) { .tit05 { font-size: clamp(42px, 3vw, 60px); } }

.tit04 { font-size: clamp(13px, 2.6178010471vw, 20px); line-height: 1.1; }

.text-middle { font-size: 16px; line-height: 1.6; }
@media (min-width: 768px) { .text-middle { font-size: clamp(18px, 1vw, 24px); } }

.mv-tit { font-size: clamp(30px, 6.5445026178vw, 50px); font-weight: 700; }
@media (min-width: 768px) { .mv-tit { font-size: clamp(50px, 4vw, 80px); } }
.mv-tit span { font-weight: 700; }

.woory-tit { font-size: clamp(26px, 5.7591623037vw, 44px); font-weight: 600; }
@media (min-width: 768px) { .woory-tit { font-size: clamp(32px, 2.5vw, 50px); } }

.bold-weight { font-weight: bold; }

.chu { font-size: 12px; }

.dots { display: flex; flex-direction: column; gap: 20px; align-items: center; }
.dots span { width: 15px; height: 15px; background-color: #000; border-radius: 50%; display: block; }

.post-parts + .post-parts { margin-top: 15px; }

.post-parts { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 15px; justify-content: center; flex-wrap: wrap; align-items: center; text-align: center; margin-left: auto; margin-right: auto; }
.post-parts.two { max-width: 615px; }
.post-parts.one { max-width: 400px; }

.share { padding: 15px 30px; border-radius: 40px; border: 1px solid #000; }

.text-margin { margin-top: clamp(20px, 3.9113428944vw, 30px); }
@media (min-width: 768px) { .text-margin { margin-top: clamp(20px, 1.5vw, 30px); } }

.insta .insta-img { max-width: 40px; margin-left: auto; margin-right: auto; }

.large-bottom { margin-bottom: clamp(80px, 13.037809648vw, 100px); }
@media (min-width: 768px) { .large-bottom { margin-bottom: clamp(80px, 8vw, 120px); } }

.large-top { margin-top: clamp(80px, 13.037809648vw, 100px); }
@media (min-width: 768px) { .large-top { margin-top: clamp(80px, 8vw, 120px); } }

.p-large-top { padding-top: clamp(80px, 13.037809648vw, 100px); }
@media (min-width: 768px) { .p-large-top { padding-top: clamp(80px, 8vw, 120px); } }

.middle-bottom { margin-bottom: clamp(40px, 7.8226857888vw, 60px); }
@media (min-width: 768px) { .middle-bottom { margin-bottom: clamp(40px, 3vw, 60px); } }

.small-bottom { margin-bottom: clamp(20px, 3.9113428944vw, 30px); }
@media (min-width: 768px) { .small-bottom { margin-bottom: clamp(20px, 1.5vw, 30px); } }

.attention { max-width: 900px; margin-left: auto; margin-right: auto; }
.attention ul { padding-left: 1.8em; }

.btn-flex { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }

.panel-flex { display: flex; }
.panel-flex.center { align-items: center; }

@media (min-width: 768px) { a[href*="tel:"]:not(.l-header__contact.u-hidden-large) { pointer-events: none; cursor: default; text-decoration: none; } }
.intro-img img { margin-left: auto; margin-right: auto; }

.intro-text { max-width: 1000px; }
.intro-text.center { margin-right: auto; margin-left: auto; }

@media (max-width: 1024px) { .hidden-tab { display: none; } }

@media (max-width: 400px) { .hidden-ss { display: none; } }

.aspect-none { aspect-ratio: auto !important; }

/* スターターキット
-------------------------------------- */
.list-box { background-color: #fff; border-radius: 12px; }
.list-box .act-text { padding: 15px; }
.list-box .list-center { width: 90%; margin: 0 auto; }

/* アニメーション
-------------------------------------- */
.circle-img { transition: 1.5s ease-out; clip-path: circle(0%); opacity: 0; }
.circle-img.circle-in { opacity: 1; clip-path: circle(100%); }

.fade-cont { transition: 1s ease-out; opacity: 0; }
.fade-cont.fade-in { opacity: 1; }

.marker { display: inline-block; }
.marker.marker-move { background-image: linear-gradient(to bottom, transparent 80%, #00a9b5 80%); background-repeat: no-repeat; animation: marker .5s ease-in-out forwards; }

.marker02 { display: inline-block; }
.marker02.marker-move02 { background-image: linear-gradient(to bottom, transparent 80%, #00a9b5 80%); background-repeat: no-repeat; animation: marker .5s ease-in-out forwards; }

@keyframes marker { from { background-size: 0%; }
  to { background-size: 100%; } }
/* mv
-------------------------------------- */
.mv02 { position: relative; }
.mv02 .mv-text { position: absolute; opacity: 0; }
.mv02 .mv-text.mv-left { left: 1%; bottom: 57%; width: clamp(85px, 27.83203125vw, 285px); transition: opacity 0.8s ease, bottom 0.8s ease, left 0.8s ease; }
@media (min-width: 1025px) { .mv02 .mv-text.mv-left { bottom: 60%; left: 5%; width: clamp(150px, 14.25vw, 285px); } }
.mv02 .mv-text.mv-left.show { opacity: 1; left: 1%; bottom: 62%; }
@media (min-width: 1025px) { .mv02 .mv-text.mv-left.show { bottom: 65%; left: 5%; } }
.mv02 .mv-text.mv-right { right: 1%; bottom: 57%; width: clamp(85px, 27.83203125vw, 285px); transition: opacity 0.8s ease, bottom 0.8s ease, right 0.8s ease; }
@media (min-width: 1025px) { .mv02 .mv-text.mv-right { bottom: 60%; right: 5%; } }
.mv02 .mv-text.mv-right.show { opacity: 1; right: 1%; bottom: 62%; }
@media (min-width: 1025px) { .mv02 .mv-text.mv-right.show { bottom: 65%; right: 5%; } }
.mv02 .mv-text > div { position: relative; }
.mv02 .mv-text > div p + p { margin-top: 5px; }
.mv02 .mv-text p { background-color: #00a9b5; padding: 2px 5px; display: flex; color: #fff; border-radius: 20px; text-align: center; font-size: clamp(10px, 1.3671875vw, 14px); }
@media (min-width: 1024px) { .mv02 .mv-text p { font-size: clamp(16px, 1.4vw, 28px); } }
.mv02 .mv-text .mr10 { margin-right: 10px; }
.mv02 .mv-text .ml10 { left: 10px; }
.mv02 .mv-a { position: absolute; transition: opacity 0.8s ease, bottom 0.8s ease, left 0.8s ease; opacity: 0; left: 14%; bottom: 21%; width: 28vw; }
@media (min-width: 1025px) { .mv02 .mv-a { bottom: 16%; left: 8%; width: clamp(216px, 21.2vw, 424px); } }
.mv02 .mv-a.show { opacity: 1; left: 4%; bottom: 31%; }
@media (min-width: 1025px) { .mv02 .mv-a.show { bottom: 20%; left: 6%; } }
.mv02 .mv-b { position: absolute; bottom: 30%; right: 8%; transition: opacity 0.8s ease, bottom 0.8s ease, right 0.8s ease; opacity: 0; width: 22vw; bottom: 35%; right: 13%; }
@media (min-width: 1025px) { .mv02 .mv-b { bottom: 30%; right: 8%; width: clamp(108px, 14.15vw, 283px); } }
.mv02 .mv-b.show { opacity: 1; bottom: 45%; right: 3%; }
@media (min-width: 1025px) { .mv02 .mv-b.show { bottom: 33%; right: 6%; } }
.mv02 .mv-c { position: absolute; bottom: 25%; right: 30%; transition: opacity 0.8s ease, bottom 0.8s ease, right 0.8s ease; opacity: 0; width: 22vw; bottom: 15%; right: 20%; }
@media (min-width: 1025px) { .mv02 .mv-c { bottom: 25%; right: 30%; width: clamp(154px, 11.3vw, 226px); } }
.mv02 .mv-c.show { opacity: 1; bottom: 25%; right: 10%; }
@media (min-width: 1025px) { .mv02 .mv-c.show { bottom: 30%; right: 25%; } }
.mv02 .mv-d { position: absolute; transition: opacity 0.8s ease, bottom 0.8s ease, left 0.8s ease; opacity: 0; width: 22vw; bottom: 18%; left: 15%; }
@media (min-width: 1025px) { .mv02 .mv-d { bottom: 10%; left: 30%; width: clamp(123px, 11.2vw, 224px); } }
.mv02 .mv-d.show { opacity: 1; bottom: 8%; left: 5%; }
@media (min-width: 1025px) { .mv02 .mv-d.show { bottom: 8%; left: 25%; } }
.mv02 .mv-e { position: absolute; bottom: 10%; right: 22%; transition: opacity 0.8s ease, bottom 0.8s ease, right 0.8s ease; opacity: 0; width: 22vw; bottom: 18%; right: 15%; }
@media (min-width: 1025px) { .mv02 .mv-e { bottom: 10%; right: 22%; width: clamp(113px, 11.15vw, 223px); } }
.mv02 .mv-e.show { opacity: 1; bottom: 8%; right: 5%; }
@media (min-width: 1025px) { .mv02 .mv-e.show { bottom: 8%; right: 15%; } }
.mv02 .mv-touch { position: absolute; transition: opacity 0.2s ease, bottom 0.8s ease, right 0.8s ease; opacity: 1; width: 30vw; top: 45%; left: 52%; transform: translate(-50%, -50%); font-size: 10vw; text-align: center; font-weight: bold; animation: scaleBounce 2s ease-in-out infinite; }
@media (min-width: 1025px) { .mv02 .mv-touch { bottom: 10%; right: 22%; width: clamp(113px, 11.15vw, 223px); opacity: 0; } }
.mv02 .mv-touch.show { opacity: 0; top: 50%; left: 50%; transform: translate(-50%, -50%); }
@media (min-width: 1025px) { .mv02 .mv-touch.show { bottom: 8%; right: 15%; opacity: 0; } }

.mv { position: relative; max-width: 2000px; margin-left: auto; margin-right: auto; }
.mv::before { content: ''; background: transparent; width: 100%; height: 100%; background-size: cover; display: block; z-index: 5; position: absolute; transition: .5s; }
.mv.mv-color::before { background: rgba(0, 0, 0, 0.4); background-size: cover; }
.mv .mv-tag-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -20%); z-index: 6; color: #fff; opacity: 0; width: 95%; text-align: center; line-height: 1.4; }
@media (min-width: 1025px) { .mv .mv-tag-text { width: 70%; } }
.mv .mv-tag-text.mv-tagline { animation: tagUp 0.6s ease-out forwards; }

@keyframes tagUp { 0% { transform: translate(-50%, -20%); opacity: 0; }
  100% { transform: translate(-50%, -50%); opacity: 1; } }
.mv.unfixed { position: relative; }

@media (max-width: 1024px) { body.fixed-padding { overflow: hidden; } }

/* lead
-------------------------------------- */
.lead-block .panel-flex { gap: 20px; justify-content: center; }
.lead-block .panel-flex .sumaho-text-block { max-width: clamp(160px, 47.311827957vw, 440px); width: 100%; }
.lead-block .panel-flex .sumaho-text-block .sumaho-text-content { max-width: 220px; margin-left: auto; margin-right: auto; text-align: justify; }

.sumaho-bg-img { position: relative; }
.sumaho-bg-img .swiper-overlay { position: absolute; top: 0; left: 0px; width: clamp(200px, 44.2307692308vw, 460px); height: clamp(90px, 45.6140350877vw, 520px); display: flex; align-items: center; justify-content: center; z-index: 2; pointer-events: none; }
@media (max-width: 600px) { .sumaho-bg-img .swiper-overlay { width: clamp(160px, 40vw, 232px); } }
@media (max-width: 500px) { .sumaho-bg-img .swiper-overlay { top: 20px; width: clamp(160px, 43vw, 215px); } }
@media (max-width: 450px) { .sumaho-bg-img .swiper-overlay { top: 30px; width: clamp(160px, 44.8888888889vw, 202px); } }
@media (max-width: 400px) { .sumaho-bg-img .swiper-overlay { width: clamp(160px, 47.5vw, 190px); } }
.sumaho-bg-img .swiper-container { width: 96%; max-width: 96%; padding: 1rem 0rem 1rem clamp(0px, 1.3157894737vw, 15px); border-radius: 8px; text-align: center; margin-left: 0; }
.sumaho-bg-img .swiper-container .tit01 { color: #fff; }
.sumaho-bg-img .swiper-container .tit04 { color: #fff; }
.sumaho-bg-img .swiper-slide { font-size: 1.2rem; font-weight: bold; color: #333; width: 100%; }
.sumaho-bg-img .swiper-slide .flex-box { display: flex; flex-direction: column; gap: 20px; }
.sumaho-bg-img .swiper-slide .flex-box .tit04 { padding-left: 15px; padding-right: 10px; }

/* 無限ループコンテンツ
-------------------------------------- */
.swiper2-container { width: 100%; margin: 2rem auto; overflow: hidden; }

.swiper2-container .swiper-wrapper { transition-timing-function: linear; }

.swiper2-container .swiper-slide img { width: 100%; height: auto; display: block; }

.card { background: #fff; border-radius: 12px; padding: 15px; text-align: center; aspect-ratio: 375/450; display: grid; gap: 15px; justify-content: center; }
@media (min-width: 479px) { .card { aspect-ratio: 375/430; } }
@media (min-width: 768px) { .card { padding: 15px; gap: 10px; aspect-ratio: 375/400; } }
.card .img { max-width: 30px; margin-left: auto; margin-right: auto; display: flex; }
@media (min-width: 768px) { .card .img { max-width: 50px; } }
.card .img.large-img { max-width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
@media (min-width: 768px) { .card .img.large-img { max-width: 100%; } }
.card .share-img img { margin-left: 0; margin-right: 0; margin-bottom: 0; display: inline-block; width: 20px; }
.card h3 { margin-bottom: 8px; color: #00a9b5; line-height: 1.4; }
.card.act-hotels { padding: 0px; }
.card.act-hotels .act-text { padding: 15px; }
.card.act-hotels .act-text h3 { text-align: left; color: #000; }
.card.act-hotels .act-text p { text-align: left; margin-top: 15px; }
.card.act-hotels .act-text dl { margin-top: 15px; }
.card.act-hotels .act-text dl > div + div { margin-top: 15px; }
.card.act-hotels .act-text dl > div { display: flex; align-items: center; }
.card.act-hotels .act-text dl > div dt { max-width: 80px; flex-basis: 80px; padding-right: 1em; text-align: left; }
.card.act-hotels .act-text dl > div dd { width: calc(100% - 80px - 1em); text-align: left; }

.card02 { background: #fff; border-radius: 12px; padding: 15px; text-align: center; aspect-ratio: 375/200; display: grid; flex-direction: column; gap: 15px; justify-content: center; }
@media (min-width: 768px) { .card02 { padding: 15px; gap: 10px; } }
.card02 .img { max-width: 30px; margin-left: auto; margin-right: auto; display: flex; }
@media (min-width: 768px) { .card02 .img { max-width: 50px; } }
.card02 .img.large-img { max-width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
@media (min-width: 768px) { .card02 .img.large-img { max-width: 100%; } }
.card02 .share-img img { margin-left: 0; margin-right: 0; margin-bottom: 0; display: inline-block; width: 20px; }
.card02 h3 { margin-bottom: 8px; color: #00a9b5; }
.card02.act-hotels { padding: 0px; }
.card02.act-hotels .act-text { padding: 15px; }
.card02.act-hotels .act-text h3 { text-align: left; color: #000; }
.card02.act-hotels .act-text p { text-align: left; margin-top: 15px; }
.card02.act-hotels .act-text dl { margin-top: 15px; }
.card02.act-hotels .act-text dl > div + div { margin-top: 15px; }
.card02.act-hotels .act-text dl > div { display: flex; align-items: center; }
.card02.act-hotels .act-text dl > div dt { max-width: 80px; flex-basis: 80px; padding-right: 1em; text-align: left; }
.card02.act-hotels .act-text dl > div dd { width: calc(100% - 80px - 1em); text-align: left; }

.swiper2-container .swiper-slide img { max-height: 118px; height: 100%; }

@media (min-width: 768px) { ::-webkit-full-page-media .card { aspect-ratio: 1 !important; height: 100%; } }

/* grade
-------------------------------------- */
.grade-grid { display: grid; gap: 1rem; justify-content: center; grid-template-columns: repeat(2, 1fr); grid-template-areas: "a a" "b c" "d e"; }
@media (min-width: 768px) { .grade-grid { grid-template-columns: repeat(4, 1fr); grid-template-areas: "a a b d" "a a c e"; } }
.grade-grid > div { border-radius: 50%; text-align: center; aspect-ratio: 1 / 1; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; width: 90%; }
.grade-grid > div .grade-area { margin: 0.5rem 0; position: relative; }
.grade-grid > div .grade-area .grade.fade-cont { position: absolute; top: 10px; font-size: clamp(14px, 2.0860495437vw, 16px); gap: 0px !important; }
@media (min-width: 768px) { .grade-grid > div .grade-area .grade.fade-cont { font-size: clamp(14px, 1.0666666667vw, 16px); } }
.grade-grid > div .grade-area .grade.fade-cont.fade-in { top: 0px; }
@media (max-width: 479px) { .grade-grid > div .grade-area .grade.fade-cont.fade-cont { top: 0; }
  .grade-grid > div .grade-area .grade.fade-cont.fade-cont.fade-in { top: -2%; } }
.grade-grid > div .grade-area .grade .grade-awa { font-size: clamp(18px, 3.9113428944vw, 30px); background-color: #00a9b5; border-radius: 100%; border: 5px solid #fff; color: #fff; width: clamp(40px, 7.8226857888vw, 60px); height: clamp(40px, 7.8226857888vw, 60px); display: flex; align-items: center; justify-content: center; text-align: center; }
@media (min-width: 768px) { .grade-grid > div .grade-area .grade .grade-awa { font-size: clamp(20px, 2vw, 40px); width: clamp(40px, 4vw, 60px); height: clamp(40px, 4vw, 60px); } }
.grade-grid > div .grade-area .grade .grade-awa.jp { font-size: clamp(12px, 2.3468057366vw, 18px); }
@media (min-width: 768px) { .grade-grid > div .grade-area .grade .grade-awa.jp { font-size: clamp(12px, 1.2vw, 24px); } }
.grade-grid > div .grade-area .award { position: absolute; left: 50%; transform: translate(-50%, -50%); width: 18vw; }
.grade-grid > div .grade-area .award.fade-cont { top: 52%; }
.grade-grid > div .grade-area .award.fade-cont.fade-in { top: 50%; }
@media (min-width: 768px) { .grade-grid > div .grade-area .award { width: 8vw; } }
.grade-grid > div .grade-area.type-A .grade { font-size: clamp(18px, 3.1290743155vw, 24px); }
@media (min-width: 768px) { .grade-grid > div .grade-area.type-A .grade { font-size: clamp(18px, 1.6vw, 24px); } }
.grade-grid > div .grade-area.type-A .grade-awa { font-size: clamp(30px, 5.2151238592vw, 40px); width: clamp(60px, 10.4302477184vw, 80px); height: clamp(60px, 10.4302477184vw, 80px); }
@media (min-width: 768px) { .grade-grid > div .grade-area.type-A .grade-awa { font-size: clamp(40px, 4vw, 80px); width: clamp(60px, 6.6666666667vw, 100px); height: clamp(60px, 6.6666666667vw, 100px); } }
.grade-grid > div .grade-area.type-A .award { width: 60vw; }
@media (min-width: 768px) { .grade-grid > div .grade-area.type-A .award { width: 25vw; } }
.grade-grid > div .grade-text { position: absolute; left: 50%; transform: translateX(-50%); width: 100%; }
.grade-grid > div .grade-text.fade-cont { bottom: -20px; }
.grade-grid > div .grade-text.fade-cont.fade-in { bottom: -10px; }
.grade-grid > div .grade-text .count { justify-content: flex-end; align-items: flex-end; margin-right: 20px; margin-bottom: 5px; }
.grade-grid > div .grade-text .count span { font-size: clamp(12px, 2.8645833333vw, 22px); }
@media (min-width: 768px) { .grade-grid > div .grade-text .count span { font-size: clamp(16px, 1.4vw, 28px); } }
.grade-grid > div .grade-text .count span:first-child { color: #00a9b5; line-height: 1; font-size: clamp(16px, 3.3854166667vw, 26px); }
@media (min-width: 768px) { .grade-grid > div .grade-text .count span:first-child { font-size: clamp(20px, 2vw, 40px); } }
.grade-grid > div .grade-text .count span.accent-text { color: #00a9b5; line-height: 1; font-size: clamp(16px, 3.3854166667vw, 26px); }
@media (min-width: 768px) { .grade-grid > div .grade-text .count span.accent-text { font-size: clamp(20px, 2vw, 40px); } }
.grade-grid > div figure img { width: 100%; height: auto; display: block; }
.grade-grid > div .grade, .grade-grid > div .count { display: flex; gap: 0.25rem; font-weight: bold; align-items: center; }
.grade-grid > .award-a:nth-of-type(1) { grid-area: a; }
.grade-grid > .award-a:nth-of-type(2) { grid-area: a; }
.grade-grid > .awrdr-b { grid-area: b; }
.grade-grid > .awrdr-c { grid-area: d; }
.grade-grid > .awrdr-d { grid-area: c; }
.grade-grid > .awrdr-e { grid-area: e; }

.double-up { margin-top: 100px; }
.double-up .tit02 { text-align: center; margin-top: 50px; margin-bottom: 20px; }
.double-up .double-cont { display: flex; justify-content: center; gap: 20px; align-items: center; }
@media (min-width: 768px) { .double-up .double-cont { gap: 50px; } }
@media (max-width: 767px) { .double-up .double-cont .double-text { width: 80%; } }
.double-up .grade-area { margin: 0.5rem 0; position: relative; width: 50%; }
@media (min-width: 768px) { .double-up .grade-area { width: 40%; } }
.double-up .grade-area .grade { position: absolute; top: 0; font-size: clamp(14px, 2.0860495437vw, 16px); gap: 0px !important; }
@media (min-width: 768px) { .double-up .grade-area .grade { font-size: clamp(14px, 1.0666666667vw, 16px); } }
@media (max-width: 479px) { .double-up .grade-area .grade { top: -2%; } }
.double-up .grade-area .grade .grade-awa { font-size: clamp(18px, 3.9113428944vw, 30px); background-color: #00a9b5; border-radius: 100%; border: 5px solid #fff; color: #fff; width: clamp(40px, 7.8226857888vw, 60px); height: clamp(40px, 7.8226857888vw, 60px); display: flex; align-items: center; justify-content: center; text-align: center; }
@media (min-width: 768px) { .double-up .grade-area .grade .grade-awa { font-size: clamp(20px, 2vw, 40px); width: clamp(40px, 4vw, 60px); height: clamp(40px, 4vw, 60px); } }
.double-up .grade-area .award { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.double-up .grade-area.type-A .grade { font-size: clamp(18px, 3.1290743155vw, 24px); }
@media (min-width: 768px) { .double-up .grade-area.type-A .grade { font-size: clamp(18px, 1.6vw, 24px); } }
.double-up .grade-area.type-A .grade-awa { font-size: clamp(30px, 5.2151238592vw, 40px); width: clamp(60px, 10.4302477184vw, 80px); height: clamp(60px, 10.4302477184vw, 80px); }
@media (min-width: 768px) { .double-up .grade-area.type-A .grade-awa { font-size: clamp(40px, 4vw, 80px); width: clamp(60px, 6.6666666667vw, 100px); height: clamp(60px, 6.6666666667vw, 100px); } }
.double-up .grade-area.type-A .award { width: 25vw; }
@media (min-width: 768px) { .double-up .grade-area.type-A .award { width: 25vw; } }
.double-up .grade-area .grade-text { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 100%; }
.double-up .grade-area .grade-text .count { justify-content: flex-end; align-items: flex-end; margin-right: 20px; margin-bottom: 10px; display: flex; }
.double-up .grade-area .grade-text .count span { font-size: clamp(12px, 2.8645833333vw, 22px); }
@media (min-width: 768px) { .double-up .grade-area .grade-text .count span { font-size: clamp(16px, 1.4vw, 28px); } }
.double-up .grade-area .grade-text .count span:first-child { color: #00a9b5; line-height: 1; font-size: clamp(16px, 3.3854166667vw, 26px); }
@media (min-width: 768px) { .double-up .grade-area .grade-text .count span:first-child { font-size: clamp(20px, 2vw, 40px); } }

/* question
-------------------------------------- */
.question > div + div { margin-top: 20px; }
.question div { background-color: #fff; padding: 15px; }
.question div dt { position: relative; padding-left: 1.5em; font-size: 14px; line-height: 1.6; }
@media (min-width: 768px) { .question div dt { font-size: clamp(14px, 1vw, 20px); } }
.question div dt::before { content: 'Q.'; left: 0; position: absolute; color: #00a9b5; }
.question div dd { margin-top: 10px; position: relative; padding-left: 1.5em; font-size: 14px; line-height: 1.6; }
@media (min-width: 768px) { .question div dd { font-size: clamp(14px, 1vw, 20px); } }
.question div dd::before { content: 'A.'; left: 0; position: absolute; color: #da5a35; }

/* event-worry
-------------------------------------- */
.question-box { position: relative; padding-top: clamp(80px, 8vw, 120px); }
.question-box .scroll { position: absolute; font-size: 13px; writing-mode: vertical-rl; top: 30%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.question-box .scroll::after { content: ''; display: inline-block; position: absolute; background-color: #000; right: 50%; top: clamp(-150px, calc(-150 / 1500 * 100vw), -90px); transform: translateX(-50%); width: 2px; height: clamp(100px, 10vw, 150px); animation: scroll 1.5s infinite; }
.question-box .scroll02 { position: absolute; font-size: 13px; writing-mode: vertical-rl; top: 30%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.question-box .scroll02::after { content: ''; display: inline-block; position: absolute; background-color: #000; right: 50%; bottom: -150px; transform: translateX(-50%); width: 2px; height: 100px; animation: scroll 1.5s infinite; }

.event-worry + .event-worry { margin-top: clamp(40px, 7.8226857888vw, 60px); }
@media (min-width: 768px) { .event-worry + .event-worry { margin-top: clamp(40px, 3vw, 60px); } }

.event-worry { background-color: #fff; display: grid; grid-template-columns: 1fr; gap: 20px; padding: 15px; }
@media (min-width: 768px) { .event-worry { padding: 25px; } }
.event-worry .event-worry-header .event-worry-title .en { padding-right: 5px; }
.event-worry .event-worry-header .event-worry-title .event-worry-sub { font-weight: 500; color: #979797; padding-left: 1em; }
.event-worry .event-ques { display: flex; gap: 20px; align-items: center; padding: 15px; }
@media (min-width: 768px) { .event-worry .event-ques { padding: 15px; } }
.event-worry .event-answer { background-color: #f5f5f5; padding: 15px; }
@media (min-width: 768px) { .event-worry .event-answer { padding: 15px; } }
.event-worry .event-answer .answer-flex { display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.event-worry .worry-img { width: 100px; min-width: 80px; }

@keyframes scroll { 0% { transform: scale(1, 0); transform-origin: 0 0; }
  50% { transform: scale(1, 1); transform-origin: 0 0; }
  50.1% { transform: scale(1, 1); transform-origin: 0 100%; }
  100% { transform: scale(1, 0); transform-origin: 0 100%; } }
/* header
-------------------------------------- */
.l-header { position: relative; z-index: 10; }
.l-header.is-header--scroll .l-header__fixed { background: rgba(255, 255, 255, 0.6); }

.l-header__fixed { display: flex; align-items: center; justify-content: space-between; position: fixed; top: 0; right: 0; left: 0; z-index: 10; transition: background-color 0.5s; height: 70px; padding-left: 10px; }
@media (min-width: 768px) { .l-header__fixed { height: 60px; } }
.l-header__fixed .right-menu { display: flex; align-items: center; height: 100%; gap: 10px; }
.l-header__fixed .right-menu .tel { text-align: center; }
.l-header__fixed .right-menu .tel p { font-size: 16px; }
.l-header__fixed .right-menu .contact { background-color: #00a9b5; color: #FFF; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; line-height: 1.6; padding: 5px 10px; }
@media (min-width: 768px) { .l-header__fixed .right-menu .contact { padding: 15px; } }
.l-header__fixed .l-header__logo { display: flex; align-items: center; flex-shrink: 0; width: 150px; margin-right: 20px; }
@media (min-width: 768px) { .l-header__fixed .l-header__logo { width: 200px; } }

/* footer
-------------------------------------- */
footer .container .f-logo { max-width: 250px; margin-left: auto; margin-right: auto; }
footer .container p { text-align: center; font-size: 12px; }
footer .management { display: flex; justify-content: flex-end; padding: 10px 10px 0; margin-bottom: 10px; }
footer .management a { font-size: 14px; }

/* 共通マージン
-------------------------------------- */
.mt15 { margin-top: 15px !important; }

.mb0 { margin-bottom: 0 !important; }

.delay02 { animation-delay: 0.4s !important; }

.delay04 { animation-delay: 0.8s !important; }

.delay1-2 { animation-delay: 1.2s !important; }

/*# sourceMappingURL=common.css.map */
