@charset "UTF-8";
/* CSS Document */

/*//////////　リセット　//////////*/

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    background-color:#fff;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#fff;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:2px solid #e5e7f2;
    margin:0.5em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}





/*//////////　共通　//////////*/

html { 
    font-size: 62.5%; 
}

body { 
    background: #f2f3f7;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.6rem; 
    color: #000000;
}	

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.notPC {
    display: none;
}

.notSP {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .notPC {
        display: inline-block;
    }
    .notSP {
        display: none;
    }
}

.wrapper {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	position: relative;
	background: #f2f3f7;
	border-left: 3px solid #ffffff;
	border-right:  3px solid #ffffff;
}

@media screen and (max-width: 440px) {
	.wrapper {
			border-left: none;
			border-right: none;
		}
}

.main {
	position: relative
}

.section {
	padding: 6rem 0;	
}

.block {
	margin-top: 4rem;
}

.container {
	padding: 0 5%;
}

.color-media {
	background-color: #1f2a6a;
}

.color-assets {
	background-color: #d0121b;
}

.color-tourism {
	background-color: #0080aa;
}

.color-food {
	background-color: #f08300;
}

.color-japanese {
	background-color: #15953b;
}

.color-digital {
	background-color: #8c1e5d;
}

.heading {
	font-size: 3.6rem;
    font-weight: bold;
	color: #e50012;
    text-align: center;
	margin-bottom: 4rem;
}

.title {
	font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.title .medal {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.sub-title {
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    border-left: 3px solid #e50012;
    padding: 0.5em 0 0.5em 0.5em;
	margin-bottom: 2rem;
}

 h3.title span {
	position: relative
}

 h3.title span::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-color: #e50012;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -2rem;
}

.text {
	line-height: 1.5;
}

.text-red {
	color: #e50012 !important;
}

.text-blue {
    color: #005bac !important;
}

.text-black {
	color: #000000 !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-link {
    position: relative;
    transition: all 0.3s;
    color: #000000;
	margin-right: 20px;
}

.text-link::after {
    content: '';
    border: 0;
    border-top: solid 2px #e50012;
    border-right: solid 2px #e50012;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(45deg);
}

.text-link:hover {
    color: #e50012;
}

.note {
	font-size: 1.3rem;
	line-height: 1.25;
	text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}

.bg-gray {
	background-color: #e5e7f2;
}

.bg-red {
	background-color: #e50012;
}

.mincho {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.card {
	background: #f2f3f7;
	border-radius: 10px;
	box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	overflow: hidden;
}

.icon-red {
	display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #e50012;
    color: #ffffff;
    font-weight: bold;
	margin-bottom: 0.5em;
}

.icon-blue {
	display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #005bac;
    color: #ffffff;
    font-weight: bold;
	margin-bottom: 0.5em;
}

.icon-pdf {
	font-size: 1.4rem;
    font-weight: bold;
    padding: 0.1em 0.2em;
    background-color: #e70011;
    margin-left: 1rem;
    border-radius: 3px;
}

.icon-category {
	display: inline-block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-weight: bold;
	margin-bottom: 1em;
}

.mark-red {
	background-color: #e70011;
    padding: 0.2em;
    font-size: 1.125em;
    font-weight: bold;
    color: #ffffff;
	font-style: normal;
}

.mark-blue {
	background-color: #005bac;
    padding: 0.2em;
    font-size: 1.125em;
    font-weight: bold;
    color: #ffffff;
	font-style: normal;
}

.cta {
	margin-top: 4rem;
    text-align: center;
	font-weight: bold;
}

.cta.col-1 .button:nth-child(n+1) {
	margin-top: 2rem;
}

.col-2 {
	display: flex;
    justify-content: space-between;
} 

.col-2 .box {
	width: calc((100% - 10px) / 2);
} 

/* .button */
.button {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    outline: none;
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    height: 60px;
    background-image: linear-gradient(to top, #c0000f 0%, #e50012 80%, #ff0014 100%);
    border-radius: 30px;
    border: 1px solid #8F9092;
    transition: all 0.2s ease;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
	margin: 1rem auto;
}

.button:hover {
	box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #be000f;
}

.button:active {
	box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #be000f, inset 0 0 30px #95010d;
}

.button:focus {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #be000f, inset 0 0 30px #95010d;
}

.button.black {
    background-image: linear-gradient(to top, #000000 0%, #222222 80%, #444444 100%);
}

.button.black:hover {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #333333;
}

.button.black:active {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #333333, inset 0 0 30px #010101;
}

.button.black:focus {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #333333, inset 0 0 30px #010101;
}

.button.white {
	color: #e60012;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
}

.button.white:hover {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
}

.button.white:active {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}

.button.white:focus {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}

.button.square {
	border-radius: 10px;
}

.button small {
	font-size: 1.2rem;
    display: block;
    margin-top: 0.5em;
}

.button.pdf {
	flex-direction: row;;
}

.button.icon-window {
	position: relative
}

.button.icon-window:after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    background-image: url(../images/original/icon_window.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.button.white.icon-window:after {
    background-image: url(../images/original/icon_window_red.png);
}

.button.disable {
	pointer-events: none;
    background-image: linear-gradient(to top, #cccccc 0%, #cccccc 80%, #cccccc 100%);
	border: none;
	color: #ffffff;
}

.button.white.icon-window.disable:after {
    background-image: url(../images/original/icon_window_hal.png);
}

/*.mv .button-anker.disable {
	pointer-events: none;
    background-color: #cccccc;
}*/

/* .special-list */
ul.special-list {
	text-align: left;
    font-weight: bold;
    line-height: 1.25;
}


ul.special-list li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
	min-height: 40px;
    display: flex;
    align-items: center;
}

ul.special-list li:before {
	content: '';
	background-image: url(../images/original/icon_crown.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-color: #ab8f1f;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
    left: 0;
}





/* .number-list */
ol.number-list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	text-align: left;
	font-weight: bold;
	line-height: 1.25;
}

ol.number-list li {
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
	counter-increment: mycounter;
}
ol.number-list li:before {
	content: counter(mycounter, decimal-leading-zero);
	counter-increment: my-counter;
	background-color: #000000;
	color: #ffffff;
	display: block;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-family: Arial, Helvetica, sans-serif;
	flex-shrink: 0;
}

/* .special-tour */
.special-tour.card,
.pickup.card {
	padding: 4rem 2rem;
	text-align: center;
}

.special-tour.card .title,
.pickup.card .title {
	line-height: 1.25;
	border-bottom: 4px solid #e60012;
    padding-bottom: 0.2em;
    display: inline-block;
}

.special-tour.card .title small,
.pickup.card .title small {
	font-size: 1.6rem;
}

.special-tour.card .text,
.pickup.card .text {
	margin-bottom: 2rem;
}

.special-tour.card ol.number-list,
.pickup.card ol.number-list {
	margin-top: 1rem;
}

.special-tour.card .item,
.pickup.card .item {
	margin-top: 2rem;
}

.nav {
	position: absolute;
	top: 1rem;
	right: 7rem;
	z-index: 10;
}






/*//////////　.mv　//////////*/

.mv {
	height: 100vh;
	background-image: url(../images/original/bg_mv_ms2025_mode.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.mv .block {
	text-align: center;
	color: #ffffff;
}

.mv .date {
	font-size: 2.2rem;
	font-weight: bold;
}

.mv .time {
	font-weight: bold;
	margin-top: 1rem;
}

.mv .address {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 1rem;
}

.mv .cta {
	color: #ffffff;
}

.mv .button-anker {
	width: 100%;
	max-width: 280px;
	height: 60px;
	border-radius: 30px; 
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s;
	box-shadow: 0 0 20px 0 #e50012;
	margin: 1rem auto 0;
}

.mv .button-anker:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.mv .button-anker::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(135deg); 
}

/*　下層ページ　*/
.subpage .main .mv {
	background-image: none;
	background-color: #e60012;
    max-height: 500px;
	position: relative;
}

.subpage .main .mv.bg-ms2025-sub {
	background-image: url(../images/original/img_ms2025_sub.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.subpage .main .mv .logo_ms2025 {
	position: absolute;
	top: 3rem;
	left: 2rem;
	width: 200px;
}

.subpage .main .mv .mv__inner {
	text-align: center;
    color: #fff;
}

.subpage .main .mv .mv__inner .logo_mode_japonism_white {
	width: 200px;
}

.subpage .main .mv .mv__inner h1 {
	font-size: clamp(4.2rem, calc(4rem + 0.625vw), 4.8rem);
	font-weight: bold;
	margin: 2rem 0;
}

.subpage .main .mv .mv__inner .text {
	font-size: 1.8rem;
}





/*//////////　.intoro　//////////*/

.intoro.section {
	padding: 4rem 0;
	display: flex;
	justify-content: center;
}

.bg-ms2025 {
    background-image: url(../images/original/img_ms2025.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.intoro .mincho {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 3;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em
}





/*//////////　.japonism　//////////*/

.media-arts {
	background-color: #1f2a6a;
}

.cultural-assets {
	background-color: #d0121b;
}

.cultural-tourism {
	background-color: #0080aa;
}

.food-culture {
	background-color: #f08300;
}

.japanese-language {
	background-color: #15953b;
}

.cutting-edge-technology {
	background-color: #8c1e5d;
}





/*//////////　.ticket-info　//////////*/

.ticket-info-detail {
	display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 4rem;
}

.ticket-info-detail dt {
	width: 30%;
}

.ticket-info-detail dd {
	width: 70%;
}

.ticket-info .block .inner {
	padding: 0 2rem;
}

.ticket-info-list {
    list-style: disc;
    padding-left: 1em;
    line-height: 1.5;
	margin: 1rem 0;
}

.ticket-info-list li {
	margin-bottom: 0.5rem;
}

.ticket-info-list li:last-child {
	margin-bottom: 0;
}

.text-anker {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 6rem;
	margin-top: -20px;
}

.text-anker a {
	margin: 0 15px;
	padding: 20px 0;
	position: relative;
	transition: all 0.3s;
	color: #000000;
}

.text-anker a::after{
    content: '';
    border: 0;
    border-top: solid 2px #e50012;
    border-right: solid 2px #e50012;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	bottom: 0;
}

.text-anker a:hover {
	color: #e50012;
}

.icon-circle {
	width: 160px;
	height: 160px;
	border-radius: 50%;
    padding: 30px;
	margin: 0 auto 2rem;
	box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
}





/*//////////　.time-table　//////////*/

.table {
	width: 100%;
    line-height: 1.5;
    text-align: center;
    border: 4px solid #e5e7f2;
}

.table th,
.table td {
	display: block;
    padding: 1em;
}

.table th {
    font-weight: bold;
    background-color: #e5e7f2;
}

.time-detail {
	display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
	text-align: left;
    width: 80%;
    margin: 0 auto;
	font-weight: bold;
}

.time-detail dt {
	width: 30%;
}

.time-detail dd {
	width: 70%;
	margin-bottom: 1rem;
}


/*//////////　.area-map　//////////*/

/*　下層ページ　*/
.subpage .area-map.section {
    padding-top: 9rem;
}



/*//////////　.sponsor　//////////*/

.sponsor .card {
	padding: 2rem;
}

.sponsor-list {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    padding-left: 1em;
}

.sponsor-list li {
	/*margin-right: clamp(4rem, calc(3.8rem + 0.625vw), 4.5rem);*/
	width: 45%;
    line-height: 1.5;
    list-style: square;
    text-indent: -0.25em;
}

.sponsor-list li::marker {
	color: #e60012;
}

.sponsor-list li>span {
	vertical-align: -0.15em;
}

.kyosan .sponsor-list li {
	width: 100%;
}





/*//////////　.about　//////////*/

.about {
	background-image: url(../images/original/bg_about_ms2025_mode.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #040407;
    color: #ffffff;
}

.about .heading {
	color: #ffffff;
}





/*//////////　.overview　//////////*/

.overview.section {
    padding-top: 9rem;
}

.overview .card  {
	padding: 2rem;
}

.overview .card dl {
	line-height: 1.5;
}

.overview .card dt {
	font-weight: bold;
}

.overview .card dd {
	padding-bottom: 1em;
    border-bottom: 2px solid #e5e7f2;
    margin-bottom: 1em;
}

.overview .card dd:last-child {
	padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.overview .card dd ul {
	list-style: disc;
    padding-left: 1em;
}

.overview .card dd ul li {
	margin-bottom: 0.5rem;
}

.overview .card dd ul li:last-child {
	margin-bottom: 0;
}





/*//////////　.works　//////////*/


.works .group-link {
	margin: 4rem 0;
}

.works .group:nth-child(n+1) {
	margin-top: 8rem;
}


.works .card .text {
	padding: 2rem;
	font-size: 1.4rem;
}

.works .card .title {
	font-size: 1.4rem;
    text-align: left;
    margin-bottom: 1rem;
}

.works .card .department {
	font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 2px solid #e5e7f2;
}

.works .card .member {
	font-size: 1.2rem;
}


.works .card .other {
	text-align: center;
    padding: 0.5em;
    margin-top: 1rem;
	background-color: #e5e7f2;
}




/* pagination */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4rem 0 2rem;
}
.pagination-item-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #f2f3f7;
	border: solid 1px #8f9092;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	transition: all 0.15s linear;
}

.pagination-item-link.prev,
.pagination-item-link.next {
	background: #e5e7f2;
}

.pagination-item-link.active {
	background: #e50012;
	color: #ffffff;
	pointer-events: none;
}
.pagination-item-link:not(.active):hover {
	background: #e50012;
	color: #ffffff;
}
.pagination > * + * {
	margin-left: 1rem;
}

.dli-chevron-left {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(25%) rotate(-135deg);
	transition: all 0.15s linear;
}

.dli-chevron-right {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
	transition: all 0.15s linear;
}

.pagination-item-link.prev:not(.active):hover .dli-chevron-left,
.pagination-item-link.next:not(.active):hover .dli-chevron-right {
	  color: #ffffff;
}






/*//////////　.category　//////////*/

 .category-media h3.title span::before {
	background-color: #1f2a6a;
}

 .category-assets h3.title span::before {
	background-color: #d0121b;
}

 .category-tourism h3.title span::before {
	background-color: #0080aa;
}

 .category-food h3.title span::before {
	background-color: #f08300;
}

 .category-japanese h3.title span::before {
	background-color: #15953b;
}

 .category-digital h3.title span::before {
	background-color: #8c1e5d;
}











.category .slide .title {
	font-size: 1.4rem;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000000;
}















/*//////////　.footer　//////////*/

.footer {
	background-color: #000000;
    padding: 1rem;
    margin-top: 12rem;
}

.copyright {
	font-size: 1.2rem;
    text-align: center;
    color: #ffffff;
}





/*//////////　PC　//////////*/

.pc .mv {
	background-image: none;
	width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
	.pc .mv {
		display: none;
		}
}

.pc .pc-left {
	background-image: url(../images/original/bg_pc_mode_left.jpg);
	background-size: cover;
	background-position: top right;
	position: fixed;
	top: 0;
	left: 0;
    width: calc((100vw - 440px) / 2);
	height: 100vh;
}

.pc .pc-right {
	background-image: url(../images/original/bg_pc_mode_right.jpg);
	background-size: cover;
	position: fixed;
	top: 0;
	right: 0;
    width: calc((100vw - 440px) / 2);
	height: 100vh;
}
















































