@charset "shift_jis";

body {
	background-color: #f4f4f4;
}

#wrap .inner {
	width: auto;
}

.travelgift-content {
	z-index: 2;
}


.p-intro-txtbox .c-nav-btn__link,
.p-feature-type__box .c-btn-cmn--mid,
.c-btn--purchase,
.c-other-list .c-buy-list__btn {
	color: #fff;
}


.p-intro-txtbox .c-nav-btn__link {
    position: relative;
    width: 360px;
    height: auto;
    font-size: 2.4rem;
}
.c-btn--purchase__link {
    background: #c81528;
    color: #fff;
}


/* .heading--line:after */
.heading--line:after {
	width: 68px;
}
.block h2.heading--line:after,
.heading-secondary.heading--line:after {
	bottom: -10px;
}
.block h2.heading-secondary,
.heading-secondary {
	margin-bottom: 20px;
}


/* p-intro-imgbox */
.p-intro-imgbox {
	/* flex-basis: 508px; */
	width: 525px;
	flex-basis: 525px;
}
.p-intro-imgbox .p-intro-area-card {
	display: flex;
	justify-content: space-between;
}
.p-intro-imgbox .p-intro-area-card .p-intro-card-item {

}
.p-intro-imgbox .p-intro-area-card .p-intro-card-item figcaption {
	text-align: center;
	font-size: 14px;
}
.p-intro-imgbox .p-intro-feature {
	width: 508px;
	flex-basis: 508px;
	margin-left: 6px;
	margin-top: 30px;
}
.p-intro-usage-box {
	width: 508px;
	margin-left: 6px;
	margin-top: 30px;
	border: 2px solid #000;
	padding: 10px;
	text-align: center;
}
.txt_caution {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #c81528 !important;
}
.p-intro-txtbox .txt_caution {
	width: 360px;
}


/* heading-secondary--underLine */
.heading-secondary--underLine {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 2px solid #000;
    padding: 0 16px 8px;
}
.travelgift .heading-secondary--underLine {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    line-height: 1 !important;
}
.heading-secondary--normal {
    letter-spacing: 0;
}
.travelgift .heading-secondary--underLine .heading--en {
    margin-top: 0;
}

/* p-feature-imgtxt */
.p-feature-imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
.p-feature-imgtxt-img {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    max-width: 280px;
}
.p-feature-imgtxt-speechBubble {
    position: relative;
    border: 1px solid #ccc;
    background-color: #ffffff;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
    margin-left: 60px;
    padding: 33px 0 36px;
    font-size: 2.2rem;
    font-weight: 500;
}
.p-feature-imgtxt-speechBubble::after,
.p-feature-imgtxt-speechBubble::before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.p-feature-imgtxt-speechBubble::before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 21px;
    margin-top: -21px;
}
.p-feature-imgtxt-speechBubble::after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}


/* p-feature */
.p-feature {
	margin-top: 80px;
}
.p-feature.p-feature-01 {
	margin-top: 0;
}

/* p-feature-01 */
.p-feature-01 .p-feature-imgtxt-speechBubble {
	flex-basis: 540px;
    max-width: 540px;
    margin-left: 40px;
}
.p-feature-01 .p-feature-imgtxt-speechBubble p {
	font-size: 18px;
}
.p-feature-01 .p-feature-01-bubble-caption {
	width: 860px;
	margin: 10px auto;
	text-align: left;
}
.p-feature-01 .p-feature-01-bubble-caption p {
	font-size: 12px;
}


/* p-feature-01-scene */
ul.p-feature-01-scene {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/* -- ?½?½?½?½?½?½?½?½ -- */
	justify-content: space-between;/* -- ?½?½?½[?½?½?½?½ -- */
	justify-content: left;/* -- ?½?½?½?½?½?½ -- */
}
ul.p-feature-01-scene li{
	width:50%;
	height:170px;
	background-color:#fff;
	text-align: left;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	position:relative;
	padding-left:80px;
}
ul.p-feature-01-scene li:nth-child(1),
ul.p-feature-01-scene li:nth-child(2){
	padding-top:23px;
	border-bottom:solid 1px #999;
}
ul.p-feature-01-scene li:nth-child(3),
ul.p-feature-01-scene li:nth-child(4){
	padding-top:40px;
}
ul.p-feature-01-scene li:nth-child(1),
ul.p-feature-01-scene li:nth-child(3){
	border-right:solid 1px #999;
}
ul.p-feature-01-scene li a{
	display:block;
	transition: all 0.2s;
}
ul.p-feature-01-scene li a:hover{
	opacity:0.8;
}
ul.p-feature-01-scene li .pic{
	position:absolute;
	right:68px;
	top:20px;
}
ul.p-feature-01-scene li h3{
	font-size:30px;
	line-height:42px;
	font-weight:bold;
}

ul.p-feature-01-scene li .text{
	font-size:14px;
}
ul.p-feature-01-scene li .detail{
	font-size:13px;
	color:#125687;
	padding:6px 0 0 0;

}
ul.p-feature-01-scene li .detail img{
	display:inline-block;
	width:10px;
	padding-bottom:3px;
	margin-left:5px;
}


/* p-feature-02 */
.p-feature-02 .p-feature-imgtxt-speechBubble {
	flex-basis: 500px;
    max-width: 500px;
    margin-left: 40px;
}
.p-feature-02 .p-feature-imgtxt-speechBubble p {
	font-size: 18px;
}

/* p-feature-03 */
.p-feature-03 {

}
.p-feature-03 .p-feature-type__box {
	position: relative;
}
.p-feature-03 .p-feature-type__items {

    min-height: 165px;
}
.p-feature-03 .p-feature-type__items .p-feature-type__box__img {
	min-height: 140px;
}
.p-feature-03 .p-feature-type__items:nth-child(1) .p-feature-type__box__txt {
	align-items: flex-start;
	text-align: left;
}
.p-feature-03 .p-feature-type__items:nth-child(1) .p-feature-type__box__img {
	min-height: 165px;
}
.p-feature-03 .p-feature-type__items:nth-child(1) .p-feature-type__box__img img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 163px;
}
.p-feature-03 .p-feature-type__items:nth-child(2) .p-feature-type__box__txt {
	flex-basis: 164px;
    max-width: 164px;
	text-align: left;
}
.p-feature-03 .p-feature-type__items:nth-child(2) .p-feature-type__box__img {
	flex-basis: 156px;
    max-width: 156px;
}
.p-feature-03 .p-feature-type__items:nth-child(3) .p-feature-type__box__txt {
	flex-basis: 170px;
    max-width: 170px;
	text-align: left;
}

/* p-faq */
.p-faq .block {
	border-top: none;
    padding-top: 0;
    margin-bottom: 80px;
}
.p-faq .block .heading-secondary {
    margin-bottom: 40px;
}

.c-howtoBuy__btn {
    position: relative;
    width: 360px;
    height: 60px;
    margin: 60px auto 0;
    font-size: 2.4rem;
}
.c-btn--contact__link,
.c-btn--purchase__link,
.c-btn--guide__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 2.1px 2.1px 3px 0 rgb(0 0 0 / 5%);
    box-shadow: 2.1px 2.1px 3px 0 rgb(0 0 0 / 5%);
}
.c-footer-cv__ico {
    font-size: 2.7rem;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* c-other-list */
.c-other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 46px;
}
.c-other-list__items {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
    padding-bottom: 20px;
    text-align: center;
}
.c-other-list__items + .c-other-list__items {
    border-left: 1px solid #ccc;
}
.c-other-list__items .c-buy-list__ico {
    font-size: 4.6rem;
}
.c-other-list__ttl {
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: 500;
}
.c-other-list__txt {
    margin-bottom: 30px;
    font-size: 1.3rem;
}
.c-buy-list__btn {
    margin-top: 10px;
}
.c-other-list .c-buy-list__btn {
    margin-left: auto;
    margin-right: auto;
}
.c-other-list__items .c-buy-list__ico {
    font-size: 4.6rem;
}
.c-other-list .c-buy-list__btn {
    margin-left: auto;
    margin-right: auto;
}
.c-btn-cmn--sm._pdf {
    padding-right: 26px;
    font-size: 1.8rem;
}

/* c-other-list__box */
.c-other-list__box {
    background-color: #f7f7f7;
    border: 1px solid #dbdddf;
    margin-top: 40px;
    padding: 18px 0px 20px;
    text-align: center;
    font-size: 1.3rem;
}

/* .c-footer-purchase-inner */
.c-footer-purchase-inner {
    max-width: 980px;
    margin: 0 auto;
	padding: 0px 0px;
}

/* c-footer-purchase-explain */
.c-footer-purchase-explain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}
.c-footer-purchase-explain__items {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}
.c-footer-purchase-explain__items--border {
    height: 300px;
    border: solid 1px #dbdddf;
    padding: 20px;
    text-align: center;
}
.c-footer-purchase-explain__ttl {
    margin-bottom: 10px;
    font-weight: bold;
}
.c-footer-purchase-explain__text {
    font-size: 1.3rem;
}

.c-footer-purchase-explain__caption {
    margin-top: 6px;
    font-size: 1.2rem;
    color: #c81528;
    text-align: left;
}


.c-footer-purchase-brand__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c81528;
    width: 200px;
    height: 50px;
    margin: 40px auto 0;
    font-size: 1.8rem;
    color: #fff;
    -webkit-box-shadow: 2.1px 2.1px 3px 0 rgb(0 0 0 / 15%);
    box-shadow: 2.1px 2.1px 3px 0 rgb(0 0 0 / 15%);
}
.c-footer-purchase-brand__link .icon-cart {
    margin-left: 12px;
    font-size: 1.6rem;
}


/* p-wrapping */
.p-wrapping-img {
    width: 400px;
    height: 0;
    padding-bottom:20%;
	margin: 40px auto;
	text-align: center;
    position: relative;
}
.p-wrapping-img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-wrapping-img .pic{
    width: 100%;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.p-wrapping-img .pic img{
    width: 100%;
}
.p-wrapping-img .btn{
    position: absolute;
    bottom:0;
    right:-50px;
}


/* c-contactInfo */
.c-footer-purchase-inquiry {
    width: 800px;
    margin: 0 auto;
}
.c-footer-purchase-inquiry__ttl {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.c-footer-purchase-inquiry__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #dbdddf;
    margin-top: 12px;
    padding: 18px 0;
}
.c-footer-purchase-inquiry__item {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.c-footer-purchase-inquiry__item:nth-child(2) {
    border-left: 1px solid #dbdddf;
    font-size: 3.2rem;
    letter-spacing: 2.56px;
}
.c-footer-purchase-inquiry__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-footer-purchase-inquiry__item .bg_black {
    background: #333;
    margin-top: 2px;
    margin-right: 12px;
    padding: 0 12px 1px;
    font-size: 1.3rem;
    color: #fff;
}
.c-footer-purchase-inquiry__item .icon-tel {
    font-size: 3rem;
}

.c-footer-purchase-inquiry__text {
    margin-top: 6px;
    font-size: 1.2rem;
}

/* caution */
.notprovide_caution{
	color: #C81528;
	font-style: normal;
}

/* site_link */
.site_link a{
    text-decoration: underline;
}

