html {
  scroll-behavior: smooth; }

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: .05em;
  background-image: url("../img/back.avif");
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

main {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1); }

a {
  transition: .3s; }

a:hover {
  opacity: 0.8; }

img {
  max-width: 100%;
  width: 100%; }

@media (min-width: 768px) {
  body {
    font-size: 14px; }

  .pcnone {
    display: none !important; } }
@media (max-width: 767.98px) {
  body {
    font-size: 12px; }

  .spnone {
    display: none !important; } }
.container {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff; }

@media (min-width: 768px) {
  .container {
    width: 500px;
    margin: 0 11vw 0 auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }

  .inner_wrap {
    padding: 0 30px 20px; } }
@media (max-width: 767.98px) {
  .container {
    width: 100%; }

  .inner_wrap {
    padding: 0 25px 20px; } }
.title_img {
  margin: 5% auto 0;
  display: block;
  width: 95% !important; }

.shop_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5%; }

.shop_box > a, .shop_box > span {
  width: calc( 47% );
  margin-bottom: 10%;
  position: relative; }

.shop_box > a.right_margin {
  width: 48.6%; }

.shop_box > a > span {
  position: absolute;
  top: -5%;
  right: -5%;
  width: 27%; }

.btn_box {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto; }
  .btn_box > a:hover {
    transform: translateY(-10px); }
  .btn_box > a:nth-child(1) {
    width: 21%; }
  .btn_box > a:nth-child(2) {
    width: 27%; }
  .btn_box > a:nth-child(3) {
    width: 22%; }
  .btn_box > a:nth-child(4) {
    width: 24%; }

@media (min-width: 768px) {
  .btn_box {
    margin: 0 auto 80px; }
    .btn_box > a:nth-child(2) {
      margin-top: 40px;
      margin-right: 10px; }
    .btn_box > a:nth-child(4) {
      margin-top: 40px;
      margin-left: 10px; } }
@media (max-width: 767.98px) {
  .btn_box {
    margin: 0 auto 40px; }
    .btn_box > a:nth-child(2) {
      margin-top: 30px;
      margin-right: 5px; }
    .btn_box > a:nth-child(4) {
      margin-top: 30px;
      margin-left: 5px; } }
@media (min-width: 768px) {
  .pc_menu {
    width: calc(100vw - 500px - 11vw);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }
    .pc_menu .pc_menu_box {
      width: 55.5%;
      min-width: 290px;
      max-width: 400px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: absolute;
      top: max(300px, 50%);
      left: 50%;
      transform: translate(-50%, -50%); }
      .pc_menu .pc_menu_box > a {
        width: 100%;
        margin: 0 auto;
        max-height: 350px; }
        .pc_menu .pc_menu_box > a > img {
          width: auto;
          max-height: 350px;
          margin: 0 auto;
          display: block; }
      .pc_menu .pc_menu_box > ul {
        list-style: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin-top: 40px; }
        .pc_menu .pc_menu_box > ul > li {
          width: 100%;
          border-top: 1px solid #7e291f; }
          .pc_menu .pc_menu_box > ul > li:last-child {
            border-bottom: 1px solid #7e291f; }
          .pc_menu .pc_menu_box > ul > li > a {
            color: #7e291f;
            padding: 10px 0;
            display: flex;
            justify-content: center;
            font-size: 17px;
            font-weight: 500; }
            .pc_menu .pc_menu_box > ul > li > a:hover {
              text-decoration: none; } }
@media (max-width: 900px) {
  .pc_menu {
    display: none; } }
.page-top {
  position: fixed;
  transition: 0.5s;
  z-index: 9;
  opacity: 0;
  visibility: hidden; }

.page-top > .page-top_link {
  position: relative;
  border-radius: 100px;
  background-color: #5fc1c7;
  display: flex;
  align-items: center;
  justify-content: center; }

.page-top.show_btn {
  opacity: 1;
  visibility: visible; }

@media (min-width: 768px) {
  .page-top {
    bottom: 20px;
    right: 20px;
    margin: 0 30px 20px auto;
    width: 70px; }

  .page-top > .page-top_link {
    width: 70px;
    height: 70px;
    font-size: 15px; }

  .page-top > .page-top_link > img {
    width: 35px; } }
@media (max-width: 767.98px) {
  .page-top {
    bottom: 20px;
    right: 10px;
    width: 40px; }

  .page-top > .page-top_link {
    width: 40px;
    height: 40px;
    font-size: 12px; }

  .page-top > .page-top_link > img {
    width: 20px; } }
