@charset "UTF-8";
@import url(base.css);
@media screen and (min-width: 751px) { .sp { display: none !important; }
  .pc { display: block; } }
@media screen and (max-width: 750px) { .pc { display: none !important; }
  .sp { display: block; }
  .fit { width: 100%; height: auto; } }
body { background-color: #FFF; color: #000; font-family: "Noto Serif", serif; font-weight: 300; font-size: 16px; line-height: 1.8; width: 100%; }
body::before { content: ""; display: block; position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center center; background-image: url("../img/bg.jpg"); background-size: cover; }
@media screen and (max-width: 750px) { body { font-size: 3.6vw; } }
body.fixed { position: fixed; }

img { max-width: 100%; height: auto; }

a { color: #000; }
a:hover { color: #78611f; text-decoration: none; }
a.circleLink { display: inline-block; position: relative; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cg%3E%3Cpath fill='%23000000' d='M12.5,25C5.61,25,0,19.39,0,12.5h1c0,6.34,5.16,11.5,11.5,11.5s11.5-5.16,11.5-11.5S18.84,1,12.5,1C7.9,1,3.75,3.73,1.93,7.95l-.92-.4C2.99,2.97,7.5,0,12.5,0c6.89,0,12.5,5.61,12.5,12.5s-5.61,12.5-12.5,12.5Z' /%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left top; background-size: 24px 24px; cursor: pointer; padding-left: 30px; min-height: 24px; line-height: 1.5; }
@media screen and (max-width: 750px) { a.circleLink { background-size: 5.6vw 5.6vw; } }
a.circleLink::before, a.circleLink::after { content: ""; transition: all 0.1s ease-in; height: 1px; background-color: #000; position: absolute; }
a.circleLink::before { width: 14px; top: 11px; left: 0; }
@media screen and (max-width: 750px) { a.circleLink::before { width: 4vw; top: 3vw; } }
a.circleLink::after { width: 6px; top: 9px; left: 9px; transform: rotate(45deg); }
@media screen and (max-width: 750px) { a.circleLink::after { width: 2vw; top: 2.2vw; left: 2vw; } }
@media screen and (min-width: 751px) { a.circleLink:hover::before { width: 17px; }
  a.circleLink:hover::after { left: 12px; } }
@media screen and (max-width: 750px) { a.circleLink { min-height: 6vw; padding-left: 6.2vw; } }
a.boxLink { transition: all 0.3s ease-in; position: relative; display: inline-block; padding: 5px 50px; border: 1px solid #000; }
@media screen and (max-width: 750px) { a.boxLink { padding: .5vw 8vw; } }
a.boxLink::before, a.boxLink::after { content: ""; transition: all 0.1s ease-in; height: 1px; background-color: #000; position: absolute; }
a.boxLink::before { width: 20px; top: 50%; transform: translateY(-50%); right: 8px; }
@media screen and (max-width: 750px) { a.boxLink::before { width: 4vw; } }
a.boxLink::after { width: 8px; right: 8px; top: 50%; transform: translateY(-50%) rotate(45deg); transform-origin: right bottom; }
@media screen and (max-width: 750px) { a.boxLink::after { width: 2vw; } }
a.boxLink:hover { background-color: #000; color: #FFF; }
a.boxLink:hover::before, a.boxLink:hover::after { background-color: #FFF; }

span.boxLink { transition: all 0.3s ease-in; position: relative; display: inline-block; padding: 5px 50px; border: 1px solid #000; }
@media screen and (max-width: 750px) { span.boxLink { padding: .5vw 8vw; } }
span.boxLink::before, span.boxLink::after { content: ""; transition: all 0.1s ease-in; height: 1px; background-color: #000; position: absolute; }
span.boxLink::before { width: 20px; top: 50%; transform: translateY(-50%); right: 8px; }
@media screen and (max-width: 750px) { span.boxLink::before { width: 4vw; } }
span.boxLink::after { width: 8px; right: 8px; top: 50%; transform: translateY(-50%) rotate(45deg); transform-origin: right bottom; }
@media screen and (max-width: 750px) { span.boxLink::after { width: 2vw; } }
span.boxLink:hover { background-color: #000; color: #FFF; }
span.boxLink:hover::before, span.boxLink:hover::after { background-color: #FFF; }

.list.listCircle { padding-left: 15px; }
.list.listCircle li { list-style: disc; margin-bottom: 10px; }

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
.section { padding: 100px 0; }
@media screen and (max-width: 750px) { .section { padding: 10vw 0; } }

.inner { max-width: 1200px; margin: 0 auto; }
@media screen and (max-width: 1280px) { .inner { padding: 0 40px; } }
@media screen and (max-width: 750px) { .inner { width: 100%; padding: 0 5vw; } }

.secSplit { display: flex; flex-wrap: wrap; }
.secSplit .secHead { width: 29.167%; }
@media screen and (max-width: 750px) { .secSplit .secHead { width: 100%; margin-bottom: 7vw; } }
.secSplit .secContent { width: 70.833%; }
@media screen and (max-width: 750px) { .secSplit .secContent { width: 100%; } }

.tglBtn { cursor: pointer; }

.tglContents { display: none; }

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#menu { position: fixed; top: 0; right: 0; z-index: 99; }
#menu.current #menuBtn span:nth-of-type(1) { display: none; }
#menu.current #menuBtn span:nth-of-type(2) { transform: rotate(30deg); margin-top: 0; background-color: black; }
#menu.current #menuBtn span:nth-of-type(3) { transform: rotate(-30deg); margin-top: 0; background-color: black; }
#menu.current #menuBtn span:nth-of-type(4) { display: none; }
#menu.current .menuContents { animation: ashow forwards 0.2s 1 ease 0.2s; display: block; }
#menu #menuBtn { display: block; width: 90px; height: 80px; position: absolute; top: 0; right: 0; cursor: pointer; z-index: 99; }
@media screen and (max-width: 750px) { #menu #menuBtn { width: 16vw; height: 12vw; } }
#menu #menuBtn span { display: inline-block; position: absolute; right: 15px; top: 40px; width: 60px; height: 2px; background-color: black; transition: all 0.2s ease-in; }
#menu #menuBtn span:nth-of-type(1) { margin-top: -15px; }
#menu #menuBtn span:nth-of-type(2) { background-color: black; }
#menu #menuBtn span:nth-of-type(3) { background-color: black; }
#menu #menuBtn span:nth-of-type(4) { margin-top: 15px; }
@media screen and (max-width: 750px) { #menu #menuBtn span { right: 3vw; top: 6vw; width: 10vw; }
  #menu #menuBtn span:nth-of-type(1) { margin-top: -2vw; }
  #menu #menuBtn span:nth-of-type(4) { margin-top: 2vw; } }
#menu .menuContents { position: relative; z-index: 1; width: 100vw; height: 100vh; text-align: left; opacity: 0; max-height: 100vh; background-color: rgba(255, 255, 255, 0.9); padding: 80px; transition: all 0.4s ease-in; display: none; }
@media screen and (max-width: 750px) { #menu .menuContents { width: 100%; padding: 12vw 7vw; } }
#menu .menuContents .menuBox { width: 100%; height: 100%; display: flex; justify-content: center; align-items: flex-start; overflow-y: scroll; }
#menu .menuContents .menuList { max-width: 640px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
#menu .menuContents .menuList > ul { display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; gap: .5em; }
#menu .menuContents .menuList > ul > li { font-size: 1.4em; font-weight: 500; position: relative; width: 100%; }
#menu .menuContents .menuList > ul > li > span { color: #999; }
#menu .menuContents .menuList > ul > li .archiveTrg { position: absolute; width: 30px; height: 30px; background: #999; top: 5px; right: 0; }
#menu .menuContents .menuList > ul > li .archiveTrg::before, #menu .menuContents .menuList > ul > li .archiveTrg::after { content: ""; width: 60%; height: 1px; background-color: #FFF; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#menu .menuContents .menuList > ul > li .archiveTrg::after { transform: translate(-50%, -50%) rotate(90deg); }
#menu .menuContents .menuList > ul > li .archiveTrg.current::after { display: none; }
#menu .menuContents .menuList > ul > li ul { padding-left: 3.5em; }
@media screen and (max-width: 750px) { #menu .menuContents .menuList > ul > li ul { padding-left: 2.5em; } }
#menu .menuContents .menuList > ul > li ul li { font-size: 1em; position: relative; }
@media screen and (max-width: 750px) { #menu .menuContents .menuList > ul > li ul li { font-size: .8em; } }
#menu .menuContents .menuList > ul > li ul li:before { content: ""; width: 2em; height: 1px; background-color: #78611f; position: absolute; top: 1em; left: -2.5em; }
@media screen and (max-width: 750px) { #menu .menuContents .menuList > ul > li ul li:before { width: 1.8em; } }
#menu .menuContents .menuList .menuBnr { margin-top: 2em; }
#menu .menuContents .menuList .menuBnr .snsList { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 1.5em; gap: 1em; }
#menu .menuContents .menuList .menuBnr .snsList li a { display: block; background: #000; border-radius: 100%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; }
#menu .menuContents .menuList .menuBnr .snsList li a img { width: 35px; height: auto; }
@media screen and (max-width: 750px) { #menu .menuContents .menuList .menuBnr .snsList li a { width: 10vw; height: 10vw; }
  #menu .menuContents .menuList .menuBnr .snsList li a img { width: 6vw; } }

@keyframes ashow { 0% { opacity: 0; }
  100% { opacity: 1; } }
/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main .swiper { box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15); }
#main .kvWrap .kvPanel { position: relative; }
#main .kvWrap .kvPanel a { transition: all 0.3s ease-in; }
#main .kvWrap .kvPanel a:hover { opacity: 1; }
#main .kvWrap .kvPanel .kvLink { position: absolute; bottom: 20px; width: 100%; left: 0; text-align: center; }
@media screen and (max-width: 750px) { #main .kvWrap .kvPanel .kvLink .boxLink { padding: 1vw 6vw; line-height: 1; }
  #main .kvWrap .kvPanel .kvLink .boxLink::before { width: 3vw; right: 1vw; }
  #main .kvWrap .kvPanel .kvLink .boxLink::after { width: 1vw; right: 1vw; } }
#main .kvWrap .kvPanel .kvLink .boxLink.rv { border-color: #FFF; color: #FFF; }
#main .kvWrap .kvPanel .kvLink .boxLink.rv::before, #main .kvWrap .kvPanel .kvLink .boxLink.rv::after { background-color: #FFF; }
@media screen and (max-width: 750px) { #main .kvWrap .kvPanel .kvLink { bottom: 1vw; font-size: .6em; } }
#main .swiper-wrap { position: relative; }
#main .swiper { width: 100%; max-width: 1000px; overflow-x: hidden; }
#main .swiper img { max-width: 100%; height: auto; }
#main .swiper-navi { position: relative; min-height: 24px; margin-top: 25px; }
@media screen and (max-width: 750px) { #main .swiper-navi { min-height: 6vw; margin-top: 3vw; } }
#main .swiper-navi ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; }
#main .swiper-pagination { position: relative; margin: 0 auto; width: 100%; bottom: auto; left: auto; transform: translateY(-8px); }
#main .swiper-pagination-bullet { border-radius: 0; background-color: rgba(0, 0, 0, 0.5); width: 80px; height: 4px; margin: 0 1px; }
@media screen and (max-width: 750px) { #main .swiper-pagination-bullet { width: 10vw; height: 1vw; } }
#main .swiper-pagination-bullet-active { background-color: rgba(0, 0, 0, 0.5); }
#main .swiper-prev, #main .swiper-next { width: 24px; height: 24px; display: inline-block; position: relative; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cg%3E%3Cpath fill='%23000000' d='M12.5,25C5.61,25,0,19.39,0,12.5h1c0,6.34,5.16,11.5,11.5,11.5s11.5-5.16,11.5-11.5S18.84,1,12.5,1C7.9,1,3.75,3.73,1.93,7.95l-.92-.4C2.99,2.97,7.5,0,12.5,0c6.89,0,12.5,5.61,12.5,12.5s-5.61,12.5-12.5,12.5Z' /%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left top; background-size: 24px 24px; cursor: pointer; background-size: 100% 100%; }
@media screen and (max-width: 750px) { #main .swiper-prev, #main .swiper-next { background-size: 5.6vw 5.6vw; } }
#main .swiper-prev::before, #main .swiper-prev::after, #main .swiper-next::before, #main .swiper-next::after { content: ""; transition: all 0.1s ease-in; height: 1px; background-color: #000; position: absolute; }
#main .swiper-prev::before, #main .swiper-next::before { width: 14px; top: 11px; left: 0; }
@media screen and (max-width: 750px) { #main .swiper-prev::before, #main .swiper-next::before { width: 4vw; top: 3vw; } }
#main .swiper-prev::after, #main .swiper-next::after { width: 6px; top: 9px; left: 9px; transform: rotate(45deg); }
@media screen and (max-width: 750px) { #main .swiper-prev::after, #main .swiper-next::after { width: 2vw; top: 2.2vw; left: 2vw; } }
@media screen and (min-width: 751px) { #main .swiper-prev:hover::before, #main .swiper-next:hover::before { width: 17px; }
  #main .swiper-prev:hover::after, #main .swiper-next:hover::after { left: 12px; } }
@media screen and (max-width: 750px) { #main .swiper-prev, #main .swiper-next { width: 6vw; height: 6vw; } }
#main .swiper-prev.swiper-button-lock, #main .swiper-next.swiper-button-lock { display: none; }
#main .swiper-prev { transform: scale(-1, 1); }

/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
@media screen and (min-width: 751px) { #news { padding-bottom: 50px; } }

@media screen and (min-width: 751px) { .section .secHead { padding-left: 15px; } }
.section .secHead span { display: block; position: relative; }
.section .secHead span::before { content: ""; background-color: #78611f; display: block; position: absolute; }
.section .secHead span.en { font-family: "Cormorant Garamond", serif; font-weight: 600; font-style: normal; font-size: 1.75em; line-height: 1.3; }
@media screen and (max-width: 750px) { .section .secHead span.en { opacity: .7; font-size: 1.9em; } }
@media screen and (min-width: 751px) { .section .secHead span.en::before { width: 1px; height: calc(100% + 15px); top: 0; left: -15px; } }
.section .secHead span.ja { font-size: .93em; padding-left: 5px; margin-top: 5px; color: #78611f; }
@media screen and (max-width: 750px) { .section .secHead span.ja { padding-left: 10vw; margin-top: 0; } }
.section .secHead span.ja::before { width: 15px; height: 1px; left: -15px; top: 10px; }
@media screen and (max-width: 750px) { .section .secHead span.ja::before { opacity: .7; width: 8vw; left: 0; } }

.entryList ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 25px 0; line-height: 1.4; }
@media screen and (max-width: 750px) { .entryList ul li { padding: 3vw 0; } }
.entryList ul li .meta { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.entryList ul li .meta .date { font-size: .9em; margin-right: 1em; width: 5em; }
.entryList ul li .meta .catList { display: flex; flex-wrap: wrap; width: calc(100% - 6em); }
.entryList ul li .meta .catList span { font-size: .7em; background-color: #000; color: #FFF; display: inline-block; margin-right: 5px; padding: 2px 5px; }
.entryList ul li .meta .catList span.cat-readinghigh { background-color: #78611f; }
.entryList ul li .title { margin-top: 10px; }
@media screen and (max-width: 750px) { .entryList ul li .title { margin-top: 2vw; } }

.xBox { margin-top: 70px; width: 100%; height: 360px; }
@media screen and (max-width: 750px) { .xBox { margin-top: 5vw; } }

@media screen and (max-width: 750px) { .profileBlock .profileImg { padding: 0 10vw; } }
.profileBlock .profileBox { margin-top: 30px; }
@media screen and (max-width: 750px) { .profileBlock .profileBox { margin-top: 5vw; } }
.profileBlock .profileBox .selectLang { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 1em; margin-bottom: 1.5em; }
.profileBlock .profileBox .selectLang li a { opacity: .25; border-bottom: 1px solid #000; padding: 3px; }
.profileBlock .profileBox .selectLang li a.active { opacity: 1; }
.profileBlock .profileBox .selectLang li a:hover { opacity: .75; }
.profileBlock .profileBox .profileDetail p { margin-bottom: 1.5em; line-height: 2; }
.profileBlock .profileBox .profileDetail .award { line-height: 1.6; }
.profileBlock .profileBox .profileDetail .award h3 { background: #78611f; color: #FFF; width: fit-content; padding: 0 10px; margin-bottom: 10px; }

.archiveBnrList ul { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 40px 5%; }
@media screen and (max-width: 750px) { .archiveBnrList ul { padding: 0 5vw; gap: 7vw; } }
.archiveBnrList ul li { width: 30%; text-align: center; line-height: 1.4; }
@media screen and (max-width: 750px) { .archiveBnrList ul li { width: 100%; } }
.archiveBnrList ul li a:hover .img img { box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0); }
.archiveBnrList ul li .img { margin-bottom: 10px; }
.archiveBnrList ul li .img img { box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.03); width: 100%; height: auto; }
.archiveBnrList ul li .year { font-size: .9em; }
.archiveBnrList ul li h2 { font-weight: 400; margin-bottom: 10px; }
.archiveBnrList ul li h2 .title { display: block; font-size: 1.2em; }
.archiveBnrList ul li h2 .subtitle { font-size: 1em; display: block; }
.archiveBnrList ul li .playdate { font-size: .9em; }

.entryBox .entryHeader { margin-bottom: 1.5em; }
.entryBox .entryHeader h3 { font-size: 1.4rem; }

/* 次の記事、前の記事 */
#previous_next_post { margin: 50px 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 25px 0; }
#previous_next_post ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }

/* INVIEW */
.up { transform: translateY(80px); opacity: 0; transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1); }
.up.upstyle { transform: translateY(0); opacity: 1; }
