@charset "UTF-8";

p{margin: 0;}
a img:hover{opacity: 1;}
.thai_wrap img,.sale_con img{width: auto;}


.mv_pc{
	width: 100%;
    height: 0;
    padding-top: 50%;
    background-image: url(img/thai_mv_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mv_pc img{
	max-width: 1411px;
    width: 85%;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.content_wrap{
	background-image: url(img/bg_b.jpg);
    background-size: contain;
    background-position: center;
}
.thai_wrap{
	background-color: #f29bbe;
    max-width: 1025px;
    width: 93%;
    margin: 0 auto;
}
.thai_wrap a,.shop_con a{
	text-decoration: none;
}
.thai_wrap a:hover,.shop_con a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.sale{
	margin: -5% auto 0;
    padding: 30px 20px 15px;
    max-width: 650px;
    width: 92%;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.sale p{
	font-size: 11px;
}
.sale h2{
	color: #e61673;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.sale h2 span{
	font-size: 0.75em;
}
.sale_con{
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.img_ma{margin-top: -40px;}

.sale_right{
	text-align: center;
    margin-left: 25px;
}
.sale_right img{
	width: 140px;
}
.support{
	text-align: left;
    margin: 0 auto;
}
.support img{
	float: left;
    margin-right: 10px;
    margin-left: 10px;
}
.support p:nth-of-type(2){
	text-indent: 3em;
}

.thai_wrap .hanko{
	position: absolute;
    width: 236px;
    top: -75%;
    left: -25%;
}
.thai_wrap .zou{
	position: absolute;
    width: 115px;
    top: -51%;
    right: 12%;
}

.thai_con{
	max-width: 860px;
    width: 92%;
    text-align: center;
    padding: 55px 0 40px;
    margin: 0 auto;
}
.thai_con_txt{}
.thai_con_txt h3{
	color: #fccf00;
    font-size: 24px;
    font-weight: bold;
    background-image: url(img/txt_bg_pc.png);
    background-position: center;
    background-size: cover;
    padding: 14px 0 12px;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
}
.thai_con_txt p{
	font-size: 16px;
    line-height: 1.9em;
}
.thai_con_txt h4{
	color: #6a1784;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-bottom: 10px;
}
.thai_con_txt h4::before {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 19px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(img/txt_deco1.png);
  background-size: contain;
  vertical-align: baseline;
  margin-right: 8px;
}
.thai_con_txt h4::after {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 19px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(img/txt_deco1b.png);
  background-size: contain;
  vertical-align: baseline;
  margin-left: 8px;
}

.thai_con_item{
	display: flex;
    flex-wrap: wrap;
}

.item_con,.item_con_not{
	display: inline-block;
    background-color: #fff;
    padding: 15px;
    width: 23.4%;
    margin: 0.8%;
    position: relative;
}
.item_con a::after{
    content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(img/arrow3.png);
  background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*.item_con_not::before{
    content: '';
	width: 100%;
    height: 100%;
    background-color: rgba(210, 210, 210, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}*/
/*.item_con_not::after{
    content: '現在お取り扱いして\Aおりません';
    font-size: 14px;
    white-space: pre;
    position: absolute;
    width: 80%;
    top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}*/

.item_con img,.item_con_not img{
	width: 100%;
	padding: 10px;
}
.item_con p:nth-of-type(1),.item_con_not p:nth-of-type(1){
	color: #333;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_con p:nth-of-type(2),.item_con_not p:nth-of-type(2){
	color: #fff;
    font-size: 13px;
    background-color: #6a1784;
    padding: 10px;
    border-radius: 30px;
    position: relative;
}
.item_con p:nth-of-type(2)::after{
	content: '';/*何も入れない*/
	display: inline-block;
	width: 13px;/*画像の幅*/
	height: 10px;/*画像の高さ*/
	background-image: url(img/arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	right: 12px;
}
.item_con_not{
	pointer-events: none;
	position: relative;
}
.item_con_not p:nth-of-type(2){
	font-size: 0;
}
.item_con_not p:nth-of-type(2)::before{
	content: '現在お取り扱いしておりません';
	font-size: 11px;
    letter-spacing: -0.1em;
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    position: static;
    transform: translateY(0%);
}
.item_con_not p:nth-of-type(2)::after{
	content: none;
}


.shop_con{
	text-align: center;
	padding-top: 40px;
}
.shop_con h4{
	font-size: 16px;
	color: #333;
    font-weight: bold;
}
.shop_con h4::before {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 16px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url(img/txt_deco2.png);
  background-size: contain;
  vertical-align: bottom;
  margin-right: 8px;
}
.shop_con h4::after {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 16px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url(img/txt_deco2b.png);
  background-size: contain;
  vertical-align: bottom;
  margin-left: 8px;
}
.shop_con img{
	width: 216px;
	margin: 10px 0 20px;
}

.item_btn,.shop_btn{
	max-width: 400px;
	width: 80%;
    display: inline-block;
    border-radius: 40px;
    transition: 0.3s;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.item_btn p,.shop_btn p{
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.item_btn p::after,.shop_btn p::after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 15px;/*画像の幅*/
	height: 12px;/*画像の高さ*/
	background-image: url(img/arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	right: 20px;
}
.item_btn{
	background-color: #6a1784;
    padding: 18px 30px;
    margin-bottom: 50px;
}
.item_btn img{
	width: 34px;
}

.shop_btn{
	background-color: #13a555;
    padding: 21px 30px;
}

.annotation{
	max-width: 1025px;
    width: 93%;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}
.annotation ul{
	text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 880px;
}

.pc_only{display: block;}
.sp_only{display: none;}
.sp_only50{display: none;}

/*レスポンシブ対応*/
@media screen and (max-width: 1350px){
.thai_wrap .hanko {
    position: absolute;
    width: 217px;
    top: -70%;
    left: -23%;
}
.thai_wrap .zou {
    right: 18%;
}
}

@media screen and (max-width: 1200px){
.thai_wrap .hanko{
    left: -18%;
}
.item_con, .item_con_not{
	width: 31%;
    margin: 1%;
}
}

@media screen and (max-width: 1100px){
.sale h2{font-size: 28px;}
}

/*レスポンシブ～TB*/
@media screen and (max-width: 800px){
.thai_wrap .hanko{
	width: 180px;
    top: -49%;
    left: -17%;
}
.thai_wrap .zou{
	width: 80px;
    top: -35%;
    right: 0%;
}
.sale h2{
	font-size: 24px;
}
.sale p {
	font-size: 10px;
}
.support{
	width: 93%;
}
.thai_con{
	padding: 35px 0 40px;
}
.thai_con_txt h3{
	font-size: 20px;
	margin-bottom: 26px;
}
.thai_con_txt p{
	font-size: 14px;
}
.thai_con_txt h4{
	font-size: 17px;
    letter-spacing: 0.05em;
    margin-top: 29px;
}
.item_con p:nth-of-type(1), .item_con_not p:nth-of-type(1){
	font-size: 13px;
}
.item_con p:nth-of-type(2), .item_con_not p:nth-of-type(2){
	font-size: 12px;
}
.item_con_not p:nth-of-type(2){
	font-size: 0;
}
.item_con_not p:nth-of-type(2)::before{
	font-size: 10px;
}
.item_btn p, .shop_btn p{
	font-size: 16px;
}

}

/*SP*/
@media screen and (max-width: 700px){
.mv_sp{
	width: 100%;
    height: 0;
    padding-top: 150%;
    background-image: url(img/thai_mv_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.mv_sp img{
	width: 100%;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.sale{
    padding: 26px 20px 15px;
}
.sale_con{
	margin-bottom: 10px;
}
.sale_con img{
	width: 35%;
	height: 100%;
}
.sale_con .support img{
    width: 45%;
}
.sale_right{
	width: 63%;
    margin-left: 2%;
}
.sale h2{
	font-size: 5.4vw;
    line-height: 1.1em;
}
.support{
	width: 100%;
    text-align: center;
}
.support img{
	float: none;
    margin-bottom: 9px;
    margin-right: -10px;
}
.support p:nth-of-type(2) {
    text-indent: 2em;
}
.thai_wrap .hanko{
	width: 47%;
    top: initial;
    bottom: 100%;
    left: -21%;
}
.thai_wrap .zou{
	width: 18%;
    top: initial;
    bottom: 100%;
    right: 7%;
}
.thai_con{padding: 35px 0 30px;}
.thai_con_txt p{
	text-align: left;
}
.thai_con_txt .txt_ind{
	line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
}
.thai_con_item{
	justify-content: space-between;
}
.item_con, .item_con_not {
    width: 48%;
    margin: 0 0 4% 0;
}

.item_con p:nth-of-type(2)::after{
	right: 7px;
}

.item_btn p,.shop_btn p{
    font-size: 14px;
    text-align: center;
}
.item_btn{
	margin-bottom: 38px;
}

.annotation{
	font-size: 10px;
}
.item_con_not::after{
    font-size: 13px;
}

.pc_only{display: none;}
.sp_only{display: block;}
}

@media screen and (max-width: 500px){
.sale{padding: 25px 20px 15px;}

.thai_con_txt h3{
	line-height: 1.4em;
	background-image: url(img/txt_bg_sp.png);
}
.item_con p:nth-of-type(2), .item_con_not p:nth-of-type(2){
	padding: 10px 1em;
    text-indent: -0.8em;
}
.item_btn{
	width: 93%;
}
.item_btn p{
	line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_btn p img{
	margin-right: 15px;
}

.sp_only50{display: block;}
}

@media screen and (max-width: 400px){

}