.main-column{
    display: flex;
}
/********** 画像等の左エリア (Start) **********/
.product-media{
    width: 58%;
    margin: 0 4%;
}
.product-media-main{
    background-color: #FFFFFF;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
}
.product-media-thumbnails{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product-media-thumbnail{
    width: 64px;
    margin: 0 5px 10px;
}
.product-media-thumbnail img{
}
.product-media-notation{
    text-align: left;
    font-size: 12px;
    margin: 0 0 1em;
    color: #828282;
}
/********** 画像等の左エリア (End) **********/

/********** 商品説明や価格等の右エリア (Start) **********/
.product-info{
    width: 40%;
    margin: 0 4%;
}
.page-title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.Related_products_character .page-title, .Related_products_title .page-title{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4em;
}
.tags{
/*    display: flex;*/
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 30px;
}
.tag{
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 15px;
    padding: 5px 8px;
    margin-right: 10px;
    font-size: 14px;
    float: left;
    margin-bottom: 7px;
}
.tag span {
    color: #333;
}
.product-price{
    color: #333333;
    font-size: 28px;
    clear: both;
}
.Related_products_character .product-price, .Related_products_title .product-price{
    color: #222;
    font-size: 28px;
    font-weight: bold;
    clear: both;
}
.product-price .price-number{
    font-weight: bold;
}
.product-price .price-en{
    font-size: 20px;
    font-weight: bold;
}
.product-price .price-taxstring{
    font-size: 18px;
    font-weight: 400;
}
.favorite-list{
    margin: 10px 8px 30px 0;
}
.favorite-list a{
    border: none;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    padding: 8px 7px;
    border: 1px solid #999;
    border-radius: 3px;
}
.favorite-list a:active{
    text-decoration: none;
}
.favorite-list a span.towishlist-caption{
    font-weight: normal;
    font-size: 14px;
}
.favorite-list a span.towishlist-star{
    content: "★";
    color: rgb(204, 204, 204);
    font-size: 14px;
    margin-right: 5px;
}
.inverse-list{
    margin: 10px 0 30px 0;
}
.inverse-list a.inverse-adult{
    color: #fff;
    background: #39c9e5;
    border: solid 1px #39c9e5;
    border-radius: 3px;
    padding: 8px 16px;
}
.inverse-list a.inverse-general{
    color: #fff;
    background: #ee2737;
    border: solid 1px #ee2737;
    border-radius: 3px;
    padding: 8px 16px;
}
.product-description-label{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 5px solid #a2a2a2;
    color: #333;
    padding-bottom: 5px;
}
.product-description{
    margin-bottom: 20px;
    overflow: auto;
    /*height: 6em;*/
    height: auto;
}
.product-gametitle{
    margin-bottom: 5px;
}
.product-gamechar{
    clear: both;
    margin-bottom: 5px;
}
.product-distributor{
    clear: both;
    padding-top: 10px;
    margin-bottom: 5px;
}
.product-provider{
    clear: both;
    padding-top: 0px;
    margin-bottom: 5px;
}
.product-gametitle-label,
.product-gamechar-label,
.product-distributor-label,
.product-provider-label {
    font-weight: bold;
}
.product-add-form{
    margin-top: 10px;
}
.product-add-form form {
    margin-bottom: 5px;
}
.product-add-form .input-qty{
      margin-bottom: 25px;
}
.product-add-form .input-qty .input-label{
    margin-bottom: 5px;
    display: inline-block;
}
.product-add-form .input-qty .input-label label{
    font-weight: normal;
    font-size: 14px;
}
.product-add-form .radio-attributes{
    display: flex;
    margin: 10px 0;
}
.product-add-form .radio-attribute{
    display: none;
}
.product-add-form .radio-label-attribute{
    display: block;
    background: #f0f0f0;
    color: #626262;
    height: 20px;
    width: auto;
    min-width: 44px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #cacaca;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin: 0 15px 5px 0px;
    padding: 8px 8px 4px;
}
.product-add-form .radio-attribute:checked + .radio-label-attribute {
    border: 2px solid #ff5501;
    background: #fff;
    color: #000;
}
.product-add-form .radio-attribute:disabled + .radio-label-attribute {
    color: #cacaca;
    font-weight: normal;
    border-width: 1px;
}
.product-add-form .select-attribute{
    height: 100%;
    text-align: left;
    font-size: 14px;
    margin: 10px 0;
}
.product-add-form .input-qty select#qty{
    width: 72px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}
.product-add-form .select-attribute,
.product-add-form .input-qty select#qty{
    height: 36px;
    white-space: nowrap;
    line-height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, Noto Sans JP;
    font-style: normal;
    font-weight: normal;
    color: rgba(51,51,51,1);

    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/baseline_expand_more_black_24dp.png);
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.product-add-form .input-qty option:disabled,
.product-add-form .select-attribute option:disabled{
    color: #cacaca;
}
.product-add-form .fee-guid{
    /*border: 1px solid #D73A49;*/
    color: #D73A49;
    height: 24px;
    width: 100%;
    padding: 0px 0px 2px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
}
.product-add-form .fee-guid .price,
.product-add-form .fee-guid .tax_included,
.product-add-form .fee-guid .free_shipping{
    font-weight: bold;
}
.product-add-form .fee-guid .tax_included{
    font-weight: nomal;
}
.product-add-form .actions{
    margin-bottom: 10px;
}
.product-add-form .actions button[type=submit]{
    background: #ff9933;
    border: none;
    color: #000;
    font-weight: normal;
    width: 100%;
    line-height: 2.2rem;
    padding: 10px 17px;
    font-size: 1.8rem;
}
.product-add-form .actions button[type=button]{
    background: #ff9933;
    border: none;
    color: #000;
    font-weight: normal;
    width: 100%;
    line-height: 2.2rem;
    padding: 10px 17px;
    font-size: 1.8rem;
}
.product-add-form .actions .stockout{
    background: rgb(242, 244, 245);
    border: 1px solid rgba(223,227,229,1);
    color: #939393;
    font-weight: normal;
    width: 100%;
    line-height: 2.2rem;
    padding: 10px 17px;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 3px;
}
.product-add-form .actions button[type=submit] .shopping-cart {
    width: 20px;
}
.product-add-form .actions button[type=button] .shopping-cart {
    width: 20px;
}
.product-add-form .actions .attribute-required  {
    text-align: center;
}
.product-add-form .delivery_time{
    margin-top: 20px;
    margin-bottom: 5px;
}
.product-add-form .copywrite{
    margin-bottom: 20px;
}
.product-add-form .error{
    color: #D73A49;
    font-weight: bold;
    margin-bottom: 10px;
}
.hidden-flg{
    display: none;
}
/********** 商品説明や価格等の右エリア (End) **********/

/********** SNS シェア ボタン (Start) **********/
.product-add-form #share-buttons {
    display: flex;
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
}
/***** Twitter *****/
.product-add-form #SP_twitter {
	width: 135px;
	height: 48px;
    border: 1px solid rgba(223,227,229,1);
    background-color: rgba(242,244,245,1);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.product-add-form #SP_twitter a {
	position: relative;
	width: 108px;
	height: 20px;
	left: 15px;
	top: 13px;
	overflow: visible;
	padding: 0px;
}
.product-add-form #n_1448 {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 3px;
	overflow: visible;
}
.product-add-form #n_184 {
	fill: transparent;
}
.product-add-form .n_184 {
	position: absolute;
	overflow: visible;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 0px;
}
.product-add-form #n_b8384f8d46b747299d943665978f {
    fill: rgba(0, 0, 0, 1);
}
.product-add-form .n_b8384f8d46b747299d943665978f {
	overflow: visible;
	position: absolute;
	width: 16px;
	height: 13px;
	left: 0px;
	top: 1.333px;
	transform: matrix(1,0,0,1,0,0);
}
/***** Facebook *****/
.product-add-form #SP_facebook {
    width: 135px;
    height: 48px;
    border: 1px solid rgba(223,227,229,1);
    background-color: rgba(242,244,245,1);
}
.product-add-form #SP_facebook a {
	position: relative;
	width: 94px;
	height: 20px;
	left: 20px;
	top: 13px;
	overflow: visible;
	padding: 0px;
}
.product-add-form #n_cd88d61688e7ceae8a4fc1b21539 {
	position: absolute;
	width: 16px;
	height: 15.943px;
	left: 0px;
	top: 2px;
	overflow: visible;
}
.product-add-form #n_294 {
	fill: rgba(24,119,242,1);
}
.product-add-form .n_294 {
	overflow: visible;
	position: absolute;
	width: 16px;
	height: 15.943px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
/***** Line *****/
.product-add-form #SP_LINE {
	width: 135px;
	height: 48px;
    border: 1px solid rgba(223,227,229,1);
    background-color: rgba(242,244,245,1);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-add-form #n_975 {
	position: absolute;
	width: 155px;
	height: 48px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.product-add-form #SP_LINE a {
	position: relative;
	width: 97px;
	height: 20px;
	left: 20px;
	top: 13px;
	overflow: visible;
	padding: 0px;
}
.product-add-form #c5993581ba26c88681891f04d5085c {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 3px;
	overflow: visible;
}
.product-add-form #Path_6 {
	fill: rgba(58,206,1,1);
}
.product-add-form .Path_6 {
	overflow: visible;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 0px;
	transform: matrix(1,0,0,1,0,0);
}
.product-add-form #Path_7 {
	fill: rgba(255,255,255,1);
}
.product-add-form .Path_7 {
	overflow: visible;
	position: absolute;
	width: 11.803px;
	height: 11.061px;
	left: 2.083px;
	top: 2.611px;
	transform: matrix(1,0,0,1,0,0);
}
.product-add-form #Path_8 {
	fill: rgba(58,206,1,1);
}
.product-add-form .Path_8 {
	overflow: visible;
	position: absolute;
	width: 7.53px;
	height: 2.845px;
	left: 4.33px;
	top: 5.986px;
	transform: matrix(1,0,0,1,0,0);
}
.product-add-form #SNS_Text {
	left: 24px;
	top: 5px;
	position: absolute;
	overflow: visible;
	width: 85px;
	white-space: nowrap;
	line-height: 24px;
	margin-top: -5px;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(51,51,51,1);
}
/********** SNS シェア ボタン (End) **********/
/********** ゲームタイトルエリア **********/
.game-title-area{
    padding: 20px;
    margin-bottom: 30px;
}
.game-title-area .contents{
    margin-left: 4%;
}
.game-title-area .title{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}
.game-title-area .image{
    max-width: 20%;
    margin-right: 30px;
}
.game-title-area .description-area{
    max-width: 80%;
}
.game-title-area .description{
    white-space: pre-wrap;
}
.game-title-area .game-url-button{
    margin-top: 15px;
    padding: 12px 25px;
    border: solid 1px #f93;
    background-color: #f93;
    color: #fff;
}
.d-flex{
    display: flex;
}

/********** Slick **********/
.slide-items {
    width: 100%;
    height: 43%;
    margin: auto;
    padding: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 45px;
    height: 385px;
}
.slide-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
li.slick-slide{
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-dots{
    top: 392px;
}
.slick-dots li button:before {
    font-size: 18px;
    top: 6px;
}
.slick-prev::before {
  content: '<';
}
.slick-next::before {
  content: '>';
}
.slick-next{
    right: -30px;
}
.slick-prev{
    left: -30px;
}
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}
.slick-arrow:hover{
    border:none;
}
.slick-prev::before {
    content:url("../images/top/arrow_prev.svg");
    background-color: #333;
    width: 25px;
    height: 24px;
    border-radius: 12px;
    display: block;
}
.slick-next::before{
    content:url("../images/top/arrow_next.svg");
    background-color: #333;
    width: 25px;
    height: 24px;
    border-radius: 12px;
    display: block;
}

.recommend-products ul.small-products {
    display: flex;
    list-style-type: none;
    padding: 0 0;
    margin: 0 0 10px;
}

/********** 画像クリック時のモーダル Start **********/
.product-media-modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 1000;
}
.product-media-modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.product-media-modal-container.active{
    opacity: 1;
    visibility: visible;
}
.product-media-modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 800px;
/*    width: 90%;*/
}
.product-media-modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.product-media-modal-content{
    background: #fff;
    text-align: left;
    padding: 30px;
}
/********** 画像クリック時のモーダル End **********/
