@charset "utf-8";
body {
  overflow-x: hidden;
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

#main_bg{
	position: relative;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:1.5rem;
	letter-spacing:0.1rem;
	color:#1E2F42;
}

#main_bg p{
    /*フォントなめらかにするやつ*/
    -webkit-font-smoothing: antialiased;
    transform: rotate(0.03deg);
}

.contents_width{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#header_image>.spimg{
    vertical-align: middle;
}

/*放送日時*/
#onair_wrap{
    background: #E80521;
    position:relative;
    padding: 0.5%;
}
.onair_contentswrap{
	display:flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.fuji_onair{
    font-size: 2rem;
    font-weight: 600;
}
.onair_flexwrap_box{
    background: #11A4D1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}
.tvicon_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.tv_logo{
    width: 90px;
}
.onair_txt{
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.intro_wrap{
    background: #fffcdc;
}

/*導入*/
#intro_wrap {
    position: relative;
    background: #FFFEED;
    padding: 30px 0 63% 0;
}
.intro_map_wrap{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 6em;
}
.intro_txtwrap{
    margin-bottom: 12%;
    width: 95%;
}
.hokkaido_map_wrap{
/* min-width: 500px; */
/* transform: translateX(10%); */
position: relative;
}
.bike_01{
    position: absolute;
    width: 15%;
    opacity: 0;
}
.introtitle_orange{
    display: inline-block;
    /* line-height: 1.9; */
    color: #FF541F;
    background: #fff;
    margin: 0.3rem 0;
    padding: 0.25rem 0.5em;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0.03deg);
}

.introtitle_white{
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: normal;
    position: relative;
    z-index: 2;
    background-color: #FF541F;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0.03deg);
    clip-path: inset(0 100% 0 0);
}
/* .introtitle_base{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FF541F;
	top: 0;
	left: 0;
	z-index: -1;
    clip-path: inset(0 100% 0 0);
} */
.introtxt_small{
    font-size: 2rem;
    margin: 0.4em 0;
}
.intro_txt{
    padding-top: 2rem;
    font-size: 1.6rem;
}

.intro_photo_wrap_box{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.intro_photo_wrap_box::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("../images/bg_green_pt.png") repeat;
    -webkit-mask: url("../images/bg_green.png") no-repeat top center;
    -webkit-mask-size: 100% 100%;
}

.intro_photo_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 2%; */
    justify-items: center;
    padding: 0 0 5em;
}

.intro_ph{
    width: 90%;
    /* max-width: 250px; */
    /* height: auto; */
    margin: 5%;
}


/*スライダーのcss*/
#slider_wrap .slider {
    width: 84%;
    margin:0 auto;
    bottom: 88px;
}

#slider_wrap .slider img {
    width: 80vw;
    height:auto;
}

#slider_wrap .slider .slick-slide {
  transform: scale(0.3);
  transition: all .5s;
  opacity: 0.5;
}

#slider_wrap .slider .slick-slide.slick-current,
#slider_wrap .slider .slick-slide.is-active-next {
  transform: scale(1);
  opacity: 1;
}
#slider_wrap .slick-prev, 
#slider_wrap .slick-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    outline: none;
    height: 20px;
    width: 20px;
}
#slider_wrap .slick-prev:before,
#slider_wrap .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #ff541f;
    -webkit-font-smoothing: antialiased;
}

#slider_wrap .slick-dots {
    text-align:center;
    margin: 30px 0 0 0;
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#slider_wrap .slick-dots li.slick-active button:before{
    color: #ff541f;
}

#slider_wrap.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 5px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #919191;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*番宣*/
#intro_wrap::after{
    content: "";
    display: block;
    background: url("../images/bg_wave.png") no-repeat top center;
    background-size: cover;
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#maincont_wrap{
    position: relative;
    z-index: 0;
}
.bg_wave_wrap{
    background-image: url("../images/bg_wave_pt.png");
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: repeat;
    padding: 15% 0 40%;
}
.maincont_movie_wrap{
    position: relative;
    z-index: 0;
    bottom: 40%;
    margin-bottom: 36%;
    
}
.maincont_movie_wrap::before{
    content: "";
    width: clamp(120px, 30vw, 400px);
    aspect-ratio: 1 / 1;
    background: url("../images/dot1.png") no-repeat;
    position: absolute;
    bottom: -50%;
    left: -2%;
    z-index: -1;
    background-size: contain;
}

.maincont_movie_wrap::after{
    content: "";
    width: clamp(90px, 30vw, 400px);
    aspect-ratio: 1 / 1;
    background: url("../images/dot2.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -35%;
    right: 0;
    z-index: -1;
}
#maincont_wrap .maincont_movie {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 8px;
    border-radius: 15px;
    border: 10px solid #11A4D1;
    /* outline-offset: -10px; */
}
#maincont_wrap .ytCont {
	position:relative;
	width: 100%;
	padding-top: 56.25%;
	order: 1;
}
#maincont_wrap .ytCont iframe {
	position:absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.movieimg_wrap{
    
}
.hotate{
    width: 15vw;
    position: absolute;
    top: -33%;
    left: 9%;
    z-index: -1;
    object-fit: cover;
    animation: hotateupdown 5s ease-in-out infinite;
}
.crab{
    width: 25vw;
    position: absolute;
    bottom: -45%;
    right: 0;
    z-index: -1;
    object-fit: cover;
    animation: crabupdown 5s ease-in-out infinite;
}
@keyframes hotateupdown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes crabupdown {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

/*出演者*/

.maincont_guest_wrap{
    position: relative;
    margin: 50% 0;
}
.maincont_guest_wrap::before{
    content: "";
    background: url("../images/bg_green1.png") no-repeat;
    height: 60vw;
    width: 40vw;
    background-size: 40vw;
    position: absolute;
    top: 112%;
    left: 0;
}
.soft{
    background: url("../images/soft.png") no-repeat;
    height: 25vw;
    width: 16vw;
    background-size: contain;
    position: absolute;
    top: 103%;
    left: 3%;
    transform: rotate(-60deg);
    transform-origin: bottom left;
    opacity: 0;
}
.contbox{
    background: #fff;
    /* max-width: 1200px; */
    /* width: 90%; */
    position: relative;
    padding: 20px;
    margin: 0 auto 5%;
    border-radius: 15px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
    
   /* opacity: 0;*/
    /* transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease; */
}
.contbox.active{
    opacity: 1;
    transform: translateY(0);
}
.midtitle_fit{
    max-width: 300px;
    width: 80%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.guest_title{
    margin-bottom: 10px;
}
 .guest_ph_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.guest_ph_box{
   width: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   box-sizing: border-box;
   padding: 20px;
}

.guest_ph{
    width: 100%;
}

.guestname{
    font-size: 1.6rem;
    margin-top: 10px;
}

.midtitle_up{
    max-width: 300px;
    width: 80%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*インタビュー*/
.interviewtitle_wrap{
    position: relative;
    /* z-index: 0; */
}
.interview_commenttitle{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff541f;
    font-size: 2.4rem;
    border-bottom: solid 2px #ff541f;
    padding-bottom: 10px;
    margin-bottom: 0.7em;
    gap: 2rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: #ff541f;
}
.interview_titletxt{width: 80%;}
.Q_icon{
    content: "";
    background: url("../images/Q.svg") no-repeat center;
    height: 45px;
    width: 45px;
}
.interview_commentbox{
    gap: 5rem;
}
.comment_wrap{
    width: 100%;
    padding: 0 0 1em;
}
.commenttext_wrap{
    display: flex;
    gap: 1rem;
    padding: 10px 0;
}
.name_icon{
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    align-content: center;
    color: #fff;
    /* padding: 3px 12px; */
    border-radius: 100px;
    /* font-size: 1.5rem; */
}
.yahagi_name{
    background: #30af34;
}
.toshi_name{
    background: #0496d7;
}
.ando_name{
    background: #ff784e;
}
.taka_name {
    background: #ff2a2a;
}
.commenttext{
    width: 90%;
}
.comment_reverse{
	flex-direction: row-reverse;
}
.commentph_wrap {
    /* width: 580px; */
}
.interview_ph{
    width: 100%;
}

.bg_green{
    height: 490px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: -1;
}
.bg_green::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg_green_pt.png") repeat;
    -webkit-mask: url("../images/bg_green2.png") no-repeat bottom center;
    -webkit-mask-size: cover;
    mask: url("../images/bg_green2.png") no-repeat bottom center;
    mask-size: cover;
}

.bike_svg{
    position: absolute;
    bottom: 15%;
    left: 40%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.bike_02 {
    position: absolute;
    width: 25vw;
    min-width: 100px;
    /* top: 180px;
    left: 0;
    transform: translateX(100px); */
}


/*ナレーション*/
.bg_green_wrap{
    background-image: url("../images/bg_green_pt.png");
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: repeat;
    padding: 9% 0 0;
}
.narration_wrap{
    margin-bottom: 15%;
}
.narration_wrap_box{
    margin-top: 30px;
}
.narration_title{
}
.narration_ph_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.narration_ph{
    width: 100%;
}
.narrationname{
    font-size: 1.6rem;
}
.narration_txtwrap_box{
    display: flex;
    flex-direction: column;
}
.narration_txtwrap{
     padding: 1em 0;
}
.narration_txttitle{   
    color: #ff541f;
    font-weight: 700;
}

/*ロケ地*/
#location_wrap{
    /*opacity: 0;*/
    /* transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease; */
}
 
/* #location_wrap.active{
    opacity: 1;
    transform: translateY(0);
} */
.location_titlewrap{
text-align: center;
}

.midtitle{
    max-width: 300px;
    width: 80%;
    margin-bottom: 30px;
}
.location_area {
	display: inline-block;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 6% 0 3%;
	margin-bottom: 2%;
	/* font-size:120%; */
	background: #de9000;
	color: #FFF;
	box-sizing: border-box;
}

.shop_wrap {
    margin: 0 auto 2em;
    padding: 1.2em;
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
.shop_image {
	width: 100%;
}
.shop_textwrap {
}
.shop_name {
	font-size: 120%;
	margin-bottom: 2%;
}
.map_icon {
	width:18px;
	vertical-align:bottom;
	margin-right:1%;
	filter: brightness(0) saturate(100%) invert(92%) sepia(96%) saturate(7443%) hue-rotate(329deg) brightness(108%) contrast(102%);
}
.map_link {
	display:block;
	/* width: 225px; */
	background: #449b00;
	margin: 4% 0 0 0;
	padding: 2% 3% 2.5%;
	color:#fff;
	border-radius:6px;
	text-align: center;
}
.officialsns_wrap {
	font-weight:800;
	padding: 7% 0 12%;
}
.officialsns_wrap >a {
	display:block;
	margin:0 auto;
	padding: 4% 0;
	text-align:center;
	width: 90%;
	font-size:120%;
	color:#fff;
	background:#000;
	border-radius:6px;
}
.sp_none {
	display: none;
}

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}