@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*reset*/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
}
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.7;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
img,
video {
  border-style: none;
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
[hidden] {
  display: none !important;
}
[disabled] {
  cursor: not-allowed;
}
:focus:not(:focus-visible) {
  outline: none;
}

/*setting*/
:root {
  --color-bl: #5E4D2A;
  --color-wt: #FFF;
  --color-or: #FF6202;
  --color-bg: #FFD861;
  --color-bg-or: #FC8B1B;
  --color-bg-cr: #FFF8E2;
  --color-ac: #55CAAD;
  --font-maru: "Zen Maru Gothic";
  --font-system: "Noto Sans JP";
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
}
body {
  color: var(--color-bl);
  font-family: var(--font-maru);
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  background: var(--color-bg);
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
}
a {
  color: var(--color-or);
  text-decoration: underline;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
}
/* AOSの移動距離調整 */
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 40px, 0) scale(.9) !important;
  transition: transform 0.05s ease-in-out, opacity 0.05s ease; /* ここを追加 */
  opacity: 0.7; /* 初期状態で薄くしておくと自然 */
}

[data-aos="zoom-in-up"].aos-animate {
  transform: translateZ(0) scale(1) !important;
  opacity: 1; /* アニメーション後は完全表示 */
}
[data-aos="fade-up"] {
  transform: translateY(20px) !important;
}
[data-aos="fade-up"].aos-animate {
  transform: translateY(0) !important;
}

/*utility*/
.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}
.pc{
  display: block;
}
@media screen and (max-width:550px) {
  .pc{
    display: none;
  }
}

/*base design - area & text
-------------------------*/
p{
  text-align: left;
  padding-bottom: 1.6rem;
}
.small{
  font-size: 1.2rem;
}
.buttonLarge{
  display: block;
  font-family: var(--font-system);
  color: var(--color-wt);
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  padding: 1.6rem;
  margin: 1rem 0 1.6rem;
  background: var(--color-ac);
  border-radius: 0.8rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.20);
}
.content-images + .btnArea{ margin-top: 3.2rem; }
.buttonSmall{
  display: block;
  font-family: var(--font-system);
  color: var(--color-wt);
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  padding: 0.8rem;
  margin-bottom: 1.6rem;
  background: var(--color-bl);
  border-radius: 0.8rem;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.12);
}
.buttonlead{
  text-align: center;
  color: var(--color-wt);
  font-weight: 700;
  padding-top: 1.6rem;
}

section > p:last-child{
  padding-bottom: 0;
}
h2, h3, h4{
  font-size: 1.6rem;
  padding-bottom: 1.6rem;
}
.title{
  color: var(--color-or);
  font-weight: 700;
}
.title--image{
  width: 100%; height: 5.8rem;
  margin: 3.2rem 0 2.4rem;
}
.title--image img{ margin: 0 auto; }
#present .title--image img{ width: 19.8rem; }
#sayu .title--image img{ width: 23.4rem; }
#detail .title--image img{ width: 30.7rem; }
.title--sideline{
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.35;
  color: var(--color-or);
  padding-bottom: 0;
  margin: 0.8rem 0 2.4rem;
  position: relative;
}
.title--sideline span{
  display: block;
  font-size: 1.8rem;
}
#onkatsu .title--sideline{
  color: var(--color-wt);
  margin-bottom: 1.6rem;
}
.title--sideline::before, .title--sideline::after{
  content: "";
  display: block;
  background: url("../images/title-sideline.svg") no-repeat;
  width: 1.93rem; height: 4.17rem;
  position: absolute;
  top: 0; left: -2.93rem;
}
.title--sideline::after{
  transform: scale(-1, 1);
  left: unset; right: -2.93rem;
}
#onkatsu .title--sideline::before, #onkatsu .title--sideline::after{
  background: url("../images/title-sideline-w.svg") no-repeat;
  width: 2.65rem; height: 5.85rem;
}
.title--underline{
  display: inline-block;
  width: auto;
  color: var(--color-or);
  padding: 2.4rem 0 0.5rem;
  border-bottom: 0.1rem dashed var(--color-or);
  margin-bottom: 1.6rem;
}
.title-detail{
  display: block;
  width: 100%;
  color: var(--color-or);
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 0.6rem;
}
.title-detail::before{
  content: "●";
  display: inline;
  font-size: 1.4rem;
  padding-right: 0.4rem;
}
.content-images{
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.present-block{
  padding-bottom: 2.4rem;
}
.present-block img{
  width: 100%;
  padding: 0 3.2rem 0.8rem;
}
.present-block p{
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.panel{
  display: block;
  width: 100%;
  background: var(--color-bg-cr);
  border-radius: 1.6rem;
  padding: 0 1.6rem 0.4rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.panel--topimg{
  padding: 0 0 0.4rem;
}
.panel--topimg > img:first-of-type{
  border-radius: 1.6rem 1.6rem 0 0;
}
.panel--topimg__wrap{
  padding: 0 1.6rem;
}
#onkatsu .panel{
  box-shadow: 0 0 10px 0 #C66300;
}
img + .panel{
  margin-top: 3.2rem;
}
.list-dot, .list-num{
  text-align: left;
  padding-bottom: 2.4rem;
}
.list-dot li, .list-num li{
  padding-bottom: 0.2rem;
}
.list-dot li{
  padding-left: 0.8em;
  position: relative;
}
.list-dot li::before{
  content: "●";
  color: var(--color-or);
  font-size: 0.5rem;
  padding-top: 0.45rem;
  position: absolute;
  left: 0;
}
.list-num{
  list-style: decimal outside !important;
  padding-left: 1.5em;
}
.list-num li::marker {
  font-weight: 700;
  color: var(--color-or);
}
.panelAttention{
  display: block;
  width: 100%;
  border-radius: 1rem;
  background: var(--color-bg-cr);
  padding: 2.4rem 2rem 1rem;
  margin-top: 2.4rem;
  margin-bottom: 1rem;
}
.panelAttention h3{
  color: var(--color-or);
}
.panelAttention p{
  font-family: var(--font-system);
  font-weight: 400;
}


/*unique design
-------------------------*/
.kv{
  width: 100%;
  aspect-ratio: 375 / 578;
  background: url("../images/kv-bg.webp") no-repeat center top;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.kv_content{
  margin: 0;
  position: relative;
  z-index: 5;
}
.kv_50{
  width: 33%;
  aspect-ratio: 550 / 828;
  position: absolute;
  top: calc(225 / 375 * 100%);
  left: 3%;
}
#intro{
  margin-top: calc(-45 / 375 * 100%);
  padding: 2rem 0;
  filter: drop-shadow(0 0 1.5rem #FFF);
  position: relative;
  z-index: 10;
}
#intro::before, #intro::after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/45;
  background: url("../images/bg_intro.svg") no-repeat top center;
  background-size: cover;
}
#intro::after{
  transform: rotate(180deg);
  margin-top: -2px;
}
.intro__wrap{
  background: var(--color-wt);
  margin-top: -1px;
  padding: 0 2rem;
}
#present, #sayu, #detail{
  background: url("../images/title-bg.webp") no-repeat top center;
  background-size: contain;
}
#present{}
#onkatsu{
  background: var(--color-bg-or);
  border-radius: 3rem;
  box-shadow: 0 0 15px 0 var(--color-bg-or);
  padding: 2rem;
  margin-bottom: 4.8rem;
}
#sayu{
  padding: 0 2rem;
}
#detail{
  padding: 0 2rem ;
}
#detail p, #detail li{
  font-family: var(--font-system);
  font-weight: 400;
}

footer{
  font-size: 1.4rem;
  font-weight: bold;
  background: var(--color-bg2);
  padding: 3.2rem 1.6rem 3rem;
}
footer p{
  text-align: center;
  font-size: 1.2rem;
}
.sns-buttons{
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
  margin-bottom: 2.4rem;
}
/*PC design
-------------------------*/
.wrapper{
  display: block;
  width: 100%; max-width: 500px;
  margin: 0 auto;
  background: var(--color-bg);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.pc_bg{
  display: block;
  width: 100%; height: 100vh;
  position: fixed;
  top: 0; left: 0;
  z-index: 0;
}
.pc_left, .pc_right{
  display: block;
  width: calc(50% - 250px); min-width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
}
.pc_left{
  background: url("../images/pc-bg-l.webp") no-repeat center center;
  background-size: cover;
  left: 0;
}
.pc_right{
  background: url("../images/pc-bg-r.webp") no-repeat center center;
  background-size: cover;
  right: 0;
}
@media screen and (max-width:500px) {
  .pc_bg{
    display: none;
  }
}
