html {
  scroll-behavior: smooth; }

body {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  color: #000;
  letter-spacing: .05em;
  margin: 0;
  background-color: #e50012; }

main {
  position: relative; }

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

  #amu {
    padding-top: 40px;
    margin-top: -40px; } }
@media (max-width: 767.98px) {
  body {
    font-size: 12px; }

  .spnone {
    display: none !important; }

  #amu {
    padding-top: 30px;
    margin-top: -30px; } }
.container {
  max-width: 500px;
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: #c17d9c; }

@media (min-width: 768px) {
  .container {
    width: 500px;
    margin: 0 11vw 0 auto; }

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

  .inner_wrap {
    padding: 0 25px 20px; } }
.fashion {
  background-color: #007472; }

.gourmet {
  background-color: #d52645; }

.limited {
  background-color: #275c93; }

.pc_menu .pc_menu_box ul li a {
  color: white;
  border-radius: 60px; }
.pc_menu .pc_menu_box ul li .link1 {
  border: 3px solid #c49633;
  background-image: linear-gradient(0deg, #ffcae2, #ffffff);
  color: #e50012;
  font-weight: bold; }
.pc_menu .pc_menu_box ul li .link2 {
  border: 3px solid #fff;
  background-image: linear-gradient(0deg, #ac0013, #ea0020);
  color: #fff;
  font-weight: bold; }
.pc_menu .pc_menu_box ul li .link3 {
  border: 3px solid #fff;
  background-image: linear-gradient(0deg, #c70545, #e9267f);
  color: #fff;
  font-weight: bold; }

@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-wrap: wrap;
        align-items: center;
        padding: 0;
        margin-top: 20px; }
        .pc_menu .pc_menu_box > ul > li {
          width: 100%;
          position: relative;
          margin: 0 0 15px 0; }
          .pc_menu .pc_menu_box > ul > li:last-child {
            width: 100%;
            margin: 0; }
          .pc_menu .pc_menu_box > ul > li > a {
            padding: 10px;
            display: flex;
            justify-content: center;
            font-size: 16px;
            font-weight: 500; }
            .pc_menu .pc_menu_box > ul > li > a:hover {
              text-decoration: none; } }
@media (min-width: 1200px) {
  .pc_menu .pc_menu_box > ul > li > a {
    font-size: 18px; } }
@media (max-width: 900px) {
  .pc_menu {
    display: none; } }
#menu-icon {
  display: inline-block;
  cursor: pointer;
  transition: .3s ease-in-out;
  width: 50px;
  height: 50px;
  z-index: 102; }
  #menu-icon > div {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #fed600;
    border: 1px solid #000; }
    #menu-icon > div > span {
      display: block;
      position: absolute;
      background: #000;
      transition: .3s ease-in-out;
      height: 1px;
      right: 0;
      left: 0;
      margin: 0 auto; }
      #menu-icon > div > span:nth-child(1) {
        top: calc(50% - 11px);
        width: 70%; }
      #menu-icon > div > span:nth-child(2) {
        top: calc(50%);
        width: 70%; }
      #menu-icon > div > span:nth-child(3) {
        top: calc(50% + 10px);
        width: 70%; }

.navbar {
  padding: 0 !important; }
  .navbar #menu-icon.active > div > span:nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% - 2px); }
  .navbar #menu-icon.active > div > span:nth-child(2) {
    width: 0;
    right: 50%; }
  .navbar #menu-icon.active > div > span:nth-child(3) {
    transform: rotate(-45deg);
    top: calc(50% - 2px); }

.menu-icon {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px; }

.menu-list {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
  z-index: 20;
  padding: 50px;
  background: #fed600;
  background-repeat: no-repeat;
  background-size: cover; }
  .menu-list > a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding: 18px 0;
    font-weight: bold;
    z-index: 10;
    position: relative; }
  .menu-list > .menu_bnr {
    margin-top: 10px; }
    .menu-list > .menu_bnr > a {
      margin: 0 0 10px 0;
      display: block;
      padding: 0;
      border: 0; }

.menu-list.show {
  display: flex; }

@media (min-width: 768px) {
  .menu-list {
    width: 500px;
    right: 11vw;
    padding: 50px 100px;
    border-right: 1px solid #000;
    border-left: 1px solid #000; }

  .menu-icon {
    right: 11vw; } }
@media (max-width: 767.98px) {
  .menu-list {
    left: 0; }

  .menu-icon {
    right: 0; } }
.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: #e60012;
  border: 1px solid #fff;
  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; } }
.main {
  position: relative; }
  .main .btn_box1 {
    position: absolute;
    bottom: 19%;
    width: 92%;
    left: 50%;
    transform: translateX(-50%); }
  .main .btn_box2 {
    position: absolute;
    bottom: 5%;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    display: flex; }

.main.kaso {
  position: relative; }
  .main.kaso .btn_box1 {
    bottom: 16%; }
  .main.kaso .btn_box2 {
    bottom: 1%; }

.tab {
  display: flex;
  padding: 0 10px;
  margin-bottom: -4px; }

.kaso_inner {
  margin: 0 10px;
  position: relative; }

@media (min-width: 768px) {
  .more {
    position: absolute;
    bottom: 7.5%;
    left: 20%;
    width: 60%; } }
@media (max-width: 767.98px) {
  .more {
    position: absolute;
    bottom: 7%;
    left: 20%;
    width: 60%; } }
footer {
  color: white; }
  footer small {
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0em; }

@media (min-width: 768px) {
  footer {
    position: relative; }
    footer small {
      font-size: 12px;
      margin-top: 30px;
      padding: 0 20px; }
    footer .top_back {
      display: block;
      width: 50%;
      margin: 0 auto 0;
      position: absolute;
      bottom: 3%;
      left: 50%;
      transform: translateX(-50%); }
    footer .footer_memo {
      margin: 65px 40px 0; }
      footer .footer_memo p {
        font-size: 12px;
        margin: 0;
        text-indent: -1em;
        padding-left: 1em; }
    footer .logo {
      width: 25%;
      margin: 0 auto;
      display: block;
      padding-bottom: 50px; } }
@media (max-width: 767.98px) {
  footer {
    position: relative; }
    footer small {
      font-size: 10px;
      margin-top: 30px;
      padding: 0 15px; }
    footer .top_back {
      display: block;
      width: 50%;
      margin: 0 auto 0;
      position: absolute;
      bottom: 2.5%;
      left: 50%;
      transform: translateX(-50%); }
    footer .footer_memo {
      margin: 65px 20px 0; }
      footer .footer_memo p {
        font-size: 12px;
        margin: 0;
        text-indent: -1em;
        padding-left: 1em; }
    footer .logo {
      width: 25%;
      margin: 0 auto;
      display: block;
      padding-bottom: 50px; } }
.design_inner {
  position: relative;
  margin: -10px 7px 0; }
  .design_inner img {
    margin-top: -4px; }
  .design_inner .top_back {
    width: 60%;
    position: absolute;
    bottom: 110px;
    left: 20%; }

.bottom_box {
  position: relative; }
  .bottom_box .btn_box3 {
    position: absolute;
    top: 32%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%); }
  .bottom_box .btn_box4 {
    position: absolute;
    bottom: 3%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%); }

.bottom_box.kaso {
  position: relative; }
  .bottom_box.kaso .btn_box3 {
    top: 28%; }

.contents {
  position: relative; }
  .contents .btn_box5 {
    position: absolute;
    top: 17.0%;
    width: 40%;
    left: 29%;
    transform: translateX(-50%); }
