/* =============================
 ハンバーガーメニュー
============================== */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
}
.hamburger span {
    display: block;
    height: 4px;
    width: 54px;
    background: #ffffff;
    margin: 8px 0;
    border-radius: 15px;
    transition: 0.3s;
}
.header-actions {
    transition: right 0.3s, opacity 0.3s;
}
@media (max-width: 768px) {
    .hamburger {
        display: flex;
        position: absolute;
        right: 50px;
        top: 12px;
    }
    .header-actions {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 70vw;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 80px 24px 24px 24px;
        box-shadow: -2px 0 12px rgba(0,0,0,0.08);
        opacity: 0;
        pointer-events: none;
        z-index: 99;
        gap: 24px;
    }
    .header-actions.open {
        right: 0;
        opacity: 1;
        pointer-events: auto;
    }
.header-actions a {
    display: block;
    width: 100%;
    text-align: center;
}

.header-actions a img {
    margin: auto;
}


}

br .sp-menu {
  display: none;
}
/* ===================================================================
 css
=================================================================== */
    :root{
      --brand:#F0831E;
      --brand-dark:#F0831E;
      --ink:#222;
      --muted:#000000;
      --bg:#fff;
      --accent:#1e90ff;
    }
    
    *{box-sizing:border-box}
    html,body{font-size: 18px;margin:0;background:#fff;color:var(--ink);font-family: "Hiragino Mincho ProN",    
    "Yu Mincho", "YuMincho","Noto Sans JP",system-ui,"-apple-system","Segoe UI,Roboto","Helvetica,Arial","Apple Color Emoji","Segoe UI Emoji";}
    a{color:inherit}
    
    img{max-width:100%;display:block}
    .container{max-width:1100px;margin:0 auto;padding:0 20px}
    .header{position: fixed;top:0;z-index:50;background:rgba(255,255,255,0);width: 100%;}
    .header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;width: 97%;margin: auto;}
    .logo{display:flex;align-items:center;gap:.6rem;font-weight:800}
    .logo img{height:35px;width:auto}
    .header-actions{display:flex;align-items:start;gap:12px; margin-top: 5px;}
    .tel{font-weight:700;white-space:nowrap}
    .cta{background:var(--brand);color:#fff;border:none;padding: 15px 30px;font-weight:700;cursor:pointer;transition:.2s}
    .cta:hover{background:var(--brand-dark)}
    .hero{
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    color: #fff;
    padding: 0;
    }
    .hero-media{position:absolute;/* inset:0; */top: 0;}
    .hero-media img{width:100%;height:100%;object-fit:cover;}
    .hero-content { z-index: 1; text-align: center; margin-right: 5.208333%;}
    .hero-title{font-weight:900;letter-spacing:.06em;font-size: clamp(22px,3.4vw,40px); font-size: 50px;}
    .hero-desc{margin-top: 0px;line-height:1.5;color:#e5e7eb;font-size: 25px; display: block; text-align: start; font-weight: 600;}
    .bubbles{position: absolute;left: 15%;top: 12%;display: flex;gap: 18px;z-index: 1;}
    .bubble{width:114px;height:114px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:28px;box-shadow:0 10px 30px rgba(0,0,0,.18)}
    .b1{background:#10b981}
    .b2{background:#fbbf24}
    .b3{background:#ec4899}
    section{padding:64px 0}
    .section-title{font-size:50px;text-align:center;letter-spacing:0em;margin-bottom:10px}
    .sub{color:var(--muted);text-align:center;margin-bottom:24px;font-size: 32px; font-weight: 500;}
    .intro p{line-height:2;color:#000000;text-align:center}
    .grid{display:grid;gap:14px;margin-top:100px}
    .grid-4{grid-template-columns:repeat(4,1fr)}
    .grid img{border-radius:5px}
    .company{background:#ffffff;margin-bottom: 200px;}
    .table{width:100%;border-collapse:collapse;margin-top:22px}
    .table th,.table td{    padding: 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;}
.table th {
    width: 250px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    padding-left: 30px;
    vertical-align: middle;
}
.sp{display: none;}
    .address{line-height:1.9;color:#000000}
    .small{font-size:18px}
    footer{padding:32px 0;color:#64748b;border-top:1px solid #f1f5f9;text-align:center}
    .bubbles {width: 26%;min-width: 350px; }
.header-actions a { display: flex;}
.header-actions a img { margin-left: 10px; }
section.intro p {
    font-size: 24px;
    line-height: 1.8;
}
section.intro p.sub {
    font-size: 32px;
}

.grid-scroll-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.grid.grid-4 {
  display: flex;
  gap: 24px;
  animation: scroll-x 60s linear infinite;
  width: max-content;
}
@keyframes scroll-x {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
    .hero-media img { width: 100%; height: 100%; object-fit: cover; min-height: 100vh; }
    @media (max-width: 1500px){
.hero-lefttext {
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5%;
    z-index: 2;
    color: #fff;
    font-size: clamp(30px, 3.4vw, 80px);
    
}


.hero-content {
    z-index: 1;
    text-align: start;
    margin-right: 0;
}
.hero-title {
    font-weight: 900;
    letter-spacing: .06em;
    font-size: clamp(22px, 3.4vw, 40px);
}
.hero-desc {
    margin-top: 0px;
    line-height: 1.5;
    color: #e5e7eb;
    font-size: clamp(18px, 3.4vw, 20px);
    display: block;
    text-align: start;
    font-weight: 600;
}

}
    @media (max-width: 980px){
      .bubbles{left:4%;top:8%}
      .bubble{width:92px;height:92px;font-size:22px}
      .grid-4{grid-template-columns:repeat(2,1fr)}
      .table th{width:120px}
      .section-title { font-size: 35px; }
      .sub {  font-size: 25px; }
    body,section.intro p{font-size: 17px;}
    .small { font-size: 13px; }
    .hero-desc,section.intro p.sub { font-size: 19px; }
    .company {margin-bottom: 150px;}
        .grid.grid-4 img { height: 270px;}
    
    }

    @media (max-width: 931px) {
    .hero-content {
        position: absolute;
        z-index: 1;
        text-align: center;
        bottom: 40px;
        margin-right: 0;
        margin-bottom: 81px;
    }
        .hero-title {
        font-size: 50px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
        .hero-desc {
        display: block;
        text-align: center;
    }
    .hero-desc, section.intro p.sub {
        font-size: 30px;
    }
    .hero-credit {
 display: none;
}

.hero-lefttext {
    position: absolute;
    left: 2rem;
    top: 33%;
    transform: translateY(-50%);
    margin-left: 10.4167%;
    z-index: 2;
    color: #fff;
    font: 700 6.2em / 1.1 var(--font-sans);
}
}
    @media (max-width: 768px){
    .sp{display:block;}
            .table th {
        width: 105px;
        padding-left: 10px;
        padding-right: 0;
    }
    .hero-desc,section.intro p.sub { font-size: 22px;}
    body,section.intro p{font-size: 17px;}
    .header-inner{height:58px}
    .tel{display:none}
          .bubbles {
        position: absolute;
        left: 50%;
        transform: translateX(-67%);
        top: 10%;
        width: 60%;
        min-width: auto;
    }
      .bubble{width:84px;height:84px;font-size:20px}
      .hero{min-height:100vh;overflow: hidden;}
      .hero-title{font-size:45px;line-height: 1.3;margin-bottom: 20px;}
      .grid-4{grid-template-columns:1fr}
.section-title { font-size: 25px; }
.sub {  font-size: 21px; }
.small { font-size: 13px; }
    .grid.grid-4 img { height: 200px;}
    .company {
        margin-bottom: 100px;
    }
    .hero-content {position: absolute; z-index: 1; text-align: center; bottom: 40px; margin-right: 0;}
    .hero-overlay{position:absolute;inset:0;background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 40%) 60%, rgb(0 0 0) 100%);}
    .hero-desc{display: block; text-align: center;} 

    .mobile-menu {
  display: inline;
}
}

@media (max-width: 480px){
    .hero-desc { font-size: 16px; margin: 0px;}
    .table th { width: 80px; }
    .hamburger span {
    display: block;
    height: 2px;
    width: 34px;
    background: #ffffff;
    margin: 6px 0;
    border-radius: 9px;
    transition: 0.3s;
}
    .hamburger {
        display: flex;
        position: absolute;
        right: 25px;
        top: 12px;
    }
}
@media (max-width: 400px){
    .hero-desc { font-size: 18px; }

}

a.tel {
    display: flex;
}

a.tel img {
    margin-right: 5%;
}
.table a {
    text-decoration: none;
    margin-left: 5px;
}

/* ===================================================================
 header
=================================================================== */

.header-actions a {
    text-decoration: none;
    font-size: 20px;
}

.header-actions a.tel {
    margin-right: 30px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.header-actions a.tel img {
    margin-right: 15px;
}

/* ===================================================================
 footer
=================================================================== */

footer {
    background:#F0831E;
    color: #fff;
    text-align: center;
}

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

.grid-4 ul li {
    list-style: none;
    margin: 0;
}

.grid-4 ul {
    display: flex;
    margin: 0;
    padding: 0;
}


/* ===================================================================
 メインビジュアル
=================================================================== */


.hero-media {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 8s infinite;
}

.hero-media picture:nth-child(1) {
  animation-delay: 0s;
}

.hero-media picture:nth-child(2) {
  animation-delay: 4s; /* 交互に切り替え */
}

@keyframes fade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  40%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}

.hero-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
  z-index: 0;
}
.hero-media {
  position: relative;
  width: 100%;
  height: auto;
}
.hero-media picture.active {
  opacity: 1;
  z-index: 1;
}


.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;   
  display: grid;
  padding: 0;
  color: #fff;
}


.hero > * { grid-area: 1 / 1; }

.hero-media {
  position: relative; 
  width: 100%;
  height: 100%;         
  overflow: hidden;
}


.hero-media picture,
.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;   
}

.hero-lefttext {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
  font-size: 5.2em;
  font-family: Noto Sans CJK JP;
}


/* 右下の produced by ECONOHA TRAVEL */
.hero-credit {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  color: #fff;
  text-align: start;
  z-index: 2;
  font-size: 28px;
  font-family: Noto Sans CJK JP;
  font-weight: bold;
  margin-right: 5.208333%
}
.hero-credit p {
  margin: 0;
}
.hero-credit strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  font-size: 49px;
  font-family: Noto Sans CJK JP;
}


.hero-media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeInOut 10s infinite; 
  transition: opacity 2s ease-in-out;
}


.hero-media picture:nth-of-type(1) {
  position: relative;
  animation-delay: 0s;
}


.hero-media picture:nth-of-type(2) {
  animation-delay: 5s;
}


@keyframes fadeInOut {
  0%   { opacity: 0; }
  20%  { opacity: 1; }   
  60%  { opacity: 1; }   
  80%  { opacity: 0; }   
  100% { opacity: 0; }
}

.hero-media picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.hero-lefttext .left {
    margin-right: auto;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: clamp(93px, 3.4vw, 93px);
    line-height: 1;
}
.hero-lefttext .buy {
margin-left: auto;
    margin-right: var(--ext, -0.5em);
    font-family: "Noto Sans JP";
    font-weight: 600;
   font-size: clamp(93px, 3.4vw, 93px);
   line-height: 1;
}


.hero-media{ position:relative; width:100%; overflow:hidden; }
.hero-media picture{
  position:absolute; inset:0; width:100%;
  opacity:0; animation:fadeInOut 10s infinite;
  transition:opacity 2s ease-in-out;
}
.hero-media picture:nth-of-type(1){ position:relative; animation-delay:0s; }
.hero-media picture:nth-of-type(2){ animation-delay:5s; }
@keyframes fadeInOut{
  0%{opacity:0} 20%{opacity:1} 60%{opacity:1} 80%{opacity:0} 100%{opacity:0}
}
.hero-media picture img{ width:100%; height:auto; object-fit:cover; display:block; }

/* ========= 左の STAY/BUY/ENJOY ========= */
.hero-lefttext{
  position:absolute;
  left:2rem;
  top:50%;
  transform:translateY(-50%);
  margin-left:10.4167%;
  z-index:2;
  color:#fff;
  font:700 5.2em/1.1 var(--font-sans);
}

.hero-lefttext .left{  text-align:left;  }

.hero-lefttext .stay,
.hero-lefttext .buy{
  position: relative;
  display: block;   
  width: fit-content;   
}

.hero-lefttext .left {
    margin-right: auto;
    font-family: 'Noto Sans JP';
    font-weight: 600;
  }


.hero-lefttext .right{
  margin-left: auto;             
  margin-right: var(--ext, -0.5em); 
  font-family:"Noto Sans JP";
    font-weight: 600;

}

.hero-credit{
  position:absolute; right:2rem; bottom:1.5rem; z-index:2;
  color:#fff; text-align:start; margin-right:5.208333%;
  font:700 28px/1 var(--font-sans);
}
.hero-credit p {
    margin: 0;
    font-size: 28px;
    font-family: 'Noto Sans JP';
    font-weight: bold;
}
.hero-credit strong {
    display: block;
    font-family: 'Noto Sans JP';
    font-size: 49px;
    font-weight: bold;
}


.tel-box {
    display: grid;
    margin-top: 2px;
}
.white-box{
  border:0.5px solid #fff; color:#fff; font-size:14px;
  display:block; text-align:center; margin:0 30px 0 10px;
}


.hero-lefttext .stay,
.hero-lefttext .stay, .hero-lefttext .buy {
    position: relative;
    display: block;
    width: fit-content;
}


.hero-lefttext .stay::after {
    --dx: 17%;
    --dy: 7rem;
    --lw: 2px;
    --gap-x: 6px;
    content: "";
    position: absolute;
    left: calc(100% + var(--gap-x));
    top: 0.6em;
    width: var(--dx);
    height: var(--dy);
    border-top: var(--lw) solid currentColor;
    border-right
: var(--lw) solid currentColor;
    z-index: 3;
    pointer-events: none;
}

.hero-lefttext .buy::after {
    --dx: 42%;
    --dy: 7rem;
    --lw: 2px;
    --gap-x: 16px;
    content: "";
    position: absolute;
    right: calc(100% + var(--gap-x));
    top: 0.6em;
    width: var(--dx);
    height: var(--dy);
    border-top: var(--lw) solid currentColor;
    border-left: var(--lw) solid currentColor;
    z-index: 3;
    pointer-events: none;
}
.pc-br {
  display: inline;
}
.sp-br {
  display: none;
}
@media (max-width: 1500px){
.hero-lefttext {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5%;
    z-index: 2;
    color: #fff;
    font-size: clamp(80px, 3.4vw, 70px);
}
}
@media (max-width: 931px){
  .hero-lefttext {
    position: absolute;
    left: 0rem;
    top: 38%;
    transform: translateY(-50%);
    margin-left: 10.4167%;
    z-index: 2;
    color: #fff;
}
.logo img {
        height: 68px;
        width: auto;
        margin-top: 0px;
}
.hero-desc {
    text-align: center;
}
 }


 @media (max-width: 768px){
    .hero-lefttext {
        position: absolute;
        left: 0rem;
        top: 38%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.4;
        z-index: 2;
        font-size: 5.2em;
        font-family: Noto Sans CJK JP;
    }
    .header-actions a {
    display: none;
    text-decoration: none;
    font-size: 20px;
}
.hero-lefttext .left, .hero-lefttext .buy {
    position: relative;
    display: block;
    width: fit-content;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
 .hero-content {
  margin-bottom: 0px;
 }
    .logo img {
        height: 3.75rem;
        width: auto;
        margin-top: 50px;
        margin-left: 10px;
    }
 }

  @media (max-width: 570px){
    .hero-lefttext{
      font-size: 60px;
      left: 0px;
    }
        .hero-lefttext .left, .hero-lefttext .buy {
        position: relative;
        display: block;
        width: fit-content;
        margin-top: 1rem;
        margin-bottom: 2.5rem;
        font-size: 60px;
    }
    .hero-lefttext .stay::after {
    --dx: 17%;
    --dy: 5rem;
    --lw: 2px;
    --gap-x: 7px;
    content: "";
    position: absolute;
    left: calc(100% + var(--gap-x));
    top: 0.7em;
    }
    .hero-lefttext .buy::after {
    --dx: 34%;
    --dy: 5rem;
    --lw: 2px;
    --gap-x: 18px;
    content: "";
    position: absolute;
    right: calc(100% + var(--gap-x));
    top: 0.7em;
    }
  
    .logo img {
        height: 2.8rem;
        width: auto;
        margin-top: 30px;
    }
    .hero-title {
        font-size: 38px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

}

    @media (max-width: 480px) {
     .hero-title {
        font-size: 30px;
        display: block;
        text-align: center;
    }
}
@media (max-width: 450px){
     .hero-lefttext{
      font-size: 50px;
     }
         body, section.intro p {
        font-size: 15px;
    }
}
@media (max-width: 1500px){
     .hero-layout {
  width: clamp(120px, 28vw, 240px);
  height: auto;
    }

     }
.pc-br {
  display: inline;
}

.hamburger {
    display: none;
    position: absolute;
    right: 13px;
    top: 19px;
    width: 40px;
    height: 28px;
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 100;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.hamburger span{
  position: absolute; left: 50%;
  width: 28px; height: 3px;
  background: currentColor; border-radius: 2px;
  transform: translateX(-50%);
  transition: transform .3s ease, top .3s ease, bottom .3s ease, opacity .3s ease;
}
.hamburger span:nth-of-type(1){ top: 12px; }
.hamburger span:nth-of-type(2){ bottom: 12px; }
/* 開いた時は「×」 */
.hamburger.active span:nth-of-type(1){
  top: 50%; transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.active span:nth-of-type(2){
  bottom: auto; top: 50%; transform: translate(-50%, -50%) rotate(-45deg);
}

/* SP専用のメニュー（PCでは非表示） */
.mobile-menu{
  display: none; list-style: none; margin: 0; padding: 0; width: 100%;
}
.mobile-menu li{ width: 100%; border-top: 1px solid #b3b3b3; }
.mobile-menu li:last-child{ border-bottom: 1px solid #b3b3b3; }
.mobile-menu .menu-link{
  display: block; width: 100%; padding: 16px 8px;
  text-decoration: none; color: #000; font-weight: 600; text-align: left;
}
.mobile-menu .menu-link img{ vertical-align: middle; margin-right: 8px; }

.header-actions{ transition: right .3s, opacity .3s; }
  span .sp-layout {
    display: inline;
  }
  .sp-layout { display: inline; }

  .pc-br {
  display: inline;
}

@media (max-width: 768px){
  .hamburger{ display: flex; }

    .header-actions {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 63vw;
        max-width: 320px;
        height: 56vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 57px 24px 24px;
        box-shadow: -2px 0 12px rgba(0, 0, 0, .08);
        opacity: 0;
        pointer-events: none;
        z-index: 99;
        gap: 24px;
    }
    
    br .sp-menu {
  display: inline;
}
.pc-br {
  display: none;
}
  .header-actions.open{ right: 0; opacity: 1; pointer-events: auto; }

  .tel-box, .pc-menu{ display: none; }
  .mobile-menu{ display: block; }
.sp-br {
  display: inline;
}
 .sp-layout { display: none; } 
}

@media (max-width: 480px){
  .hamburger span{ height: 2px; width: 26px; }
      .header-actions a {
        display: none;
        text-decoration: none;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .header-actions.open {
        right: 0;
        opacity: 1;
        pointer-events: auto;
        background: rgb(255 255 255 / 80%);
        height: 100%;
        margin-top: 0;
    }
}

@media (max-width: 931px){
 
  .hero .hero-content{
    display: flex !important;
    flex-direction: column;
    align-items: center !important; 
    justify-content: center;      
    text-align: center !important; 
    width: 100%;
    margin-right: 0;            
  }


  .hero .hero-title,
  .hero .hero-desc{
    text-align: center !important;
    margin-left: auto; margin-right: auto;
  }

}


.logo-stack{
  position: relative;
  display: inline-block;

  width: clamp(120px, 28vw, 240px);
  line-height: 0;       
}


.logo-stack picture{
  position: absolute;
  inset: 0;            
  display: block;
}
.logo-stack picture img{
  width: 100%;
  height: auto;
  display: block;
}


.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:91px;
  width:100%;
  margin:0 auto;
  padding:0 34px;
  background: transparent;            
  transition: background-color .2s ease, box-shadow .2s ease;
}

.header:not(.over-hero) .header-inner{
  background: rgb(171 171 171 / 80%);
}
@media (max-width: 931px) {
  .header-inner {
    padding: 0 20px;
  }  
}
@media (max-width: 768px) {
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    transition: background-color .2s 
ease, box-shadow .2s 
ease;
}
    .logo img {
        height: 3rem;
        width: auto;
        margin-top: 0px;
        margin-left: 0px;
    }
    .hero-lefttext .buy {
    font-size: clamp(60px, 3.4vw, 60px);
     line-height: 1.6;
}
    .hero-lefttext .left {

    font-size: clamp(60px, 3.4vw, 60px);
     line-height: 1.6;
}
}

@media (max-width: 480px) {
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 51px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    background: transparent;
    transition: background-color .2s 
ease, box-shadow .2s 
ease;
}
    .logo img {
        height: 2.5rem;
        width: auto;
        margin-top: 0px;
        margin-left: 0px;
    }
    .hamburger {
    top: 11px;
    }
    .hero-lefttext .left {
    font-size: clamp(50px, 3.4vw, 60px);
     line-height: 1.6;
}
.hero-lefttext .buy {
    font-size: clamp(50px, 3.4vw, 60px);
     line-height: 1.6;
}
}
.linkList a::after {
  content: '';
  width: 15.43px;
  height: 15.59px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  -webkit-mask: url(../img/blank_icon.png) no-repeat center / contain;
  mask: url(../img/blank_icon.png) no-repeat center / contain; 
  background-color: #f0831e;
}