<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							ナビゲーション   							*/
/****************************************************************************/
/* 大きいメニュー
#navi {
	background-color: #000;
	border-bottom: 1px solid #4d4d4d;
	height: 90px;
}
*/
/* 繁体字 */
/*
.tw #navi {
	background-color: #431d4e;
}
*/
/* 簡体字 */
/*
.cn #navi {
	background-color: #431d4e;
}
*/
/* 韓国語 */
/*
.ko #navi {
	background-color: #431d4e;
}
#navi .menu {
    max-width: 1200px;
    height: auto;
	position: relative;
	z-index: 9999;
    margin: 0px auto;
}
.en #navi .menu {
    max-width: 1200px;
}
#navi .mega {
	white-space: nowrap;
}
#navi ul li {
    float: left;
    max-width: 1016px;
	width: 12.3%;
	border-right: 1px solid #4d4d4d;
    margin: 0 auto;
}
.en #navi ul li {
	width: 12.3%;
}
#navi ul li:first-child {
	border-left: 1px solid #4d4d4d;
}
#navi ul li a.open {
	display: block;
	height: 90px;
	line-height: 90px;
}
#navi ul li a.open img {
	vertical-align: middle;
}
#navi ul li a.open:hover {
    background-color: #a3aa3f;
	opacity: 100;
}
#navi ul .open img {
	width: 100%;
	max-width: 144px;
	height: auto;
}
*/

/* 小さいメニュー */
.top_navi_second_level {
    top: 50px;
}

#navi .menu .open {
  display: block;
  padding-top: 3px;
  border-bottom: 3px solid #fff;
  font-size: 128%;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

#navi .menu .open:hover {
  border-bottom: 3px solid #f13c33;
  color: #f13c33;
}

@media screen and (max-width:980px){
  #navi ul li { padding-right: 0; }
  #nav01 { width: 33.33%; }
  #nav02 { width: 33.33%; }
  #nav03 { width: 33.33%; }
  #nav04 { width: 33.33%; }
  #nav05 { width: 33.33%; }
  #nav06 { width: 33.33%; }
  #nav07 { width: 33.33%; }
  #nav08 { width: 33.33%; }
  #nav09 { width: 33.33%; }
}


/****************************************************************************/
/**							トップページCSS									*/
/****************************************************************************/
/* タイトル -------------------------------*/
h1 {
	color: #333;
	font-size: 323%;
	line-height: 1.1;
	font-weight: nomal;
	text-align: center;
	margin-bottom: 30px;
	padding-left: -15px;
}
.en h1 {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw h1 {/* 繁体字 */
	font-family : 'SimSun','Hiragino Mincho ProN', serif;
}
.cn h1 {/* 簡体字 */
	font-family : 'SimSun','Hiragino Mincho ProN', serif;
}
.ko h1 {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
h1 span {
	font-size: 70%;
	line-height: 1.2;
	font-weight: nomal;
	display: block;
	margin-top: 20px;
}
h2 {
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 313%;
	line-height: 1.1;
	margin-top: 60px;
	margin-bottom: 40px;
	clear: both;
}
.en h2 {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw h2 {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn h2 {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko h2 {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}

h2:before {
	position: relative;
	top: 3px;
	left: 0;
	margin-right: 10px;
}
.tw h1,
.tw h2 {/* 繁体字 */
	font-family : 'SimSun','sans-serif';
}
.cn h1,
.cn h2 {/* 簡体字 */
	font-family : 'SimSun','sans-serif';
}
.ko h1,
.ko h2 {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.smart {
	display: none;
}
.tw .page_link a {/* 繁体字 */
	color: #765581;
}
.cn .page_link a {/* 簡体字 */
	color: #765581;
}
.ko .page_link a {/* 韓国語 */
	color: #765581;
}
h3 {
	font-size: 249%;
	line-height: 1;
	font-weight: normal;
	margin: 30px auto 0 auto;
	text-align: center;
}
.en h3 {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw h3 {/* 繁体字 */
	font-family : 'SimSun','serif';
	line-height: 1.2;
}
.cn h3 {/* 簡体字 */
	font-family : 'SimSun','serif';
	line-height: 1.2;
}

#emergent_news {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #f16067;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

#emergent_news .inner a {
    color: #fff;
    font-size: 128%;
    font-weight: bold;
    text-decoration: underline;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*  main */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#main {
	clear: both;
}
#main_box {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	max-width: 1200px;
}
#main_box .left {
	width: 67%;
}
#main_box .right {
	width: 33%;
}
#pickupbox {
	position: relative;
}
.en #pickupbox {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw #pickupbox {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #pickupbox {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #pickupbox {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#pickupbox h1 {
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 999;
	color: #ffffff;
	font-weight: bold;
}
.en #pickupbox h1 {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw #pickupbox h1 {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #pickupbox h1 {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #pickupbox h1 {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#pickup {
	max-height: 600px;
	position: relative;
	overflow: hidden;
}
#pickup img {
	width: 100%;
	height: auto;
}
#pickup div {
	position: absolute;
	bottom: 0;
	background-color:  rgba(0,0,0,0.4);
	color: #ffffff;
	padding: 15px;
	font-size: 200%;
}
.en #pickup div {/* 英語 */
	max-width: 480px;
}
.tw #pickup div {/* 繁体字 */
	max-width: 365px;
}
.cn #pickup div {/* 簡体字 */
	max-width: 365px;
}
.ko #pickup div {/* 韓国語 */
	max-width: 365px;
}
.th #pickup div {/* タイ語 */
	max-width: 480px;
}
#pickup div h2 {
	color: #ffffff;
	margin: 10px 0 0;
	font-size: 75%;
	text-align: left;
	background: url("../img/top/ico/btn_ico02.png") no-repeat right center;
	padding-right: 20px;
}
#pickup div h3 {
	display: none;
}
#pickup .list_box {
	overflow: hidden;
}
#pickupbox li {
	width: 25%;
	overflow: hidden;
	position: relative;
	float: left;
}
#pickupbox li div {
	position: absolute;
	bottom: 0;
	background-color:  rgba(0,0,0,0.6);
	width: 93%;
	padding: 8px;
	text-align: center;
}
#pickupbox li div h3 {
	margin: 0;
	color: #ffffff;
	font-size: 116%;
}
#pickupbox li div p, #pickupbox li div h2 {
	display: none;
}

#news_movie_area {
  clear: both;
  display: flex;
  gap: 1em;
  padding-top: 10px;
}
@media screen and (max-width: 736px) {
  #news_movie_area {
    flex-direction: column;
    gap: 0;
  }
}
#news_area_l .title {
    font-size: 200%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin: 30px 15px 0;
    text-align: left;
}
#news_area_l .box {
  margin-inline: 1em;
}
#news_area_l .news_title {
    font-size: 135%;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#news_area_l .title {
    font-size: 200%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin: 30px 15px 0;
    text-align: left;
}
#news_area_l {
    flex: 1;
    color: #000;
}
#news_area_l h3 {
    font-size: 130%;
}
#news_area_l p {
    font-size: 125%;
}
#movie_area_r {
  flex: 1;
  place-content: center;
}
#movie_area_r .bnr_area img {
  width: 100%;
}
#news_area_l .title {
    font-family: 'bebasneue';
    font-size: 300%;
}
.feature_area_l {
    float: left;
    width: 20%;
    height: 130px;
}
.feature_area_l img {
    margin-top: 10px;
}
.feature_area_r {
    float: right;
    width: 78%;
    height: 130px;
}

#recommend_link {
	background-color: #940000;
	background: url("../img/top/recommend_bg.png");
	clear: both;
}
#recommend_link a p {
	color: #ffffff;
	padding: 18px 10px;
	font-size: 300%;
	text-align: center;
}
.en #recommend_link a p {/* 英語 */
	padding: 33px 10px;
}
.tw #recommend_link a p {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #recommend_link a p {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #recommend_link a p {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.en #recommend_link a p strong {/* 英語 */
	font-family: 'bebasneue';
	font-size: 170%;
	font-weight: normal;
}
#recommend_link span {
	font-size: 50%;
	background: url("../img/top/ico/btn_ico03.png") no-repeat left center;
	padding-left: 20px;
	min-height: 19px;
	display: inline-block;
}

#samurai_bnr {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}

#samurai_bnr li {
    float: left;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    width: 23.5%;
    
}

#selfie_bnr {
	margin-top: 10px;}

#samurai_bnr li:last-child {
    margin-right: 0px;
}


#samurai_bnr li img{
    width: 100%;
}

#samurai_bnr2 {
	margin: 8px 0 0;
    text-align: center;
}

#news_topics {
	color: #000;
}
#news_topics .title {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	margin: 30px 15px 0;
	text-align: left;
}
.en #news_topics .title {/* 英語 */
	font-family: 'bebasneue';
	font-size: 300%;
}
.tw #news_topics .title {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #news_topics .title {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #news_topics .title {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#news_topics .box {
	padding-top: 25px;
	margin: 0 15px;
	clear: both;
}
.en #news_topics .box {
	padding-top: 20px;
}
#news_topics .box p {
	font-size: 117%;
	line-height: 1.28;
}
#news_topics .box:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
#news_topics .box .news_img {
	width: 180px;
	float: left;
	margin-right: 15px;
}
#news_topics .box .news_youtube {
    width: 100%;
    margin-bottom: 10px;
}
#news_topics .box .news_title {
	font-size: 128%;
	margin-bottom: 5px;
	font-weight: bold;
	clear: none;
	text-align: left;
	line-height: 1.28;
	margin-top: 0;
}
.tw #news_topics .box .news_title {/* 繁体字 */
	font-family : 'SimSun','serif';
	font-size: 117%;
	line-height: 1.2;
}
.cn #news_topics .box .news_title {/* 簡体字 */
	font-family : 'SimSun','serif';
	font-size: 117%;
	line-height: 1.2;
}
.ko #news_topics .box .news_title {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#news_topics .box .news_title a {
	font-weight: bold;
}
#news_topics .box h2 {
	margin: 0;
}

/* RECOMMENDED SPOTS-------------------------------*/
#content_1 .inner {
	max-width: 1200px;
}
#content_1 h1 {
	font-size: 323%;
	line-height: 1.2;
	margin: 40px 0 30px;
	font-weight: bold;
}
#content_1 .slide_recommend {
	background-color: #000;
	padding: 15px 55px;
	position: relative;
}
#content_1 .bx-wrapper {
	margin: 0 auto;
}
#content_1 .bx-controls {
	display: block;
}
#content_1 .slide_recommend .bx-wrapper .bx-prev {
	left: -45px;
	top: -70px;
	background-image: url("../img/top/slider/slider_arrow_left.png");
	margin-top: 0;
}
#content_1 .slide_recommend .bx-wrapper .bx-next {
	left: auto;
	right: -75px;
	top: -70px;
	background-image: url("../img/top/slider/slider_arrow_right.png");
	margin-top: 0;
}

/* 緊急お知らせ-------------------------------*/
#guidance {
    padding: 25px;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1000px;
    background-color: #ffbabd;
    text-align: center;
}

#guidance p {
    line-height: 1.7;
    font-size: 150%;
    text-align: left;
}

#guidance p span {
    font-weight: bold;
}


/* THINGS TO DO IN AICHI THIS SEASON-------------------------------*/
#content_2 .inner {
	max-width: 1200px;
}
#content_2 h1 {
	font-size: 323%;
	line-height: 1.2;
	margin-top: 60px;
}
.en #content_2 h1 {/* 英語 */
	color: #808442;
}
.tw #content_2 h1 {/* 繁体字 */
	color: #431d4e;
}
.cn #content_2 h1 {/* 簡体字 */
	color: #431d4e;
}
.ko #content_2 h1 {/* 韓国語 */
	color: #431d4e;
}
.th #content_2 h1 {/* タイ語 */
	color: #808442;
}
.en #content_2 h2:before {/* 英語 */
	content: url("../img/top/title/con2_ico.png") ;
	background-repeat: no-repeat;
}
.tw #content_2 h2:before {/* 繁体字 */
	content: url("../img/top/title/con2_ico_tw.png") ;
	background-repeat: no-repeat;
}
.cn #content_2 h2:before {/* 簡体字 */
	content: url("../img/top/title/con2_ico_cn.png") ;
	background-repeat: no-repeat;
}
.ko #content_2 h2:before {/* 韓国語 */
	content: url("../img/top/title/con2_ico_ko.png") ;
	background-repeat: no-repeat;
}
.th #content_2 h2:before {/* タイ語 */
	content: url("../img/top/title/con2_ico_th.png") ;
	background-repeat: no-repeat;
}
#content_2 .page_link a {
    position: absolute;
    top: 185px;
    right: 0px;
}
#content_2 .list_box ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	margin: 0;
}
#content_2 .list_box ul p {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#content_2 .list_box ul span {
	font-family: 'Lato', 'sans-serif';
	text-align: center;
	color:#fff;
	display: block;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
	padding: 3px 8px;
}
#content_2 .list_box p img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
	width: 100%;
}
#content_2 .list_box p img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#content_2 dt.textoverflow {
	font-size: 150%;
	line-height: 1;
	width: 100%;
	box-sizing: border-box;
	padding-block: .6em 1em;
}
#content_2 dt.textoverflow i {
	font-family: 'Lato', 'sans-serif';
	font-weight: bold;
}
#content_2 dt a {
	font-weight: bold;
}
.tw #content_2 dt a {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #content_2 dt a {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #content_2 dt a {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#content_2 dd {
    font-size: 117%;
    line-height: 1.24;
	float: left;
	box-sizing: border-box;
	width: 100%;
}
.bx-controls {
    display: none;
	margin: 0;
	padding: 0;
}
.pc .list_box .bx-wrapper {
	margin: 0;
}
/* PLAN -------------------------------*/
#content_3 .inner {
	max-width: 1200px;
}
#content_3 h1 {
	margin-top: 100px;
	margin-bottom: 0;
	font-weight: bold;
}
#content_3 h1:before {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.en #content_3 h1.title01:before {/* 英語 */
	content: url("../img/top/title/con3_ico01.png") ;
	background-repeat: no-repeat;
}
.tw #content_3 h1.title01:before {/* 繁体字 */
	content: url("../img/top/title/con3_ico01_tw.png") ;
	background-repeat: no-repeat;
}
.cn #content_3 h1.title01:before {/* 簡体字 */
	content: url("../img/top/title/con3_ico01_cn.png") ;
	background-repeat: no-repeat;
}
.ko #content_3 h1.title01:before {/* 韓国語 */
	content: url("../img/top/title/con3_ico01_ko.png") ;
	background-repeat: no-repeat;
}
.th #content_3 h1.title01:before {/* タイ語 */
	content: url("../img/top/title/con3_ico01_th.png") ;
	background-repeat: no-repeat;
}
.en #content_3 h2.title02:before {/* 英語 */
	content: url("../img/top/title/con3_ico02.png") ;
	background-repeat: no-repeat;
}
.tw #content_3 h2.title02:before {/* 繁体字 */
	content: url("../img/top/title/con3_ico02_tw.png") ;
	background-repeat: no-repeat;
}
.cn #content_3 h2.title02:before {/* 簡体字 */
	content: url("../img/top/title/con3_ico02_cn.png") ;
	background-repeat: no-repeat;
}
.ko #content_3 h2.title02:before {/* 韓国語 */
	content: url("../img/top/title/con3_ico02_ko.png") ;
	background-repeat: no-repeat;
}
.th #content_3 h2.title02:before {/* タイ語 */
	content: url("../img/top/title/con3_ico02_th.png") ;
	background-repeat: no-repeat;
}
#content_3 h2 {
	font-size: 249%;
	font-weight: normal;
	margin: 30px auto 0 auto;
}
#content_3_2 h2 {
	font-weight: bold;
	font-size: 313%;
	margin-block: 100px .5em;
}

#content_3 .page_link a {
	position: absolute;
	right: 0px;
	top: 120px;
}
#content_3 .list_box{
	padding-top: 30px;
	margin-bottom: 40px;
}
#content_3 .box01 li {
	width: 25%;
	float: left;
	margin: 0;
}
#content_3 .box01 li h3 span {
	text-align: center;
	color:#fff;
	display: block;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
	padding: 3px 8px;
	font-size: 40%;
}
#content_3 .box01 li h3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0;
}
#content_3 .box01 li h3 img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
	width: 100%;
}
#content_3 .box01 li h3 img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#content_3 .box01 li p {
	font-size: 117%;
	height: auto;
	margin-top: 10px;
	padding: 0 10px 0;
	box-sizing: border-box;
	line-height: 1.24;
}
.tw #content_3 .box01 li p {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #content_3 .box01 li p {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #content_3 .box01 li p {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#content_3 .box01 li p strong {
	font-size: 128%;
}
#content_3 .box01 li dt,
#content_3 .box01 li dd,
#content_3 .box01 li dd p {
	float: left;
	display: block;
	clear: both;
}
#content_3_2 {
	max-width: 1000px;
}
#content_3 .box02 {
	display: block;
	clear: both;
	padding-top: 20px;
	overflow: hidden;
}
#content_3 .box02 .left,
#content_3 .box02 .right {
	width: 49%;
}
#content_3 .box02 .left iframe {
	position: relative;
	width: 100%;
}
#content_3 .box02 .list {
	display: block;
	border-top: solid 1px #dbdbdb;
	padding-bottom: 10px;
	/* margin: 20px 0 0 0; */
}
#content_3 .box02 .list.typ01 {
	margin-top: 0;
}
#content_3 .box02 .list.typ01,
#content_3 .box02 .list.typ03 {
	margin-right: 30px;
}
#content_3 .box02 .list.typ01,
#content_3 .box02 .list.typ03 {
	float: left;
	width: 100%;
}
#content_3 .box02 .list.typ02,
#content_3 .box02 .list.typ04 {
	float: right;
	width: 100%;
}
#content_3 .box02 .list dt {
	padding-top: 20px;
	margin-bottom: 10px;
}
#content_3 .box02 .list dt a {
	font-size: 167%;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.tw #content_3 .box02 .list dt a {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn #content_3 .box02 .list dt a {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko #content_3 .box02 .list dt a {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#content_3 .box02 .list dt span {
	font-size: 100%;
	line-height: 1.8;
	background: #96a022;
	color: #fff;
	padding: 0px 10px;
	margin-right: 15px;
	margin-bottom: 1px;
}
#content_3 .box02 .list dd {
    font-size: 117%;
    line-height: 1.24;
}
#content_3 .box02 .list dd.textoverflow {
	float: left;
	padding: 0;
	margin-top: 5px;
}
#content_3_3 {
	margin-bottom: min(100px, 8vw);
}

/* STORY -------------------------------*/
.top_story, .detail {
	background-color: #000;
	color: #fff;
	padding-bottom: 50px;
}
.top_story a, .detail a {
	color: #fff;
}
.top_story h1, .detail h1, .detail h2 {
	color: #fff;
	font-weight: normal;
}
.en.top_story h1, .en.detail h1, .en.detail h2 {
	font-family: 'Libre Baskerville', serif;
}
.en.top_story p, .en.detail p {
	font-family: 'Lato', 'sans-serif';
}

.top_story #content_story {
	margin-top: 70px;
}
.top_story #content_story h1 + h2 {
	margin-bottom: 40px;
}
.top_story .box li {
	position: relative;
	width: 24%;
	float: left;
	margin: 1% 1% 0 0;
}
.top_story .box li .txt {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	min-height: 150px;
}
.top_story .box .no {
	font-size: 150%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
.top_story #content_story .no {
	display: block;
}
.top_story .box .area {
	font-size: 116%;
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px;
	margin-right: 5px;
}
.top_story .box .date {
	font-size: 116%;
	font-style: italic;
	margin-top: 5px;
}
#content_3 .top_story .box h2 {
	font-size: 140%;
	margin-top: 10px;
}
.en.top_story .box .no, .en.top_story .box .area, .en.top_story .box .date, .en.top_story .box h2 {
	font-family: 'Libre Baskerville', serif;
}
.en.top_story #content_story h1 + h2, .en.top_story #content_story .box .no, .en.top_story #content_story .box .area, .en.top_story #content_story .box .date, .en.top_story #content_story .box h2 {
	font-family: 'Lobster', cursive;
}
.top_story #content_story h1 + h2, .top_story #content_story .box .no, .top_story #content_story .box .area, .top_story #content_story .box .date, .top_story #content_story .box h2 {
	color: #fff;
}
#content_story h1 {
    margin-top: 30px;
    margin-bottom: 10px;
}
#content_story img {
    width: 100%;
}

/* スライダー */
#slider {
	display: block;
	clear: both;
	float: none;
	padding-top: 60px;
}
.slide_body ul li {
	width: 100%;
}
.slide_body_fourseasons ul li {
	width: 100%;
}
.bx-wrapper img {
	width: 100%;
}
/* VISITOR’S GUIDE -------------------------------*/
#content_4 {
	background: #678d91;
	display: none;
}
#content_4 h2 {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 30px;
}
#content_4 h2:before {
	content: url("../img/top/title/con4_ico.png") ;
}
#content_4 .menu.sp {
	display: none;
}
#content_4 .box {
	color: #fff;
	width: 850px;
	margin: 0 auto;
}
#content_4  dl {
	width: 400px;
	height: 55px;
	margin-bottom: 15px;
}
#content_4 .typ01,
#content_4 .typ03 {
	margin-right: 10px;
}
#content_4 dt {
	width: 165px;
	height: 55px;
	float: left;
	padding-right: 20px;
}
#content_4 .typ01 dt {
	background: url("../img/top/ico/con4_txt01.png") center center no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#content_4 .typ02 dt {
	background: url("../img/top/ico/con4_txt02.png") center center no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#content_4 .typ03 dt {
	background: url("../img/top/ico/con4_txt03.png") center center no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#content_4 .typ04 dt {
	background: url("../img/top/ico/con4_txt04.png") center center no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#content_4 dt a {
	font-weight: bold;
	color: #678d91;
}
#content_4 dd {
	margin-left: 185px;
}
#content_4 .typ02 dd,
#content_4 .typ03 dd {
	padding-top: 10px;
}
#content_4 .typ04 dd {
	padding-top: 20px;
}
#content_4 .button {
	background-color: #333;
	width: 290px;
	height: 50px;
	text-align: center;
	margin: 50px auto 60px auto;
}
#content_4 .button a {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: block;
}
/* TRAVEL KIT -------------------------------*/
#content_5 {
	color: #4e4e4e;
}
#content_5 h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
#content_5 h1:before {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.en #content_5 h1 {/* 英語 */
	color: #5c8286;
}
.th #content_5 h1 {/* タイ語 */
	color: #5c8286;
}
.en #content_5 h1:before {/* 英語 */
	content: url("../img/top/title/con5_ico.png") ;
}
.tw #content_5 h1:before {/* 繁体字 */
	content: url("../img/top/title/con5_ico_tw.png") ;
}
.cn #content_5 h1:before {/* 簡体字 */
	content: url("../img/top/title/con5_ico_cn.png") ;
}
.ko #content_5 h1:before {/* ハングル */
	content: url("../img/top/title/con5_ico_ko.png") ;
}
.th #content_5 h1:before {/* タイ */
	content: url("../img/top/title/con5_ico_th.png") ;
}

#content_5 .list_box ul {
	display: grid;
	gap: 2em 1em;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	padding-inline: 2em;
}
#content_5 .list_box ul li a {
	display: flex;
	align-items: center;
	gap: 1em;
	padding: .5em;
}
#content_5 .list_box ul li a::before {
	content: '';
	display: inline-block;
	width: 5em;
	height: 5em;
	aspect-ratio: 1;
	vertical-align: middle;
	background: no-repeat center / contain;
}

/* 英語 */
.en #content_5 .list_box ul .kit01 a::before {
	background-image: url(../img/top/ico/ico01.png);
}
.en #content_5 .list_box ul .kit02 a::before {
	background-image: url(../img/top/ico/ico02.png);
}
.en #content_5 .list_box ul .kit03 a::before {
	background-image: url(../img/top/ico/ico03.png);
}
.en #content_5 .list_box ul .kit04 a::before {
	background-image: url(../img/top/ico/ico04.png);
}
.en #content_5 .list_box ul .kit05 a::before {
	background-image: url(../img/top/ico/ico05.png);
}
.en #content_5 .list_box ul .kit06 a::before {
	background-image: url(../img/top/ico/ico06.png);
}
.en #content_5 .list_box ul .kit07 a::before {
	background-image: url(../img/top/ico/ico07.png);
}
.en #content_5 .list_box ul .kit08 a::before {
	background-image: url(../img/top/ico/ico08.png);
}
.en #content_5 .list_box ul .kit09 a::before {
	background-image: url(../img/top/ico/ico09.png);
}
.en #content_5 .list_box ul .kit10 a::before {
	background-image: url(../img/top/ico/ico10.png);
}
/* 繁体字 */
.tw #content_5 .list_box ul .kit01 a::before {
	background-image: url(../img/top/ico/ico01_tw.png);
}
.tw #content_5 .list_box ul .kit02 a::before {
	background-image: url(../img/top/ico/ico02_tw.png);
}
.tw #content_5 .list_box ul .kit03 a::before {
	background-image: url(../img/top/ico/ico03_tw.png);
}
.tw #content_5 .list_box ul .kit04 a::before {
	background-image: url(../img/top/ico/ico04_tw.png);
}
.tw #content_5 .list_box ul .kit05 a::before {
	background-image: url(../img/top/ico/ico05_tw.png);
}
.tw #content_5 .list_box ul .kit06 a::before {
	background-image: url(../img/top/ico/ico06_tw.png);
}
.tw #content_5 .list_box ul .kit07 a::before {
	background-image: url(../img/top/ico/ico07_tw.png);
}
.tw #content_5 .list_box ul .kit08 a::before {
	background-image: url(../img/top/ico/ico08_tw.png);
}
.tw #content_5 .list_box ul .kit09 a::before {
	background-image: url(../img/top/ico/ico09_tw.png);
}
.tw #content_5 .list_box ul .kit10 a::before {
	background-image: url(../img/top/ico/ico10_tw.png);
}
/* 簡体字 */
.cn #content_5 .list_box ul .kit01 a::before {
	background-image: url(../img/top/ico/ico01_cn.png);
}
.cn #content_5 .list_box ul .kit02 a::before {
	background-image: url(../img/top/ico/ico02_cn.png);
}
.cn #content_5 .list_box ul .kit03 a::before {
	background-image: url(../img/top/ico/ico03_cn.png);
}
.cn #content_5 .list_box ul .kit04 a::before {
	background-image: url(../img/top/ico/ico04_cn.png);
}
.cn #content_5 .list_box ul .kit05 a::before {
	background-image: url(../img/top/ico/ico05_cn.png);
}
.cn #content_5 .list_box ul .kit06 a::before {
	background-image: url(../img/top/ico/ico06_cn.png);
}
.cn #content_5 .list_box ul .kit07 a::before {
	background-image: url(../img/top/ico/ico07_cn.png);
}
.cn #content_5 .list_box ul .kit08 a::before {
	background-image: url(../img/top/ico/ico08_cn.png);
}
.cn #content_5 .list_box ul .kit09 a::before {
	background-image: url(../img/top/ico/ico09_cn.png);
}
.cn #content_5 .list_box ul .kit10 a::before {
	background-image: url(../img/top/ico/ico10_cn.png);
}
/* ハングル */
.ko #content_5 .list_box ul .kit01 a::before {
	background-image: url(../img/top/ico/ico01_ko.png);
}
.ko #content_5 .list_box ul .kit02 a::before {
	background-image: url(../img/top/ico/ico02_ko.png);
}
.ko #content_5 .list_box ul .kit03 a::before {
	background-image: url(../img/top/ico/ico03_ko.png);
}
.ko #content_5 .list_box ul .kit04 a::before {
	background-image: url(../img/top/ico/ico04_ko.png);
}
.ko #content_5 .list_box ul .kit05 a::before {
	background-image: url(../img/top/ico/ico05_ko.png);
}
.ko #content_5 .list_box ul .kit06 a::before {
	background-image: url(../img/top/ico/ico06_ko.png);
}
.ko #content_5 .list_box ul .kit07 a::before {
	background-image: url(../img/top/ico/ico07_ko.png);
}
.ko #content_5 .list_box ul .kit08 a::before {
	background-image: url(../img/top/ico/ico08_ko.png);
}
.ko #content_5 .list_box ul .kit09 a::before {
	background-image: url(../img/top/ico/ico09_ko.png);
}
.ko #content_5 .list_box ul .kit10 a::before {
	background-image: url(../img/top/ico/ico10_ko.png);
}
/* タイ */
.th #content_5 .list_box ul .kit01 a::before {
	background-image: url(../img/top/ico/ico01_th.png);
}
.th #content_5 .list_box ul .kit02 a::before {
	background-image: url(../img/top/ico/ico02_th.png);
}
.th #content_5 .list_box ul .kit03 a::before {
	background-image: url(../img/top/ico/ico03_th.png);
}
.th #content_5 .list_box ul .kit04 a::before {
	background-image: url(../img/top/ico/ico04_th.png);
}
.th #content_5 .list_box ul .kit05 a::before {
	background-image: url(../img/top/ico/ico05_th.png);
}
.th #content_5 .list_box ul .kit06 a::before {
	background-image: url(../img/top/ico/ico06_th.png);
}
.th #content_5 .list_box ul .kit07 a::before {
	background-image: url(../img/top/ico/ico07_th.png);
}
.th #content_5 .list_box ul .kit08 a::before {
	background-image: url(../img/top/ico/ico08_th.png);
}
.th #content_5 .list_box ul .kit09 a::before {
	background-image: url(../img/top/ico/ico09_th.png);
}
.th #content_5 .list_box ul .kit10 a::before {
	background-image: url(../img/top/ico/ico10_th.png);
}
#content_5 .list_box ul .kit02 a::before {
	background-size: 3em;
}

/* ACCESS RANKING -------------------------------*/
#content_6 {
	padding-top: 40px;
}
#content_6 h1 {
	font-weight: bold;
	margin: 60px 0 40px;
}
.en #content_6 h1:before {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.en #content_6 h1 {/* 英語 */
	color: #5c8286;
}
.th #content_6 h1 {/* タイ語 */
	color: #5c8286;
}
.en #content_6 h1:before {/* 英語 */
	content: url("../img/top/title/con6_ico.png") ;
}
.tw #content_6 h1:before {/* 繁体字 */
	content: url("../img/top/title/con6_ico_tw.png") ;
}
.cn #content_6 h1:before {/* 簡体字 */
	content: url("../img/top/title/con6_ico_cn.png") ;
}
.ko #content_6 h1:before {/* ハングル */
	content: url("../img/top/title/con6_ico_ko.png") ;
}
.th #content_6 h1:before {/* タイ */
	content: url("../img/top/title/con6_ico_th.png") ;
}
#content_6 dt strong {
	font-size: 133%;
	text-align: left;
	padding-top: 0;
	padding-bottom: 5px;
}
#content_6 dt strong a {
	color: #403000;
	margin-left: 10px;
}
#content_6 .box {
	width: 18%;
	float: left;
	margin-left: 2.5%;
	float: left;
	position: relative;
}
#content_6 .box:first-child {
	margin-left: 0;
}
#content_6 .box dl {
	padding: 1em 0 1em 3em;
}
#content_6 .box dl dt {
	position: relative;
}
#content_6 .box dl dt::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc(100% + 1em);
	width: 2em;
	height: 2em;
	background: no-repeat center / contain;
}
#content_6 .rnk01 dl dt::before {
	background-image: url("../img/top/ico/rank01.png") ;
}
#content_6 .rnk02 dl dt::before {
	background-image: url("../img/top/ico/rank02.png") ;
}
#content_6 .rnk03 dl dt::before {
	background-image: url("../img/top/ico/rank03.png") ;
}
#content_6 .rnk04 dl dt::before {
	background-image: url("../img/top/ico/rank04.png") ;
}
#content_6 .rnk05 dl dt::before {
	background-image: url("../img/top/ico/rank05.png") ;
}
#content_6 .box dl dt a {
	display: block;
	font-family: 'Lato', 'sans-serif';
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .5em;
}
#content_6 .page_link a {
	position: absolute;
	right: 0px;
	top: 77px;
}
/* SIGHTSEEING IN FURTHER AFIELD -------------------------------*/
#content_7 {
	padding-top: 40px;
}
#content_7 h1 {
	margin: 60px 0 40px;
	font-weight: bold;
}
#content_7 h1:before {
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.en #content_7 h1 {/* 英語 */
	color: #5c8286;
}
.th #content_7 h1 {/* タイ語 */
	color: #5c8286;
}
.en #content_7 h1:before {/* 英語 */
	content: url("../img/top/title/con7_ico.png") ;
}
.tw #content_7 h1:before {/* 繁体字 */
	content: url("../img/top/title/con7_ico_tw.png") ;
}
.cn #content_7 h1:before {/* 簡体字 */
	content: url("../img/top/title/con7_ico_cn.png") ;
}
.ko #content_7 h1:before {/* ハングル */
	content: url("../img/top/title/con7_ico_ko.png") ;
}
.th #content_7 h1:before {/* タイ */
	content: url("../img/top/title/con7_ico_th.png") ;
}
#content_7 .box li {
	width: 24%;
	float: left;
	text-align: center;
	margin: 0 .5%;
}
#content_7 .box p {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#content_7 .box p img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#content_7 .box p img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#content_7 .box p + p {
	font-size: 117%;
	height: auto;
	padding-top: 10px;
}
/* バナー -------------------------------*/
#content_8 {
	padding-top: 80px;
	padding-bottom: 60px;
}
#content_8 ul {
	text-align: center;
}
#content_8 li {
	max-width: 310px;
	padding: 0 10px;
}
#content_8 li img {
	width: 100%;
	height: auto;
}

/* Into Aichi -------------------------------*/
#content_9 {
	margin-bottom: 5em;
}
#content_9 .sns-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 4em;
}
:lang(zh-tw) #content_9 .sns-wrap {
	gap: 2em;
}
#content_9 .sns-wrap &gt; * {
	flex: 1;
}
#content_9 .sns-wrap &gt; .insta-con .box_set {
	width: min(400px, 85vw);
	margin: auto;
}
:lang(zh-tw) #content_9 .sns-wrap &gt; .insta-con .box_set {
	width: auto;
}
#content_9 .left,
#content_9 .right {
	width: 45%;
	height: 500px;
	overflow: hidden;
	margin-bottom: 15px;
}
#content_9 .left {
	border: 1px solid #dedede;
	position: relative;
}
:lang(zh-tw) #content_9 .left {
	overflow-y: scroll;
}
#content_9 .left .link {
	position: absolute;
	top: 18px;
	right: 10px;
}
#content_9 .left li {
	width: 96%;
	display: table;
	border-top: 1px solid #dedede;
	padding: 15px 10px;
}
#content_9 .left .img {
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
	width:100px;
}
#content_9 .left .img img {
	max-width: 100px;
	max-height: 100px

}
#content_9 .left div {
	display: table-cell;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	line-height: 1.4;
}
#content_9 .left div p {
	margin-top: 3px;
}
/* SNS -------------------------------*/
#content_9 .sec-ttl {
	color: #5c8286;
	font-weight: bold;
	margin-block: 3em 1em;
}
:lang(zh-CN) #content_9 .sec-ttl,
:lang(zh-TW) #content_9 .sec-ttl,
:lang(ko) #content_9 .sec-ttl {
		color: #333;
}
#content_9 .sec-ttl::before {
	content: '';
	display: inline-block;
	width: min(40px, 1.5em);
	height: min(40px, 1.5em);
	background: #5c8286;
	mask: url('../img/top/title/sns_ico.svg') no-repeat center / contain;
	vertical-align: bottom;
	margin-right: .3em;
	margin-left: min(-40px, -1.5em);
}
:lang(zh-CN) #content_9 .sec-ttl::before,
:lang(zh-TW) #content_9 .sec-ttl::before,
:lang(ko) #content_9 .sec-ttl::before {
	background: #d9b750;
}
#content_9 .sns-ttl {
	color: #5c8286;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: .03em;
	margin-block: .5em;
}
:lang(zh-CN) #content_9 .sns-ttl,
:lang(zh-TW) #content_9 .sns-ttl,
:lang(ko) #content_9 .sns-ttl {
	color: #333;
}
#content_9 .fb-con__wig-area {
	margin-bottom: 3em;
}



/* NEWS &amp; TOPICS-------------------------------*/
#content_10 h1 {
	font-size: 250%;
	line-height: 1.2;
	margin: 50px 0 10px;
	font-weight: bold;
}
#content_10 li {
	border-bottom: 1px solid #cdcac2;
	display: table;
	width: 100%;
	padding: 20px 0;
}
#content_10 li div {
	display: table-cell;
	vertical-align: top;
}
#content_10 li div:nth-of-type(1) {
	width: 240px;
	padding-left: 15px;
	box-sizing: border-box;
}
#content_10 li .date {
	color: #8c8c8c;
	font-size: 116%;
}
#content_10 li div span:nth-of-type(2) {
	width: 90px;
	height: 17px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-left: 20px;
	line-height: 17px;
}
#content_10 .news01 {
	background-color: #d37598;
}
#content_10 .news02 {
	background-color: #50a3ac;
}
#content_10 .news03 {
	background-color: #e0af51;
}
#content_10 .news04 {
	background-color: #7d7d7d;
}
#content_10 .news05 {
	background-color: #0070b2;
}
#content_10 .news06 {
	background-color: #b87ed6;
}
#content_10 li h2 {
	line-height: 1.3;
	margin: 0;
	text-align: left;
	font-size: 100%;
}
#content_10 li p {
	line-height: 1.3;
}
#content_10 li h2 a {
	font-weight: bold;
	font-size: 133%;
	padding-bottom: 10px;
}
#content_10 .page_link a {
	position: absolute;
	right: 0px;
	top: 62px;
}

#feature_picture {
    width: 100%;
    margin-top:20px;
}

/* moblie ------------------------------------------- */
@media screen and (max-width:736px){
h1, h2 {
	font-size: 167%;
	word-wrap:break-word;
	margin-bottom: 1em;
}
.bx-controls {
	display: block;
	bottom: 5px;
}
#main_box .left, #main_box .right {
	width: auto;
	float: none;
}
#pickupbox h1 {
	font-size: 167%;
	top: 10px;
	right: 10px;
}
#pickup div {
	font-size: 100%;
}
#pickupbox .list_box li {
	width: calc(100% / 3);
}
#pickupbox .list_box li div {
	width: 100%;
}
#pickupbox .list_box li div h3 {
	font-size: .75rem;
	letter-spacing: .02em;
}


#news_area_l {
    color: #000;
    float: none;
    width: 100%;
}
#news_area_l .title {
	font-family: inherit;
	font-size: 167%;
	text-align: center;
	padding-bottom: 1em;
  margin-block: 2em 1em;
}
#news_area_l .box {
  margin-inline: 1.5em;
}
#movie_area_r {
  margin-inline: 1.5em;
}

#samurai_bnr2 {
    margin: 8px 15px 0;
}

.feature_area_l {
    float: none;
    width: auto;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}
.feature_area_r {
    float: none;
    width: auto;
    height: auto;
}
.feature_area_r .list {
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 15px;
}
#content_3 .box02 .list {
    border-top: 0px;
}

#recommend_link a p {
	font-size: 150%;
	padding: 15px;
}

#samurai_bnr {
	overflow: hidden;
	margin-block: 3.5em;
}

#samurai_bnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-inline: 1.5em;
	gap: 1em;
}

#samurai_bnr ul li {
	width: calc(50% - .5em);
	margin: 0;
	aspect-ratio: 63 / 76;
	float: unset;
}

#samurai_bnr li:last-child {
	margin: 0;
}

#samurai_bnr ul li a img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.page_link {
	margin-bottom: 3em;
}
.page_link a {
	color: #808442;
	font-size: 117%;
	line-height: 1.2;
	position: static;
	text-align: center;
	padding: 20px;
}
.en .page_link a {/* 英語 */
	border: dotted 2px #808442;
}
.tw .page_link a {/* 繁体字 */
	border: dotted 2px #765581;
}
.cn .page_link a {/* 簡体字 */
	border: dotted 2px #765581;
}
.ko .page_link a {/* 韓国語 */
	border: dotted 2px #765581;
}
.th .page_link a {/* タイ語 */
	border: dotted 2px #808442;
}

#menu_btn {/* スマホメニュー  */
	display: block;
}
#navi {
	display: none;
}
.pc {
	display: none;
}
.smart {
	display: inline;
}

#content_3 h3 {
    text-align: center;
    margin-top: 10px;
}

#content_3 .smart ul li {
    width: 100%;
    float: left;
	margin: 0;
}

#news_topics {
    bottom: 50px;
    right: 20px;
    clear:both;
    padding-top:10px;
}

#news_topics.banner_bottom {
	margin: 15px 0 30px;
}

/* AICHI RIGHT NOW! -------------------------------*/
#content_1 {
	height: auto;
	background-size: cover;
	padding-bottom: 50px;
}

#content_1 .page_link a {
	color: #668c91;
	border: dotted 2px #fff;
	position: static;
}
#content_1 li {
    width: 25%;
    height: auto;
}
#content_1 .btn {
    display: none;
}
#recommend_link span {
    font-size: 60%;
}

#news_topics .title {
    font-size: 150%;
}
#news_topics .box .news_title {
    font-size: 125%;
}
#news_topics .box p {
    font-size: 100%;
}
#recommend_link a p {
	padding: 10px 10px;
}
.en #recommend_link a p {/* 英語 */
	padding: 10px 10px;
}

/* RECOMMENDED SPOTS -------------------------------*/
#content_1 h1 {
	font-size: 167%;
}

/* THINGS TO DO IN AICHI THIS SEASON -------------------------------*/
/* EVENT -------------------------------*/
#content_2 h1 {
	font-size: 167%;
	line-height: 1;
	margin-top: 50px;
}
#content_2 h2 {
	margin-top: 30px;
}
#content_2 .list_box ul li {
	width: auto;
	margin: unset;
	float: unset;
	overflow: unset;
}
#content_2 .list_box ul span {
	font-size: .75rem;
}
#content_2 .page_link a {
	position: static;
}
#content_2 dt.textoverflow {
    font-size: 117%;
    line-height: 1;
}
#content_2 dt.textoverflow i {
	font-size: 1rem;
	line-height: 1.4;
}
#content_2 dd {
	font-size: .813rem;
	line-height: 1.5;
}

/* PLAN -------------------------------*/
#content_3 h1 {
	font-family: 'Lato', 'sans-serif';
	color: #222;
	margin-block: 1.5em 1em;
}
#content_3 h2 {
    font-size: 150%;
	line-height: 1.1;
	margin-top: 10px;
}
#content_3 .box01 li h3 span {
	font-size: 45%;
}
#content_3 .page_link a {
    position: static;
}
#content_3 .box02 .list dt {
    margin-bottom: 0;
}
#content_3 .box02 .list dt a {
    font-size: 125%;
}
#content_3 .box02 .list dt span {
    font-size: 84%;
}
#content_3 .box02 .list dd {
    font-size: 100%;
}
#content_3_2 {
	padding-top: 4.5em;
}
#content_3_2 h2 {
    font-size: 167%;
		padding-block: 0 1.5em;
		margin: 0;
}
#content_3_2 &gt; .smart {
	display: inline-block;
	margin-bottom: 3.5em;
}
#content_3_2 .feature_area__item-con {
	padding-inline: 2.3em;
	margin-bottom: 3.5em;
}
#content_3_2 .feature_area__item {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
#content_3_2 .feature_area__item:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#content_3_2 .feature_area__item .feature_area__img-area {
	aspect-ratio: 12 / 5;
}
#content_3_2 .feature_area__item .feature_area__img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#content_3_2 .feature_area__item .feature_area__txt-area {
	font-family: 'Lato', 'sans-serif';
	padding: 1.5em 1.3em;
}
#content_3_2 .feature_area__item .feature_area__txt-area dt .feature_area__ttl {
	font-weight: bold;
	font-size: 1.063rem;
	margin-bottom: .5em;
}
#content_3_2 .feature_area__item .feature_area__txt-area dt .feature_area__genre {
	display: flex;
	flex-wrap: wrap;
	gap: .3em;
	margin-bottom: 1em;
}
#content_3_2 .feature_area__item .feature_area__txt-area dt span {
	display: inline-block;
	color: #fff;
	font-size: .625rem;
	letter-spacing: .03em;
	background: #98a03c;
	padding: 2px .5em;
}
#content_3_2 .feature_area__item .feature_area__txt-area dd {
	font-size: .813rem;
	line-height: 1.5;
}


/* COLUMN -------------------------------*/
#content_3 .top_story {
	padding-bottom: 0;
}
.top_story #content_story li {
    width: 100%;
		float: unset;
		margin: auto;
}
.top_story #content_story li a {
	display: flex;
	gap: 1em;
	border-bottom: 1px solid #fff;
	padding-block: 1.1em;
}
.top_story #content_story .box li .img-area {
	width: 55%;
}
.top_story .box li .img-area img {
	height: auto;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.top_story #content_story .box li .txt {
    position: relative;
    bottom: 0;
		background-color: transparent;
		border-top: none;
    width: 100%;
    box-sizing: border-box;
    min-height: 47px;
		padding: unset;
}
.top_story #content_story .box .no {
	font-size: 1.25rem;
	font-weight: bold;
	color: #222;
	margin: 0;
}
.top_story #content_story .box .no .external_link_w {
	filter: brightness(0);
}
.top_story #content_story .box h2 {
	font-family: 'Lato', 'sans-serif';
	font-size: .813rem;
	color: #222;
	text-align: left;
	line-height: 1.5;
	margin-top: .3em;
}
.top_story #content_story {
	background: #fcf2f1;
	padding-block: 1em 3em;
	margin-top: 30px;
}
#youtube_player2 {
    display: none;
}


/* FEATURE -------------------------------*/
#content_3 .box02 .left,
#content_3 .box02 .right {
	width: auto;
	float: none;
}
#content_3 .box02 .list dt {
    width: 100%;
    padding-bottom: 15px;
}
#content_3 .box02 .list,
#content_3 .box02 .list dt,
#content_3 .box02 .list dd {
    width: 100%;
}

#feature_picture {
    width: 100%;
    margin-top:20px;
}

/* スライダー -------------------------------*/
#content_3 #slider {
    padding-top: 0;
}
/* TRAVEL TIPS -------------------------------*/
#content_5 h1 {
	margin-top: 2em;
	margin-bottom: 2em;
}
#content_5 h1:after {
    position: relative;
    top: 5px;
    padding-left: 5px;
}
.en #content_5 h1:after {/* 英語 */
	content: url("../img/top/title/con5_down.png") ;
}
.tw #content_5 h1:after {/* 繁体字 */
	content: url("../img/top/title/con5_down_tw.png") ;
}
.cn #content_5 h1:after {/* 簡体字 */
	content: url("../img/top/title/con5_down_cn.png") ;
}
.ko #content_5 h1:after {/* ハングル */
	content: url("../img/top/title/con5_down_ko.png") ;
}
.th #content_5 h1:after {/* タイ */
	content: url("../img/top/title/con5_down_th.png") ;
}
#content_5 .list_box ul {
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 0;
	padding-inline: 0;
}
#content_5 .list_box ul li {
	aspect-ratio: 1;
	word-break: break-all;
	border: 1px solid #f2f2f2;
}
#content_5 .list_box ul li a {
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-size: .75rem;
}
#content_5 .list_box ul li a::before {
	width: 4em;
	height: 4em;
}
#content_5 .list_box ul .kit02 a::before {
	background-size: 2.4em;
}
#content_5 .img_min {
	text-align: center;
}


/* ACCESS RANKING -------------------------------*/
#content_6,
#content_7 {
	padding-top: 0;
}
#content_6 {
	padding-top: 0;
}
#content_6 h1:after {
    position: relative;
    top: 5px;
    padding-left: 5px;
}
.en #content_6 h1:after {/* 英語 */
    content: url("../img/top/title/con5_down.png") ;
}
.tw #content_6 h1:after {/* 繁体字 */
    content: url("../img/top/title/con5_down_tw.png") ;
}
.cn #content_6 h1:after {/* 簡体字 */
    content: url("../img/top/title/con5_down_cn.png") ;
}
.ko #content_6 h1:after {/* ハングル */
    content: url("../img/top/title/con5_down_ko.png") ;
}
.th #content_6 h1:after {/* タイ */
    content: url("../img/top/title/con5_down_th.png") ;
}

#content_6 .box_set { display: none;}
#content_6 dt strong {
	font-size: 1.063rem;
}
#content_6 dt strong:before {
	padding-right: 0.5em;
	margin: 0 0 0 -3em;
}
#content_6 .box {
	display: flex;
	flex-direction: row-reverse;
	gap: 1em;
	width: auto;
    float: none;
    clear: both;
	margin: 0 !important;
	border-bottom: 1px solid #bfbfbf;
	padding-block: 1.5em;
	overflow: hidden;
}
#content_6 .box &gt; a {
	width: calc(100% / 3);
}
#content_6 .box a img {
    width: 100%;
}
#content_6 .box dl {
	flex: 1;
}
#content_6 .box dl dt::before {
	top: -.5em;
}
#content_6 .smart dl {
	width: 200px;
	margin: 0 auto;
}
#content_6 .smart dt {
	padding-left: 10px;
}
#content_6 .smart dt,
#content_6 .smart dd {
    padding-left: 50px;
}
#content_6 .box dl dd {
	font-size: .813rem;
}
#content_6 .page_link a {
    position: inherit;
    margin-top: 20px
}
/* SIGHTSEEING IN FURTHER AFIELD -------------------------------*/
#content_7 {
	padding-block: 0 5.1em;
}
#content_7 .inner {
	padding-inline: 1em;
}
#content_7 h1 {
	margin: 2.3em 0;
}
#content_7 .sightseeing__items {
	display: flex;
	gap: 2em 1em;
	flex-wrap: wrap;
}
#content_7 .sightseeing__item {
	width: calc(50% - .5em);
}
	#content_7 .sightseeing__img-area img {
	width: 100%;
}
#content_7 .sightseeing__txt-area {
	font-family: 'Lato', 'sans-serif';
	font-size: .875rem;
	font-weight: bold;
	text-align: center;
	padding-block: .5em 0;
}

/* Into Aichi -------------------------------*/
#content_9 .left h2 {
    font-size: 150%;
}
#content_9 .left,
#content_9 .right {
	float: none;
	width: auto;
}
#content_9 .right {
	margin-top: 30px;
	text-align: center;

}
#content_9 .left {
    margin-bottom: 15px;
}
#content_9 .left ul {
    font-size: 92%;
}

/* バナー -------------------------------*/
#content_8 {
	padding-top: 0;
	padding-bottom: 0;
}
#content_8 .smart .box {
	margin-top: 30px;
}
#content_8 .left,
#content_8 .right {
	margin-bottom:15px;
}
#content_8 li {
	max-width: inherit;
	width: 100%;
	padding: 0;
}
#content_8 li img {
	width: auto;
}

/* NEWS &amp; TOPICS-------------------------------*/
#content_10 h1 {
	font-size: 167%;
}
#content_10 li div {
	display: block;
}
#content_10 li .date {
	font-size: .75rem;
	line-height: 1;
}
#content_10 li p {
	line-height: 1.3;
	font-size: .813rem;
}
#content_10 li h2 a {
	display: block;
	font-size: 1rem;
	padding-bottom: .3em;
}
#content_10 li div:nth-of-type(1) {
	display: flex;
	align-items: baseline;
	width: auto;
	padding: 0;
	margin-bottom: .5em;
}
#content_10 li div span:nth-of-type(2) {
	width: min(35%, 75px);
	font-size: .625rem;
	line-height: 1;
	padding: .5em;
	margin-left: 1em;
}
#content_10 .page_link a {
    position: static;
    margin-top: 20px
}
/* sp | swiper -------------------------------*/
.mv_con {
	position: relative;
	display: block;
	padding-bottom: 2.5em;
}
.mv_con .mv__acc {
	position: absolute;
	width: 65%;
	bottom: 0;
	right: 0;
	z-index: 5;
	padding-bottom: 2.5em;
}
.mv_con .swiper-pagination {
	bottom: 0;
}
.mv_Swiper {
	position: relative;
}
.mv_con + .title {
	display: block;
	margin-top: 1.2em;
}
/* sp | Swiper -------------------------------*/
.cmn-swiper__wrap {
	max-width: 100%;
	padding-inline: 3.73em;
	margin-bottom: 2.2em;
}
.cmn-swiper__con {
	position: relative;
	padding-bottom: 50px;
}
div[class^="cmn_Swiper"] {
	height: auto;
}
div[class^="cmn_Swiper"] .swiper-wrapper {
	height: 100% !important;
}
div[class^="cmn_Swiper"] .swiper-slide .img-area {
	position: relative;
	aspect-ratio: 4 / 3;
	margin-bottom: .8em;
}
div[class^="cmn_Swiper"] .swiper-slide .img-area &gt; img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div[class^="cmn_Swiper"] .swiper-slide .img-area &gt; span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	font-family: 'Lato', 'sans-serif';
	color: #fff;
	text-align: center;
	font-size: .75rem;
	padding: 3px 8px;
	z-index: 2;
}
div[class^="cmn_Swiper"] .swiper-slide .img-area &gt; .area02 {
	background-color: #009edc;
}
div[class^="cmn_Swiper"] .swiper-slide .txt-area {
	font-family: 'Lato', 'sans-serif';
}
div[class^="cmn_Swiper"] .swiper-slide .txt-area &gt; dt {
	font-size: 1.063rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: .5em;
}
div[class^="cmn_Swiper"] .swiper-slide .txt-area &gt; dt i {
	font-size: 1.063rem;
	font-weight: bold;
	line-height: 1.3;
}
div[class^="cmn_Swiper"] .swiper-slide .txt-area &gt; dd {
	font-size: .813rem;
	line-height: 1.5;
}
div[class^="cmn_Swiper"] + .swiper-pagination {
	bottom: 0;
}
.swiper-pagination-bullet {
	background: #666666;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #b2b2b2;
}
.swiper-button-prev,
.swiper-button-next {
	display: grid;
	place-content: center;
	width: 2em;
	height: 2em;
	color: transparent;
	background: linear-gradient(90deg, rgb(221, 90, 128) 0%, rgb(214, 53, 28) 100%);
}
.swiper-button-prev {
	left: calc(-3.73em - 10px);
	padding: .5em .6em .5em .5em;
}
.swiper-button-next {
	right: calc(-3.73em - 10px);
	padding: .5em .5em .5em .6em;
}
.swiper-button-prev::before,
.swiper-button-next::before {
	content: '';
	width: 1em;
	height: 1em;
	background: url('/assets_new/img/common/arrow_w02.svg') no-repeat center / contain;
}
.swiper-button-prev::before {
	scale: -1 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	content: none;
}
#content_3_3 h2 {
	margin-bottom: 1.8em;
}
/* sp | content_9 sns -------------------------------*/
#content_9 .sec-ttl {
	margin-block: 2em .5em;
}
#content_9 .sns-wrap {
	flex-direction: column;
	gap: 1em;
}
#content_9 .sns-wrap .sns-ttl {
	font-size: 1.25rem;
	margin-block: 1em .5em;
}
#content_9 .sns-wrap &gt; * {
	flex: unset;
	width: 100%;
	padding-inline: 2em;
}
#content_9 .sns-wrap &gt; .insta-con .box_set {
	width: auto;
}
#content_9 .fb-con__title {
	margin-block: 2em 1em;
}
#content_9 .fb-con__wig-area {
	margin-bottom: 1em;
}
#content_9 .fb-con__wig-area .fb-page.fb_iframe_widget {
	width: 100%;
}

/* sp | _bnr01 -------------------------------*/
#content_11 {
	background: #fcf2f1;
	padding-block: 2.5em 1.5em;
}
.cmn-swiper__wrap._bnr {
	padding-inline: 3.72em;
	margin-bottom: 0;
}
.cmn-swiper__wrap._bnr .cmn-swiper__con {
	padding-bottom: 35px;
}
.cmn-swiper__wrap._bnr div[class^="cmn_Swiper"] {
	display: grid;
}
.cmn-swiper__wrap._bnr div[class^="cmn_Swiper"] .swiper-slide {
	height: 100% !important;
	place-content: center;
	text-align: center;
}
.cmn-swiper__wrap._bnr .swiper-button-prev,
.cmn-swiper__wrap._bnr .swiper-button-next {
	top: calc(50% - 7px);
}
/* sp | _bnr02 -------------------------------*/
#content_8 {
	padding-block: 4em 2em;
}








}</pre></body></html>