@charset "utf-8";

/*======================


下層共通用css
under2022_common.css
2022/10


======================*/
/*------------------------
ttl
--------------------------*/
.ttl {
  position: relative;
  font-size: 74px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 45px;
  padding: 70px 70px 35px;
}

.ttl.font_sm {
  font-size: 30px;
  line-height: 1.2;
}

.ttl:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

.ttl span {
  font-size: 18px;
  color: #838383;
  display: block;
}

.subtitle,
.cmn_subtitle {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .1em;
  padding-top: 15px;
}

.cmn_subtitle_2 {
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #707070;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 40px;
}

.cmn_contentsarea * {
  line-height: 1.5;
}

.cmn_contentsarea {
  margin: 0 auto 100px;
}

.cmn_contents_inner {
  width: 1060px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .9);
  padding: 40px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.36);
}

/*------------------------
btn_link
--------------------------*/
.btn_link a {
  position: relative;
  padding: 15px 35px 15px 15px;
  font-size: 18px;
}

.btn_link a:after {
  width: 13px;
  height: 13px;
}

.other_link_btn a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  background: #fff;
  border-radius: 9999px;
  padding: 15px 30px 15px 25px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.other_link_btn a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #DC000C;
  mask: url(../png/ico_blank_link.png) no-repeat center center;
  -webkit-mask: url(../png/ico_blank_link.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.other_link_btn a:hover {
  background: #e40013;
  color: #fff;
}

.other_link_btn a:hover:after {
  background: #fff;
}

/*--modal--*/
.htb_modal {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.htb_modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.htb_modal:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.htb_modal::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.htb_modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8)
}

.htb_modal .htb_modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 800px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  text-align: left;
}

.htb_modal .htb_modal-window img {
  width: 100%;
}

.htb_modal .htb_modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.htb_modal .htb_modal-window .modal-content p:nth-child(1) {
  margin-bottom: 20px;
}

.htb_modal .htb_modal-window .modal-content p:nth-child(2) {
  margin-bottom: 30px;
}

.htb_modal .htb_modal-window .modal-content p:nth-child(3) {
  text-align: center;
}

.htb_modal .htb_modal-close {
  display: block;
  width: 50%;
  margin: 0 auto;
  border: 1px solid #255eb0;
  background: #ffffff;
  color: #255eb0;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
}

.htb_modal .htb_modal-close:hover {
  background: #255eb0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#salessite a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#salessite .howtobuy {
  background: none;
  width: 90%;
  margin: 0 auto 40px;
}

#salessite .howtobuy .howtobuy_txt01 {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
}

#salessite .htb_btn_area {
  display: flex;
}

#salessite .htb_btn_area .btn_link {
  width: auto;
  max-width: none;
}

#salessite .htb_btn_area .btn_link a {
  padding: 15px 55px 15px 35px;
}

#salessite .htb_btn_area .btn_link a span {
  margin-right: 10px;
  transition: all .2s;
}

#salessite .htb_btn_area .btn_link:first-of-type a span {
  color: #3382D1;
}

#salessite .htb_btn_area .btn_link:last-of-type a span {
  color: #87764F;
}

#salessite .htb_btn_area .btn_link a:hover span {
  color: #fff;
}

#salessite .map_tab .tab_inner {
  position: relative;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}

#salessite .map_tab .tab_btn_area {
  display: flex;
}

#salessite .map_tab .tab_btn {
  padding: 10px;
  width: calc(100% / 5);
  color: #fff;
  background-color: #A8A8A8;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}

#salessite .map_tab .tab_btn:hover,
#salessite .map_tab .tab_btn.is-open {
  color: #333;
  background-color: #FFFFFF;
  border-color: #fff;
}

#salessite .map_tab .tab_btn._off {
  pointer-events: none;
}

.cmn_contentsarea .tab_area .tab_panel:nth-of-type(n+2) {
  display: none;
}

#salessite .map_area {
  background: #fff;
  text-align: center;
  padding: 20px;
}

#salessite .site_area {
  background: #E5E8F1;
  padding: 30px 20px;
}

#salessite .cmn_salessite_contents {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}

#salessite .cmn_salessite_contents:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.generalsite ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.generalsite ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 5px;
}

.generalsite p {
  text-align: center;
  font-size: 16px;
}

.officialsite .cmn_bnr {
  text-align: center;
  margin-bottom: 30px;
}

/*バナーエリア*/
.itemdtl_bnr_area,
.gi_bnr_area {
  text-align: center;
  margin-bottom: 100px;
}

/*--注記--*/
#notice {
  margin-bottom: 100px !important;
}

#notice .inner,
#notice .itemdtl_inner,
#notice .gi_contents_inner {
  background: rgba(255, 255, 255, .9);
  padding: 40px;
  margin-bottom: 100px;
}

#notice ul li {
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}

#notice ul li:last-of-type {
  margin-bottom: 0;
}

#notice ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

/*--記事評価--*/
#ask {
  border: none;
  width: auto;
  margin: 0;
}

#ask .inner,
#ask .itemdtl_inner,
#ask .gi_contents_inner {
  background: rgba(255, 255, 255, .9);
  max-width: 580px;
  margin: 0 auto 80px;
  padding: 30px;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 36%);
}

#ask .subtitle,
#ask .itemdtl_subtitle,
#ask .gi_subtitle {
  color: #333;
}

#ask .textbox {
  text-align: center;
}

#ask .textbox p.yesno {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
}

#ask .yesno input {
  display: none;
}

#ask .yesno label span {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 9px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  text-align: center;
  background: #fff;
  color: #333;
  margin-left: 20px;
  cursor: pointer;
}

#ask .yesno label input:checked+span {
  background: #333;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
}

#ask .comment {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
}

#ask .comment input {
  width: 180px;
  border: 1px solid #D6D6D6;
  background: #fff;
  padding: 5px;
  margin-left: 20px;
}

#ask .submit {
  display: inline-block;
  position: relative;
  padding: 10px 35px 10px 15px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  transition: all .2s;
}

#ask .submit:hover {
  background: linear-gradient(90deg, #FF0000 0%, #DE0000 100%);
  color: #fff;
}

#ask .submit:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  mask: url(../png/ico_arrow_rt.png) no-repeat center center;
  -webkit-mask: url(../png/ico_arrow_rt.png) no-repeat center center;
  background: #DC000C;
  width: 13px;
  height: 13px;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#ask .submit:hover:after {
  background: #fff;
}

#ask .textbox input#btn_send {
  background: none;
  border: none;
}

/*bnr_ranking*/
#bnr_ranking {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}

#bnr_ranking img {
  max-width: 400px;
}

/*--特設サイト・記事--*/
#specialarea .cmn_contents_inner {
  padding: 40px 0 40px 40px;
  margin-bottom: 60px;
}

#specialarea .cmn_subtitle {
  text-align: left;
}

#ranking {
  margin-bottom: 60px;
}

#ranking .slider_wrap {
  position: relative;
  width: 95%;
  margin-left: auto;
  z-index: 0;
}

#ranking .slider_wrap::before {
  content: '';
  position: absolute;
  right: 0;
  top: -70px;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #292929;
  height: 100%;
  width: 65%;
  z-index: 0;
}

#ranking .slider_wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #B1060F;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

#ranking .slider_wrap .slider_inner {
  overflow: hidden;
  background-color: #B1060F;
  -webkit-clip-path: polygon(3.5% 0%, 100% 0%, 100% 100%, 0.5% 100%);
  clip-path: polygon(3.5% 0%, 100% 0%, 100% 100%, 0.5% 100%);
}

#ranking .cont_slider {
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: 100px;
  counter-reset: number 0;
}

#ranking .cont_slider .lists {
  margin-right: 20px;
  position: relative;
}

#ranking .cont_slider .lists .num {
  position: absolute;
  top: -40px;
  left: -10px;
  font-size: 10px;
  color: #fff;
}

#ranking .cont_slider .lists .num:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, .05);
  counter-increment: number 1;
  content: counter(number);
  z-index: 1
}

#ranking .cont_slider .lists .thum {
  margin-bottom: 15px;
  overflow: hidden;
}

#ranking .cont_slider .lists a:hover .thum img {
  transform: scale(1.1);
}

#ranking .cont_slider .lists .text .title {
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #F2F2F2;
}

#relatedarea {
  padding-right: 40px;
}

#relatedarea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

#relatedarea ul li {
  margin: 0 1% 2%;
  width: 31%;
}

#relatedarea .btn_link a {
  padding: 10px 35px 10px 15px;
  font-size: 15px;
  line-height: 1.2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*ダイレクトカートイン
===========================*/
.dc_btn {
  position: relative;
}

.dc_btn.close,
.dc_btn a {
  text-align: center;
  cursor: pointer;
  width: 100%;
  color: #ffffff;
  background-color: #00c695;
  box-sizing: border-box;
  padding: 12px 12px 12px 40px;
  position: relative;
  z-index: 100;
  min-height: auto;
  margin-top: 0;
}

.dc_btn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  mask: url(../png/ico_cart.png) no-repeat center center;
  -webkit-mask: url(../png/ico_cart.png) no-repeat center center;
  background: #fff;
  width: 25px;
  height: 25px;
  mask-size: cover;
  -webkit-mask-size: contain;
}

.dc_btn.close {
  background-color: #535353;
  padding: 12px 12px 12px 12px;
}

/* 20230330 魂ネイションズの販売サイト・販売エリアに関して */
#itemdtl_salessite_2 .site_area .note {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.sale_area .area_btn._on {
  background: #CAE7EA;
  border: 1px solid #CAE7EA;
  color: #333333;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn span {
  background:#233B84;
  border: 1px solid #233B84;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn span:hover {
  color: #233B84;
}
#itemdtl_salessite_2 .site_tab .tab_btn:hover, #itemdtl_salessite_2 .site_tab .tab_btn.is-open,
#salessite .map_tab .tab_btn:hover, #salessite .map_tab .tab_btn.is-open {
  background: #CAE7EA;
  border: 1px solid #CAE7EA;
  color: #333333;
}
#itemdtl_salessite_2 .site_tab .tab_btn,
#salessite .map_tab .tab_btn {
  background-color: #fff;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #CAE7EA;
  color: #333;
}
#itemdtl_salessite_2 .site_tab .tab_btn:first-of-type,
#salessite .map_tab .tab_btn:first-of-type {
  border-left: 0px solid #DDDDDD;
}
#itemdtl_salessite_2 .site_tab .tab_btn:hover,
#itemdtl_salessite_2 .site_tab .tab_btn.is-open,
#salessite .map_tab .tab_btn:hover,
#salessite .map_tab .tab_btn.is-open {
  background: #CAE7EA;
  border-top: 0px;
  border-left: 1px solid #DDD;
  border-right: 0px;
  border-bottom: 1px solid #CAE7EA;
}
#salessite .map_tab .tab_btn:first-of-type:hover,
#salessite .map_tab .tab_btn:first-of-type.is-open {
  border-left: 0px solid #DDDDDD;
}
.cmn_contents_inner {
  background: #E5EAF4;
}
#salessite .site_area {
  background: #F8F8F8;
}
#salessite .htb_btn_area .btn_link:last-of-type a span {
  color: #A52C29;
}
#salessite .htb_btn_area .btn_link:last-of-type a:hover span {
  color: #fff;
}

#itemdtl_salessite_2 .site_tab .tab_btn:last-of-type , 
#salessite .map_tab .tab_btn:last-of-type {
  border-right: 1px solid #DDDDDD;
}
#itemdtl_salessite_2 .site_tab .tab_btn:nth-of-type(5), 
#salessite .map_tab .tab_btn:last-of-type:nth-of-type(5) {
  border-right: 0px solid #CAE7EA;
}
#itemdtl_salessite_2 .site_tab .tab_btn:nth-of-type(5):hover , 
#salessite .map_tab .tab_btn:last-of-type:nth-of-type(5):hover {
  border-right: 0px solid #CAE7EA;
}


/* 20231220_アジア限定バナーリスト化 */
.tab_panel[data-area="asia"] .site_area ul.bnr_area{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.tab_panel[data-area="asia"] .site_area ul.bnr_area .bnr_item{
    text-align: center;
    padding: 0 1%;
    width: 50%;
    margin: 0 auto 30px;
}
.tab_panel[data-area="asia"] .site_area ul.bnr_area .bnr_item span:last-of-type{
    display: block;
    text-align: center;
}
.tab_panel[data-area="asia"] .site_area ul.bnr_area .bnr_item span:last-of-type{
    margin-top: 10px;
}

/* 4か国の場合 */
.jp_dis,
.en_dis,
.zhs_dis,
.zht_dis{
	display:none;
}

html[lang=ja] .jp_dis,
html[lang=en] .en_dis,
html[lang=zh-Hans] .zhs_dis,
html[lang=zh-Hant] .zht_dis{
	display: block;
}

#salessite .htb_btn_area .btn_link.show {
  display: block !important;
}
#salessite .htb_btn_area .btn_link {
  display: none;
}
#btn_local_store_sales-jp a span,
#btn_local_store_sales-asia a span,
#btn_local_store_sales-us a span,
#btn_local_store_sales-eu a span,
#btn_local_store_sales-latam a span {
  color: #3382D1;
}

#btn_syoten_store_sales-jp a span,
#btn_syoten_store_sales-asia a span,
#btn_syoten_store_sales-us a span,
#btn_syoten_store_sales-eu a span,
#btn_syoten_store_sales-latam a span {
  color: #A52C29;
}

#itemdtl_offisicalsite_2 .shop_area .dc_btn span:after {
  background: #fff;
}