@charset "UTF-8";
@media screen and (max-width: 1000px) {
  body.fixed {
    overflow-x: hidden;
  }
  body.fixed main, body.fixed .main-footer, body.fixed .main-header-control {
    position: fixed;
    width: 100% !important;
  }
  .pc-only {
    display: none !important;
  }
  /* main */
  .wrapper {
    z-index: auto;
    min-width: 0;
  }
  main {
    width: auto !important;
    min-width: auto !important;
    padding: 0 !important;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  hr {
    margin: 34px 0;
  }
  .spin-wrap > span {
    display: none;
  }
  /* header */
  .main-header {
    position: relative !important;
    min-width: 0;
    height: 80px;
  }
  .main-header.overlay::before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 86.667%;
    height: 100vh;
    background: #fff;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.11);
    opacity: 0;
    transform: translateX(-100%);
    transition: all .35s;
    content: "";
  }
  .main-header.overlay::after {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity .35s;
    content: "";
  }
  .main-header.overlay-show::before {
    opacity: 1;
    transform: translateX(0);
  }
  .main-header.overlay-show::after {
    opacity: 1;
  }
  .main-header.overlay-show-sub::before {
    z-index: 21;
  }
  .main-header-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 86.667%;
    height: auto;
    min-height: 100vh;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .35s;
  }
  .main-header-nav.open {
    opacity: 1;
    transform: translateX(0);
  }
  .main-header-nav.drawer-open {
    position: fixed;
    overflow: hidden;
  }
  .main-header-nav .nav-close {
    position: absolute;
    top: 13px;
    right: 16px;
    z-index: 5;
    width: 30px;
    height: 30px;
  }
  .main-header-nav .nav-close-btn {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/icon_cross.svg") no-repeat 50% 50%/12px auto;
    cursor: pointer;
  }
  .main-header-nav .main-logo {
    position: relative;
    height: 56px;
    margin: 0;
    padding: 0;
  }
  .main-header-nav .main-logo a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 76px;
    height: 31px;
    margin: auto;
  }
  .main-header-nav .main-logo img {
    width: 100%;
    height: auto;
  }
  .main-header-nav .main-nav {
    padding: 0 25px;
  }
  .main-header-nav .main-nav ul {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-header-nav .main-nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-header-nav .main-nav a {
    height: 64px;
    margin: 0 -25px -1px;
    padding: 0 25px 1px;
    background: url("../images/icon_nav_arrow.svg") no-repeat right 25px top 50%/7px auto;
    color: #191919;
    font-weight: 600;
    text-shadow: none;
  }
  .main-header-nav .main-nav form {
    overflow: hidden;
    height: 50px;
    margin: 30px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
  }
  .main-header-nav .main-nav .nav-search {
    width: 230px;
    height: 100%;
    padding: 0 0 0 18px;
    font-size: 1.6rem;
  }
  .main-header-nav .main-nav .nav-submit {
    height: 100%;
  }
  .main-header-nav .nav-info {
    border-radius: 10px;
  }
  .main-header-drawer {
    left: 0;
    z-index: 25;
    width: 86.667%;
    height: auto;
    min-height: 100vh;
    background: #fff;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.11);
    transform: translateX(-100%);
    transition: all .35s;
  }
  .main-header-drawer.drawer-open {
    pointer-events: auto;
    transform: translateX(0);
  }
  .main-header-drawer .sp-drawer-header {
    margin: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-header-drawer .sp-drawer-header .sp-drawer-close {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .main-header-drawer .sp-drawer-header .sp-drawer-close::before {
    display: block;
    width: 7px;
    height: 100%;
    margin-right: 8px;
    background: url("../images/icon_nav_arrow.svg") no-repeat 50% 50%/100% auto;
    transform: rotateY(180deg);
    content: "";
  }
  .main-header-drawer .drawer-overflow {
    display: none;
  }
  .main-header-drawer .drawer-content {
    display: none;
    position: relative;
    opacity: 1;
  }
  .main-header-drawer .drawer-content.active {
    display: block;
  }
  .main-header-drawer .drawer-content .drawer-section {
    padding: 0 25px;
  }
  .main-header-drawer .drawer-content .link-list li {
    margin: 12px 0;
  }
  .main-header-drawer .drawer-content .link-list a:hover {
    color: inherit;
    font-weight: inherit;
  }
  .main-header-drawer .drawer-content[data-simplebar] {
    overflow: visible;
    width: 100%;
    padding: 0;
  }
  .main-header-drawer .drawer-content[data-simplebar] .simplebar-track {
    display: none !important;
  }
  .main-header-drawer .drawer-content[data-simplebar] .simplebar-content-wrapper {
    background: #fff;
  }
  .main-header-drawer .drawer-content[data-simplebar] .simplebar-wrapper, .main-header-drawer .drawer-content[data-simplebar] .simplebar-mask, .main-header-drawer .drawer-content[data-simplebar] .simplebar-content-wrapper {
    overflow: visible !important;
  }
  .main-header-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
    width: auto;
    height: 80px;
    min-height: auto;
    padding: 0 10px;
    background: none;
    box-shadow: none;
    text-align: left;
  }
  .main-header-control .main-logo {
    order: 1;
    width: 100%;
    margin-bottom: -5px;
    padding-top: 4px;
  }
  .main-header-control .main-logo a {
    display: block;
    width: 84px;
    margin: 0 auto;
  }
  .main-header-control .main-logo img {
    width: 100%;
    height: auto;
  }
  .main-header-control .menu-block {
    order: 4;
    margin: 0 5px;
  }
  .main-header-control .menu-block a {
    display: block;
    width: 35px;
    height: 35px;
    background: url("../images/icon_menu.svg") no-repeat 50% 50%/50% auto;
    cursor: pointer;
  }
  .main-header-control .cart-block {
    order: 3;
    width: auto;
    height: auto;
    margin: 0 10px;
    text-align: center;
  }
  .main-header-control .cart-block .cart-btn {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
  .main-header-control .cart-block .cart-btn::after {
    bottom: 6px;
    width: 16.5px;
    height: 17.5px;
  }
  .main-header-control .control-list {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 110px);
    padding: 0 5px;
  }
  .main-header-control .control-list li {
    margin: 0;
  }
  .main-header-control .control-list li:first-child:nth-last-child(3) {
    margin-left: 15px;
  }
  .main-header-control .control-list li:last-child:nth-child(3) {
    margin-right: 15px;
  }
  .main-header-control .control-list a {
    width: 35px;
    height: 35px;
  }
  .main-header-control .control-list a[data-count]::before {
    top: -5px;
    right: -5px;
    pointer-events: none;
  }
  .main-header-control .control-list .message-badge::before {
    top: -5px;
    right: -5px;
    pointer-events: none;
  }
  .main-header-control .control-list .control-balloon {
    display: none;
  }
  .main-header-control .sns-links {
    display: none;
  }
  .main-header .nav-aside {
    display: none;
  }
  #navLimited {
    padding-bottom: 179.07692%;
  }
  #navLimited .simplebar-content {
    background-size: 100% auto;
  }
  #navReserve {
    padding-bottom: 179.07692%;
  }
  #navReserve .simplebar-content {
    background-size: 100% auto;
  }
  #navReserve .simplebar-content::after {
    width: 100vw;
    background-size: 100% auto;
    background-position: 0 100%;
  }
  #navTitle .drawer-section .drawer-series-images {
    width: 100vw;
  }
  #navTitle .drawer-section .drawer-series-images img {
    width: 100%;
  }
  #navTitle .drawer-section.drawer-series-other {
    padding-top: 25px;
  }
  #navCategory .drawer-section ~ .drawer-section {
    margin-top: 16px;
    padding-bottom: 4px;
  }
  #navCategory .drawer-section.drawer-category-goods {
    padding-bottom: 20px;
  }
  #navCategory .drawer-section.drawer-category-goods::after {
    display: none;
  }
  #navEvent {
    padding-bottom: 179.07692%;
  }
  #navEvent .simplebar-content {
    background-size: 100% auto;
  }
  .static-header {
    position: relative;
    justify-content: flex-end;
    width: auto;
    height: 50px;
  }
  .static-header-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 108px;
    height: 35px;
    margin: auto;
  }
  .static-header-main img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .static-header-sns {
    padding-right: 15px;
  }
  .static-header-sns li {
    display: inline-block;
    margin-left: 5px;
  }
  .static-header-sns img {
    width: 20px;
    height: 20px;
  }
  /* main */
  .simple-header {
    margin: 10px 0;
  }
  .simple-header img {
    height: 50px;
  }
  .contents-header .main-heading {
    margin: 0 15px 30px;
    padding: 10px 0;
    background: url("../images/bg/bg_decoration_line.png") repeat-x 50% 100%/4px auto;
    font-weight: normal;
  }
  .top-notice-block {
    display: block;
    width: auto;
    margin: 0 25px 25px;
    padding: 0 4px 4px;
  }
  .top-notice-block h2 {
    width: auto;
    min-width: auto;
    padding: 6px 0;
  }
  .top-notice-block .top-notice-list {
    width: auto;
    padding: 14px 16px;
  }
  .column-contents {
    display: block;
  }
  .column-contents .main-contents, .column-contents .side-contents {
    width: auto;
  }
  /* section style */
  .content-section {
    margin-bottom: 80px;
    padding: 0 25px;
  }
  .content-section.bg-decoration {
    background-size: 4px auto, 50px auto, 50px auto;
  }
  .content-section.limited-content {
    padding-bottom: 10px;
  }
  .content-section.limited-content h2 {
    padding-top: 8px;
    line-height: 1;
  }
  .content-section.bg-color {
    padding-bottom: 0;
  }
  .content-section.bg-color .btn-more:last-child {
    border-bottom: 25px solid transparent;
  }
  .content-section h2 {
    margin: 0 -10px 35px;
    padding-top: 35px;
  }
  .content-section h2 img {
    max-width: 90%;
    opacity: .6;
  }
  .flex-labels label {
    margin-right: 5px;
  }
  .narrow-search {
    display: block;
    margin: 0 0 25px 0;
    padding: 15px 20px 20px 25px;
  }
  .narrow-search dt {
    min-width: 0;
  }
  .narrow-search dt ~ dt {
    margin-top: 10px;
  }
  .narrow-search .flex-labels {
    width: 100%;
  }
  .narrow-search .flex-labels label {
    width: 76px;
    margin-bottom: 5px;
    line-height: 38px;
  }
  .sort-block {
    justify-content: space-between;
    margin-bottom: 35px;
    padding: 0 25px;
  }
  .sort-block .search-total {
    width: auto;
  }
  .sort-block .sp-forms {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .sort-block .sp-select-wapper {
    position: relative;
  }
  .sort-block .sp-select-wapper::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 8px solid #2b2b2b;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    box-sizing: border-box;
    transition: all .2s;
    pointer-events: none;
    content: "";
  }
  .sort-block .sp-select-wapper select {
    height: 40px;
    margin-left: 1em;
    padding-right: 32px;
    border: none;
    background: #f0f0f0;
  }
  .product-list {
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .product-list::before, .product-list::after {
    display: none;
  }
  .product-list .product-list-item {
    width: calc(50% - 12.5px);
    min-width: calc(50% - 12.5px);
    margin: 0 0 35px !important;
    padding-top: 0;
  }
  .product-list .product-list-item::before {
    display: block;
    height: 22px;
    content: "";
  }
  .product-list .product-list-item.item-recommended::before, .product-list .product-list-item.item-limited::before, .product-list .product-list-item.item-special::before {
    background-size: auto 100%;
  }
  .product-list .product-list-item::after {
    top: 22px;
    height: 1px;
    background: #b99446;
  }
  .product-list .product-list-item a {
    padding-top: 12px;
  }
  .product-list .product-list-item a::before, .product-list .product-list-item a::after {
    position: absolute;
    top: 21px;
    display: block;
    width: 3px;
    height: 3px;
    background: #b99446;
    border-radius: 50%;
    content: "";
  }
  .product-list .product-list-item a::before {
    left: 0;
  }
  .product-list .product-list-item a::after {
    right: 0;
  }
  .product-list .product-list-item .item-img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 25px 0 8px;
    padding-top: 100%;
  }
  .product-list .product-list-item .item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-list .product-list-item.item-new .item-img::before {
    top: -14px;
  }
  .product-list .product-list-item .item-txt {
    height: auto;
  }
  .product-list .product-list-item .item-txt .item-label {
    margin: 0px auto 6px;
    padding: 0 14px;
    border-radius: 15px;
    font-size: .66rem;
    line-height: 14px;
  }
  .product-list .product-list-item .item-txt .item-label::before, .product-list .product-list-item .item-txt .item-label::after {
    width: 2px;
    height: 2px;
  }
  .product-list .product-list-item .item-txt .item-name {
    margin: 0 0 6px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: -.05em;
  }
  .product-list .product-list-item .item-txt .item-price {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .product-list .product-list-item.favorite-item .item-img {
    margin-top: 0;
  }
  .product-kuji {
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .product-kuji::before, .product-kuji::after {
    display: none;
  }
  .product-kuji .product-kuji-item {
    width: calc(50% - 12.5px);
    min-width: calc(50% - 12.5px);
    margin: 0 0 35px;
    padding-top: 0;
  }
  .product-kuji .product-kuji-item .kuji-name {
    font-size: 1.2rem !important;
  }
  .product-kuji .product-kuji-item .item-img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 10px 0 8px;
    padding-top: 100%;
  }
  .product-kuji .product-kuji-item .item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-kuji .product-kuji-item .item-txt {
    height: auto;
  }
  .product-kuji .product-kuji-item .item-txt .item-name {
    margin: 0 0 6px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: -.05em;
  }
  .product-kuji .product-kuji-item .item-txt .item-price {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .product-kuji .product-kuji-item.kuji-zero .item-img::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 25%;
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .kuji-container {
    width: 100%;
    height: calc(100% - 160px);
    max-height: none;
  }
  .kuji-container .kuji-name,
  .kuji-container .kuji-title {
    font-size: 1.3rem;
  }
  .kuji-container .kuji-desc {
    font-size: 1.2rem;
  }
  .flex-scroll {
    overflow: visible;
    width: 100%;
  }
  .flex-scroll .sc-left, .flex-scroll .sc-right {
    display: none !important;
  }
  .panel-list {
    justify-content: space-between;
  }
  .panel-list li {
    position: relative;
    margin: 0 0 16px;
    padding-top: calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .panel-list a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .panel-list a .panel-before {
    display: none;
  }
  .panel-list a .panel-after {
    opacity: 1;
    position: static;
  }
  .btn-more {
    margin: 0;
    padding: 0 25px;
  }
  .btn-more button {
    width: 100%;
    min-height: 40px;
    padding: 4px 25px;
    background: #ff9906;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  /* 商品詳細 */
  .product .btn-addcart, .product .btn-favorite {
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
  }
  .product .btn-addcart {
    margin-bottom: 10px;
  }
  .product .btn-addcart::before {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
  .product .btn-favorite::before {
    margin-right: 10px;
  }
  .detail-header {
    display: block;
    margin: 0 0 20px 0;
    padding: 40px 25px 20px;
    background-size: 4px auto;
  }
  .detail-header h1 {
    font-size: 2rem;
  }
  .detail-header-left {
    min-width: 0;
    max-width: initial;
    padding: 0;
  }
  .detail-header-right {
    display: none !important;
  }
  .detail-header .detail-labels {
    margin-bottom: 8px;
    line-height: 23px;
  }
  .detail-header .detail-labels li {
    padding: 0 15px;
  }
  .detail-header .detail-status {
    justify-content: space-between;
  }
  .detail-header .detail-status li {
    margin: 0;
    color: #191919;
  }
  .detail-header .detail-status .status-label {
    padding: 0 15px;
    line-height: 23px;
  }
  .detail-header .detail-status .state-date {
    display: block;
    margin: 0;
    text-align: right;
  }
  .detail-contents {
    display: flex;
    flex-direction: column;
    margin: 0 25px;
  }
  .detail-contents h2 {
    margin-bottom: 18px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .detail-contents p {
    margin: 18px 0;
    line-height: 1.607;
  }
  .detail-contents .datail-price {
    order: 1;
    font-size: 2.3rem;
  }
  .detail-contents .datail-price del {
    font-size: 1.2rem;
  }
  .detail-contents .product-options {
    order: 4;
    flex-direction: column;
    margin: 0 -25px;
    padding: 15px 25px;
    color: #191919;
  }
  .detail-contents .product-options dl {
    width: auto !important;
  }
  .detail-contents .product-options dl:last-of-type:not(:first-of-type) {
    margin: 0 0 20px !important;
    padding: 0 0 20px !important;
    border-left: none !important;
    border-bottom: 1px solid #dadada;
  }
  .detail-contents .product-options dl .form-group {
    width: auto !important;
  }
  .detail-contents .product-options .product-options-select {
    display: block;
    width: auto;
  }
  .detail-contents .product-options .product-options-select dt {
    min-width: 0;
    margin-bottom: 4px;
  }
  .detail-contents .product-options .product-options-select dd {
    width: auto;
  }
  .detail-contents .product-options .product-options-select dd ~ dd {
    margin-top: 0;
  }
  .detail-contents .product-options .product-options-select dd ~ dt {
    margin-top: 12px;
  }
  .detail-contents .product-options .product-options-list p {
    margin-bottom: 18px;
  }
  .detail-contents .product-options .product-options-list .checkbox-list li ~ li {
    margin-top: 20px;
  }
  .detail-contents .product-options .product-options-list .checkbox-list label::before {
    margin-right: 10px;
  }
  .detail-contents .product-images {
    order: 2;
    margin-right: -1;
    padding: 0;
  }
  .detail-contents .product-images li:first-child {
    width: 100%;
    padding-top: calc(100% - 1px);
  }
  .detail-contents .product-images li:nth-child(2):last-child {
    width: 100%;
    padding-top: calc(100% - 1px);
  }
  .detail-contents .product-images li:nth-child(2):not(:last-child), .detail-contents .product-images li:nth-child(2) ~ li {
    width: 50%;
    padding-top: calc(50% - 1px);
  }
  .detail-contents .product-images li:first-child:nth-last-child(3) {
    margin: 0;
  }
  .detail-contents .sns-list {
    order: 3;
    justify-content: flex-end;
    margin: 14px 0 15px;
  }
  .detail-contents .sns-list li {
    margin: 0 0 0 12px;
  }
  .detail-contents .sns-list img {
    width: 35px;
  }
  .detail-contents .product-description {
    order: 6;
    color: #191919;
  }
  .detail-contents .detail-buttons {
    order: 5;
    margin: 0 -25px 20px;
    padding: 10px 25px 40px;
    background: #f5f5f5;
  }
  .detail-section {
    margin: 0 25px;
  }
  .detail-section h2 {
    margin-bottom: 18px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .detail-section p {
    margin: 18px 0;
    line-height: 1.607;
  }
  .detail-section .detail-images {
    display: block;
    margin: 18px 0;
    padding: 0;
  }
  .detail-section .detail-images a {
    margin: 0 0 5px;
  }
  .detail-contents .detail-section {
    margin: 0;
  }
  .detail-buttons {
    padding: 0 25px;
  }
  .detail-buttons .product-options {
    display: block;
    margin: 0 -25px 18px;
    padding: 15px 25px;
    color: #191919;
  }
  .detail-buttons .product-options dt {
    min-width: 0;
    margin: 0 0 4px;
  }
  .detail-buttons .product-options dd {
    width: auto;
  }
  /* side */
  .side-contents {
    padding: 0;
  }
  .side-contents .side-gustria {
    margin: 40px 0;
    padding: 0 25px;
  }
  .side-contents .side-gustria a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .side-contents .side-gustria img:first-child {
    max-width: calc(265px / 2);
  }
  .side-contents .side-gustria img:last-child {
    max-width: calc(183px / 2);
  }
  .side-search {
    padding: 0 25px;
    font-size: 1.3rem;
    text-align: center;
  }
  .side-search .cs-init {
    visibility: visible;
    margin: 0;
  }
  .side-search .cs-wrapper {
    margin-bottom: 16px;
  }
  .side-search-text {
    height: 40px;
  }
  .side-search-submit {
    height: 40px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .side-search-reset {
    border: none;
    font-size: 1.5rem;
  }
  .side-section {
    overflow: hidden;
    margin: 40px 0;
    padding: 30px 25px 0;
    background-size: 4px auto;
  }
  .side-section h3 {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .side-section.twitter-section {
    padding: 30px 25px 0;
  }
  .side-section.twitter-section iframe {
    width: calc(100vw - 50px) !important;
    max-width: calc(100vw - 50px) !important;
  }
  .product-list-ranking .product-list-item .item-img {
    width: auto;
    height: 216px;
    max-width: auto;
    padding: 0;
  }
  .product-list-ranking .product-list-item .item-img img {
    position: static;
  }
  /* footer */
  .main-footer {
    z-index: auto;
    min-width: 0;
    background-size: auto 300px;
  }
  .main-footer::after {
    display: none;
  }
  .main-footer.static-footer {
    padding-top: 35px;
  }
  .simple-footer {
    width: auto;
    min-width: auto;
    padding: 0 0 15px;
  }
  .simple-footer p {
    font-size: 1.2rem;
    text-align: center;
  }
  .footer-grid {
    display: none;
  }
  .footer-bottom {
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 0;
    text-shadow: none;
  }
  .footer-bottom .footer-logo {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 25px 0 85px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.13);
  }
  .footer-bottom .footer-logo img {
    margin: 0 auto;
  }
  .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 25px;
  }
  .footer-bottom-links li {
    width: calc(50% - 25px);
    margin: 0 25px 30px 0 !important;
    padding: 0;
    border: none;
    font-size: 1.2rem;
  }
  .footer-bottom .footer-copy {
    position: relative;
    top: 122px;
    padding: 0 25px;
    font-size: 10.5px;
    text-align: center;
  }
  .gust-chan {
    display: none;
  }
  /* news */
  #newsOverlay::before {
    top: 20px;
    width: 20px;
    height: 20px;
  }
  #newsOverlay .side-section {
    top: 60px;
    bottom: 24px;
    left: 24px;
    right: 24px;
    width: auto;
    padding: 15px 5px 20px;
  }
  #newsOverlay .side-section h3 {
    height: 86px;
  }
  #newsOverlay .side-section .side-info {
    height: calc(100% - 86px);
  }
  /* スタンプラリー */
  #stampOverlay .stamp-close {
    top: auto;
    bottom: 7.46667vw;
    left: 0;
    right: 0;
    width: 10.66667vw;
    height: 10.66667vw;
    margin: 0 auto;
    border-radius: 50%;
    background: url("../images/stamp/parts_close_sp.svg") no-repeat 50% 50%/50% #fff;
  }
  .stamp-wrapper {
    width: 100%;
    margin: 0;
    padding: 6.4vw 6.4vw 25.6vw;
  }
  .stamp-wrapper .stamp-name-label {
    top: -3.2vw;
    left: 3.2vw;
    height: 6.4vw;
    border-radius: 6.4vw;
    font-size: 3.73333vw;
  }
  .stamp-wrapper .stamp-block-01 {
    height: auto;
    margin: 62.66667vw 0 5.33333vw;
  }
  .stamp-wrapper .stamp-block-01 .stamp-name-label {
    width: 33.6vw;
  }
  .stamp-wrapper .stamp-block-01 .stamp-block-body {
    padding: 7.46667vw 0 4.8vw;
    border-radius: 2.66667vw;
    box-shadow: 0.93333vw 0.93333vw 0.4vw 0px rgba(0, 0, 0, 0.4);
    background-size: 5.86667vw auto, 5.86667vw auto;
    background-position: 2.13333vw 50%, right 2.13333vw top 50%;
  }
  .stamp-wrapper .stamp-block-01 .stamp-main-text {
    font-size: 5.33333vw;
    line-height: 1.175;
  }
  .stamp-wrapper .stamp-block-01 .stamp-btn {
    display: flex;
    justify-content: center;
    margin: 4.8vw 0;
  }
  .stamp-wrapper .stamp-block-01 .stamp-btn a {
    height: 9.6vw;
    padding: 0 6.66667vw;
    border-radius: 9.6vw;
    font-size: 3.2vw;
  }
  .stamp-wrapper .stamp-block-01 .stamp-btn .stamp-btn-login {
    margin-right: 3.2vw;
  }
  .stamp-wrapper .stamp-block-01 .stamp-notice {
    font-size: 2.66667vw;
  }
  .stamp-wrapper .stamp-block-01::before {
    top: -4.53333vw;
    bottom: auto;
    left: auto;
    right: 9.33333vw;
    z-index: 4;
    width: 12.53333vw;
    height: 4.53333vw;
    background: url("../images/stamp/parts_balloontail_sp.png") no-repeat 0 0/contain;
  }
  .stamp-wrapper .stamp-block-01::after {
    top: -62.66667vw;
    left: -6.4vw;
    right: -6.4vw;
    z-index: 1;
    width: 100vw;
    height: 109.33333vw;
    background-size: contain;
  }
  .stamp-wrapper .stamp-block-logined {
    height: auto;
    margin: 58.66667vw 0 5.33333vw;
  }
  .stamp-wrapper .stamp-block-logined .stamp-name-label {
    width: 47.6vw;
  }
  .stamp-wrapper .stamp-block-logined .stamp-block-body {
    height: 34.93333vw;
    border-radius: 2.66667vw;
    box-shadow: 0.93333vw 0.93333vw 0.4vw 0px rgba(0, 0, 0, 0.4);
    background-size: 5.86667vw auto, 5.86667vw auto;
    background-position: 2.13333vw 50%, right 2.13333vw top 50%;
  }
  .stamp-wrapper .stamp-block-logined .stamp-block-body .stamp-main-text {
    font-size: 5.33333vw;
    text-align: center;
  }
  .stamp-wrapper .stamp-block-logined .stamp-block-body .stamp-position {
    margin: -4vw 2.66667vw 0;
    font-size: 10.66667vw;
  }
  .stamp-wrapper .stamp-block-logined::before {
    top: 4.53333vw;
    bottom: auto;
    left: auto;
    right: 9.33333vw;
    z-index: 4;
    width: 12.53333vw;
    height: 4.53333vw;
    background: url("../images/stamp/parts_balloontail_sp.png") no-repeat 0 0/contain;
  }
  .stamp-wrapper .stamp-block-logined::after {
    top: -62.66667vw;
    left: -0.8vw;
    right: auto;
    z-index: 1;
    width: 86.8vw;
    height: 83.46667vw;
    background: url("../images/stamp/character_kogust_chan_sp.png") no-repeat 0 0/contain;
  }
  .stamp-wrapper .stamp-block-card {
    height: 287.73333vw;
    margin: 0 0 5.33333vw;
  }
  .stamp-wrapper .stamp-block-card::before {
    top: -15.86667vw;
    left: -6.4vw;
    width: 100vw;
    height: 319.46667vw;
    background: url("../images/stamp/stamp_card_sp.png") no-repeat 0 0/contain;
  }
  .stamp-wrapper .stamp-block-card .stamp-block-body .stamp-no-label {
    font-size: 2.66667vw;
    line-height: 7.46667vw;
  }
  .stamp-wrapper .stamp-block-card .stamp-block-body .stamp-expire {
    bottom: 49.33333vw;
    left: 32vw;
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .stamp-wrapper .stamp-block-card .stamp-block-body .stamp-pager {
    bottom: 34.93333vw;
    font-size: 4.26667vw;
    line-height: 1.2;
  }
  .stamp-wrapper .stamp-block-card .stamp-block-body .stamp-table {
    width: 70.13333vw;
    margin: 37.33333vw auto 0;
  }
  .stamp-wrapper .stamp-block-card .stamp-block-body .stamp-table li {
    position: relative;
    width: 32.93333vw;
    height: 32.93333vw;
    margin: 0 4.26667vw 4.26667vw 0;
  }
  .stamp-wrapper .stamp-block-card .stamp-block-body .stamp-table li span {
    font-size: 10.66667vw;
  }
  .stamp-wrapper .stamp-block-card .stamp-block-body .stamp-table li:nth-child(2n) {
    margin-right: 0;
  }
  .stamp-wrapper .stamp-block-card .stamp-block-body .stamp-table li.stamp::before {
    background: url("../images/stamp/parts_stamp_sp.png") no-repeat 50% 50% / 25.06667vw auto;
  }
  .stamp-wrapper .stamp-block-detail {
    border-radius: 2.66667vw;
  }
  .stamp-wrapper .stamp-block-detail .stamp-block-body {
    padding: 8.53333vw 3.2vw;
  }
  .stamp-wrapper .stamp-block-detail .stamp-block-body h2 {
    margin-bottom: 2.66667vw;
    font-size: 5.33333vw;
    letter-spacing: -.055em;
  }
  .stamp-wrapper .stamp-block-detail .stamp-block-body h3 {
    margin: 10.66667vw 0 0;
    padding-bottom: 2.4vw;
    border-bottom: 0.53333vw solid currentColor;
    font-size: 5.33333vw;
  }
  .stamp-wrapper .stamp-block-detail .stamp-block-body h3 + p {
    margin-top: 2.66667vw;
  }
  .stamp-wrapper .stamp-block-detail .stamp-block-body p {
    font-size: 3.2vw;
  }
  .stamp-wrapper .stamp-block-detail .stamp-block-body .stamp-tokuten {
    font-size: 3.2vw;
  }
  .stamp-wrapper .stamp-block-detail .stamp-block-body .stamp-tokuten dt {
    float: none;
    width: auto;
    height: auto;
    padding: 3.73333vw 0 1.06667vw;
    line-height: 1.2;
    border-bottom: none;
    text-align: left;
  }
  .stamp-wrapper .stamp-block-detail .stamp-block-body .stamp-tokuten dd {
    float: none;
    width: auto;
    height: auto;
    padding-bottom: 3.73333vw;
    line-height: 1.2;
  }
  .stamp-wrapper .stamp-block-step {
    border-radius: 2.66667vw;
    margin: 0 0 5.33333vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body {
    padding: 5.33333vw 3.2vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body h2 {
    margin-bottom: 6.66667vw;
    font-size: 5.33333vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body h2 span {
    font-size: 10.66667vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step {
    flex-direction: column;
    width: auto;
    text-align: left;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-total {
    margin-bottom: 0;
    font-size: 2.66667vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-total span {
    display: inline-block;
    font-size: 5.33333vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.46667vw;
    height: 11.46667vw;
    margin: 0;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-icon span {
    width: 100%;
    height: 100%;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-icon img {
    transform: scale(0.597);
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-icon::before {
    top: -18.66667vw;
    bottom: auto;
    left: 5.2vw;
    z-index: 0;
    width: 1.06667vw;
    height: 20vw;
    margin: 0;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-item {
    margin-bottom: 1.46667vw;
    padding-bottom: 1.6vw;
    border-bottom: 0.13333vw solid currentColor;
    font-size: 4.26667vw;
    letter-spacing: -.05em;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-item br {
    display: none;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-left {
    font-size: 2.66667vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step-left span {
    font-size: 4.26667vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step li {
    position: relative;
    width: auto;
    height: 28.26667vw;
    padding-top: 1.6vw;
    padding-left: 15.46667vw;
  }
  .stamp-wrapper .stamp-block-step .stamp-block-body .stamp-step li.clear .stamp-step-icon::after {
    top: 0.66667vw;
    transform: scale(0.614);
    transform-origin: 100% 0;
  }
}
