body{
    font-family: 'Noto Sans JP', sans-serif;
}

.info{
    font-weight: bold;
    color: #404040;
}

h1{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    /* font-size:26px; */
    font-size: clamp(1.25rem, 0.768rem + 1.43vw, 1.625rem);
    vertical-align:baseline;
    background:transparent;
    line-height: inherit;
}

.fancybox-button--play{
    display: none;
}

.carousel-indicators{
    bottom: -4rem;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #E6DFDA;
    margin:5px;
    
 }

 .carousel-pn{
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    margin:0 !important;
    outline: none;
    opacity: 1 !important;
 }

 .carousel-prev{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23404040'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
 }

 .carousel-next{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23404040'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 }


.carousel .carousel-indicators button.active {
    background-color: #EA650D;
}

footer{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F3EFED;
    font-size: 16px;
    columns: #404040;
    text-align: right;
}

.logo{
    max-width: 30% !important;
    width: 135px;
    margin-right: 15px;
}

.b-border{
    border-width: 2px !important;
}

.a-border{
    /* border: #ea650d solid; */
    border-width: 1px !important;  
}

.accordion-button:hover{

    background-color: #F3EFED;

}

.head{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:27px;
}

.hide{
    visibility: hidden;
}

.after-none::after{
    content: none;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(40px, 5.46875vw, 70px);
    padding:clamp(6px, 0.94vw, 12px);
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px #aaa);
}

.video-box{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.bottom-left {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 16px;
    color: black;
  }

.movie-img{
    max-width: 460px !important;
    width: 100%;
}


.carousel-control-prev,.carousel-control-next{
    opacity: 1 !important;
}

.title{
    margin-top: 13px;
    max-height: 80px;
    margin-bottom: 10px;
}

.kana{
    height: 15px;
}

.main{
    max-height: 280px;
    border-radius: 4px;
}

.item-title{
    color: #EA650D;
    font-size: 24px;
    font-weight: bold;
}

.h4{
    font-size: clamp(16px, 1.25vw, 20px) !important;
    font-weight: bold;
    color: #404040;
}

.accordion-item{
    border-width: 1px;
    border-color: #E6DFDA;
}

.nn-link{
    font-size: clamp(16px, 1.25vw, 20px) !important;
    color: #414141;
    text-decoration: none;
}
.nn-link:hover{
    /* border-bottom: 2px solid #414141; */
    text-decoration: underline;
    text-decoration-thickness: 1px;
    cursor: pointer;
}


.icon-left{
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    margin-left: 10px;
    margin-right: 5px;
}

.title-text{
    padding-bottom: 5px;
    padding-top: 5px;
    color:#404040;
}

.title-katakana{
    font-size: 16px;
    color:#404040;
    font-weight: 900;
}

.img-icon{
    width: 2rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.img-info{
    margin-left: 10px;
    margin-bottom: 20px;   
}

.img-cross{
    position: absolute;
    top:15px;
    right: 15px;
}

.under-border{
    padding-bottom: 0.5rem;
    border: #E6DFDA solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-width: 1px;
}

.pamphlet-box{
    display: flex;
    align-items: center;
}

.continuous-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-button-padding{
    padding-bottom: 48px;
}

@media (max-width: 767.98px) {

    footer{
        text-align: left;
    }

    .title{
        margin-top: 8px;
        max-height: 42px;
        margin-bottom: 5px;
    }
    
    .main{
        max-height: 123px;
    }
    
    .sp-hide{
        visibility: hidden;
    }

    .movie-img{
        max-width: 280px !important;
    }

    p#toolTip{
        left:-80px !important;
    }

    p#toolTip::before {
        margin-right:40px;
        right:0;
    }

    .kana{
        margin-top: 5px;
    }

}

@media (min-width: 768px) {

    .logo-flex{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-end;
    }

    .kana{
        margin-bottom: 20px;
        margin-left: 40px;
    }
    
    .pc-hide{
        visibility: hidden;
    }
}

@media (min-width: 992px) {
    
    .carousel-control-prev{
        margin-left: 80px;
    }
    
    .carousel-control-next{
        margin-right: 80px;
    }
}

@media (max-width: 1199.98px) {
    .top-button-padding{
        padding-bottom: 80px;
    }
}

footer .totop {
	display: none;
	width: calc(100% - 40px);
	max-width: 1280px;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 1000;
	transform: translateX(-50%);
}
footer .totop.stop {
	position: absolute;
	bottom: auto;
}
footer .stop > div{
    top:-70px !important;
}

footer .totop > div {
	position: absolute;
	top: -60px;
	right: 0;
	width: 60px;
	height: 40px;
	background: #ea650d;
	cursor: pointer;
	transition: all .3s;
	border-radius: 4px;
}
footer .totop > div:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 16px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

footer .totop > div:hover {
	background: #e64415;
}

.tooltipBlock {
    position: relative;
}
p#toolTip {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 154px;
    transform: translateX(-50%);
    z-index: 1;
    background: #fff;
    padding: 20px 15px;
    font-size: 16px;
    color:#6d6d6d;
    line-height: 1.8;
    animation: fadeIn 0.6s;
    border-radius: 3px;
    filter: drop-shadow(0px 3px 4px #cac7c7);
    will-change: filter;
    width: 300px;
}
p#toolTip::before {
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -4px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}