@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　kingrecords専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
:root {
	--txt-color: #38266c;
    --pink: #d11a4a;
}
#contents {
	max-width: inherit;
}
#kingrecords {
	font-size: 1.6rem;
    color: var(--txt-color);
    font-family: "Noto Sans JP", sans-serif;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-599 {
	display: none;
}
.sup {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	font-weight: normal;
}
.txt_link {
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
.bg_dot {
    background: url(/plan/tokushu/entertainment/kingrecords/images/bg001.webp), linear-gradient(135deg, #f5ecf5 0%, #ffffff 30%, #fffcff 85%, #f5ecf5 95% 100%);
    background-size: 14px 14px, 100% 100%;
    background-blend-mode: soft-light;
}
/*------------------------------------------------------------------
h1
------------------------------------------------------------------*/
#kingrecords h1 {
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
}
#kingrecords h1 .img_logo {
    max-width: 190px;
    width: 40%;
}
#kingrecords h1 .h1_main {
    display: inline-block;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    padding-top: 23px;
}
#kingrecords h1 .h1_main .h1_serif {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: min(5.3vw, 3.2rem);
}
#kingrecords h1 .h1_main:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 20%;
    background-image: url(/plan/tokushu/entertainment/kingrecords/images/img_logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 6px;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead {
    text-align: center;
    font-size: 1.7rem;
}
.lead p {
    display: inline-block;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.profile .kv_wrap {
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 770px;
    box-shadow: 0 3px 10px #483048;
}
/*------------------------------------------------------------------
プロフィール
------------------------------------------------------------------*/
.profile {
    background: radial-gradient(#4e3065, #230f34);
    background-blend-mode: soft-light;
    position: relative;
    overflow: hidden;
    padding: 20px 0 25px;
    background-size: 100% 92%;
    background-position: top 100% left 0;
    background-repeat: no-repeat;
}
.profile:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 43%;
    background-image: url(/plan/tokushu/entertainment/kingrecords/images/img_grange.webp);
    top: 19%;
    left: 50%;
    background-repeat: no-repeat;
    z-index: 0;
    transform: translateX(-50%);
    background-size: contain;
    max-width: 1350px;
}
.profile .circle {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 0;
    opacity: 0.5;
}
.profile .circle.yel {
    background: #dfe800;
    top: 47%;
    right: 24%;
    width: 280px;
    height: 250px;
    opacity: 0.4;
}
.profile .circle.blu {
    background: #1f7dc4;
    opacity: 0.4;
    left: 18%;
    bottom: 23%;
}
.profile .circle.pur {
    background: #911fc4;
    left: 18%;
    top: 25%;
}
.profile .circle.gre {
    background: #13ba5a;
    right: 13%;
    bottom: 32%;
    transform: rotate(45deg);
}
.profile .txt_wrap {
    color: #fff;
    z-index: 1;
    position: relative;
    margin: 15px auto 0;
    font-weight: 400;
    max-width: 770px;
}
.profile .txt_wrap p + p {
    margin-top: 25px;
}
.profile .txt_wrap a {
    text-decoration: underline;
    color: #27f4f9;
}
.profile .txt_wrap a:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
コラボキャンペーン
------------------------------------------------------------------*/
.collaboration_cp {
    padding: 35px 0;
    background-size: 14px 14px, 100% 100%;
    background-blend-mode: soft-light;
}
.collaboration_cp .cp_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}
.collaboration_cp .txt_wrap {
    width: 60%;
    margin-right: 30px;
}
.collaboration_cp h2 {
    font-weight: 800;
    transform: skewX(-13deg);
    color: var(--pink);
    font-size: 3.4rem;
    text-align: left;
}
.collaboration_cp h2.h2_sp {
    display: none;
}
.collaboration_cp h2 .h2_sub {
    font-size: 50%;
}
.collaboration_cp .cp_detail {
    font-size: 1.8rem;
    margin-top: 28px;
}
.collaboration_cp .cp_note {
    font-size: 1.4rem;
    margin-top: 8px;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
}
.collaboration_cp .img_wrap {
    max-width: 265px;
    width: 30%;
}
.collaboration_cp .img_wrap figcaption {
    font-size: 1.2rem;
    text-align: right;
    font-weight: normal;
    max-width: 75%;
    margin: 2px auto 0;
}
.collaboration_cp .cp_btn {
    margin-top: 26px;
    text-align: center;
}
.collaboration_cp .cp_btn.sp {
    display: none;
}
.collaboration_cp .cp_btn a {
    display: inline-block;
    width: 300px;
    padding: 12px 10px;
    background: #05ae4b;
    border-radius: 5em;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    border: 1px solid #05ae4b;
    transition: 0.2s;
    font-size: 1.65rem;
}
.collaboration_cp .cp_btn a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 90%;
}
.collaboration_cp .cp_btn a:hover {
    background: #fff;
    color: #05ae4b;
}
/*------------------------------------------------------------------
Bimi × 美味
------------------------------------------------------------------*/
#bimi-choice {
    background: radial-gradient(#4e3065, #230f34);
    padding: 40px 0 45px;
    font-weight: 400;
}
#bimi-choice h2.h2_flex {
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ffffff, #f5f5f5 21%, #ebebeb 25%, #d9d9d9 45%, #ffffff 58%, #5a5a5a 60%, #8c8c8c 65%, #bebebe 67%, #d6d6d6 70%, #ffffff);
    font-weight: 600;
    font-size: 3.8rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    transform: skewX(-12deg);
    max-width: 465px;
    margin: 0 auto 25px;
}
#bimi-choice h2.h2_flex:before,
#bimi-choice h2.h2_flex:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: linear-gradient(-90deg, #dbdbdb 0% 10%, #f2f2f2 30% 45%, transparent 100%);
    top: 50%;
    transform: skewX(12deg) translateY(-50%);
}
#bimi-choice h2.h2_flex:before {
    left: 0;
}
#bimi-choice h2.h2_flex:after {
    right: 0;
    background: linear-gradient(90deg, #dbdbdb 0% 10%, #f2f2f2 30% 45%, transparent 100%);
}
#bimi-choice h2.h2_flex .img_cross {
    width: 40px;
    height: auto;
    margin: 0 15px;
    transform: skewX(12deg);
}
#bimi-choice h2.h2_flex .bimi_txt.ja {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
}
#bimi-choice .bimi-choice_detail {
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
}
#bimi-choice .bimi-choice_list {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}
#bimi-choice .bimi-choice_list li {
    background: #fff;
    padding: 14px;
    width: calc(100% / 3);
    color: #333;
}
#bimi-choice .bimi-choice_list li h3 {
    margin-bottom: 15px;
}
#bimi-choice .bimi-choice_list li h3 span {
    display: inline-block;
    padding-left: 6px;
    border-left: 6px solid var(--pink);
}
#bimi-choice .bimi-choice_list li .txt_wrap {
    font-size: 1.5rem;
    margin: 5px 0;
    font-weight: 500;
}
#bimi-choice .bimi-choice_list li .tabisaki_btn {
    margin-top: 15px;
    text-align: center;
}
#bimi-choice .bimi-choice_list li .tabisaki_btn a {
    display: inline-block;
    width: 100%;
    padding: 12px 10px;
    background: #f27300;
    border-radius: 5em;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    border: 1px solid #f27300;
    transition: 0.2s;
    font-size: 1.65rem;
}
#bimi-choice .bimi-choice_list li .tabisaki_btn a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 90%;
}
#bimi-choice .bimi-choice_list li .tabisaki_btn a:hover {
    color: #f27300;
    background: #fff;
}
/*------------------------------------------------------------------
EX旅パックが選ばれる理由！
------------------------------------------------------------------*/
.ex_point {
    background: radial-gradient(#4e3065, #230f34);
    padding: 30px 0 42px;
    font-weight: 400;
}
.point_wrap{
	font-weight: bold;
    text-align: center;
}
.point_wrap .point_txt{
	margin-bottom: 25px;
	font-size: 2rem;
	text-align: center;
}
.point_wrap .point_txt span{
	position: relative;
	display: inline-block;
    padding: 8px 16px 8px 23px;
    border-radius: 100px;
    color: #fff21b;
    border: 1px solid;
}
.point_wrap .point_txt span:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0px 11px;
    border-color: #fff21b transparent transparent transparent;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.point_wrap .point_txt span:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0px 11px;
    border-color: #3a1f4f transparent transparent transparent;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
.point_wrap .point_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.point_wrap .point_list li {
    padding: 18px 5px;
    background: #fff;
    position: relative;
    max-width: 465px;
    width: 45%;
    border-radius: 10px;
}
.point_wrap .point_list li + li {
    margin-left: 20px;
}
.point_wrap ul li .point-flex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}
.point_wrap ul li .point-flex p {
    font-size: 2.0rem;
    color: #333;
}
.point_wrap ul li .point-flex p .small {
    font-size: 1.2rem;
}
.point_wrap ul li .point-flex img {
    width: auto;
    height: 92px;
    position: absolute;
    filter: drop-shadow(2px 2px 0px rgb(0 0 0 / 15%));
}
.point_wrap ul li:first-child .point-flex img {
    left: -50px;
    bottom: -12px
}
.point_wrap ul li:last-child .point-flex img {
    right: -18px;
    bottom: -12px
}
.point_wrap ul li .point-flex .point {
    margin-top: 6px;
    text-align: center;
    color: var(--pink);
    font-size: 1.6rem;
}
.point_wrap .about_ex {
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 5px;
    color: #fff;
}
.point_wrap .about_ex a {
    color: #27f4f9;
    text-decoration: underline;
}
.point_wrap .about_ex a:hover {
    text-decoration: none;
}
.point_wrap .note_list {
    display: inline-block;
    text-align: left;
    margin-top: 15px;
    font-weight: normal;
    font-size: 1.3rem;
    padding-left: 2.5em;
    text-indent: -2.5em;
    color: #fff;
}
/*------------------------------------------------------------------
Bimi × 東海道新幹線
------------------------------------------------------------------*/
.bimi_shinkansen {
    padding: 25px 0 40px;
}
.bimi_shinkansen .h2_area {
    position: relative;
}
.bimi_shinkansen .h2_area h2 {
    font-weight: 800;
    font-size: 3.5rem;
    transform: skewX(-12deg) rotate(-3deg) translateX(-50%);
    position: relative;
    left: 50%;
    top: 12px;
    display: inline-block;
    padding: 10px;
    border: 1px solid;
}
.bimi_shinkansen .h2_area h2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--txt-color);
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    transform: skewX(-12deg) rotate(5deg);
    opacity: 0.1;
}
.bimi_shinkansen .h2_area h2 .cross {
    color: var(--pink);
    font-weight: 900;
}
.bimi_shinkansen .h2_area img {
    position: absolute;
    right: 7%;
    bottom: -27px;
    width: 300px;
}
.bimi_shinkansen .episode_wrap {
    padding-top: 70px;
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.7rem;
}
.bimi_shinkansen .episode_wrap .episode {
    position: absolute;
    font-family: "Noto Serif JP", serif;
    font-size: 6rem;
    top: -3px;
    opacity: 0.15;
}
.bimi_shinkansen .episode_wrap .episode_txt {
    line-height: 2;
}
.bimi_shinkansen .ex_btn {
    text-align: center;
    margin-top: 25px;
}
.bimi_shinkansen .ex_btn a {
    display: inline-block;
    width: 350px;
    padding: 12px 10px;
    background: var(--pink);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    border: 1px solid var(--pink);
    transition: 0.2s;
    letter-spacing: 0.03em;
    font-size: 1.65rem;
}
.bimi_shinkansen .ex_btn a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 90%;
}
.bimi_shinkansen .ex_btn a:hover {
    color: var(--pink);
    background: #fff;
}
/*------------------------------------------------------------------
Bimi Information
------------------------------------------------------------------*/
.bimi_info {
    padding: 30px 0 40px;
}
.bimi_info h2 {
    font-weight: 700;
    font-size: 3.4rem;
    margin-bottom: 40px;
}
.bimi_info .info_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}
.bimi_info .img_wrap {
    width: 35%;
    margin-right: 60px;
}
.bimi_info .info_flex .link_wrap {
    width: 30%;
}
.bimi_info .info_flex .linl_list li + li {
    margin-top: 20px;
}
.bimi_info .info_flex .linl_list li a {
    color: var(--txt-color);
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    display: block;
    width: 196px;
    transition: 0.2s;
}
.bimi_info .info_flex .linl_list li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    transform: scaleX(0);
    transform-origin: right;
    background-color: var(--txt-color);
    content: "";
    transition: transform .5s cubic-bezier(.25, 1, .5, 1)
}
.bimi_info .info_flex .linl_list li a:after {
    position: absolute;
    content: '\e902\e902\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 85%;
    letter-spacing: -0.2em;
}
.bimi_info .info_flex .linl_list li a:hover {
    border-color: transparent;
}
.bimi_info .info_flex .linl_list li a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.bimi_info .live_info {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background: #38266c14;
}
.bimi_info .live_info h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.bimi_info .live_info h3 span {
    display: inline-block;
    padding: 0 120px;
    position: relative;
}
.bimi_info .live_info h3 span:before,
.bimi_info .live_info h3 span:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: linear-gradient(-90deg, var(--txt-color) 0% 10%, #3e335c 30% 45%, transparent 100%);
    top: 50%;
    transform: translateY(-50%);
}
.bimi_info .live_info h3 span:before {
    left: 0;
}
.bimi_info .live_info h3 span:after {
    right: 0;
    background: linear-gradient(90deg, var(--txt-color) 0% 10%, #3e335c 30% 45%, transparent 100%);
}
.bimi_info .live_info .live_ttl {
    font-size: 2rem;
    font-weight: 700;
}
.bimi_info .live_info .live_schedule {
    max-width: 500px;
    margin: 0 auto;
}
.bimi_info .live_info dl {
    margin-top: 15px;
    display: inline-block;
    text-align: left;
}
.bimi_info .live_info dl dt {
    text-align: center;
    font-weight: 800;
}
.bimi_info .live_info dl dd {
    padding-left: 3em;
    text-indent: -3em;
}
.bimi_info .ticket_link {
    max-width: 312px;
    margin: 20px auto 0;
}
.bimi_info .ticket_link a {
    text-decoration: underline;
    color: #00a5ff;
}
.bimi_info .ticket_link a:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
おすすめ商品をご紹介♪
------------------------------------------------------------------*/
.bnr_area {
	margin-top: 40px;
}
.bnr_area .bnr_title {
	text-align: center;
}
.bnr_area .bnr_title span {
	position: relative;
	display: inline-block;
	margin-bottom: 14px;
	padding: 0 16px;
	font-size: 2.5rem;
	font-weight: bold;
}
.bnr_area .bnr_title span:before,
.bnr_area .bnr_title span:after {
	position: absolute;
	top: 5px;
	bottom: 3px;
	content: "";
	width: 2px;
	height: auto;
	border-radius: 30px;
	background: var(--txt-color);
}
.bnr_area .bnr_title span:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.bnr_area .bnr_title span:after {
	right: 0;
	transform: rotateZ(30deg);
}
.bnr_area .bnr_list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
    gap:20px;
}
.bnr_area .bnr_list li {
	width: calc(100% / 3 - 10px);
}
.bnr_area .bnr_list li a {
	display: block;
	transition: .25s ease;
}
.bnr_area .bnr_list li a:hover {
	opacity: 0.8;
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.apply_anc {
    position: fixed;
    bottom: 95px;
    right: 20px;
    z-index: 10;
}
.apply_anc a {
    display: block;
    padding: 10px 25px 10px 15px;
    background: #d11a4ad6;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    border: 1px solid;
    transition: 0.2s;
}
.apply_anc a:after {
    position: absolute;
    content: '\e902';
    font-family: 'jttweb' !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 90%;
}
.apply_anc a:hover {
    color: var(--pink);
    background: #ffffffe3;
    border-color: var(--pink);
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#kingrecords {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.sup {
	font-size: 1.2rem;
}

/*------------------------------------------------------------------
h1
------------------------------------------------------------------*/
#kingrecords h1 .h1_main:before {
    width: 30%;
    height: 17%;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead p {
    font-size: 1.6rem;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.profile .kv_wrap {
    max-width: 600px;
}
.profile .txt_wrap {
    max-width: 600px;
}
.profile .circle.yel {
    top: 38%;
    right: 20%;
}
.profile .circle.blu {
    left: 4%;
    bottom: 30%;
}
.profile .circle.pur {
    left: 4%;
    top: 25%;
}
.profile .circle.gre {
    right: 0;
}
/*------------------------------------------------------------------
プロフィール
------------------------------------------------------------------*/
.profile:after {
    width: 130%;
    top: 14%;
}
/*------------------------------------------------------------------
コラボキャンペーン
------------------------------------------------------------------*/
.collaboration_cp h2 {
    font-size: min(4.6vw, 3.0rem);
}
.collaboration_cp .cp_detail {
    font-size: 1.6rem;
    margin-top: 20px;
}
.collaboration_cp .cp_note {
    font-size: 1.3rem;
}
/*------------------------------------------------------------------
Bimi × 美味
------------------------------------------------------------------*/
#bimi-choice h2.h2_flex {
    font-size: 3.3rem;
}
#bimi-choice .bimi-choice_detail {
    font-size: 1.5rem;
}
#bimi-choice .bimi-choice_list {
    gap: 12px;
}
#bimi-choice .bimi-choice_list li {
    padding: 12px;
}
#bimi-choice .bimi-choice_list li h3 {
    margin-bottom: 12px;
    font-size: 1.5rem;
}
#bimi-choice .bimi-choice_list li .txt_wrap {
    font-size: 1.4rem;
}
#bimi-choice .bimi-choice_list li .tabisaki_btn a {
    padding: 10px;
}
/*------------------------------------------------------------------
Bimi × 東海道新幹線
------------------------------------------------------------------*/
.bimi_shinkansen .h2_area h2 {
    font-size: 3.2rem;
    top: 4px;
}
.bimi_shinkansen .h2_area img {
    bottom: -28px;
    width: 38%;
    min-width: 200px;
    right: 1%;
}
.bimi_shinkansen .episode_wrap {
    font-size: 1.5rem;
    max-width: 672px;
}
.bimi_shinkansen .ex_btn {
    margin-top: 20px;
}
/*------------------------------------------------------------------
EX旅パックが選ばれる理由！
------------------------------------------------------------------*/
.point_wrap .point_txt {
    font-size: 1.8rem;
}
.point_wrap .point_list {
    display: block;
}
.point_wrap .point_list li {
    padding: 15px 20px;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}
.point_wrap .point_list li + li {
    margin-left: auto;
    margin-top: 12px;
}
.point_wrap ul li .point-flex img {
    height: 80px;
}
.point_wrap ul li:first-child .point-flex img {
    left: auto;
    right: -10px;
    bottom: -7px;
}
.point_wrap ul li:last-child .point-flex img {
    left: -10px;
    bottom: -10px;
}
.point_wrap ul li .point-flex p {
    font-size: 2.0rem;
}
.anc-wrap li a {
    font-size: 1.6rem;
}
/*------------------------------------------------------------------
Bimi Information
------------------------------------------------------------------*/
.bimi_info h2 {
    font-size: 3rem;
}
/*------------------------------------------------------------------
おすすめ商品をご紹介♪
------------------------------------------------------------------*/
.bnr_area .bnr_list {
    gap: 10px;
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.apply_anc {
    bottom: 70px;
    right: 14px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅680px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 680px) {
/*------------------------------------------------------------------
EX旅パックが選ばれる理由！
------------------------------------------------------------------*/
.ex_point {
    padding: 25px 0 30px;
}
.point_wrap .point_txt {
    font-size: 1.5rem;
    margin-bottom: 16px;
}
.point_wrap .point_txt span {
    padding: 4px 10px 4px 15px;
    border-width: 1px;
}
.point_wrap .point_txt span:before {
    border-width: 10px 7px 0px 7px;
    bottom: -10px;
}
.point_wrap .point_txt span:after {
    border-width: 10px 7px 0px 7px;
    bottom: -8px;
}
.point_wrap{
	width: auto;
}
.point_wrap .point_list li {
    padding: 12px 10px;
}
.point_wrap ul li .point-flex img {
    height: 85%;
    margin-right: 0;
    margin-bottom: 5px;
    max-width: 70px;
}
.point_wrap ul li:last-child .point-flex img {
    height: 90%;
}
.point_wrap ul li .point-flex .point {
    margin-top: 4px;
    font-size: 1.3rem;
}
.point_wrap ul li .point-flex p .small {
    font-size: 0.9rem;
}
.point_wrap ul li .point {
    font-size: 1.2rem;
}
.point_wrap ul li .point-flex p {
    font-size: min(3.7vw,1.4rem);
    line-height: 1.4;
}
.point_wrap ul li .point {
    margin-top: 5px;
    line-height: 1.4;
}
.point_wrap .note_list {
    font-size: 1.0rem;
    margin-top: 12px;
}
.point_wrap .about_ex {
    font-size: 1.0rem;
    margin-top: 2px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#kingrecords {
	font-size: 1.4rem;
}
.br-599 {
	display: block;
}
.bg_dot {
    background-size: 10px 10px, 100% 100%;
}
/*------------------------------------------------------------------
h1
------------------------------------------------------------------*/
#kingrecords h1 {
    font-size: 1.6rem;
}
#kingrecords h1 .h1_main:before {
    left: 3px;
}
/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead p {
    font-size: 1.4rem;
    text-align: left;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.profile .kv_wrap {
    box-shadow: 0 3px 7px #483048;
}
/*------------------------------------------------------------------
プロフィール
------------------------------------------------------------------*/
.profile {
    padding: 10px 0 20px;
    margin-top: 0;
}
.profile .txt_wrap {
    font-size: 1.35rem;
}
.profile .txt_wrap p + p {
    margin-top: 20px;
}
.profile .circle {
    width: 150px;
    height: 150px;
}
.profile .circle.yel {
    top: 25%;
    width: 180px;
    height: 150px;
    right: 0;
}
.profile .circle.pur {
    left: -15%;
    top: 60%;
}
.profile .circle.blu {
    left: 2%;
    bottom: 5%;
}
.profile .circle.gre {
    right: -9%;
    bottom: 25%;
}
/*------------------------------------------------------------------
コラボキャンペーン
------------------------------------------------------------------*/
.collaboration_cp {
    background-size: 10px 10px, 100% 100%;
}
.collaboration_cp .cp_btn {
    margin-top: 10px;
}
.collaboration_cp .cp_btn a {
    width: 100%;
    font-size: 1.5rem;
}
.collaboration_cp .img_wrap {
    width: 35%;
}
.collaboration_cp .img_wrap figcaption {
    font-size: 1.1rem;
}
/*------------------------------------------------------------------
Bimi × 美味
------------------------------------------------------------------*/
#bimi-choice {
    padding: 30px 0 32px;
}
#bimi-choice h2.h2_flex {
    font-size: 2.8rem;
}
#bimi-choice h2.h2_flex:before,
#bimi-choice h2.h2_flex:after {
    width: 68px;
}
#bimi-choice h2.h2_flex .img_cross {
    width: 34px;
    margin: 0 10px;
}
#bimi-choice .bimi-choice_detail {
    text-align: left;
    font-size: 1.4rem;
}
#bimi-choice .bimi-choice_list {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
#bimi-choice .bimi-choice_list li {
    width: 99.5%;
}
#bimi-choice .bimi-choice_list li h3 {
    margin-bottom: 12px;
}
#bimi-choice .bimi-choice_list li .content_flex {
    display: flex;
    display: -webkit-flex;
}
#bimi-choice .bimi-choice_list li .content_flex figure {
    width: 42%;
}
#bimi-choice .bimi-choice_list li .txt_wrap {
    font-size: 1.3rem;
    width: 60%;
    margin: 0 0 0 10px;
}
#bimi-choice .bimi-choice_list li .tabisaki_btn {
    margin-top: 12px;
}
#bimi-choice .bimi-choice_list li .tabisaki_btn a {
    font-size: 1.5rem;
}
/*------------------------------------------------------------------
Bimi × 東海道新幹線
------------------------------------------------------------------*/
.bimi_shinkansen {
    padding: 28px 0 35px;
}
.bimi_shinkansen .h2_area h2 {
    font-size: 2.9rem;
}
.bimi_shinkansen .h2_area img {
    bottom: -21px;
    width: 48%;
    right: -4%;
}
.bimi_shinkansen .episode_wrap .episode_txt {
    line-height: 1.6;
    font-size: 1.4rem;
}
.bimi_shinkansen .ex_btn a {
    max-width: 310px;
    font-size: min(4.4vw,1.5rem);
    width: 100%;
}
/*------------------------------------------------------------------
Bimi Information
------------------------------------------------------------------*/
.bimi_info h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}
.bimi_info .img_wrap {
    width: 45%;
    margin-right: 20px;
}
.bimi_info .info_flex .link_wrap {
    width: 50%;
}
.bimi_info .info_flex .linl_list li a {
    font-size: min(4.2vw, 1.5rem);
    max-width: 160px;
    width: 100%;
}
.bimi_info .live_info {
    padding: 20px 14px;
}
.bimi_info .live_info h3 {
    font-size: 1.7rem;
}
.bimi_info .live_info h3 span {
    padding: 0 80px;
}
.bimi_info .live_info h3 span:before,
.bimi_info .live_info h3 span:after {
    width: 70px;
}
.bimi_info .live_info .live_ttl {
    font-size: min(4.3vw,1.7rem);
}
.bimi_info .ticket_link {
    text-align: left;
}
/*------------------------------------------------------------------
おすすめ商品をご紹介♪
------------------------------------------------------------------*/
.bnr_area {
	margin-top: 25px;
}
.bnr_area .bnr_title span {
	margin-bottom: 12px;
	padding: 0 12px;
	font-size: min(4.8vw, 1.8rem);
}
.bnr_area .bnr_list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    gap: 16px;
}
.bnr_area .bnr_list li {
	width: 80%;
    max-width: 350px;
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.apply_anc a {
    padding: 8px 18px 8px 12px;
    font-size: 1.3rem;
}
.apply_anc a:after {
    right: 6px;
    font-size: 85%;
}
}
@media screen and (max-width: 440px) {
/*------------------------------------------------------------------
コラボキャンペーン
------------------------------------------------------------------*/
.collaboration_cp .cp_flex {
    align-items: flex-start;
}
.collaboration_cp h2.h2_sp {
    display: block;
    margin-bottom: 20px;
    font-size: min(6.7vw, 2.8rem);
    margin-left: 5px;
}
.collaboration_cp h2 .h2_sub {
    font-size: 55%;
    position: relative;
    left: -5px;
}
.collaboration_cp h2.h2_pc {
    display: none;
}
.collaboration_cp .cp_btn.pc {
    display: none;
}
.collaboration_cp .cp_btn.sp {
    display: block;
    margin-top: 18px;
    font-size: 1.5rem;
}
.collaboration_cp .cp_btn.sp a {
    width: 90%;
}
.collaboration_cp .img_wrap {
    width: 35%;
}
.collaboration_cp .txt_wrap {
    width: 70%;
    margin-right: 2px;
}
.collaboration_cp .cp_detail {
    font-size: 1.4rem;
    margin-top: 0px;
}
.collaboration_cp .cp_note {
    font-size: min(3.0vw,1.2rem);
    margin-top: 5px;
}
/*------------------------------------------------------------------
Bimi × 東海道新幹線
------------------------------------------------------------------*/
.bimi_shinkansen .h2_area h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
    left: 10px;
    transform: skewX(-12deg) rotate(-4deg) translateX(0);
    position: relative;
    top: 12px;
}
.bimi_shinkansen .h2_area h2:before {
    transform: skewX(-12deg) rotate(4deg);
    top: 1px;
}
.bimi_shinkansen .h2_area img {
    bottom: -4px;
    right: -19px;
}
.bimi_shinkansen .episode_wrap {
    padding-top: 54px;
}
.bimi_shinkansen .episode_wrap .episode {
    font-size: 5.4rem;
    top: -14px;
}
}