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

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

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

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Roboto", Meiryo, Arial, sans-serif;
  font-feature-settings: "pkna" 1;
}

body {
  height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Roboto", Meiryo, Arial, sans-serif;
  font-size: 12px;
  line-height: 2rem;
  color: #222222;
  background: #FFFFFF;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

/* Footer */
.l-footer__contact {
  padding: 60px 0;
  background: #7dc2e9 url(../images/footer/footer-image.jpg) center center no-repeat;
  background-size: cover;
}

.l-footer__button {
  display: block;
  max-width: 188px;
  margin: 0 auto;
  padding: 10px 30px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition: .3s ease-out;
  letter-spacing: .1rem;
  text-decoration: none;
}

.l-footer__button:hover {
  color: #7dc2e9;
  background: #FFFFFF;
  text-decoration: none;
}

.l-footer__inner {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-bottom: 100px;
  }
}

.l-footer__copyright {
  font-size: 8px;
  font-weight: bold;
}

/* Header */
.l-header {
  position: relative;
  padding: 30px 0 0 30px;
  height: 100vh;
  background: url(../images/main/bg_sp.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
@supports (-webkit-touch-callout: none) {
  .l-header {
    /* Safari用のハック */
    height: 100%;
    height: -webkit-fill-available;
  }
}

@media screen and (min-width: 960px) {
  .l-header {
    padding: 60px 0 20px 60px;
    height: 100vh;
    background-image: url(../images/main/bg_pc.jpg);
  }
}

.l-header__logo {
  width: 234px;
  height: 46px;
  fill: #FFFFFF;
}

.l-header ul.l-header__nav-list {
  list-style: none;
  width: 134px;
  padding-top: 3rem;
}

.l-header ul.l-header__nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header ul.l-header__nav-list li::before {
  display: block;
  content: "";
  width: 6.7px;
  height: 6.7px;
  background-color: white;
  border-radius: 1px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.l-header ul.l-header__nav-list li li + li {
  margin-top: 4px;
}

.l-header ul.l-header__nav-list li .l-header__nav-img {
  display: block;
  width: 88px;
  height: 20px;
  padding: 4px .5em;
  fill: white;
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.l-header ul.l-header__nav-list li .l-header__nav-img a {
  display: block;
  position: relative;
  padding: 4px;
}

.l-header ul.l-header__nav-list li .l-header__nav-img a:visited, .l-header ul.l-header__nav-list li .l-header__nav-img a:link, .l-header ul.l-header__nav-list li .l-header__nav-img a:active {
  color: inherit;
  fill: inherit;
}

.l-header ul.l-header__nav-list li .l-header__nav-img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-header ul.l-header__nav-list li:hover .l-header__nav-img {
  fill: #f09dc1;
}

.l-header ul.l-header__nav-list li:hover::before {
  background-color: #f09dc1;
}

/* Main */
.l-main__content {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 560px) {
  .l-main__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-main__content-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-main__content-txt {
  font-size: 12px;
}

.l-main__content-txt-catch {
  font-size: 12px;
  line-height: 2rem;
}

.l-main__content-txt-note {
  padding-bottom: 1rem;
  line-height: 1.8;
}

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

.l-main__content-img {
  margin: 0 auto 30px;
}

.l-main__content-aos {
  width: 100%;
  overflow: hidden;
}

.l-main__eyecatch img {
  width: 100%;
  height: auto;
}

.l-main__hr {
  background-color: #7dc2e9;
}

/* Sidebar */
/* Button */
.c-btn__buy {
  display: block;
  width: 154px;
  height: 45px;
  margin: 0 auto;
}

.c-btn__buy img {
  display: inline-block;
  transition: .3s ease-out;
}

.c-btn__buy:hover img {
  opacity: .6;
}

/* Grid */
.c-grid__container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 560px) {
  .c-grid__container {
    max-width: 500px;
  }
}

@media screen and (min-width: 960px) {
  .c-grid__container {
    max-width: 770px;
  }
}

.c-grid__container-header {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 560px) {
  .c-grid__container-header {
    max-width: 500px;
  }
}

@media screen and (min-width: 960px) {
  .c-grid__container-header {
    max-width: 900px;
  }
}

.c-grid__row, .c-grid__row-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

@media screen and (min-width: 560px) {
  .c-grid__row-blank {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.c-grid__block, .c-grid__block-12, .c-grid__block-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}

.c-grid__block-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-grid__block-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 960px) {
  .c-grid__block-md, .c-grid__block-md-12, .c-grid__block-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
    box-sizing: border-box;
  }
  .c-grid__block-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-grid__block-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .c-grid__replace-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .c-grid__replace-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-grid__replace-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

/* Heading */
.c-heading__image {
  display: block;
  padding-bottom: 30px;
  text-align: center;
}

.c-heading__image img {
  margin: 0 auto;
}

.c-heading__primary, .c-heading__primary-catch, .c-heading__primary-main {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.25em;
}

.c-heading__primary-block {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .c-heading__primary-block {
    display: block;
  }
}

.c-heading__primary-catch {
  line-height: 2.5em;
}

.c-heading__primary-main {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-heading__secondary {
  margin-bottom: 40px;
  padding: 6px 12px;
  font-size: 18px;
  border-bottom: 2px solid #7dc2e9;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.c-heading__product {
  padding-bottom: 20px;
  min-height: 64px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.c-heading__product-inner {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.c-heading__product-label {
  display: block;
  font-size: 12px;
}

/* List */
.c-list__lineup {
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
}

@media screen and (min-width: 960px) {
  .c-list__lineup {
    display: flex;
    justify-content: start;
    align-items: stretch;
  }
}

.c-list__lineup-item {
  padding: 0 10px 20px;
  border-bottom: 2px dotted #7dc2e9;
}

.c-list__lineup-item:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 960px) {
  .c-list__lineup-item {
    width: 33.33%;
    padding: 0 20px 20px;
    border-bottom: 0;
    border-right: 2px dotted #7dc2e9;
  }
  .c-list__lineup-item:last-child {
    border-right: none;
  }
}

.c-list__lineup-item img {
  margin: 0 auto 10px;
}

/* Instagram */
.p-instagram {
  display: flex;
  justify-content: center;
  align-self: stretch;
  max-width: 1020px;
  margin: 0 auto;
  list-style: none;
  flex-wrap: wrap;
}

.p-instagram li {
  width: calc(50% - 2px);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}

@media screen and (min-width: 560px) {
  .p-instagram li {
    width: calc(25% - 2px);
  }
}

@media screen and (min-width: 960px) {
  .p-instagram li {
    width: calc(20% - 2px);
  }
}

/* Align */
/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Margin */
.u-margin__bottom-middle {
  margin-bottom: 20px;
}

.u-margin__bottom-large {
  margin-bottom: 40px;
}

@media screen and (max-width: 559px) {
  .u-margin__bottom-sp-middle {
    margin-bottom: 20px;
  }
  .u-margin__bottom-sp-large {
    margin-bottom: 40px;
  }
}

/* SVG */
.u-svg-asset {
  display: none;
}

/* Size */
/* Text */


/* 追加 */
.bnr-sumikko {
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: .3s ease-out;
  z-index: 2000;
}
.bnr-sumikko:hover {
  bottom: 15px;
}
.bnr-sumikko img {
  width: 220px;
  height: 142px;
}
@media screen and (max-width: 767px) {
  .bnr-sumikko {
    padding-left: 15px;
  }
  .bnr-sumikko img {
    width: 100%;
    height: auto;
  }
}

/* ===== Hero Slider (fade) ===== */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Fallback size: adjust if your design already sets height elsewhere */
  height: 70vh;
  min-height: 420px;
  max-height: 780px;
  background: #f3f3f3;
}
.hero__slider {
  position: absolute;
  inset: 0;
}
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.hero__slide.is-active {
  opacity: 1;
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .hero {
    height: 56vh;
    min-height: 320px;
  }
}

/* =========================================================
   Fixed White Header (Global)
   ========================================================= */
:root{
  --site-header-height: 72px;
}

.has-fixed-header{
  padding-top: var(--site-header-height);
}

.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--site-header-height);
  background: #fff;
  z-index: 10000;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.site-header__inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.site-header__logo-link{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-header__logo{
  display: inline-flex;
  align-items: center;
}

.site-header__logo svg{
  width: 118px;
  height: auto;
  display: block;
}

.site-header__logo use{
  fill: #111;
}

.site-header__nav{
  display: block;
}

.site-header__menu{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__menu .l-header__nav-img{
  width: 88px;
  height: 20px;
  padding: 4px .5em;
  fill: #111;
  transition: fill .25s;
}

.site-header__menu a{
  color: inherit;
  text-decoration: none;
}

.site-header__burger{
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px;
  box-sizing: border-box;
}

.site-header__burger span{
  display: block;
  width: 100%;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

.site-header__burger span + span{
  margin-top: 6px;
}

.site-header__overlay{
  display: none;
}

/* Mobile: hamburger + right drawer */
@media screen and (max-width: 768px){
  :root{ --site-header-height: 64px; }

  .site-header__burger{ display: inline-flex; flex-direction: column; justify-content: center; }

  .site-header__nav{
    position: fixed;
    top: 0;
    right: 0;
    width: min(340px, 86vw);
    height: 100vh;
    background: #fff;
    padding-top: var(--site-header-height);
    transform: translateX(100%);
    transition: transform .25s;
    box-shadow: -8px 0 24px rgba(0,0,0,.12);
    z-index: 10002;
  }

  .site-header__nav.is-open{
    transform: translateX(0);
  }

  .site-header__menu{
    display: block;
    padding: 14px 16px;
  }

  .site-header__menu .l-header__nav-list-item{
    margin-top: 10px;
  }
  .site-header__menu .l-header__nav-list-item:first-child{
    margin-top: 0;
  }

  .site-header__menu .l-header__nav-img{
    width: 100%;
    max-width: 200px;
    height: 24px;
    padding: 10px 0;
  }

  .site-header__overlay{
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
    z-index: 10001;
  }

  .site-header__overlay.is-open{
    opacity: 1;
    pointer-events: auto;
  }
}

/* Lock scroll when drawer open */
html.is-nav-open,
html.is-nav-open body{
  overflow: hidden;
}


.has-fixed-header [id]{ scroll-margin-top: var(--site-header-height); }
