html {
  scroll-behavior: smooth; }

body {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #3b3c3c;
  background-color: #E4A2C1;
  letter-spacing: .05em; }

main {
  position: relative; }

a {
  transition: .3s; }

a:hover {
  opacity: 0.7;
  text-decoration: none; }

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

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

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

  .spnone {
    display: none !important; } }
.container {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
  .container::before {
    content: '';
    width: 600%;
    height: 100%;
    transform: rotate(10deg);
    position: absolute;
    top: 0;
    left: -300%;
    z-index: -1;
    opacity: .5;
    background: url("../img/back.png") repeat center/100px; }

@media (min-width: 768px) {
  .container {
    width: 500px;
    margin: 0 11vw 0 auto; } }
@media (max-width: 767.98px) {
  .container {
    width: 100%; } }
.bnr {
  box-shadow: 10px 10px 0 0 #E6D7E7;
  margin: 15px;
  display: block; }

.link_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px 0; }
  .link_box > a {
    background-color: #fff;
    border: 2px solid #00A199;
    color: #E95513;
    font-size: 18px;
    width: 70%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 0 0 #E6D7E7;
    border-radius: 10px; }

.title {
  color: #E95513;
  text-align: center;
  margin-top: 80px;
  font-size: 40px;
  text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff; }

.shop_wrap .shop_box {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 0 0 #E6D7E7; }
  .shop_wrap .shop_box > img {
    margin: 0 auto;
    display: block; }
  .shop_wrap .shop_box > .item, .shop_wrap .shop_box .price {
    color: #E95513;
    line-height: 1.3em;
    font-weight: bold; }
  .shop_wrap .shop_box > .shop_name {
    font-weight: bold; }
  .shop_wrap .shop_box > .shop_link {
    border: 2px solid #00A199;
    color: #00A199;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold; }
    .shop_wrap .shop_box > .shop_link:before {
      content: '';
      background-image: url(../img/btn_arrow.svg);
      background-repeat: no-repeat;
      width: 8px;
      height: 16px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto; }
  .shop_wrap .shop_box .soldout {
    background: #922322;
    color: #fff;
    font-weight: bold;
    text-align: center; }

@media (min-width: 768px) {
  .shop_wrap {
    padding: 50px 40px 0;
    margin-bottom: 50px; }
    .shop_wrap .shop_box {
      padding: 30px;
      margin-bottom: 30px; }
      .shop_wrap .shop_box > .img01 {
        padding: 0 30px; }
      .shop_wrap .shop_box > .item {
        font-size: 24px;
        margin: 15px 0 10px; }
        .shop_wrap .shop_box > .item > span {
          font-size: 20px; }
      .shop_wrap .shop_box > .item2 {
        font-size: 20px; }
      .shop_wrap .shop_box > .price {
        font-size: 20px; }
      .shop_wrap .shop_box > .txt {
        font-size: 15px;
        margin: 15px 0 20px; }
      .shop_wrap .shop_box > .shop_name {
        margin-bottom: 15px; }
      .shop_wrap .shop_box > .shop_link {
        height: 50px; }
      .shop_wrap .shop_box .soldout {
        padding: 10px;
        margin: 25px 0;
        font-size: 15px; } }
@media (max-width: 767.98px) {
  .shop_wrap {
    padding: 30px 20px 0;
    margin-bottom: 30px; }
    .shop_wrap .shop_box {
      padding: 30px;
      margin-bottom: 20px; }
      .shop_wrap .shop_box > .item {
        font-size: 22px;
        margin: 10px 0 0; }
      .shop_wrap .shop_box > .price {
        font-size: 18px;
        margin-bottom: 0; }
      .shop_wrap .shop_box > .txt {
        font-size: 14px;
        margin: 10px 0 20px; }
      .shop_wrap .shop_box > .shop_name {
        margin-bottom: 10px; }
      .shop_wrap .shop_box > .shop_link {
        height: 40px; }
      .shop_wrap .shop_box .soldout {
        padding: 10px;
        margin: 20px 0;
        font-size: 15px; } }
@media (min-width: 768px) {
  .caution {
    padding: 0 10px;
    font-size: 13px; } }
@media (max-width: 767.98px) {
  .caution {
    padding: 0 10px;
    font-size: 11px; } }
.copyright {
  background-color: #3b3c3c;
  color: #fff;
  text-align: center; }

@media (min-width: 768px) {
  .copyright {
    font-size: 11px;
    padding: 10px 0; } }
@media (max-width: 767.98px) {
  .copyright {
    font-size: 9px;
    padding: 10px 0; } }
footer div {
  text-align: center;
  font-size: 11px;
  padding: 20px 0; }
  footer div:first-child {
    background-color: #000;
    color: #fff; }
  footer div:last-child {
    margin-bottom: 20px; }

@media (max-width: 767.98px) {
  footer div {
    font-size: 8px; } }
@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 > a:first-child:hover {
          opacity: 1; }
      .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 #fff; }
          .pc_menu .pc_menu_box > ul > li:last-child {
            border-bottom: 1px solid #fff; }
          .pc_menu .pc_menu_box > ul > li > a {
            color: #fff;
            padding: 10px 0;
            display: flex;
            justify-content: center;
            font-size: 20px;
            font-weight: 500; }
            .pc_menu .pc_menu_box > ul > li > a:hover {
              text-decoration: none; } }
@media (max-width: 900px) {
  .pc_menu {
    display: none; } }
@media (max-width: 767.98px) {
  .global_menu_sp {
    background-color: #3b3c3c;
    color: #fff;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s ease-in-out;
    opacity: 0;
    overflow: scroll;
    width: 100%;
    padding: 24px 20px 80px;
    font-size: 16px;
    z-index: 101;
    margin: 60px 0 0 0;
    display: none; }

  #menu-icon {
    display: inline-block;
    cursor: pointer;
    transition: .3s ease-in-out;
    width: 40px;
    height: 40px;
    z-index: 102; }

  #menu-icon > div {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d6533c;
    box-shadow: 0px 0px 15px -5px #777777; }

  #menu-icon > div > span {
    display: block;
    position: absolute;
    background: #fff;
    transition: .3s ease-in-out;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto; }

  #menu-icon span:nth-child(1) {
    top: calc(50% - 7px);
    width: 70%; }

  #menu-icon span:nth-child(2) {
    top: calc(50% + 3px);
    width: 70%; }

  .navbar {
    padding: 0 !important; }

  .navbar #menu-icon.active > div > span:nth-child(1) {
    transform: rotate(30deg); }

  .navbar #menu-icon.active > div > span:nth-child(2) {
    transform: rotate(-30deg); }

  .navbar #menu-icon.active > div > span:nth-child(1),
  .navbar #menu-icon.active > div > span:nth-child(2) {
    top: calc(50% - 2px); }

  .menu-list a {
    text-decoration: none;
    color: #d6533c;
    font-size: 20px;
    border-bottom: 1px solid #d6533c;
    padding: 18px 0;
    font-weight: bold;
    z-index: 10;
    position: relative;
    font-family: "Zen Old Mincho", serif; }

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

  .menu-list {
    display: none;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
    z-index: 10;
    padding: 50px;
    background-image: url("../img/menu_back.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .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; } }
.page-top {
  position: fixed;
  transition: 0.5s;
  z-index: 9;
  opacity: 0;
  visibility: hidden; }

.page-top > .page-top_link {
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  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: 10px;
    right: 10px;
    width: 40px; }

  .page-top > .page-top_link {
    width: 40px;
    height: 40px;
    font-size: 12px;
    box-shadow: 0px 0px 15px -5px #777777; }

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