@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.7rem;
    color: #1E2F42;
    /*font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:1.7rem;
	color:#1E2F42;*/
}

#main_bg p{
    /*フォントなめらかにするやつ*/
    -webkit-font-smoothing: antialiased;
    transform: rotate(0.03deg);
}

#header_image {
    display: block;
    background: #f5f5f1;
    text-align: center;
}

#header_image>.img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}

.contents_width {
    /* display: flex; */
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
}

/*放送日時*/
#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: 3rem;
    font-weight: 600;
}

.onair_flexwrap_box {
    background: #11A4D1;
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding: 1rem;
}

.tvicon_wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.onair_txt {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
}

.intro_wrap {
    background: #fffcdc;
}

/*導入*/
#intro_wrap {
    position: relative;
    background: #FFFEED;
    padding: 60px 0 450px 0;
}

.intro_map_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 75px 0 350px; */
    max-width: 800px;
    width: 70%;
    margin: 0 auto;
}

.intro_txtwrap {
    transform: translateX(-10%);
    z-index: 1;
}

.hokkaido_map_wrap {
    position: relative;
    min-width: 500px;
    transform: translateX(10%);
}

.bike_01 {
    position: absolute;
    width: 15%;
    opacity: 0;
}

.introtitle_orange {
    display: inline-block;
    /* line-height: 1.5; */
    color: #FF541F;
    background: #fff;
    margin: 0.3rem 0;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0.03deg);
}

.introtitle_white {
    display: inline-block;
    position: relative;
    /*line-height: 2;*/
    color: #fff;
    margin: 0.3rem 0;
    padding: 0.5rem 1.2rem;
    font-size: 3rem;
    font-weight: 800;
    white-space: nowrap;
    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;
}

.intro_txt {
    padding-top: 2rem;
    font-size: 2rem;
}

.intro_photo_wrap_box {
    width: 100%;
    height: 390px;
    position: absolute;
    bottom: 10px;
}

.intro_photo_wrap_box::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url("../images/bg_green_pt.png") repeat;

    -webkit-mask: url("../images/bg_green.png") no-repeat top center;
    -webkit-mask-size: 100% 100%;

    mask: url("../images/bg_green.png") no-repeat top center;
    mask-size: 100% 100%;
}


.intro_photo_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    justify-content: center;
    gap: 1rem;

    width: 100%;

    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*スライダーのcss*/
#slider_wrap{
   
}

#slider_wrap .slider {
    width: 96%;
    margin:0 auto;
}

#slider_wrap .slider img {
    /* width: 24vw; */
    max-width: 400px;
    height:auto;
}
#slider_wrap .slide_wrap{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

#slider_wrap .slider .slick-slide {
  transform: scale(0.65);
  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: 30px;
    width: 30px;
}
#slider_wrap .slick-prev:before,
#slider_wrap .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    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;
}
#slider_wrap .event_location{
	position:relative;
}
#slider_wrap .event_fin{
	position:absolute;
	top: 45%;
	left:50%;
	transform: translate(-50%, -50%) rotate( 18deg );
	background: #d42128c2;
	color: #ffffff85;
	font-size: 8rem;
	padding:0 30px;
}



/*番宣*/
#intro_wrap::after {
    content: "";
    display: block;
    background: url("../images/bg_wave.png") no-repeat top center;
    background-size: cover;
    height: 5vw;
    width: 100%;
    position: absolute;
    bottom: -10px;
}

#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: 10% 0 20%;
}

.maincont_movie_wrap {
    position: relative;
    z-index: 0;
}

.maincont_movie_wrap::before {
    content: "";
    display: block;
    background: url("../images/dot1.png") no-repeat;
    height: 24vw;
    width: 24vw;
    background-size: contain;
    position: absolute;
    bottom: -37%;
    left: 14%;
    z-index: -1;
}

.maincont_movie_wrap::after {
    content: "";
    background: url("../images/dot2.png") no-repeat;
    height: 22vw;
    width: 22vw;
    background-size: contain;
    position: absolute;
    top: -34%;
    right: 14%;
    z-index: -1;
}

#maincont_wrap .maincont_movie {
    width: 45%;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    border: 18px 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;
}

.hotate {
    width: 10vw;
    position: absolute;
    top: -28%;
    left: 11%;
    z-index: -1;
}

.hotate {
    display: block;
    width: 11vw;
    position: absolute;
    top: -16%;
    left: 9%;
    z-index: -1;
    object-fit: cover;
    animation: hotateupdown 5s ease-in-out infinite;
}

.crab {
    width: 15vw;
    position: absolute;
    bottom: -31%;
    right: 6%;
    z-index: -1;
    object-fit: cover;
    animation: crabupdown 5s ease-in-out infinite;
}

@keyframes hotateupdown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes crabupdown {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}



/*出演者*/
.maincont_guest_wrap {
    position: relative;
    margin: 15% 0;
}

.maincont_guest_wrap::before {
    content: "";
    display: block;
    background: url("../images/bg_green1.png") no-repeat top center;
    height: 897px;
    width: 682px;
    position: absolute;
    top: 610px;
}

.soft {
    background: url("../images/soft.png") no-repeat;
    height: 17vw;
    width: 12vw;
    background-size: contain;
    object-fit: contain;
    position: absolute;
    top: 104%;
    left: 5%;
    transform: rotate(-60deg);
    transform-origin: bottom left;
    opacity: 0;
}

.contbox {
    background: #fff;
    position: relative;
    padding: 40px;
    margin: 0 auto 5%;
    border-radius: 30px;
    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; */
    /* width: 90%; */
}

/*.contbox.active{
    opacity: 1;
    transform: translateY(0);
}*/

.midtitle_fit {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.guest_title {
    margin-bottom: 10px;
}


.guest_ph_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 auto;
}

.guest_ph_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc((100% - 20px) / 2);
    gap: 20px;
    padding: 4rem;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}

.guest_ph {
    width: 100%;
    /* width: 250px; */
    /* margin: 0 auto; */
}

.guestname {
    
white-space: nowrap;
}

.midtitle_up {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*インタビュー*/

#interview_wrap {

    margin: 18% 0 0 0;
}

.interviewimg_wrap {
    width: 9vw;
    position: absolute;
    top: 43%;
    left: 3%;
}

.soft {}

.interviewtitle_wrap {
    position: relative;
    z-index: 0;
}

.interview_commenttitle {
    display: flex;
    align-items: center;
    color: #ff541f;
    font-size: 2.4rem;
    border-bottom: solid 2px #ff541f;
    padding-bottom: 10px;
    margin-bottom: 30px;
    gap: 1rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: #ff541f;
}

.interview_titletxt {}

.Q_icon {
    content: "";
    display: inline-block;
    background: url("../images/Q.svg") no-repeat center;
    height: 45px;
    width: 45px;
}

.interview_commentbox {
    display: flex;
    gap: 5rem;
}

.comment_wrap {
    width: 100%;
}

.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{
    background: url("../images/bg_green2.png") no-repeat bottom center;
    background-size: cover;
    height: 490px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}*/
.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: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.bike_02 {
    position: absolute;
    top: 40%;
    width: 20vw;
    max-width: 300px;
    min-width: 100px;
    opacity: 0;
    /* 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: 3% 0 0;
}

.narration_wrap {
    margin-bottom: 7%;
}

.narration_wrap_box {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.narration_ph_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 100%; */
}

.narration_ph {
    /* min-width: 230px; */
    width: 100%;
}

.narration_txtwrap_box {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
}

.narration_txtwrap {
    /* display: flex; */
    padding: 20px 0;
}

.narration_txttitle {
    color: #ff541f;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

/*ロケ地マップ*/

#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 {
    margin-bottom: 30px;
}


.comingsoon {
    margin: 0 auto;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 0.2rem;
}

.location_area {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 4% 0 3%;
    margin-bottom: 1%;
    font-size: 120%;
    background: #de9000;
    color: #FFF;
    box-sizing: border-box;
}

.location_area:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.location_area:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.location_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}

.shop_wrap {
    /* margin: 0 auto 2em; */
    padding: 1em;
    /* padding: 1em 0.5em 1em 1em; */
    background: #fff;
    border-radius: 15px;
    /* position: relative; */
    /* width: 30%; */
    width: calc((100% - 40px) / 3);
    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%;
    /* border-bottom:1.5px solid #d4c29d; */
}

.shop_info {
    font-size: 90%;
    margin-bottom: 3%;
}

.map_icon {
    width: 16px;
    vertical-align: bottom;
    margin-right: 2%;
    filter: brightness(0) saturate(100%) invert(92%) sepia(96%) saturate(7443%) hue-rotate(329deg) brightness(108%) contrast(102%);
}

.map_link {
    display: block;
    /* width: 226px; */
    background: #449b00;
    margin: 2% 0 0 0;
    padding: 1% 3% 1.5%;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}

.map_link:hover {
    opacity: 0.7;
    color: #fff;
}

.officialsns_wrap {
    font-weight: 800;
    /* background:#fff; */
    padding: 4% 0 6%;
}

.officialsns_wrap>a {
    display: block;
    margin: 0 auto;
    padding: 1%;
    text-align: center;
    width: 40%;
    font-size: 120%;
    color: #fff;
    background: #000;
    border-radius: 6px;
}

.officialsns_wrap>a:hover {
    opacity: 0.7;
}

.pc_none {
    display: none;
}

/*グレーアウト　終わり*/
#footer {
    margin: 0px !important;
}