/*
Theme Name:Monkey
Author: Monkey
Version: 1.0.0
Description: Monkeyオリジナルテーマ
*/
/*------------------------------------------------
Google フォント
------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*------------------------------------------------
common
------------------------------------------------*/

body,html{font-family: 'Noto Sans JP', sans-serif;text-align:justify;text-justify:inter-ideograph;text-transform:none;font-variant:normal;word-spacing:auto;word-break:normal;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;font-feature-settings:"palt";}html{width:100%;font-size:62.5%;height: -webkit-fill-available;}body{background-color:#fff;letter-spacing:0.06em;line-height:1.4;margin:0;padding:0;width:100%;overflow-y:auto;overflow-x:hidden;position:relative;-webkit-font-feature-settings:'palt' 1;font-feature-settings:'palt' 1;text-align:justify;text-justify:inter-ideograph;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-o-text-size-adjust:100%;text-size-adjust:100%;-webkit-overflow-scrolling:touch;color:#000000;min-height: 100vh;min-height: -webkit-fill-available;}div,h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{margin:0;padding:0;}a{text-decoration:none;display: block;outline:none;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}a:-webkit-any-link{color:-webkit-link;text-decoration: none;cursor:pointer;display:inline;border-style:none;}a img{border-style:none;outline:none;}a:focus{border-style:none;outline:none;}a img:active{border-style:none;outline:none;}a:active{border-style:none;outline:none;}img {height: auto;max-width: 100%;width: 100%;display: block;}a:hover{opacity:0.5;}::selection{background-color:rgba(215,215,215,0.35);background-color:rgb(215 215 215 / 35%);}ul,ul li{list-style-type:none;}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}p{display:block;-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0px;-webkit-margin-end:0px;margin:0;font-size:14px;}br{line-height:1;}input[type="text"],input[type="password"],textarea,select,input[type="url"],input[type="date"],input[type=submit],input[type=file], input[type=checkbox]{outline:none;}select{-moz-appearance:none;text-indent:0.01px;text-overflow:'';}select::-ms-expand{display: none;}textarea{overflow:hidden;}[class^="icon-"],[class*="icon-"]{font-family:'icomoon';color:#ffffff;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.Animate-box{opacity:0;}img[src$=".svg"]{width:100%;}svg {fill:currentColor;width:100%;}
div,h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,span,a{font-weight:400;}
::-webkit-scrollbar{width:10px;}::-webkit-scrollbar-track{background:#fff;border:none;border-radius:0;box-shadow:inset 0 0 1px #777;}::-webkit-scrollbar-thumb{background:#D0D0D0;border-radius:100px;box-shadow:none;}
img,input,svg,*:before,*:after,a,a:hover img,a:hover input,a:hover,input:hover {backface-visibility: hidden;-webkit-backface-visibility: hidden;}
@-webkit-keyframes card {0% {-webkit-transform: scale(0.95, 1.5);transform: scale(0.95, 1.5);}100% {-webkit-transform: scale(1, 1);transform: scale(1,1);}}
@keyframes card {0% {-webkit-transform: scale(0.95, 1.5);transform: scale(0.95, 1.5);}100% {-webkit-transform: scale(1, 1);transform: scale(1,1);}}
@-webkit-keyframes cardtext {0% {-webkit-transform: translate(0, 100px);transform: translate(0, 100px);}100% {-webkit-transform: translate(0, 0);transform: translate(0, 0);}}
@keyframes cardtext {0% {-webkit-transform: translate(0, 100px);transform: translate(0, 100px);}100% {-webkit-transform: translate(0, 0);transform: translate(0, 0);}}
@-webkit-keyframes updown {0% {transform: translate(0, 0);}50% {transform: translate(0, -20px);}100% {transform: translate(0, 0);}}
@keyframes updown {0% {transform: translate(0, 0);}50% {transform: translate(0, -20px);}100% {transform: translate(0, 0);}}
@-webkit-keyframes floating-y {0% {transform: translateY(-10%);}100% {transform: translateY(10%);}}
@keyframes floating-y {0% {transform: translateY(-10%);}100% {transform: translateY(10%);}}
.Header, .Main, .Footer, .Aside, .Nav{opacity: 0;visibility: hidden;}
body.fixed {overflow: hidden;}
/*------------ Loding ------------*/
.Fade_Group02 > div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #ffffff;
    z-index: 999999;
    -webkit-transition: all 2s cubic-bezier(.18,.06,.23,1) 0s;
    transition: all 2s cubic-bezier(.18,.06,.23,1) 0s;
    will-change: opacity;
    background-position: center;
    background-size: cover;
}
body.Open_Changed .Fade_Group02 > div {opacity: 0;}
/*------------------------------------------------
Header
------------------------------------------------*/
.Header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.Header .Header_Line {
    position: relative;
    z-index: 1;
}
.Header .Header_Inner {
    position: relative;
}
.Header .Header_Top {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    position: relative;
    background: #0095DD;
    z-index: 0;
    padding-inline: 50px;
}
.Header .Header_Top:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-color: rgb(0 149 221 / 30%);
    background-image: linear-gradient(-90deg, transparent 50%, #fff 50%), linear-gradient(transparent 50%, #fff 50%);
    background-size: 5px 5px;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 0;
    pointer-events: none;
}
.Header .Header_Top_Logo {
    position: relative;
    z-index: 1;
    padding-block: 32px;
    -webkit-transition: padding-block 0.3s ease 0s;
    transition: padding-block 0.3s ease 0s;
    will-change: padding-block;
}
.Header .Header_Top_Logo a {
    display: block;
    max-width: 500px;
    margin: auto;
}
.is-animation .Header .Header_Top_Logo a {
    max-width: 500px;
}
.Header .Header_Top_Logo a img.Sp_Block{display: none;}
.Header .Header_Top_Nav {
    position: absolute;
    z-index: 1;
    right: 50px;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: calc(100% - 100px);
    pointer-events: none;
}
.Header .Header_Top_Nav .Header_Top_Nav_Box{
    pointer-events: auto;
}
.Header .Header_Top_Nav .Header_Top_Nav_Box.Search_h{
    margin-inline: 0 auto;
}
.Header .Header_Top_Nav_Box a,.Header .Header_Top_Nav_Box .Header_Top_Nav_Box_Flex{
    display: block;
    color: #fff;
    position: relative;
}
.Header .Header_Top_Nav_Box a .Header_Top_Nav_Box_Icon,.Header .Header_Top_Nav_Box .Header_Top_Nav_Box_Flex .Header_Top_Nav_Box_Icon{
    height: 28px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.5rem;
    font-weight: 600;
}
.Header .Header_Top_Nav .Header_Top_Nav_Box_Icon img.H_auto{
    width: auto;
    height: 100%;
    max-height: 100%;
}
.Header .Header_Top_Nav_Box .Header_Top_Nav_Box_Flex .Header_Top_Nav_Box_Name {
    margin-inline: 1px 0;
    text-align: left;
}
#custom_translate {
  position: relative;
  display: inline-block;
}
#toggle_lang_menu {
    background-color: transparent;
    border: none;
    padding-block: 6px;
    padding-inline: 5px 0;
    cursor: pointer;
    font-weight: bold;
}
#lang_menu {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background: rgb(0 0 0 / 80%);
    border: none;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    width: auto;
    min-width: 70px;
}
#lang_menu button {
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 8px 12px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
}
#lang_menu button:hover {
    background: #002f4b;
}
.Header .Header_Top_Nav_Box.Menu {
    margin-inline: 6px 0;
    pointer-events: auto;
}
.Header .Menu_Bt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    cursor: pointer;
    height: 28px;
}
.Header .Menu_Bt .Menu_Trigger {
    position: relative;
    width: 100%;
    height: 100%;
}
.Header .Menu_Bt .Menu_Trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.Header .Menu_Bt .Menu_Trigger span:nth-of-type(1) {
    top: 3px;
}
.Header .Menu_Bt .Menu_Trigger span:nth-of-type(2) {
    bottom: 0;
}
.Header .Menu_Bt_Text {
    font-size: 1.05rem;
    font-weight: 400;
    margin-block: 5px 0;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.Header .Header_Bottom {
    background: #0081CC;
    padding-block: 9px;
    padding-inline: 50px;
}
.Header .Header_Bottom .Header_Bottom_Nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.Header .Header_Bottom_Nav_Box .Header_Bottom_Nav_Box_Icon {
    height: 24px;
}
.Header .Header_Bottom_Nav_Box .Header_Bottom_Nav_Box_Icon img{
    width: auto;
    height: 100%;
    max-height: 100%;
}
.Header .Header_Bottom_Nav_Box a{
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.Header .Header_Bottom_Nav_Box a .Header_Bottom_Nav_Box_Name{
    font-size: 1.5rem;
    font-weight: 400;
}
.Popmenu_Nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    z-index: -1;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    padding-top: 100px;
    padding-top: 0;
    will-change: opacity;
    background: rgb(255 255 255 / 95%);
    opacity: 0;
    visibility: hidden;
    height: 100%;
    -webkit-backdrop-filter: saturate(1) blur(20px);
    backdrop-filter: blur(20px);
    padding-block: 195px 50px;
    overflow: auto;
}
.Popmenu_Nav.Active{
    visibility: visible;
    opacity: 1;
    z-index: 99;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.Popmenu_Nav .Popmenu_Nav_Inner {
    max-width: 900px;
    margin: auto;
    padding-inline: 30px;
    position: relative;
}
.Popmenu_Nav .Popmenu_Nav_List_Game {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.Popmenu_Nav .Popmenu_Nav_List_Game .Popmenu_Nav_List_Game_Box {
    width: calc(100% / 4 - 8px);
}
.Popmenu_Close {
    position: absolute;
    right: 0;
    top: -30px;
    left: 0;
    margin: auto;
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}
.Popmenu_Close_Box {
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.Popmenu_Close_Box:before, .Popmenu_Close_Box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #dbdbdb;
}
.Popmenu_Close_Box:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.Popmenu_Close_Box:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.Popmenu_Nav .Popmenu_Nav_List_Cat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Popmenu_Nav .Popmenu_Nav_List_Cat .Popmenu_Nav_List_Cat_Box {
    width: calc(100% / 4 - 8px);
}
.Popmenu_Nav .Popmenu_Nav_List_Cat .Popmenu_Nav_List_Cat_Box a {
    background: #0095dc;
    color: #fff;
    display: flex;
    padding: 20px;
    flex: 1;
    flex-flow: column;
    opacity: 1;
    position: relative;
    z-index: 0;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    height: 100%;
    min-height: 120px;
}
.Popmenu_Nav .Popmenu_Nav_List_Cat .Popmenu_Nav_List_Cat_Box>a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #0081cc;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform ease .4s;
    transition: transform ease .4s;
}
.Popmenu_Nav .Popmenu_Nav_List_Cat .Popmenu_Nav_List_Cat_Box>a:hover:before {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.Popmenu_Nav .Popmenu_Nav_List_Cat .Popmenu_Nav_List_Cat_Box a .Nav_Area_List_Box_Parent{
    font-size: 1.6rem;
    font-weight: 700;
}
.Popmenu_Nav .Popmenu_Nav_List_Cat .Popmenu_Nav_List_Cat_Box a .Nav_Area_List_Box_Child {
    margin-block: 5px 0;
    padding-block: 5px 0;
    border-top: solid 1px rgb(255 255 255 / 35%);
    width: 100%;
    display: flex;
    gap: 2px;
    column-gap: 7px;
    flex-wrap: wrap;
}
nav {
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    height: 100vh;
    height: 100dvh;
}
.Nav {
    visibility: hidden;
    height: 100vh;
    height: 100dvh;
    -webkit-transform: translate(360px, 0);
    transform: translate(360px, 0);
    -webkit-transition: all .6s cubic-bezier(.43,.05,.17,1) 0s;
    transition: all .6s cubic-bezier(.43,.05,.17,1) 0s;
    position: relative;
    -webkit-backdrop-filter: saturate(1) blur(0);
    backdrop-filter: saturate(1) blur(0);
    background: rgb(27 27 27 / 85%);
    opacity: 0;
    width: 320px;
}
.Nav:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-color: rgb(27 27 27 / 55%);
    background-image: linear-gradient(-90deg, transparent 50%, #fff 50%), linear-gradient(transparent 50%, #fff 50%);
    background-size: 5px 5px;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
}
.Active .Nav{
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .8s cubic-bezier(.43,.05,.17,1) 0s;
    transition: all .8s cubic-bezier(.43,.05,.17,1) 0s;
    opacity: 1;
    -webkit-backdrop-filter: saturate(1) blur(5px);
    backdrop-filter: saturate(1) blur(5px);
}
.Nav .Nav_Overlay {
    height: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: none;
    max-width: 360px;
    position: relative;
    z-index: 1;
}
.Nav .Nav_Overlay::-webkit-scrollbar {
    display: none
}
.Nav .Nav_Area_Close{
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 200;
}
.Nav .Nav_Area_Top {
    padding-inline: 30px 15px;
    padding-block: 10px 20px;
}
.Nav .Nav_Area_Top .Nav_Name {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: 900;
}
.Nav .Nav_Area_Upper {
    border-top: solid 1px #fff;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Top {
    display: flex;
    position: relative;
    border-bottom: solid 1px #fff;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Top:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    background: rgb(255 255 255 / 35%);
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Top .Nav_Area_Upper_Top_Box {
    width: calc(100% / 2);
    padding-inline: 30px;
    padding-block: 15px;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Top .Nav_Area_Upper_Top_Box a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: relative;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Top .Nav_Area_Upper_Top_Box a .Nav_Area_Upper_Top_Box_Icon{
    height: 24px;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Top .Nav_Area_Upper_Top_Box a .Nav_Area_Upper_Top_Box_Icon img{
    height: 100%;
    width: auto;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Top .Nav_Area_Upper_Top_Box a .Nav_Area_Upper_Top_Box_Text{
    color: #fff;
    font-size: 1.4rem;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Top .Nav_Area_Upper_Top_Box a .Nav_Area_Upper_Top_Box_Text.Letter {
    letter-spacing: -0.04rem;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom {
    display: flex;
    position: relative;
    border-bottom: solid 1px #fff;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    background: rgb(255 255 255 / 35%);
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom .Nav_Area_Upper_Bottom_Box{
    width: calc(100% / 2);
    padding-inline: 30px;
    padding-block: 15px;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom .Nav_Area_Upper_Bottom_Box a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom .Nav_Area_Upper_Bottom_Box a .Nav_Area_Upper_Bottom_Box_Icon{
    height: 24px;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom .Nav_Area_Upper_Bottom_Box a .Nav_Area_Upper_Bottom_Box_Icon img{
    height: 100%;
    width: auto;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom .Nav_Area_Upper_Bottom_Box a .Nav_Area_Upper_Bottom_Box_Text{
    color: #fff;
    font-size: 1.4rem;
}
.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom .Nav_Area_Upper_Bottom_Box a .Nav_Area_Upper_Bottom_Box_Text.Letter {
    letter-spacing: -0.04rem;
}
.Nav .Nav_Area_Lower {
    border-bottom: solid 1px #fff;
    padding-block: 13px;
}
.Nav .Nav_Area_Lower_Box a{
    display: flex;
    gap: 10px;
    padding-inline: 30px 20px;
    padding-block: 12px;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    align-items: center;
    letter-spacing: 0;
}
.Nav .Nav_Area_Lower_Box a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav .Nav_Area_Lower_Box a .Nav_Area_Lower_Box_Icon{
    height: 24px;
}
.Nav .Nav_Area_Lower_Box a .Nav_Area_Lower_Box_Icon img{
    width: auto;
    height: 100%;
}
.Nav .Nav_Area_Bottom {
    border-bottom: solid 1px #fff;
    padding-block: 13px;
}
.Nav .Nav_Area_Bottom_Box a{
    display: flex;
    gap: 10px;
    padding-inline: 30px 20px;
    padding-block: 8px;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    align-items: center;
    letter-spacing: 0;
}
.Nav .Nav_Area_Bottom_Box a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav .Nav_Area_Sns {
    display: flex;
    padding-block: 20px;
    padding-inline: 30px;
    justify-content: flex-end;
    align-items: center;
}
.Nav .Nav_Area_Sns .Nav_Area_Sns_Box a{
    display: block;
    height: 36px;
}
.Nav .Nav_Area_Sns .Nav_Area_Sns_Box a img{
    width: auto;
    height: 100%;
}
.cart-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 1.3rem;
    z-index: 2;
}
.Search_Line {
    margin: auto;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: rgb(0 129 204 / 30%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.Search_Line.Active {
    -webkit-transform: translate(0, 130px);
    transform: translate(0, 130px);
    opacity: 1;
}
.Search_Line.Active.is-animation,.Search_Line.is-animation.Active {
    -webkit-transform: translate(0, 130px);
    transform: translate(0, 130px);
    opacity: 1;
}
.Search_Line .Search_Area {
    padding: 30px;
    -webkit-transition: transform .4s ease-out .2s;
    transition: transform .4s ease-out .2s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    will-change: transform;
}
.Search_Line.Active .Search_Area {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.Search_Line .Search_Box{
    max-width: 350px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-block: 0 20px;
}
.Search_Line .Search_Box:last-of-type{
    margin-block: 0;
}
.Search_Line .Search_Title {
    font-size: 1.35rem;
    width: 65px;
}
.Search_Line .Search_Form,.Search_Line .Search_Form_Price {
    max-width: 204px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.Search_Line .Search_Form input[type="text"]{
    background: #fff;
    border-radius: 3px;
    border: solid 1px #b8b8b8;
    font-size: 1.35rem;
}
.Search_Line .Search_Form_Price input[type="text"]{
    text-align: right;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #b8b8b8;
    font-size: 1.35rem;
}
.Search_Btn a {
    display: block;
    background: #000000;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    max-width: 290px;
    margin: auto;
}
/*------------------------------------------------
Footer
------------------------------------------------*/
.Footer .Footer_Line {
    width: 100%;
    position: relative;
    background: #0095DD;
    z-index: 0;
    margin-block: 60px 0;
}
.Footer .Footer_Line:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-color: rgb(0 149 221 / 30%);
    background-image: linear-gradient(-90deg, transparent 50%, #fff 50%), linear-gradient(transparent 50%, #fff 50%);
    background-size: 5px 5px;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 0;
    pointer-events: none;
}
.Footer .Footer_Inner {
    padding-inline: 50px;
    padding-block: 30px;
    position: relative;
    z-index: 1;
    max-width: calc(1200px + 100px);
    margin: auto;
}
.Footer .Footer_Top {
    display: flex;
    gap: 30px;
}
.Footer .Footer_Top > div {
    width: calc(100% / 3);
}
.Footer .Footer_Top .Footer_Top_Nav .Footer_Top_Nav_Box{
    display: flex;
    flex-flow: column;
}
.Footer .Footer_Top .Footer_Top_Nav .Footer_Top_Nav_Box a{
    display: block;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    padding-block: 10px;
}
.Footer .Footer_Top .Footer_Top_Nav .Footer_Top_Nav_Box a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Footer .Footer_Top .Footer_Top_Image {
    position: relative;
}
.Footer .Footer_Top .Footer_Top_Image .Footer_Top_Image_Box{
    margin-block: -110px 0;
    max-width: 350px;
    margin-inline: auto;
}
.Footer .Footer_Top .Footer_Top_Link .Footer_Top_Link_Logo {
    margin-block: 20px 30px;
}
.Footer .Footer_Top .Footer_Top_Link .Footer_Top_Link_Logo a{
    display: block;
    max-width: 260px;
    margin-inline: auto 0;
}
.Footer .Footer_Top .Footer_Top_Link .Footer_Top_Link_Sns {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}
.Footer .Footer_Top .Footer_Top_Link .Footer_Top_Link_Sns a{
    display: block;
    width: 37px;
}
.Footer .Footer_Colyright {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
}
/*------------------------------------------------
Main
------------------------------------------------*/
.Main {
    margin-block: 135px 0;
    overflow: hidden;
}
h2.h2_Tilte{
    text-align: center;
    font-size: 4.0rem;
    font-weight: 800;
    color: #0097E0;
    margin-block: 0 30px;
    padding-block: 0;
    text-decoration: underline;
    text-underline-offset: 10px;
}
.Kv .Kv_Top {
    padding-block: 26px;
}
.Kv .Kv_Slider {
    width: 100%;
    padding: 0 10vw;
    box-sizing: border-box;
    overflow: visible;
}
.Kv .swiper-slide {
    width: 372px;
    height: 100%;
    flex-shrink: 0;
}
.Kv .swiper-slide a{
    opacity: 1;
    display: block;
    -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0));
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0));
    will-change: transform;
    transition: transform .6s cubic-bezier(0.47, 0.16, 0.24, 1), filter .6s cubic-bezier(0.47, 0.16, 0.24, 1);
}
.Kv .swiper-slide a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0,0.2));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0,0.2));
}
.ticker {
    overflow: hidden;
    white-space: nowrap;
    background: #3F3C3C;
    padding: 16px 0;
    position: relative;
}
.ticker .ticker-track {
    animation-name: ticker-scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    will-change: transform;
}
.ticker .ticker-track:hover {
    animation-play-state: paused;
}
.ticker a.ticker-item {
    display: inline-block;
    padding: 0 2rem;
    white-space: nowrap;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker .js-ticker {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
}
.ticker:before,.ticker:after {
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 100%;
    content: '';
    background: repeating-linear-gradient(-45deg, #5a5a5a 0, #5a5a5a 7px, #3F3C3C 7px, #3F3C3C 14px);
}
.ticker:before {
    top: 0;
    left: 0;
}
.ticker:after {
    bottom: 0;
    left: 0;
}
.Top_Serch .Top_Serch_Inner {
    padding-block: 60px;
    padding-inline: 50px;
    max-width: calc(1200px + 100px);
    margin: auto;
}
.Top_Serch h2.Top_Serch_Area_Title {

    display: flex;

    align-items: center;

    color: #424242;
    font-size: 2rem;
    letter-spacing: 0;
    font-weight: 700;
    border-bottom: solid 1px #0095DC;
    padding-block: 5px;
    margin-block: 0 20px;
}
.Top_Serch h2.Top_Serch_Area_Title img{
    width: auto;
    height: 32px;
    max-height: 100%;
    margin-inline: 0 15px;
}
.Top_Serch .Top_Serch_Area.Area01 .Top_Serch_Area_List_Game {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    padding-block: 0 60px;
}
.Top_Serch .Top_Serch_Area.Area01 .Top_Serch_Area_List_Game .Top_Serch_Area_List_Game_Box{
    width: calc(100% / 4 - 15px);
}
.Top_Serch .Top_Serch_Area.Area01 .Top_Serch_Area_List_Game .Top_Serch_Area_List_Game_Box a{
    opacity: 1;
    display: block;
    -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0));
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0));
    will-change: transform;
    transition: transform .6s cubic-bezier(0.47, 0.16, 0.24, 1), filter .6s cubic-bezier(0.47, 0.16, 0.24, 1);
}
.Top_Serch .Top_Serch_Area.Area01 .Top_Serch_Area_List_Game .Top_Serch_Area_List_Game_Box a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
}
.Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat {
    display: flex;
    flex-flow: wrap;
    gap: 12px;
}
.Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box {
    width: calc(100% / 5 - 10px);
}
.Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box a{
    display: flex;
    background: #0095DC;
    flex-flow: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    opacity: 1;
    position: relative;
    z-index: 0;
}
.Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box>a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #0081cc;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform ease .4s;
    transition: transform ease .4s;
}
.Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box>a:hover:before {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box a .Top_Serch_Area_List_Cat_Box_Icon{
    width: 62px;
    will-change: transform;
    transition: transform .6s cubic-bezier(0.47, 0.16, 0.24, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box a:hover .Top_Serch_Area_List_Cat_Box_Icon{
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}
.Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box a .Top_Serch_Area_List_Cat_Box_Name {
    font-size: 1.7rem;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
}
.Top_Contents .Top_Contents_Inner {
    padding-block: 60px;
    padding-inline: 50px 0;
    max-width: calc(1900px + 100px);
    margin: auto;
}
.Pickup .Pickup_Line {
    position: relative;
}
.Pickup .Pickup_Line:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-color: rgb(0 149 221 / 30%);
    background-image: linear-gradient(-90deg, transparent 50%, #fff 50%), linear-gradient(transparent 50%, #fff 50%);
    background-size: 5px 5px;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 0;
    pointer-events: none;
}
.Pickup .Pickup_Inner {
    position: relative;
    z-index: 1;
    padding-block:0 60px;
}
.Top_Contents h2.Pickup_Title img.Sp_Image,.Top_Contents h2.Ranking_Title img.Sp_Image,.Top_Contents h2.Newitem_Title img.Sp_Image{
    display: none;
}
.Top_Contents h2.Pickup_Title {
    width: 300px;
    min-width: 300px;
    padding-block: 70px 0;
}
.Top_Contents h2.Ranking_Title {
    max-width: 620px;
    margin-block: 0 -75px;
    margin-inline: auto 50px;
}
.Top_Contents h2.Newitem_Title {
    max-width: 650px;
    margin-block: 0 -75px;
    margin-inline: 10px auto;
}
.Pickup .Pickup_Area {
    display: flex;
}
.Contens_Slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-block: 70px 0;
    padding-inline: 0 110px;
}
.Contens_Slider .swiper-wrapper {
    -webkiti-transition-timing-function: linear;
    transition-timing-function: linear;
    height: 461px;
    margin-block: 0 17px;
}
.Contens_Slider .swiper-wrapper .swiper-slide{
    width: 295px;
    margin: 0;
}
.Top_Contents .Contens_Slider .swiper-slide_Box a {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-flow: column;
    border-radius: 10px;
    border: solid 1px #A7CADB;
    color: #000000;
    font-size: 1.4rem;
    height: 420px;
    position: relative;
}
.Top_Contents .Contens_Slider .swiper-slide_Box a .Num{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 34px;
    height: 34px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    border-radius: 100px;
    background: #000000;
    font-weight: 600;
}
.Top_Contents .Contens_Slider .swiper-slide:nth-of-type(1) .swiper-slide_Box a .Num{
    background: #D1AF28;
}
.Top_Contents .Contens_Slider .swiper-slide:nth-of-type(2) .swiper-slide_Box a .Num{
    background: #ABA8A8;
}
.Top_Contents .Contens_Slider .swiper-slide:nth-of-type(3) .swiper-slide_Box a .Num{
    background: #8e5721;
}
.Contens_Slider .swiper-button-prev, .Contens_Slider .swiper-button-next {
    height: 33px;
    width: 33px;
    background: #000000;
    border-radius: 100px;
}
.Contens_Slider .swiper-button-next {
    bottom: auto;
    top: 45px;
    right: 100px;
}
.Ranking .Contens_Slider .swiper-button-next {
    right: auto;
    left: 75px;
}
.Contens_Slider .swiper-button-prev {
    bottom: auto;
    right: 145px;
    left: auto;
    top: 45px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.Ranking .Contens_Slider .swiper-button-prev {
    right: auto;
    left: 30px;
}
.Contens_Slider .swiper-button-prev:after, .Contens_Slider .swiper-button-next:after {
    content: "\25B6";
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    background-size: 33px;
    padding-block: 3px 0;
    background-position: center;
    height: 33px;
    margin: auto;
    width: 33px;
    font-size: 1.8rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Contens_Slider .swiper-horizontal>.swiper-scrollbar,.Contens_Slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 5px;
    width: calc(100% - 35px);
    right: 0;
    left: 0;
}
.Contens_Slider a {
    display: block;
    opacity: 1;
}
.Contens_Slider .Item_Th {
    margin-block: 0 15px;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    aspect-ratio: 1 / 1;
}
.Contens_Slider .Item_Th img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform .6s cubic-bezier(.47,.16,.24,1);
    transition: transform .6s cubic-bezier(.47,.16,.24,1);
    will-change: transform;
    z-index: 0;
}
.Contens_Slider .Item_Th .Item_Th_Sale {
    position: absolute;
    bottom: 0;
    z-index: 2;
    font-size: 1.4rem;
    background-color: #f65372;
    color: #fff;
    padding-inline: 7px;
    padding-block: 4px;
    font-weight: 600;
    width: 79px;
    text-align: center;
}
.Contens_Slider .Item_Th .Item_Th_Soldout {
    position: absolute;
    bottom: 0;
    z-index: 3;
    font-size: 1.2rem;
    background-color: #ec0000;
    color: #fff;
    padding-inline: 7px;
    padding-block: 6px;
    font-weight: 600;
    width: 79px;
    text-align: center;
}
.Contens_Slider .Item_Th .Item_Th_Sale span.Small {
    font-size: 1.2rem;
    font-weight: 600;
}
.Contens_Slider a:hover .Item_Th img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.Contens_Slider .Item_Detail {
    padding-block: 0;
}
.Contens_Slider h3.Item_Detail_Title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-block: 0 4px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 44px;
    height: 44px;
    text-align: left;
}
.Contens_Slider .Item_Detail_Price {
    font-size: 1.8rem;
    font-weight: 900;
    margin-block: 0 8px;
    letter-spacing: 0;
}
.Contens_Slider .Item_Detail_Price.Sale {
    color: #ef4463;
}
.Contens_Slider .Item_Detail_Genre {
    font-size: 1.2rem;
    font-weight: 500;
    margin-block: 0 8px;
    border: solid 1px rgb(0 0 0 / 85%);
    display: inline-block;
    padding-block: 3px;
    padding-inline: 8px;
    line-height: 1;
    color: rgb(0 0 0 / 85%);
    border-radius: 3px;
}
.Contens_Slider .Item_Detail_Price span.Small{
    font-size: 1.2rem;
    font-weight: 700;
}
.Contens_Slider .Item_Detail_Text {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 39px;
}
.Contens_Slider .Item_Bottom {
    margin-block: auto 0;
}
.Contens_Slider .Item_Detail_Copyright {
    font-size: 1.2rem;
}
.News .News_Inner {
    padding-block: 60px;
    padding-inline: 50px;
    max-width: calc(1200px + 100px);
    margin: auto;
}
.News .News_List {
    background: #F5F5F5;
    border-radius: 20px;
    padding-block: 30px;
    padding-inline: 30px;
}
.News .News_List .News_List_Box a {
    display: flex;
    gap: 30px;
    border-bottom: dotted 1px #0097E0;
    color: #000000;
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-block: 10px;
}
.News .News_List .News_List_Box:first-of-type a {
    padding-block: 0 10px;
}
.News .News_List .News_List_Box a .News_List_Box_Text{
    flex: 1;
}
.Bt{
    margin-block: 40px 0;
    text-align: center;
}
.Newitem .Bt{
    margin-inline: 0 50px;
}
.Bt a{
    background: #000000;
    max-width: 230px;
    margin: auto;
    color: #ffffff;
    font-size: 1.6rem;
    padding-block: 12px;
    padding-inline: 6px;
    border-radius: 7px;
    display: block;
}
/*------------------------------------------------

テンプレート

------------------------------------------------*/

.body-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-block: 60px;
    font-size: 1.4rem;
    padding-block: 60px;
    padding-inline: 50px;
    max-width: calc(1200px + 100px);
    margin: auto;
}
.main-pankuzu-list {
    font-size: 1.2rem;
    padding: 1.5rem 0 0 0;
}
.main-subcategory-list.open {
    padding-left: 0;
}
.main-subcategory-list ul {
    justify-content: flex-start;
}
.main-subcategory-list ul li {
    width: auto;
}
.main-subcategory-name {
    font-size: 1.4rem;
}
.main-subcategory-count {
    font-size: 1.2rem;
}
.list-navigation {
    padding: 1.5rem 0;
}
.sort-select select {
    border: solid 1px #bdbdbd;
    padding-right: 25px;
    font-size: 1.2rem;
}
.sort-select {
    position: relative;
}
.sort-select:after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
code, kbd, pre, samp {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    word-break: break-all;
    display: block;
    line-height: 1.6;
    white-space: normal;
        font-size: 1.5rem;
}
.main-contents.Onecolumn {
    width: 100%;
    padding-block: 60px;
    padding-inline: 50px;
    max-width: calc(1000px + 100px);
    margin: auto;
}
.contents-body {
    max-width: 100%;
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
}
.guide-title {
    font-size: 2.0rem;
}
.contents-body dl {
    padding: 5px;
    padding-block: 20px;
    line-height: 1.6;
}
.contents-body dt {
    width: 25%;
    text-indent: 10%;
    min-width: 270px;
}
.contents-body dd {
    width: 80%;
}
.Product_List {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.Product_List .Product_List_Box {
    width: calc(100% / 3 - 14px);
}
.Product_List .Product_List_Box a {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-flow: column;
    border-radius: 10px;
    border: solid 1px #A7CADB;
    color: #000000;
    font-size: 1.4rem;
    position: relative;
    opacity: 1;
    height: 100%;
}
.Product_List .Product_List_Box a .Item_Th {
    margin-block: 0 15px;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    aspect-ratio: 1 / 1;
}
.Product_List .Product_List_Box a .Item_Th img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    -webkit-transition: transform .6s cubic-bezier(.47,.16,.24,1);

    transition: transform .6s cubic-bezier(.47,.16,.24,1);

    will-change: transform;

    z-index: 0;

}
.Product_List .Product_List_Box a:hover .Item_Th img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.Product_List .Product_List_Box a .Item_Th .Item_Th_Sale {
    position: absolute;
    bottom: 0;
    z-index: 2;
    font-size: 1.4rem;
    background-color: #f65372;
    color: #fff;
    padding-inline: 7px;
    padding-block: 4px;
    font-weight: 600;
    width: 79px;
    text-align: center;
}
.Product_List .Product_List_Box a .Item_Th .Item_Th_Soldout {
    position: absolute;
    bottom: 0;
    z-index: 3;
    font-size: 1.2rem;
    background-color: #ec0000;
    color: #fff;
    padding-inline: 7px;
    padding-block: 6px;
    font-weight: 600;
    width: 79px;
    text-align: center;
}
.Product_List .Product_List_Box a .Item_Detail {
    padding-block: 0;
}
.Product_List .Product_List_Box a h3.Item_Detail_Title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-block: 0 4px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 44px;
    height: 44px;
    text-align: left;
}
.Product_List .Product_List_Box a .Item_Detail_Price {
    font-size: 1.8rem;
    font-weight: 900;
    margin-block: 0 8px;
    letter-spacing: 0;
}
.Product_List .Product_List_Box a .Item_Detail_Price.Sale {
    color: #ef4463;
}
.Product_List .Product_List_Box a .Item_Detail_Price span.Small {
    font-size: 1.2rem;
    font-weight: 700;
}
.Product_List .Product_List_Box a .Item_Detail_Genre {
    font-size: 1.2rem;
    font-weight: 500;
    margin-block: 0;
    border: solid 1px rgb(0 0 0 / 85%);
    display: inline-block;
    padding-block: 3px;
    padding-inline: 8px;
    line-height: 1;
    color: rgb(0 0 0 / 85%);
    border-radius: 3px;
}
.Product_List .Product_List_Box a .Item_Detail_Text {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 39px;
    text-align: left;
}
.Product_List .Product_List_Box a .Item_Bottom {
    margin-block: auto 0;
}
.Product_List .Product_List_Box a .Item_Detail_Copyright {
    font-size: 1.2rem;
}
.side-contents {
    margin-right: 0;
}
.Side_Area{
    background: #f8f8f8;
    padding: 20px;
    margin-block: 0 20px;
}
.side-contents h3 {
    margin-top: 0;
    font-size: 1.5rem;
    text-align: center;
    margin-block: 0 15px;
    font-weight: 700;
}
.side-contents h4 {
    font-size: 1.3rem;
    margin-bottom: 3px;
}
.side-contents .search-keyword{
    width: 100%;
    background: #fff;
    font-size: 1.3rem;
}
.side-contents .search-price {
    background: #fff;
    font-size: 1.2rem;
}
.side-contents .search-btn {
    margin-block: 15px 0;
}
.side-contents .search-btn a {
    display: block;
    background: #000000;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 3px;
}
.Watched_Area ul{
    display: flex;
    flex-flow: column;
    gap: 15px;
}
.Watched_Area ul li a{
    display: block;
    color: #000000;
}
.Watched_Area ul li a .Watched_Th{
    margin-block: 0 5px;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    aspect-ratio: 1 / 1;
}
.Watched_Area ul li a .Watched_Th img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform .6s cubic-bezier(.47,.16,.24,1);
    transition: transform .6s cubic-bezier(.47,.16,.24,1);
    will-change: transform;
    z-index: 0;
}
.Watched_Area ul li a .Watched_Th .Item_Th_Soldout{
    position: absolute;
    bottom: 0;
    z-index: 5;
    font-size: 1.2rem;
    background-color: #ec0000;
    color: #fff;
    padding-inline: 7px;
    padding-block: 6px;
    font-weight: 600;
    width: 79px;
    text-align: center;
}
.Watched_Area ul li a .Watched_Th .Item_Th_Sale{
    position: absolute;
    bottom: 0;
    z-index: 3;
    font-size: 1.4rem;
    background-color: #f65372;
    color: #fff;
    padding-inline: 7px;
    padding-block: 4px;
    font-weight: 600;
    width: 79px;
    text-align: center;
}
.Watched_Area ul li a .Watched_Th .Item_Th_Sale span.Small{
    font-size: 1.2rem;
    font-weight: 600;
}
.Watched_Area ul li a .Watched_Detail h3.Item_Detail_Title {
    text-align: left;
    font-size: 1.2rem;
    margin-block: 0 5px;
    word-break: break-word;
}
.Watched_Area ul li a .Watched_Detail .Item_Detail_Price {
    font-size: 1.2rem;
    font-weight: 700;
}
.Watched_Area ul li a .Watched_Detail .Item_Detail_Price.Sale {
    font-size: 1.2rem;
    font-weight: 700;
    color: #f65372;
}
.Cat_Area ul{
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.Cat_Area ul li a {
    display: block;
    color: #000000;
    text-align: left;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 500;
}
.information-list {
    font-size: 1.4rem;
}
.information-list a{
    display: block;
    color: #000000;
}
.information-label {
    width: 15%;
    min-width: 130px;
}
.information-contents {
    width: 85%;
}
.Notice .guide-section {
    min-height: 230px;
    margin-block: 30px 50px;
    margin-inline: auto;
    max-width: 780px;
}
.Notice .guide-section p {
    line-height: 2;
    font-size: 1.6rem;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word;
}
.Notice .news-pager a{
    display: block;
    color: #000000;
    font-size: 1.4rem;
}
.Itemdetail .main-contents {
    width: 100%;
    margin-block: 60px;
    font-size: 1.4rem;
    padding-block: 60px;
    padding-inline: 50px;
    max-width: calc(1200px + 100px);
    margin: auto;
}
.item-select .cart-btn a,.item-btn-wrap .cart-btn a {
    font-size: 1.4rem;
    color: #fff;
    display: block;
    padding: 12px;
}
.item-price-wrap {
    text-align: right;
    margin: 0;
}
.item-price-wrap span {
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 700;
}
.item-price-wrap span.tax {
    font-size: 1.2rem;
}
.item-price-wrap span h3 {
    font-size: 2.5rem;
    font-weight: 700;
}
.inquiry .cart-btn a {
    font-size: 1.4rem;
    padding-block: 10px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-name-wrap .item-name {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0;
}
.item-quantity {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.item-quantity input[type="text"]{
    border: solid 1px #c4c4c4;
    border-radius: 3px;
    font-size: 1.5rem;
}
.close-btn a{
    color: #000000;
}
.slick-slide img {
    cursor: pointer;
}
.breadcrumb-wrap {
    margin-bottom: 16px;
}
.breadcrumb {
    text-align: left;
    font-size: 0.8rem;
    width: 96%;
    margin: 0 auto;
}
.breadcrumb .breadcrumb-item {
    font-size: 1.2rem;
    text-align: left;
}
.breadcrumb .breadcrumb-item a {
    color: #222;
    text-decoration: none;
    font-weight: bold;
}
.breadcrumb .breadcrumb-item:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0 0.2rem;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb .breadcrumb-item:last-of-type:after {
    display: none;
}
.item-select ul {
    font-size: 1.5rem;
    gap: 10px;
}
.item-select li {
    font-size: 1.4rem;
}
.item-select li.sku-option1 {
    font-size: 1.15rem;
    padding-inline: 5px;
    letter-spacing: 0;
}
.item-select li.sku-option1.sku-option-top {
    word-break: keep-all;
}
.delivery-price-display {
    font-size: 1.3rem;
    opacity: 0.6;
}
.sku-img img {
    cursor: pointer;
}
.quantity-box {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
}
.product-list {
    width: 97%;
    margin: auto;
}
.product-item-name {
    padding: 0.5rem 0;
    font-size: 1.4rem;
    text-align: left;
    white-space: normal;
}
.item-description-body {
    font-size: 1.5rem;
    line-height: 1.6;
    background: #f9f9f9;
}
.quantity-label {
    word-break: keep-all;
}
.stock-quantity {
    width: auto;
    font-size: 1.4rem;
    margin-top: 0;
    margin-left: 10px;
    letter-spacing: 0;
}
.item-description2 {
    padding-inline: 40px;
    margin-block: 0 20px;
}
.item-description-2-body {
    font-size: 1.5rem;
    line-height: 1.6;
    border: solid 1px #0081cc;
    color: #0081cc;
    padding-block: 15px;
    font-weight: 500;
    background: rgb(0 129 204 / 5%);
    border-radius: 3px;
}
.period-box {
    font-size: 1.3rem;
    width: 100%;
    margin: 0;
    margin-block: 5px;
}
.period-box div .period-box-text {
    background: #f65372;
    color: #fff;
    border: 1px solid #f65372;
    border-color: #f65372;
    min-width: 85px;
    text-align: center;
}
.period-box div .period-box-period {
    border: 1px solid #f65372;
    border-color: #f65372;
    text-align: center;
    color: #2f2f2f;
    font-weight: 700;
}
table.lf_shop_detail_table01 {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
table.lf_shop_detail_table01 th {
    width: 25%;
    font-size: 1.4rem;
    background: #efefef;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
table.lf_shop_detail_table01 td {
    background: #efefef;
    font-size: 1.4rem;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
table.lf_shop_detail_table02 {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 30px;
}
table.lf_shop_detail_table02 th {
    font-size: 1.4rem;
    background: #222;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}
table.lf_shop_detail_table02 td {
    background: #efefef;
    font-size: 1.4rem;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #fff;
    text-align: center;
}
p.Note {
    font-size: 1.3rem;
    line-height: 1.5;
}
.sale-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.item-price-wrap span.item-sale-discount {
    margin-right: 8px;
    font-size: 1.6rem;
}
.before-price {
    font-size: 1.3rem;
}
.tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
}
.tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f9f9f9;
    margin-right: 5px;
}
.tab.active {
    background: #fff;
    font-weight: bold;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.payment-add-btn .cart-btn a{
    font-size: 1.5rem;
    color: #fff;
    display: block;
    padding: 12px;
}
.payment-add-btn .continue-shopping.cart-btn a{
    font-size: 1.5rem;
    color: #666;
    display: block;
    padding: 12px;
}
.item-description {
    width: 100%;
    padding-right: 0;
}
.Recently_Area {
    padding-block: 0 60px;
}
h2.h2_Detail {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-block: 0 30px;
    padding-block: 0 15px;
    position: relative;
}
h2.h2_Detail:after {
    content: "";
    width: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #0081cc;
    margin: auto;
    border-radius: 100px;
}
.Recently_Area .Product_List .Product_List_Box,.Newarraival_Area .Product_List .Product_List_Box {
    width: calc(100% / 4 - 15px);
}
.Cart .main-contents {
    width: 100%;
    margin-block: 60px;
    font-size: 1.4rem;
    padding-block: 60px;
    padding-inline: 50px;
    max-width: calc(1200px + 100px);
    margin: auto;
}
.Cart_Table {
    width: 100%;
    border-collapse: collapse;
}
.Cart_Table tr th {
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
    background: #0081cc;
    border: 1px solid #fcfcfc;
    color: #fff;
}
.Cart_Table tr td {
    padding: 20px 15px;
    border: 1px solid #eee;
    vertical-align: middle;
}
.Cart_Table tr td.Center {
    text-align: center;
}
.Cart .Cart_Top {
    text-align: center;
}
.Cart h2.Cart_h2_Title {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    border-bottom: solid 4px #0081cc;
    display: inline-block;
    color: #242424;
    line-height: 1.5;
    margin-block: 0 5px;
    letter-spacing: 0.2rem;
}
.Cart .Cart_Subtitle {
    font-size: 1.45rem;
    letter-spacing: 0;
    font-weight: 500;
    color: #0081cc;
}
.Cart .Cart_Total_h {
    margin-block: 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
    color: #242424;
}
.Cart .Cart_Total_h span.Small{
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 500;
}
.Cart .Cart_Item_Area {
    display: flex;
    gap: 15px;
    align-items: center;
}
.Cart .Cart_Item_Area .Cart_Item_Area_Th a {
    display: block;
    min-width: 110px;
    width: 110px;
}
.Cart .Cart_Item_Area .Cart_Item_Area_Detail_Name a {
    display: block;
    font-size: 1.4rem;
    color: #242424;
    letter-spacing: 0;
    text-align: left;;
}
.Cart .Cart_Item_Area .Cart_Item_Area_Detail_options {
    margin-block: 10px 0;
}
.Cart .item-cart-button input[type=number]{
    width: 70px;
    border: solid 1px #c4c4c4;
    border-radius: 3px;
    font-size: 1.5rem;
    display: block;
    margin: auto;
}
.Cart .item-cart-button a.fix {
    display: block;
    background: #eee;
    color: #222;
    text-decoration: none;
    padding: 3px 5px;
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}
.Cart .item-cart-delete a.delete {
    display: block;
    background: #eee;
    color: #222;
    text-decoration: none;
    padding: 3px 5px;
    margin: 10px auto 0;
    width: 50px;
    text-align: center;
}
.Cart .item-cart-price span.price{
    text-align: center;
    display: block;
}
.annotation {
    font-weight: 400;
}
.Cart .Cart_Total_b {
    margin-block: 25px 20px;
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
}
.Cart .Cart_Total_b span.Small{
    font-size: 1.35rem;
    font-weight: 700;
}
.Cart .cart-buy-button.Buy a{
    font-size: 1.6rem;
    color: #fff;
    display: block;
    padding: 10px;
    padding-block: 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    text-align: center;
    background-color: #23abdd;
    background-image: linear-gradient(289deg, #23abdd 0%, #39bae9 100%);
    max-width: 280px;
    margin-inline: auto 0;
}
.Cart .cart-back-button.Back {
    margin-block: 15px 0;
}
.Cart .cart-back-button.Back a{
    font-size: 1.6rem;
    color: #23abdd;
    display: block;
    padding: 10px;
    padding-block: 12px;
    border: 2px solid #23abdd;
    border-radius: 3px;
    text-align: center;
    max-width: 280px;
    margin-inline: auto 0;
}
.item-select .sku-price .stock-quantity {
    font-size: 1.2rem;
    color: #c268d0;
}
.item-option select {
    width: 100%;
    border: solid 1px #c4c4c4;
    font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
    .item-select .cart-btn a, .item-btn-wrap .cart-btn a {
        padding: 12px;
    }
  .item-select .sku-price .stock-quantity {
      text-align: right;
  }
}
@media screen and (max-width: 979px){
  .Header .Header_Top {
      padding-inline: 30px;
  }
  .Header .Header_Top_Nav {
      gap: 10px;
      right: 30px;
  }
  .Header .Header_Bottom {
      padding-inline: 30px;
  }
  .Top_Serch .Top_Serch_Inner {
      padding-inline: 30px;
  }
  .Top_Contents .Top_Contents_Inner {
      padding-inline: 30px 0;
  }
  .Top_Serch .Top_Serch_Area.Area01 .Top_Serch_Area_List_Game .Top_Serch_Area_List_Game_Box {
      width: calc(100% / 3 - 14px);
  }
  .Contens_Slider {
      padding-inline: 0 35px;
  }
  .Contens_Slider .swiper-button-next {
      right: 35px;
  }
  .Contens_Slider .swiper-button-prev {
      right: 80px;
  }
  .Ranking .Contens_Slider .swiper-button-prev {
      left: 0px;
  }
  .Ranking .Contens_Slider .swiper-button-next {
      left: 45px;
  }
  .Top_Contents h2.Ranking_Title {
      max-width: 500px;
      margin-inline: auto 30px;
  }
  .Top_Contents h2.Newitem_Title {
      max-width: 510px;
      margin-inline: 0 auto;
  }
  .Top_Contents h2.Pickup_Title {
      width: 250px;
      min-width: 250px;
  }
  .News .News_Inner {
      padding-inline: 30px;
  }
  .Footer .Footer_Inner {
      padding-inline: 30px;
  }
  .body-wrap {
      padding-inline: 30px;
      flex-flow: column;
  }
  .main-contents.Onecolumn {
      padding-inline: 30px;
  }
  .main-contents.two-column-view {
      order: 1;
  }
  .side-contents {
      order: 2;
      width: 100%;
      max-width: 100%;
      display: flex;
      gap: 10px;
  }
  .Side_Area.Watched_Area {
      display: none;
  }
  .Side_Area {
      margin-block: 0 20px;
      width: calc(100% / 3 - 5px);
  }
  .Itemdetail .main-contents,.Cart .main-contents {
      padding-inline: 20px;
      padding-block: 30px;
  }
  .Recently_Area .Product_List .Product_List_Box, .Newarraival_Area .Product_List .Product_List_Box {
      width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 768px) {
  .contents-body pre {
      font-size: 1.5rem;
      white-space: break-spaces;
  }
  .information-list .information-label {
      width: 15%;
      min-width: 90px;
  }
  .item-info {
      padding: 0 0 1.5rem;
  }
  .item-select .cart-btn {
      width: 95%;
      margin: 0 5%;
  }
  .item-select .sku-price {
      width: 90%;
  }
  .breadcrumb {
      width: 100%;
      padding-inline: 0;
  }
  .item-description2 {
      padding-inline: 0;
      margin-block: 0 20px;
  }
  .item-description-2-body {;
      padding: 15px;
  }
  .tab {
      font-size: 1.4rem;
      padding: 7px 15px;
  }
  table.lf_shop_detail_table01 th {
      display: block;
      width: 100%;
  }
  table.lf_shop_detail_table01 td {
      display: block;
      width: 100%;
      border-bottom: 6px solid #fff;
  }
  table.lf_shop_detail_table01 tr:last-child td {
      border-bottom: none;
  }
  table.lf_shop_detail_table02 th {
      font-size: 1.2rem;
      padding: 7px 10px;
  }
  table.lf_shop_detail_table02 td {
      font-size: 1.2rem;
      padding: 7px 10px;
  }
  .item-quantity {
      width: 100%;
  }
  .stock-quantity {
      word-break: keep-all;
  }
  .delivery-price-display {
      padding-left: 0;
  }
  .delivery-price-display dl dt {
      width: 52%;
      word-break: keep-all;
  }
  .product-list {
      gap: 10px;
  }
  .product-item-name {
      white-space: normal;
  }
}
@media screen and (max-width: 767px){
  .Header .Header_Top {
      padding-inline: 20px;
  }
  .Header .Header_Top_Logo {
      padding-block: 25px;
      padding-inline: 0;
      margin-inline: 0 auto;
  }
  .Header .Header_Top_Logo a, .is-animation .Header .Header_Top_Logo a {
      max-width: 205px;
  }
  .Header .Header_Top_Logo a img.Pc_Block {
      display: none;
  }
  .Header .Header_Top_Logo a img.Sp_Block {
      display: block;
  }
  .Header .Header_Top_Nav {
      right: 0;
      left: 0;
      width: 100%;
      padding-inline: 20px;
      pointer-events: none;
  }
  .Header .Header_Top_Nav > div {
      pointer-events: auto;
  }
  .Header .Header_Top_Nav .Header_Top_Nav_Box.Search_h {
      margin-inline: auto 0;
  }
  .Header .Header_Bottom,.Header .Header_Top_Nav .Header_Top_Nav_Box.Language {
      display: none;
  }
  .Nav {
      width: 300px;
  }
  .Nav .Nav_Overlay {
      padding-top: 12px;
  }
  .Nav .Nav_Area_Top {
      padding-block: 10px 22px;
      padding-inline: 20px 15px;
  }
  .Nav .Nav_Area_Close {
      top: 14px;
  }
  .Nav .Nav_Area_Upper .Nav_Area_Upper_Top .Nav_Area_Upper_Top_Box,.Nav .Nav_Area_Upper .Nav_Area_Upper_Bottom .Nav_Area_Upper_Bottom_Box {
      padding-inline: 20px;
  }
  .Nav .Nav_Area_Lower_Box a {
      padding-inline: 20px 20px;
  }
  .Nav .Nav_Area_Bottom_Box a {
      padding-inline: 20px 20px;
  }
  .Nav .Nav_Area_Sns {
      padding-inline: 20px;
  }
  .Main {
      margin-block: 65px 0;
  }
  .Kv .swiper-slide {
      width: 320px;
  }
  .Top_Serch .Top_Serch_Inner {
      padding-block: 20px 30px;
      padding-inline: 20px;
  }
  .Top_Serch .Top_Serch_Area.Area01 .Top_Serch_Area_List_Game {
      gap: 10px;
      padding-block: 0 30px;
  }
  .Top_Serch .Top_Serch_Area.Area01 .Top_Serch_Area_List_Game .Top_Serch_Area_List_Game_Box {
      width: calc(100% / 2 - 5px);
  }
  .Top_Serch h2.Top_Serch_Area_Title {
      font-size: 1.8rem;
  }
  .Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat {
      gap: 10px;
  }

  .Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box {
      width: calc(100% / 2 - 5px);
  }
  .Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box a .Top_Serch_Area_List_Cat_Box_Icon {
      width: 48px;
  }
  .Top_Serch .Top_Serch_Area.Area02 .Top_Serch_Area_List_Cat .Top_Serch_Area_List_Cat_Box a {
      gap: 10px;
      aspect-ratio: 1 / 0.85;
  }
  .Pickup .Pickup_Area {
      display: block;
  }
  .Top_Contents .Top_Contents_Inner {
      padding-inline: 20px 0;
      padding-block: 0 30px;
  }
  .Top_Contents h2.Pickup_Title {
      width: 100%;
      min-width: 100%;
      padding-block: 30px 0;
      padding-inline: 0 20px;
      margin-block: 0 -75px;
  }
  .Top_Contents h2.Ranking_Title {
      margin-inline: auto 20px;
      margin-block: 30px -75px;
  }
  .Top_Contents h2.Newitem_Title {
      margin-inline: auto 20px;
      margin-block: 0 -75px;
  }
  .Top_Contents h2.Pickup_Title img.Pc_Image, .Top_Contents h2.Ranking_Title img.Pc_Image, .Top_Contents h2.Newitem_Title img.Pc_Image {
      display: none;
  }
  .Top_Contents h2.Pickup_Title img.Sp_Image, .Top_Contents h2.Ranking_Title img.Sp_Image, .Top_Contents h2.Newitem_Title img.Sp_Image {
      display: block;
  }
  .Contens_Slider .swiper-button-prev {
      right: auto;
      left: 0;
  }
  .Contens_Slider .swiper-button-next {
      right: auto;
      left: 45px;
  }
  .Newitem .Bt {
      margin-inline: 0;
  }
  .Contens_Slider a:hover .Item_Th img {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  .News .News_Inner {
      padding-inline: 20px;
      padding-block: 20px 30px;
  }
  h2.h2_Tilte {
      font-size: 3.5rem;
  }
  .News .News_List {
      padding-block: 30px;
      padding-inline: 20px;
      border-radius: 10px;
  }
  .News .News_List .News_List_Box a {
      gap: 5px;
      flex-flow: column;
  }
  .Footer .Footer_Inner {
      padding-inline: 0px;
      padding-block: 20px;
  }
  .Footer .Footer_Top {
      gap: 20px;
      flex-flow: column;
  }
  .Footer .Footer_Top_Image {
      order: 1;
  }
  .Footer .Footer_Top_Nav {
      order: 2;
  }
  .Footer .Footer_Top_Link {
      order: 3;
  }
  .Footer .Footer_Top > div {
      width: 100%;
  }
  .Footer .Footer_Top .Footer_Top_Image .Footer_Top_Image_Box {
      margin-block: -70px -30px;
      max-width: 230px;
      margin-inline: auto;
      transform: translate(20px, 0);
  }
  .Footer .Footer_Top .Footer_Top_Nav .Footer_Top_Nav_Box a {
      font-size: 1.5rem;
      padding-inline: 20px;
  }
  .Footer .Footer_Top .Footer_Top_Nav .Footer_Top_Nav_Box a:after {
      right: 20px;
      width: 11px;
      height: 11px;
  }
  .Footer .Footer_Top .Footer_Top_Link .Footer_Top_Link_Logo {
      margin-block: 0 15px;
  }

  .Footer .Footer_Top .Footer_Top_Link .Footer_Top_Link_Logo a {
      display: block;
      max-width: 200px;
      margin-inline: auto;
  }
  .Footer .Footer_Top .Footer_Top_Link .Footer_Top_Link_Sns {
      gap: 12px;
      justify-content: center;
      align-items: center;
  }
  .Footer .Footer_Colyright {
      font-size: 1.2rem;
      padding-block: 30px 0;
  }
  .body-wrap {
      padding-inline: 20px;
      flex-flow: column;
      padding-block: 20px 10px;
  }
  .Product_List {
      gap: 10px;
  }
  .Product_List .Product_List_Box {
      width: calc(100% / 2 - 5px);
  }
  .Product_List .Product_List_Box a {
      padding: 12px;
  }
  .Product_List .Product_List_Box a h3.Item_Detail_Title {
      font-size: 1.3rem;
      max-height: 39px;
      height: 39px;
  }
  .Product_List .Product_List_Box a .Item_Detail_Price {
      font-size: 1.5rem;
      margin-block: 0 4px;
  }
  .side-contents {
      flex-flow: column;
  }
  .main-subcategory-list ul {
      padding-bottom: 10px;
  }
  .Side_Area {
      margin-block: 0 20px;
      width: 100%;
  }
  .Product_List .Product_List_Box a .Item_Th {
      margin-block: 0 5px;
  }
  .Product_List .Product_List_Box a .Item_Detail_Genre {
      font-size: 1.0rem;
      margin-block: 0 5px;
  }
  .Product_List .Product_List_Box a .Item_Detail_Text {
      max-height: 33px;
      font-size: 1.2rem;
  }
  .Product_List .Product_List_Box a .Item_Detail {
      padding-block: 0;
  }
  .Popmenu_Nav {
      padding-block: 115px 50px;
  }
  .Popmenu_Nav .Popmenu_Nav_List_Game {
      gap: 5px;
  }
  .Popmenu_Nav .Popmenu_Nav_Inner {
      padding-inline: 20px;
  }
  .Popmenu_Nav .Popmenu_Nav_List_Game .Popmenu_Nav_List_Game_Box {
      width: calc(100% / 2 - 3px);
  }
  .Popmenu_Close {
      padding-left: 20px;
      padding-right: 20px;
  }
  .Popmenu_Nav .Popmenu_Nav_List_Cat .Popmenu_Nav_List_Cat_Box {
      width: calc(100% / 2 - 5px);
  }
  .Cat_Area ul {
      gap: 0;
  }
  .Cat_Area ul li a {
      padding-block: 10px;
      border-bottom: dotted 1px #adadad;
  }
  .side-contents .search-btn a {
      min-height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .news-pager {
      flex-flow: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
  }
  .main-contents.Onecolumn {
      padding-inline: 20px;
      padding-block: 20px;
  }
  .contents-body dt {
      width: 100%;
      text-indent: 0;
      min-width: 245px;
      font-size: 1.6rem;
      font-weight: 600;
      text-align: left;
      margin-block: 0 15px;
  }
  .contents-body dl {
      flex-flow: column;
  }
  .contents-body dd {
      width: 100%;
      font-size: 1.4rem;
  }
  .contents-body pre {
      font-size: 1.4rem;
      line-height: 1.4;
  }
  .Itemdetail .main-contents,.Cart .main-contents {
      padding-inline: 20px;
  }
  h2.h2_Detail {
      font-size: 2.0rem;
  }
  .Cart_Table thead{
      display: none;
  }
  .Cart_Table tr td {
      display: inline-block;
      width: 100%;
      padding: 10px 15px;
  }
  .Cart_Table tr td:first-child {
      padding-block: 10px;
      background: #000000;
      color: #fff;
      border: solid 1px #000000;
  }
  .Cart_Table tr td:nth-last-child(2){
      border-bottom: none;
      border-top: none;
  }
  .Cart_Table tr td.item-cart-button,.Cart_Table tr td.item-cart-price {
      width: 50%;
  }
  .Cart_Table tr td.item-cart-button {
      border-bottom: none;
      border-top: none;
      border-right: none;
  }
  .Cart_Table tr td.item-cart-price {
      justify-content: center;
      align-items: center;
      flex-flow: wrap;
      display: flex;
  }
  .Cart_Table tr td:last-child{
      margin-block: 0 20px;
  }
  .Cart_Table tr:last-child td:last-child{
      margin-block: 0;
  }
  .Cart_Table tr {
      display: flex;
      flex-flow: wrap;
  }
  .Cart .cart-buy-button.Buy a,.Cart .cart-back-button.Back a {
      margin-inline: auto;
  }
  .Cart .Cart_Total_b {
      text-align: center;
  }
  .Search_Line.Active,.Search_Line.is-animation.Active,.Search_Line.Active.is-animation {
      -webkit-transform: translate(0, 70px);
      transform: translate(0, 70px);
  }
  .item-select li {
      width: 25%;
  }
  .item-select li.sku-price-cart {
      width: 40%;
  }
  .Recently_Area .Product_List .Product_List_Box, .Newarraival_Area .Product_List .Product_List_Box {
      width: calc(100% / 2 - 5px);
  }
  .Notice .guide-section {
      margin-block: 15px 30px;
  }
  .Notice .guide-section p {
      line-height: 1.8;
  }
  .Popmenu_Nav .Popmenu_Nav_List_Cat .Popmenu_Nav_List_Cat_Box a {
      min-height: 110px;
  }
}
@media screen and (max-width: 550px) {
  .main-subcategory-list ul {
      gap: 5px;
  }
  .main-subcategory-list ul li {
      width: auto !important;
  }
  .list-navigation {
      padding-block: 0 15px;
  }
}
@media screen and (max-width: 481px){

}
@media screen and (max-width: 321px){
  .Header .Header_Top_Logo a, .is-animation .Header .Header_Top_Logo a {
      max-width: 155px;
  }
  .Header .Header_Top {
      padding-inline: 15px;
  }
  .Header .Header_Top_Nav {
      padding-inline: 15px;
  }
}