@media screen and (max-width: 767.999px) {
  html {
    font-size: 10px;
    scroll-padding-top: 61px;
  }
  body {
    letter-spacing: 0.08em;
  }
  .pc {
    display: none;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  header #header_sp_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 17px 0 20px;
    border-bottom: 1px solid #dfdfdd;
  }
  header #header_name {
    font-size: 1.5rem;
    font-weight: 700;
    transition-delay: 0.6s;
    transition-property: background;
  }
  header #header_menu_button {
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    width: 25px;
    height: 30px;
  }
  header #header_menu_button span.line {
    display: block;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    background-color: #f47834;
  }
  header #header_menu_button span.line::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #f47834;
    transition: inherit;
    top: -8px;
  }
  header #header_menu_button span.txt {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Poppins",serif;
    font-size: 0.9rem;
    font-weight: 700;
    background: linear-gradient(155deg, #f89c6a 0%, #f47834 50%, var(--accent-color) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header #header_menu_button[aria-expanded="true"] {
    background: transparent;
  }
  header #header_menu_button[aria-expanded="true"] span.line {
    top: 3px;
    left: 5px;
    height: 2px;
    width: 18px;
    transform: rotate(-45deg);
    background: #FFFFFF;
  }
  header #header_menu_button[aria-expanded="true"] span.line::before {
    top: 0;
    transform: rotate(90deg);
    background: #FFFFFF;
  }
  header #header_menu_button[aria-expanded="true"] span.txt {
    background: none;
    color: #FFFFFF;
    font-weight: 500;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
  header #header_navi {
    background: #ff6f10;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    clip-path: circle(0 at 100% 0);
    transition: clip-path 0.6s linear;
    overflow: auto;
    height: 0;
    z-index: -10;
  }
  header #header_navi.open {
    height: 100%;
    clip-path: circle(150% at 100% 0);
    overflow-y: auto;
    z-index: 900;
  }
  header #header_navi > ul {
    padding: 67px 20px 0;
  }
  header #header_navi > ul > li {
    border-bottom: 1px dotted #fabc9a;
  }
  header #header_navi > ul > li > a {
    padding: 32px 0 15px;
    display: block;
    position: relative;
  }
  header #header_navi > ul > li > a::before {
    content: "";
    border-radius: 50%;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
  }
  header #header_navi > ul > li > a::after {
    content: "";
    background: url(/common/image/common/btn_o.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 9px;
    height: 7px;
    background-size: 9px 7px;
  }
  header #header_navi > ul > li > a > span {
    color: #FFFFFF;
    position: relative;
    font-size: 2rem;
  }
  header #header_navi > ul > li > a > span::before {
    content: attr(data-en);
    position: absolute;
    top: -15px;
    left: 0;
    font-family: "Poppins",serif;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 254, 206, 0.502);
  }
  header #header_navi > ul > li > a#header_news_link::after {
    background: url(/common/image/common/btn-link_o.png) no-repeat;
    width: 9px;
    height: 10px;
    background-size: 9px 10px;
  }
  header #header_navi > ul > li.instagram {
    border-bottom: none;
    padding-top: 22px;
  }
  header #header_navi > ul > li.instagram > a {
    padding: 0;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
  }
  header #header_navi > ul > li.instagram > a::before, header #header_navi > ul > li.instagram > a::after {
    display: none;
  }
  header #header_navi #header_marquee {
    margin-top: -25px;
    color: rgba(250, 200, 152, 0.2);
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Poppins", "Noto Sans JP", serif;
    display: flex;
    padding-bottom: 70px;
  }
  header #header_navi #header_marquee span {
    padding-right: 0.5em;
    animation: 20s header_marquee 0s linear running infinite;
    font-size: 6em;
    font-weight: 600;
    display: inline-block;
  }
  @keyframes header_marquee {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  header.header_open {
    top: 0;
    left: 0;
    right: 0;
  }
  header.header_open #header_sp_wrapper {
    background: #ff6f10;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 999;
    transition-delay: 0.6s;
    transition-property: background;
  }
  header.header_open #header_name {
    color: transparent;
  }
  footer #footer_marquee {
    display: flex;
    margin-top: 31px;
  }
  footer #footer_marquee span {
    padding-right: 0.5em;
    animation: 50s marquee 0s linear running infinite;
    font-size: 6rem;
    font-weight: 600;
    display: inline-block;
  }
  @keyframes marquee {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  footer #footer_contents_wrapper {
    position: relative;
    margin-top: 24px;
    text-align: center;
    padding: 60px 0 45px;
  }
  footer #footer_contents_wrapper::before {
    height: 30px;
    top: -30px;
    border-radius: 50% / 100% 100% 0 0;
    z-index: -1;
  }
  footer #footer_contents {
    position: relative;
  }
  footer #footer_contents::before {
    content: "";
    background: url(/common/image/common/f-m_01.png) no-repeat;
    width: 112px;
    height: 45px;
    background-size: 266px 45px;
    background-position: right top;
    position: absolute;
    top: 91px;
    left: 0;
  }
  footer #footer_contents::after {
    content: "";
    background: url(/common/image/common/f-m_01.png) no-repeat;
    width: 90px;
    height: 45px;
    background-size: 266px 45px;
    background-position: left top;
    position: absolute;
    top: 378px;
    right: 0;
  }
  footer #footer_contents #footer_copy {
    display: inline-block;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.37;
    background: linear-gradient(155deg, #f89c6a 0%, #f47834 50%, var(--accent-color) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  footer #footer_contents #footer_name {
    margin-top: 64px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  footer #footer_contents #footer_address {
    margin-top: 13px;
    font-size: 1.1rem;
    line-height: 1.81;
  }
  footer #footer_contents #footer_tel {
    margin-top: 2px;
    font-size: 1.1rem;
  }
  footer #footer_contents #footer_contact a {
    display: block;
    margin: 25px auto 0;
    width: 290px;
    padding: 15px 10px 15px 0;
    text-align: center;
    border-radius: 45px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  footer #footer_contents #footer_contact a::before {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer #footer_contents #footer_contact a::after {
    position: absolute;
    width: 8px;
    height: 7px;
    right: 23px;
    top: 50%;
    background-size: 8px 7px;
    transform: translateY(-50%);
  }
  footer #footer_contents #footer_attention {
    margin-top: 18px;
  }
  footer #footer_contents #footer_attention > li {
    margin-top: 3px;
  }
  footer #footer_contents #footer_attention > li:nth-of-type(1) {
    margin-top: 0;
  }
  footer #footer_contents #footer_copyright {
    margin-top: 67px;
  }
  footer #footer_contents .image1 {
    position: absolute;
    top: -98px;
    left: 0%;
    width: 60px;
  }
  footer #footer_contents .image2 {
    position: absolute;
    top: -128px;
    left: 27.33%;
    width: 35px;
  }
  footer #footer_contents .image3 {
    position: absolute;
    top: -131px;
    left: 50.93%;
    width: 52px;
  }
  footer #footer_contents .image4 {
    position: absolute;
    top: -68px;
    left: 67.33%;
    width: 35px;
  }
  footer #footer_contents .image5 {
    position: absolute;
    top: -133px;
    left: 80.26%;
    width: 17px;
  }
  footer #footer_contents .image6 {
    position: absolute;
    top: -48px;
    left: 20.93%;
    width: 17px;
  }
  footer #footer_contents .image7 {
    position: absolute;
    top: -36px;
    left: 0%;
    width: 34px;
  }
  footer #footer_contents .image8 {
    display: none;
  }
  footer #footer_contents .image9 {
    display: none;
  }
  footer #footer_contents .image10 {
    position: absolute;
    top: 92px;
    left: 79.33%;
    width: 19px;
  }
  footer #footer_contents .image11 {
    position: absolute;
    top: 67px;
    left: calc(79.33% + 19px + 25px);
    width: 14px;
  }
  footer #footer_contents .image12 {
    position: absolute;
    top: -30px;
    left: 88.26%;
    width: 31px;
  }
  footer #footer_contents .image13 {
    position: absolute;
    top: 160px;
    left: 81.33%;
    width: 64px;
  }
  footer #footer_contents .image14 {
    display: none;
  }
  footer #footer_contents .image15 {
    position: absolute;
    top: 157px;
    left: 8%;
    width: 36px;
  }
  footer #footer_contents .image16 {
    position: absolute;
    top: 358px;
    left: 5.33%;
    width: 21px;
  }
  footer #footer_contents .image17 {
    display: none;
  }
  footer #footer_contents .image18 {
    display: none;
  }
}
