html{
	font-size: .98vw;
	scroll-behavior: smooth;
	scroll-padding-top: 40px;
}
body{
	margin: 0;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3","Hiragino Kaku Gothic ProN","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,sans-serif;
	font-weight: bold;
	background: #fdfcf9;
	color: #666;
}
* {
	box-sizing: border-box;
}
h1, h2, h3 {
	margin: 0;
	font-weight: bold;
}
h2 {
    margin-bottom: 1em;
    font-size: 2.3rem;
    color: #cc5517;
    border-bottom: solid 3px;
}
h2 .jp_translation {
	font-size: 1.79rem;
}
h3 {
	margin-bottom: 1em;
	font-size: 1.32rem;
}
p {
	margin: 0;
	line-height: 1.8;
}
a {
	text-decoration: none;
	color: unset;
}
a:hover {
	opacity: .5;
}
p a,dl a{
	text-decoration: underline;
}
div.caption {
	margin-top: .5em;
	line-height: 1;
}
span.copy {
	font-size: .7em;
}
img {
	display: block;
	width: 100%;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}

.btn_area{
	padding-bottom:1em;
}
.link_btn {
	display: block;
	width: fit-content;
	border: 1px solid #666;
	padding: .1em .3em;
	text-decoration: none;
	margin:.5em 0;
}
.only_sp{
	display:none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6% 4%;
    background-color: #959494;
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: normal;
}
header .box_logo {
    flex: 3;
    position: static;
}
header .box_logo img {
    width: 40%;
}
header .box_menu_site {
    flex: 10;
}
header .box_menu_site a {
    margin-right: 3em;
}
header .box_func {
    display: flex;
    justify-content: end;
    align-items: center;
    flex: 4;
}
header .box_func .box_search {
    width: 50%;
    flex: 2;
}
header .box_func .box_search form {
    display: flex;
    align-items: end;
}
header .box_func .box_search form .searchText {
    width: calc(100% - 15px);
}
header .box_func .box_search form .searchText input {
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
}
header .box_func .box_search form .searchButton input {
    background: none;
    border: 0;
    background-image: url(../../../kenchikubunka/common_image/btn_search_wh.svg);
    background-repeat: no-repeat;
    background-position: center;
}
header .box_func .sel_lang a:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: .5em;
}
header .box_func .box_link {
    display: flex;
    flex: 1;
    justify-content: end;
}
header .box_func .box_link .logo_link {
    padding: 0 0 0 14%;
    position: relative;
}
header .box_func .box_link .logo_link.sns_x {
    width: 30%;
}
header .box_func .box_link .logo_link.sns_yt {
    width: 40%;
}
header .box_func .box_link .logo_link img {
    position: relative;
    height: 100%;
}
.header_ma {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 1% 4%;
    background-color: #fff;
    font-weight: normal;
}
.header_ma .box_logo_ma a {
    display: flex;
    align-items: flex-end;
}
.header_ma .box_logo_ma {
    flex: 3;
}
.header_ma .box_logo_ma a img {
    width: 21%;
    margin-right: 7%;
}
.header_ma .box_logo_ma a .logo_copy {
    font-size: .72rem;
    padding-bottom: .4em;
}
.header_ma .nav_ma {
    flex: 14;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.header_ma .nav_ma .wrap_nav_item {
    padding-bottom: .15em;
    position: relative;
}
.header_ma .nav_ma .wrap_nav_item:not(:last-child) {
}
.header_ma .nav_ma .wrap_nav_item:last-child {
}
.wrap_nav_item.sel_lang .nav_item a {
    padding: 0 .5em;
}
.wrap_nav_item.sel_lang .nav_item a:first-child {
    border-right: 1px solid #666;
}

.header_ma .nav_ma .wrap_nav_item .wrap_nav_item_sub {
	display:none;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transform: translate(0, 105%);
    width: 12em;
    padding-left: .5em;
}
.header_ma .nav_ma .wrap_nav_item .wrap_nav_item_sub .nav_item_sub {
    padding: .3em 0;
}
.header_ma .nav_ma .wrap_nav_item .wrap_nav_item_sub .nav_item_sub a{
	display:block;
}
.wrap_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 22%;
	height: 100vh;
	padding: 3% 4%;
	background: #f2f2fe;
	overflow: auto;
}
.wrap_nav .logo {
	width: 40%;
	margin-bottom: 30%;
}
.wrap_nav .wrap_btn {
	display: none;
}
.wrap_nav .wrap_btn .sel_lang {
	margin-right: 2em;
	color: #666;
}
.wrap_nav .wrap_btn .menu_btn {
	position: relative;
	width: 1.56rem;
	height: 1.12rem;
	cursor: pointer;
}
.wrap_nav .menu_btn::before,
.wrap_nav .menu_btn::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: block;
	width: 100%;
	height: 1px;
	background: #3100aa;
}
.wrap_nav .menu_btn::before {
	top: 0;
}
.wrap_nav .menu_btn::after {
	bottom: 0;
}
.wrap_nav .menu_btn.on::before,
.wrap_nav .menu_btn.on::after {
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.wrap_nav .menu_btn.on::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.wrap_nav .menu_btn.on::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.wrap_nav .menu_btn div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: #3100aa;
}
.wrap_nav .menu_btn.on div {
	display: none;
}
.wrap_nav nav h1 {
	margin-bottom: 25%;
}
.wrap_nav nav ul {
	font-size: 1.16rem;
	font-weight: bold;
	line-height: 1;
}
.wrap_nav nav ul li {
	margin-bottom: 1.0em;
	line-height: 1.3;
}


article {
	width: 78%;
	margin-left: 22%;
	padding: 6% 7% 0;
}
section {
	padding-bottom: 9%;
}
section .writer {
	text-align: right;
}

.wrap_slide .wrap_img {
    height: 0;
    padding-top: 66.5%;
    position: relative;
    background-color: #eee;
}
.wrap_slide .wrap_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap_mov {
	position: relative;
}
.wrap_mov .box_mov{
	position:relative;
}
.wrap_mov .box_mov:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.wrap_mov .box_mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrap_map .box_mov iframe{
	min-height: 50vh;
	max-height: 75vh;
	width:100%;
}
dl{
}

footer {
    width: 64%;
    margin: 0 7% 0 29%;
    padding: 1.5em 1% 6%;
    border-top: 3px solid #cc5517;
    background-color: #fff;
}
footer .footer_ma_main {
    display: flex;
    gap: 1%;
    font-weight: normal;
    font-size: 1vw;
    padding-bottom: 2em;
}
footer .footer_ma_main .box_foot {
	width: calc(97% / 4);
}
footer .footer_ma_main .box_foot ul.box_foot_text {
    list-style: disc;
    padding-left: 1.3em;
}
footer .footer_ma_sub {
    display: flex;
    font-size: .8vw;
    align-items:center;
    font-weight: normal;
}
footer .footer_ma_sub .box_footer_icon {
    margin-right: 3%;
}
footer .footer_ma_sub .box_footer_icon.logo_toto {
    width: 6%;
}
footer .footer_ma_sub .box_footer_icon.museum {
    width: 6%;
}
footer .footer_ma_sub .box_footer_icon.tototushin {
    width: 11%;
}
footer .footer_ma_sub .box_footer_icon.comet {
    width: 11%;
}





@media(max-width: 680px) {
	html{
		font-size: 3.7vw;
		scroll-padding-top: 100px;
	}
	body:has(.wrap_nav .menu_btn.on) {
		overflow: hidden;
	}
	header .logoTOTO{
		width:65px;
	}
	h2 {
		font-size: 1.87rem;
		border-bottom: solid 1px;
	}
	h2 .jp_translation {
		font-size: 1.25rem;
	}
	h3 {
		font-size: 1.18rem;
	}
	.only_sp{
		display:block;
	}
	br.only_sp{
		display:inline;
	}

	header nav.opened {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}
	.wrap_nav {
		position: fixed;
		-webkit-transition: transform 500ms;
		-moz-transition: transform 500ms;
		transition: transform 500ms;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 10;
		width: 100%;
		height: auto;
		padding: 1rem;
		overflow:unset;
		top: 0;
		left: 0;
	}
	.wrap_nav.hide {
		-webkit-transform: translateY(-200%);
		-moz-transform: translateY(-200%);
		transform: translateY(-200%);
	}
	.wrap_nav .logo {
		width: 2.56rem;;
		margin: 0;
	}
	.wrap_nav .wrap_btn {
		display: flex;
	}
	.wrap_nav nav {
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateY(-80%);
		-moz-transform: translateY(-80%);
		transform: translateY(-80%);
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 5rem 1rem 10rem;
		background: #fdfcf9;
	}	
	.wrap_nav nav.opened {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}
	.wrap_nav nav h1 {
		width: 50%;
	}


	article {
		width: 100%;
		margin: 0;
		padding: 140px 1em 1em;
	}
	.credit {
		font-size: .75rem;
	}
footer {
    width: 100%;
    margin: 0;
}
footer .footer_ma_main {
    display: none;
}
footer .footer_ma_sub {
    justify-content: center;
	font-size: .5rem;
}
}

@media screen and (max-width : 569px){
	.header_ma{
		display:none;
	}
}