@charset "utf-8";

/*======================


SP用　販売サイト・販売エリア、注記パーツ用　css
parts_common.css

======================*/
.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;
    display: none;
}
.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: 60px auto 0;
  padding-top: 0;
}
.cmn_contents_inner{
    width: 1000px;
    margin: 0 auto;
    background: rgba(255,255,255,0);
/*    padding: 40px;*/
}

/*------------------------
btn_link
--------------------------*/
.btn_link {
    width: 380px;
    max-width: 35%;
    margin: auto;
}
.btn_link a{
	display: block;
    position: relative;
    padding: 15px 35px 15px 15px;
    font-size: 18px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,.25);
	border-radius: 50px;
	font-weight: 700;
	color: #3B3B3B;
	text-align: center;
	transition: all .2s;
}
.btn_link a:hover{
	background: linear-gradient(90deg, #716e6a 0%, #433623 100%);
	color: #fff;
}
.btn_link a:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	mask: url(/img/common/ico_arrow_rt.png) no-repeat center center;
  -webkit-mask: url(/img/common/ico_arrow_rt.png) no-repeat center center;
  background: #433623;
    width: 13px;
    height: 13px;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.btn_link a:hover:after{
    background: #fff;
}
.other_link_btn a {
	color: #3B3B3B;
    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: #433623;
    mask: url(/img/common/ico_blank_link.png) no-repeat center center;
    -webkit-mask: url(/img/common/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: #433623;
    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;
    z-index: 1;
    position: relative;
}

#salessite .howtobuy .howtobuy_txt01{
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.8;
    font-weight: 700;
}
#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;
    font-weight: 600;
}
#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: #ddd;
    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;
}
.officialsite .cmn_bnr img{
    outline: 1px solid #741415;
    width: auto;
}

.tab_panel[data-area="jp"] .officialsite .cmn_bnr:last-of-type img{
    outline: 1px solid #afafaf;
}


/*--注記--*/
#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;
}