@charset 'UTF-8';
/*  Add Custom CSS here.  */

@media (min-width:0px) and (max-width:767px){
    .sp-none{
        display: none !important;
    }
}

@media (min-width:768px){
    .pc-none{
        display: none !important;
    }
}

.mt-1{
    margin-top: 7rem;
}

a img:hover{
    opacity: .7;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }

h2 span{
    font-size: 1.8em;
}

.text-red{
    color: #d60516;
}

@media (min-width:0px) and (max-width:991px){
    .icons{
        display: flex;
        flex-wrap: wrap;
    } 
}

.steps{
    display: flex;
    flex-wrap: wrap;
}

.steps img{
    max-width: 100px;
    display: block;
    margin: auto;
}

.steps .col:not(:last-child){
    border-right: 1px solid #c0c0c0;
    position: relative;
}

.steps .col:not(:last-child)::before{
    position: absolute;
    content: '';
	right: -16px;
    top: 50%;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #c92535;
}

@media (min-width:0px) and (max-width:991px){
    .steps .col:not(:last-child){
        border-right: none;
        border-bottom: 1px solid #c0c0c0;
        position: relative;
    }
    .steps .col:not(:last-child)::before{
        content: none;
    }

    .steps .col:not(:last-child)::after{
        position: absolute;
        content: '';
        right: 50%;
        bottom: -16px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 8px solid #c92535;
        transform: rotate(90deg);
    }
    .steps .col{
        width: 100%;
        padding-bottom: 15px;
    }
}

.purchase img{
    max-width: 350px;
    display: block;
    margin: auto;
}

html #headerWrap, html #headerWrap div, html #headerWrap div div {
    background-color: #c92535  !important;
    color: #fff;
}

#breadcrumbs {
	margin-top: 15px;
}

#headerWrap[hidden] {
	display: none;
}

#footerWrapper .bottom_image_list_image {
	max-width: 256px;
	margin-left: auto;
    margin-right: auto;
}

.tp-badge-container {
    position: relative;
}

.tp-badge {    
    padding-top: 1px;
    top: -10px;
    right: -10px;
    position: absolute;
    background: #d60516;
    text-align: center;
    font-size: 10px;
    border-radius: 100%;
    color: white;
    border: 1px solid #d60516;
    widtH: 15px;
    height: 15px;
}

.footer__form ._marketing-by {
    display: none;
}
.footer__form button[type=submit] {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: calc(100 / 534 * 100%);
    height: 40px;
    padding: 5px 10px;
    background: #d60516;
    color: #fff;
    border-width: 0;
}

.sp .footer__form button[type=submit] {
    width: 100%;
}

.footer__form ._form-label {
    display: none;
}

.footer__form button[type=submit]:hover {
    opacity: 0.7
}

html .is-selected .pika-button {
    background-color: #d60516;
    border-color: #d60516;
    box-shadow: inset 0 1px 3px #d60516;
}
html .pika-button:hover {
    background-color: #d60516;
    border-color: #d60516;
    opacity: 0.7;
}
html .is-today .pika-button {
    color: #d60516;
}

/*#tp_detail_section .ui-selectmenu-button {
    width: 100% !important;
    font-size: 16px;
    border: lightgray 1px solid !important;
    border-radius: 0px;
}*/


.header_footer .header__navi .header__ul01 ul li a {
    height: auto;
    min-height: 50px;
}


.scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box div img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
  }

/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }