/* 
/////////////////////////////////

  ◆ Tablet : 601px ~ 1024px

/////////////////////////////////
  
// ● Common //

▼ MembNone
▼ Loading
▼ Paywall
▼ Animation

▼ Header
▼ FixedMenu
▼ DrawerMenu
▼ Footer

▼ Humb
▼ Search
▼ MusicNav

---

// ● ListSect //

▼ MV
▼ listBase
▼ listLatest
▼ listGrid
-
▼ listFeature
▼ listAnthology
-
▼ listMagazine
▼ listSticky
▼ listEdition
▼ listEdit
▼ listFour
▼ listFive
▼ listThree
▼ l-listMusic
▼ l-listNews
▼ l-listRelated

---

// ● Archive //

▼ ArchiveCommon
-
■ l-archiveHead
■ l-archiveSlideshow
■ l-archiveCont
■ l-archiveMusic
■ l-archiveTags
■ Pagenation

-
▼ Feature

---

// ● Article //

▼ Article Base
-
■ l-article__btn
■ l-articleSeries

-
▼ Article Cont
▼ Article Dev
-
■ l-article__container 

-
▼ Article Magazine
▼ Article Music
▼ Article News
▼ Article Feature
▼ Article Page

---

// ● Page //

▼ SiteInfo

-
▼ About
-
■ Flow

-
▼ PageCommon
▼ Philosophy
▼ Membership
-
■ MemberHead
■ l-subscBg
■ l-subscIntro
■ l-subscNav
■ Guide
■ FAQ

-
▼ Stockist
▼ Outline
-
■ l-pageOutline

-
▼ Contact
▼ SitePolicy

▼ Retreat

---

// ● Object //

▼ Bread
▼ listCont
▼ musicCont
▼ c-btn
▼ Member
-
■ memberNav
■ memberBox


------------------------------ */

@media screen and (max-width:1024px) {

/* 
=================================

  // ● Common //

/* 
><><><><><><><><><><><><><><><><>

  ▼ MembNone

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ humbMenu
--------------------------- */



/* 
><><><><><><><><><><><><><><><><>

  ▼ Loading

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ respomsive
--------------------------- */

.loadBg.pc {
  display: flex;
}
.loadBg.tablet {
  display: none;
}
.loadBg.sp {
  display: none;
}

/* --------------------------- 
   ■ Logo
--------------------------- */

/* --- common --- */

.loadBg__cont .logo {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 0px solid #000;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 auto;
}

/* --- icon --- */

.loadBg__cont .logo img {
  width: 56px;
  height: 56px;
  margin-top: 4px;
}
.loadBg__cont .logo .icon {
  overflow: hidden;
}

/* --- circle --- */

.loadBg__cont .logo svg.loadCircle {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/* 01 */

/*
Pre
*/

.loadBg__cont .logo svg.circle1 {
  fill:transparent;
  stroke:rgba(0,0,0,0.15);
  opacity: 0;
}
.loadBg__cont .logo svg.circle1 circle{
  stroke-dasharray:0 276;
}

/*
start
*/

body.load1 .loadBg__cont .logo svg.circle1 circle {
  stroke-dasharray:276 276;
  transition:all 2s ease;
  transition-delay: 0s;
}
body.load1 .loadBg__cont .logo svg.circle1 {
  stroke:rgba(0,0,0,0.15);
  transition:all 2s ease;
  transition-delay: 0s;
  opacity: 1;
}

/* 02 */

/*
Pre
*/

.loadBg__cont .logo svg.circle2 {
  fill:transparent;
  stroke:rgba(0,0,0,0.35);
  opacity: 0;
}
.loadBg__cont .logo svg.circle2 circle{
  stroke-dasharray:0 301;
}

/*
start
*/

body.load1 .loadBg__cont .logo svg.circle2 circle {
  stroke-dasharray:301 301;
  transition:all 2s ease;
  transition-delay: 0s;
}
body.load1 .loadBg__cont .logo svg.circle2 {
  stroke:rgba(0,0,0,0.35);
  transition:all 2s ease;
  transition-delay: 0s;
  opacity: 1;
}

/* 03 */

/*
Pre
*/

.loadBg__cont .logo svg.circle3 {
  fill:transparent;
}
.loadBg__cont .logo svg.circle3 circle{
  stroke-dasharray:0 301;
  transition: all 1.5s cubic-bezier(.275,0,0,1);
}

/*
start
*/

body.load3 .loadBg__cont .logo svg.circle3 circle {
  stroke-dasharray:301 301;
}
body.load3 .loadBg__cont .logo svg.circle3 {
  stroke:rgba(0,0,0,0.7);
  
}


/* --------------------------- 
   ■ txt
--------------------------- */

.loadBg__cont .txt {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 23px;
  line-height: 1;
  letter-spacing: 0.57em;
  margin-left: 8px;
}

/*
Pre
*/

.loadBg__cont .txt {
  overflow: hidden;
  display: inline-block;
}
.loadBg__cont .txt img {
  width: 100%;
  transform: translateY(105%);
  opacity: 0;
  transition: all 1.5s cubic-bezier(.275,0,0,1);
  transition-delay: 0.2s;
}

/*
end
*/

body.load3 .loadBg__cont .txt img {
  transform: translateY(0%);
  opacity: 1;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Paywall

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ Modal / Contents
--------------------------- */

/* --- container --- */

.codoc-modal-container {
  width: 66%;
}
.codoc-modal-container-scroll {
  padding: 9rem 11.1rem 8.4rem;
}

.codoc-link_area .codoc-link-section {
  margin-bottom: 4rem !important;
}
.codoc-link_area .codoc-noentry p.codoc-noentry-caution {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.4rem !important;
  letter-spacing: -0.04em !important;
  margin-top: 2.5rem !important;
  color: #5e5e5e !important;
}
.codoc-link-section:nth-child(1) .codoc-modal-header-subtitle:before,
.codoc-link-section:nth-child(2) .codoc-modal-header-subtitle:before
 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.35rem !important;
  letter-spacing: 0.02em !important;
}

/* --- sub --- */

.codoc-modal-container .codoc-modal-header-subtitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  margin: 0 auto 2.3rem !important;
}

/* --- body --- */

.codoc-modal-container .codoc-modal-body p {
  margin: 0.7rem 0 !important;
  width: 100% !important;
}
.codoc-modal-container .codoc-modal-body p a {
  padding: 2.8rem 0 2.8rem !important;
  font-size: 1.4rem !important;
  letter-spacing: -0.02em;
  border-radius: 6.2rem !important;
}

/* btn */

.codoc-modal-container .codoc-btn-buy-bg {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.4rem !important;
  border-radius: 5.2rem !important;
  padding: 2.8rem 0 !important;
}


/* --- close --- */

.codoc-modal-header .codoc-modal-close .codoc-modal-close-icon {
  top: 0.8rem;
  right: 2rem;
}


/* --------------------------- 
   ■ Common
--------------------------- */

/* --- group --- */

.wp-block-group {
  width: 100%;
}
.wp-block-codoc-codoc-block .codoc-entry {
  padding: 0 0 !important;
}

/* --- continue --- */

.codoc-continue {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 1.7;
  margin-right: 0% !important;
  width: 95%;
  margin: 12rem auto 0 !important;
}
.codoc-continue:after {
  top: 1.2rem;
}

.codoc-continue span:nth-child(1) {
  padding-left: 3rem;
}

.codoc-continue span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #5c5c5c;
  padding: 0 1.1rem;
}

.codoc-continue span:nth-child(1):after {
  font-size: 1.5rem;
}
.codoc-continue span:nth-child(1):before {
  top: 0.5rem;
  width: 1.1rem;
  height: 1.35rem;
}

/* --------------------------- 
   ■ Login
--------------------------- */

/* --- common --- */

.membBtn ul {
  margin: 2.7rem auto 5rem;
}
.membBtn ul li {
  font-size: 1.3rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.05em;
  padding: 2.3rem 0 2.2rem 0;
}


/* --------------------------- 
   ■ ReadMore
--------------------------- */

/* --- common --- */

.codoc-continue +  div + .codoc-buy-wrap {
  padding: 0 7.7rem 0rem;
}
.codoc-continue +  div + .codoc-buy-wrap:before {
  font-size: 1.8rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.03em;
  margin-top: 4.7rem;
  margin-bottom: 4.4rem;
}

/* --- caution --- */

/*
copy
*/

.memberCopy {
  font-size: 2.85rem;
  letter-spacing: 0.03em;
  width: 80%;
  margin: 9.2rem auto 0;
}
.memberCopy span {
  font-size: 1.5rem;
}

/*
intro
*/

.memberIntro {
  font-size: 1.65rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2.2;
  width: 80%;
  margin: 5.7rem auto 0rem;
}

/*
memberBtn
*/

.memberBtn {
  font-size: 1.5rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 5.7;
  margin-top: 4.4rem;
  border-radius: 4.4rem;
}

/*
memberSwitch
*/

.membSwitch {
  margin-bottom: 5.8rem;
}
.membSwitch__btn {
  width: 9.6rem;
  height: 9.6rem;
  top: -8.9rem;
  border: 1px solid #ebebeb;
}

.membSwitch__btn:before {
  width: 1.4rem;
  height: 1.4rem;
}
.membSwitch__btn:after {
  display: none;
}

/* 
switchHidden
*/

.switchHide {  
  margin-bottom: 9.1rem;
}

/*
memberGuide
*/

.memberGuide {
  width: 74%;
  margin: 8.5rem auto 6.2rem;
  padding: 8.1rem 9.1rem 9.2rem;
}

.memberGuide__title {
  font-size: 2.45rem;
  margin-bottom: 5.9rem;
}

.memberGuide__list {
  font-size: 1.35rem;
}
ul.memberGuide__list li + li {
  margin-top: 1.5rem;
}

.memberGuide__list .num {
  font-size: 1.55rem;
}

/* --- btn --- */

/*.codoc-continue +  div + .codoc-buy-wrap a {
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  height: 8rem !important;
  line-height: 8.1rem !important;
  letter-spacing: 0.02em;
}*/

/* --- login --- */

.codoc-continue +  div + .codoc-buy-wrap a.codoc-btn:before {
  font-size: 1.3rem;
}

/* --------------------------- 
   ■ stars
--------------------------- */

/* --- common --- */

section.l-articleStars {
  width: 85%;
  height: 90%;
}
section.l-articleStars > .inner {
  flex-flow: column;
  overflow-y: scroll;
}
section.l-articleStars .left {
  width: 100%;
  height: 69vw;
}
section.l-articleStars .right {
  width: 100%;
  overflow-y: initial;
}

/* --- close --- */

.l-articleStars__close {
  position: absolute;
  width: 3.7rem;
  height: 3.6rem;
  top: 2.1rem;
  right: 2.6rem;
}
.l-articleStars__close span {
  background-color: #fff;
}

/* --- cont --- */

.l-articleStars__cont {
  width: 68%;
  margin: 13.7rem auto 12rem;
}

/* title */

.l-articleStars__title {
  font-size: 3.05rem;
}
.l-articleStars__title span {
  font-size: 1.65rem;
}

/* desc */

.l-articleStars__desc {
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2.1;
  margin-top: 11.4rem;
} 

/* --- btn --- */

.l-articleStars__btn {
  font-size: 1.35rem;
  line-height: 7.2;
  border-radius: 5.5rem;
  margin-top: 6rem;
  width: 118%;
  margin-left: -8%;
}


/* --------------------------- 
   ■ codoc-buy
--------------------------- */

/* --- common --- */

.l-articleCont .codoc-buy {
  padding: 6.6rem 8.1rem 6.1rem !important;
}

/* --- title --- */

.codoc-buy-title:before {
  font-size: 2.8rem !important;
}
.codoc-buy-title:after {
  font-size: 1.2rem !important;
}

/* --- border --- */

.buyBorder{
  margin: 3.1rem auto 2.3rem;
}

/* --- price --- */

.codoc-buy-price span:before {
  font-size: 3.6rem !important;
  letter-spacing: 0.02em;
}

.codoc-buy-info:after {
  font-size: 1.2rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 3.6rem;
  margin: 1.7rem auto 3.4rem;
  height: 3.4rem;
  width: 17.5rem;
}

/* --- btn --- */

.codoc-entry .codoc-buy .codoc-btn {
  padding: 1.5rem 0;
  border-radius: 4rem;
}
.codoc-entry .codoc-buy .codoc-btn:after {
  font-size: 1.3rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

/* --- thx --- */

body .codoc-buy .codoc-thx:after {
  font-size: 1.4rem !important;
  line-height: 2;
}

/*
buy
*/

body.buy .codoc-entry .codoc-buy .codoc-btn:after {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}


/* --------------------------- 
   ■ support
--------------------------- */

/* --- bg --- */

.supportBg .codoc-entry {
  width: 100%;
}

/* --- common --- */

.codoc-support {
  width: 83% !important;
  margin: 7.1rem auto 0 !important;
  padding: 7.2rem 8.8rem 8.1rem !important;
}

/* --- title --- */

.codoc-support .codoc-support-title:before {
  font-size: 3.45rem;
  letter-spacing: 0.275em;
  margin-bottom: 4.2rem;
}

/* --- btn --- */

.codoc-support .codoc-btn {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.35rem !important;
  margin-top: 3.9rem !important;
  line-height: 5.3 !important;
  border-radius: 6rem !important;
}

/* --- modal --- */

/* title */

.codoc-modal-body > .codoc-link_area:before {
  font-size: 2.25rem;
  margin-bottom: 5.2rem;
}
.codoc-support .codoc-support-title:after {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.55rem !important;
  line-height: 2;
}

.codoc-modal-thx-price:before {
  font-size: 2.45rem;
  margin-top: -2.6rem;
  margin-bottom: 6.5rem;
}

/* price */

.codoc-modal-container .codoc-modal-body .codoc-support-modal-body dl dt {
  font-size: 1.4rem !important;
  width: 100% !important;
  padding: 5.8rem 0 5.1rem;
}

.codoc-support-modal-price a {
  padding: 0 13.2px !important;
  border: 1px solid #ececec !important;
  color: #414141 !important;
  line-height: 4.2 !important;
  height: 4.2rem !important;
  font-size: 1rem !important;
}

.codoc-modal-container .codoc-modal-body .codoc-support-modal-body dl .codoc-modal-thx-price dt span:nth-child(1) {
  font-size: 1.6rem !important;
} 
.codoc-modal-container .codoc-modal-body .codoc-support-modal-body dl .codoc-modal-thx-price dt span:nth-child(1) strong:before {
  font-size: 2.5rem !important;
  margin-right: 0.6rem;
}

.codoc-modal-container .codoc-modal-body .codoc-support-modal-body dl .codoc-modal-thx-price dt span:nth-child(2) { 
  font-size: 1.3rem !important;
  margin-top: 0.8rem;
}
.codoc-modal-container .codoc-modal-body .codoc-support-modal-body dl .codoc-modal-thx-price dt span:nth-child(2) strong:before {
  font-size: 2.4rem !important;
}

/* area */

.codoc-link_area .codoc-modal-header-subtitle::before {
  font-size: 1.4rem !important;
}

.codoc-modal-container .codoc-modal-footer .codoc-link_area {
  padding-top: 2.8rem !important;
  width: 100%;
}


/* --------------------------- 
   ■ memberNav
--------------------------- */

/* --- common --- */

.codoc-memberNav {
  margin: 5.8rem auto 0;
  width: 93%;
}
.codoc-memberNav > .inner {
  padding: 9.1rem 7rem 7.5rem;
}
.codoc-memberNav .top {
  width: 95.5%;
}

/*
border
*/

.codoc-memberNav:after {
  border-top: 0px solid #000;
}

/* --- lead --- */

.codoc-memberNav .lead {
  font-size: 3.45rem;
  padding-left: 5.1rem;
}
.codoc-memberNav .lead:before {
  top: 0.4rem;
  width: 3.8rem;
  height: 3.8rem;
  opacity: 0.7;
}

/* --- desc --- */

.codoc-memberNav .desc {
  font-size: 1.35rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2.2;
}

/* --- button--- */

.codoc-memberNav button {
  font-size: 1.35rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.01em;
  margin-top: 5.1rem;
}
.codoc-memberNav button a {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}


/* --------------------------- 
   ■ Free
--------------------------- */

/* --- common--- */

.codoc-entry {
  width: 100%;
}
.codoc-continue + div + .codoc-buy-wrap + .codoc-buy-wrap {
  width: 84%;
  margin: 0 auto;
  margin-top: 7rem !important;
}

/* --- guide--- */

body .codoc-thx {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 2.1rem;
  padding: 6.2rem 0;
  margin: 6.6rem auto 0.7rem;
  width: 83%;
}
body .codoc-thx > div > div span {
  font-size: 1.35rem;
  margin-top: 0.9rem;
}
body .codoc-thx .codoc-btn {
  font-size: 1.4rem;
  line-height: 6.9rem !important;
  height: 6.8rem !important;
  margin-top: 2.8rem;
}


/* --------------------------- 
   ■ subscription
--------------------------- */

/* title */

.codoc-subscription-list:before {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  top: -11.5rem;
  text-underline-offset: 1.3rem;
}

/* common */

body .codoc-subscription-list {
}
.codoc-subscription-info {
  padding-top: 3.1rem;
}
body .codoc-subscription-list li {
  padding: 5.7rem 5.7rem 6.3rem !important;
}

/*
border
*/

body .codoc-subscription-list li .codoc-subscription-info:after {
  border-top: 0px solid #000;
}

/* image */

.codoc-subscription-icon {
  width: 19.2vw;
  height: 19.2vw;
}
    
/* title */

.codoc-subscription-title {
}
.codoc-subscription-title:after {
  margin: 3.1rem auto 2.3rem;
}

/*
Eng
*/

.codoc-subscription-list li .codoc-subscription-title:before {
  font-size: 3rem;
  margin-bottom: 0.7rem;
}


/* price */

.codoc-subscription-price {
  margin-top: 0.7rem;
}
.codoc-subscription-price:before {
  font-size: 1.1rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 4.2rem;
  letter-spacing: 0.075em;
  height: 3.9rem;
  width: 100%;
  margin: 3.3rem auto 2.5rem;
}

.codoc-subscription-price span.type {
  margin-top: 0.3rem;
  margin-left: 0.4rem;
}

/*
Time
*/

.codoc-subscription-list li .codoc-subscription-price span.price:before {
  margin-top: 0.4rem;
  margin-right: 1rem;
}

/*
Num
*/

.codoc-subscription-list li .codoc-subscription-price span.price:after {
  font-size: 3.6rem !important;
  letter-spacing: 0.04em;
}
.codoc-subscription-list li .codoc-subscription-price span.codoc-price:after {
  font-size: 3.6rem !important;
}

.codoc-subscription-list li:nth-child(3) .codoc-subscription-price .charge {
  font-size: 2.3rem;
  margin-top: 0.4rem;
  margin-bottom: 0.9rem;
}


/* label */

.codoc-subscription-description:before {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 3.7rem;
  height: 3.5rem;
  width: 18.5rem;
  border-radius: 3px;
  margin: 0 auto 3.6rem;
}

/* desc */

.codoc-subscription-description {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.3rem !important;
  line-height: 2.05;
  width: 100%;
  padding: 0rem 1.3rem;
  letter-spacing: 0.03em;
  margin: 1.1rem auto 1.9rem !important;
}

/* btn */

.codoc-subscription-login {
  margin-top: 1.3rem;
}
.codoc-subscription-login .codoc-btn {
  font-size: 0 !important;
  line-height: 4.9rem !important;
  height: 4.8rem !important;
  border-radius: 6.3rem !important;
  background: #474747 !important;
}
.codoc-subscription-login .codoc-btn:before {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.0em;
}


/* --------------------------- 
   ■ Login Info
--------------------------- */

.codoc-like-wrap {
  justify-content: center !important;
  display: none !important;
}


/* --------------------------- 
   ■ Payment
--------------------------- */

/* info */

body .codoc-modal-container .codoc-modal-body dl dt,
body .codoc-modal-container .codoc-modal-body dl dd {
  margin-top: 4.2rem !important;
  margin-bottom: 2.7rem !important;
}

body .codoc-support-modal-price div {
  width: 14rem !important;
}
body .codoc-support-modal-price div strong {
  font-size: 2.6rem !important;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Animation

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ Inview
--------------------------- */

body .inview3 {
  transform: translateY(15px) !important;
  opacity: 0 !important;
  transition: all ease .75s !important;
}
body .inview3.fadeInUp {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

/* --------------------------- 
   ■ Hover
--------------------------- */

body.start1 .hoverTxt > span.top {
  transform: translateY(0%) !important;
}
body.start1 .hoverTxt > span.bottom {
  top: 100% !important;
  display: none;
}



/* 
><><><><><><><><><><><><><><><><>

  ▼ Header

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ Common 
--------------------------- */

header.l-header {
  height: 28.1rem;
  max-height: initial;
}
header.l-header > .inner {
  width: 94.7%;
}


/* --------------------------- 
   ■ l-header__nav
 --------------------------- */

.l-header__nav {
  display: none;
}

/* --------------------------- 
   ■ l-header__title
 --------------------------- */

.l-header__title {
  top: 51%;
}
.l-header__title img {
  width: 25.9rem;
  max-width: 263px;
}
.l-fixedMenu .l-header__title {
  top: 56%;
}

/* --------------------------- 
   ■ l-header__search
 --------------------------- */

.l-header__search {
  right: 11.5rem;
  top: 4.7rem;
}
body.membNone .l-header__search {
  right: 12rem;
}
.l-header__search img {
  height: 1.9rem;
  width: 1.9rem;
}

/* --------------------------- 
   ■ l-header__account
 --------------------------- */

.l-header__account {
  right: 8rem;
  top: 4.7rem;
}
.l-header__account img {
  height: 2.05rem;
  width: 2.05rem;
}

 /* --------------------------- 
   ■ l-header__humbBtn
 --------------------------- */

.l-header__humbBtn.l-humbBtn {
  height: 2rem;
  top: 4.7rem;
  right: 0rem;
}
.l-humbBtn span:nth-child(2) {
  top: 46%;
}


/* 
><><><><><><><><><><><><><><><><>

 ▼ FixedMenu

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ Common 
 --------------------------- */

.l-fixedMenu {
  height: 7.9rem;
}
.l-fixedMenu > .inner {
  width: 95.7%;
}

/*
codoc
*/

body.pace-done .wrapper.codoc-modal-transition-rescue .l-fixedMenu {
  top:-8.8rem;
}

/* --------------------------- 
   ■ l-header__title
 --------------------------- */

.l-fixedMenu .l-header__title img {
  width: 7.1rem;
}

/* --------------------------- 
   ■ l-header__search
 --------------------------- */

.l-fixedMenu .l-header__search {
  top: 3rem;
  right: 11.4rem;
}
.l-fixedMenu .l-header__search img {
  height: 1.6rem;
  width: 1.6rem;
}
body.membNone .l-fixedMenu .l-header__search {
  right: 11.2rem;
}

/* --------------------------- 
   ■ l-header__account
 --------------------------- */

.l-fixedMenu .l-header__account {
  position: absolute;
  right: 7.8rem;
  top: 2.9rem;
}
.l-fixedMenu .l-header__account img {
  height: 1.8rem;
  width: 1.8rem;
}

 /* --------------------------- 
   ■ l-header__humbBtn
 --------------------------- */

.l-fixedMenu .l-header__humbBtn {
  top: 3.9rem;
}
.l-fixedMenu .l-humbBtn  {
  top: 2.9rem;
  height: 1.9rem;
}


/* 
><><><><><><><><><><><><><><><><>
 
  ▼ DrawerMenu

><><><><><><><><><><><><><><><><>


/* --------------------------- 
   ■ Common 
 --------------------------- */


.l-drawerMenu {
  display: none;
}


/* 
><><><><><><><><><><><><><><><><>
 
  ▼ Footer

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ Common
--------------------------- */

/* --- common --- */

footer.l-footer {
  margin-top: 6rem;
  width: 99%;
}


/* --------------------------- 
  ■ Top
--------------------------- */

/* --- common --- */

.l-footer__top {
  padding-top: 11.1rem;
  padding-bottom: 1rem;
}
.l-footer__top > .inner {
  width: 77.5%;
  display: flex;
  flex-flow: column;
}

/* --- about --- */

/* common */

.areaAbout {
  width: 95%;
}
.areaAbout .cont {
  margin-left: 6.4%;
  width: calc(100% - 24rem);
  opacity: 0.8;
}
.areaAbout .desc {
  font-size: 1.5rem;
  line-height: 1.8;
}

/* logo */

.areaAbout .logo {
  width: 10.4rem;
  height: 10.4rem;
}

/* cont */

/*
info
*/

.areaAbout .info {
  margin-top: 1.6rem;
}
.areaAbout .produced {
  font-size: 1.3rem;
}
.areaAbout .name {
  font-size: 1.4rem;
  margin-left: 0.9rem;
}
.areaAbout .line {
  font-size: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.areaAbout .url {
  font-size: 1.3rem;
}


/* --- areaInfo --- */

/* common */

.areaInfo {
  width: 101%;
  margin-left: -0.5%;
  margin-top: 8.6rem;
}

/* list */

li.areaInfo__list {
  padding: 6.2rem 1.6rem;
  
}
li.areaInfo__list:last-child {
  
}

/* arrow */

li.areaInfo__list .arrow {
  width: 2rem;
  height: 2rem;
}
li.areaInfo__list .arrow:before {
  top: 53%;
  width: 1rem;
  height: 1.05rem;
}

/* eng */

li.areaInfo__list .eng {
  font-size: 1.7rem;
  margin-left: 2.6rem;
  letter-spacing: 0.425em;
}

/* jpn */

li.areaInfo__list .jpn {
  font-size: 1.35rem;
  letter-spacing: 0.15em;
}


/* --------------------------- 
  ■ Bottom
--------------------------- */

/* --- common --- */

.l-footer__bottom {
  width: 90.2%;
  margin: 10rem auto 0;
  padding-top: 12.8rem;
  padding-bottom: 7.8rem;
}
.l-footer__bottom > .inner {
  width: 84.7%;
  margin: 0 auto;
}

/* --- siteInfo --- */

.siteInfo ul li {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.siteInfo ul li + li {
  margin-left: 3rem;
}

/* --- sns --- */

.l-footer__bottom .sns {
  margin-left: 3.4rem;
  margin-right: initial;
  margin-top: 0rem;
}
.l-footer__bottom .sns ul li {
  font-size: 1.8rem;
  opacity: 0.7;
}

/* --- copy --- */

.l-footer__bottom .copy {
  font-size: 1.55rem;
  opacity: 0.6;
}


/* 
><><><><><><><><><><><><><><><><>
 
  ▼ Humb

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-humbCont
 --------------------------- */

/* --- common --- */

.l-humbCont {
  width: 70%;
  right: -72%;
}
.l-humbCont > .inner {
  width: 76%;
}

/* --- Head --- */

/* search */

/*
Btn
*/

.l-humbSearch__btn {
  top: 4.8rem;
  right: 8.5rem;
}
.l-humbSearch__btn img {
  height: 1.65rem;
  width: 1.65rem;
}

/*
area
*/

.l-humbSearch__area {
  top: 4.6rem;
  left: 2rem;
}
.l-humbSearch__area input {
  font-size: 1.6rem;
}

/* close  */

.l-humbHead .l-fixed__humbBtn.l-humbBtn {
  width: 3.6rem;
  top: 4.2rem;
  right: 0rem;
}

/* Account */

.l-humbAccount__btn {
  right: 5.4rem;
  top: 4.8rem;
}
.l-humbAccount__btn img {
  width: 1.7rem;
}


/* --- nav --- */

.l-humbNav {
  margin-top: 11.3rem;
  padding-top: 7.4rem;
  margin-bottom: 6.4rem;
}

/* first */

.l-humbNavFirst .eng {
  font-size: 3.5rem;
  letter-spacing: 0.06em;
}
.l-humbNavFirst .jpn {
  font-size: 1.25rem;
}

/* main */

.l-humbNav_main {
  padding: 3.4rem 11rem;
}
.l-humbNav ul.children li.parents_list:first-child .l-humbNav_main {
  padding-top: 3.9rem;
}
.l-humbNav ul.children li.parents_list:last-child .l-humbNav_main {
  padding-bottom: 3.6rem;
}

.l-humbNav .children.last {
  /* margin-bottom: -6.5rem; */
}


/*
Txt
*/

.l-humbNav_main .eng {
  font-size: 2.45rem;
}
.l-humbNav_main .jpn {
  font-size: 1.3rem;
  margin-top: -0.1rem;
}



/* --- sub --- */

.l-humbSub {
  padding: 5.7rem 2.8rem 5.7rem;
}
.l-humbNav .children_list + .children_list {
  padding-top: 1.5rem;
}
.l-humbNav .children_list:first-child {
  padding-top: 1.3rem;
}
.l-humbNav .children_list:last-child {
  padding-bottom: 3.5rem;
}

/*
Txt
*/

.l-humbNav_sub .eng {
  font-size: 1.65rem;
}
.l-humbNav_sub .jpn {
  font-size: 1.25rem;
}

/* cont */

.l-humbNav_subCont {
  padding: 6.4rem;
  margin: 3.5rem 0 2.5rem;
}

/*
cat
*/

.l-humbNav_subCont .cat-item {
  font-size: 1.7rem;
}

/*
feature
*/

.l-humbNav_subCont .l-humbNav_subFeature {
  font-size: 1.4rem;
}
.l-humbNav_subCont .l-humbNav_subFeature + .l-humbNav_subFeature {
  margin-top: 2.2rem;
}

/* --- info --- */

.l-humbInfo ul li {
  font-size: 1.6rem;
  padding-left: 1.8rem;
}
.l-humbInfo ul li + li {
  margin-left: 3rem;
}
.l-humbInfo ul li:before {
  top: 52%;
}

/* --- sns --- */

.l-humbSns  {
  margin-top: -0.3rem;
}

/* icon */

.l-humbSns li {
  font-size: 2rem;
}
.l-humbSns li:nth-child(1) {
  font-size: 2rem;
}

/* --- l-humbSub__list --- */

.l-humbSub__list ul {
  padding: 6.7rem 3.7rem 6.2rem;
}

/*
list
*/

.l-humbSub__list li {
  width: 35%;
  font-size: 1.65rem;
  letter-spacing: 0.06em;
  opacity: 0.6;
}
.l-humbSub__list li:nth-child(n+3) {
  margin-top: 2.3rem;
}

/* --- btnlist --- */

.l-humbBtnlist__btn a {
  font-size: 2rem;
  padding: 3.5rem 0 2.5rem;
}

/* --------------------------- 
   ■ l-humbEdition
 --------------------------- */

/* --- common --- */

.l-humbEdition {
  display: none;
}


/* 
><><><><><><><><><><><><><><><><>
 
  ▼ Search

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-searchCont
 --------------------------- */

.l-searchCont {
  top: 26rem;
}


/* 
><><><><><><><><><><><><><><><><>
 
  ▼ MusicNav

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ Common
 --------------------------- */

/* --- common --- */

.l-musicNav {
  width: 52rem;
  height: 17.5rem;
  bottom: -18rem;
}

/*
active
*/

body.start2 .l-musicNav.active2 {
  height: 70rem;
  width: 40rem;
}

/*
windowOut
*/

body.drawer-active.start2 .l-musicNav,
body.start2 .l-musicNav.windowIn.windowOut {
  bottom: -18rem;
}

/* --- title --- */

.l-musicNav .title {
  font-size: 1.9rem;
  line-height: 1.9;
}

/* --------------------------- 
   ■ Horizontal
 --------------------------- */

/* --- common --- */

.l-musicNav__hr > .inner {
  padding: 3.5rem;
  height: calc(100% - 6.7rem);
}

/* --- copy --- */

.l-musicNav__hr .title {
  margin-top: 0.9rem;
}
.l-musicNav__hr .copy {
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  margin-top: 0.2rem;
}

/* --- embed --- */

.l-musicNav__hr .embed {
  width: 8.5rem;
  height: 8.5rem;
}


/* 
==============================

  // ● ListSect  //


/* 
><><><><><><><><><><><><><><><><>

  ▼ MV

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ Common 
 --------------------------- */

section.l-mv {
  border-bottom: 0px solid #ededed;
  max-height: 1230px;
  /*min-height: 100rem;*/
  padding-bottom: 0;
}

/* --------------------------- 
   ■ l-mv__slider
 --------------------------- */

/* --- arrow --- */

.l-mv__slider button.slick-arrow {
  bottom: 7.9rem;
  display: none !important;
}

/* --- l-mv__bg --- */

.l-mv__bg {
  width: 73.7%;
  height: calc(100% - 21.5rem);
  max-height: initial;
  position: initial;
}
.l-mv__bg figure.pc {
  display: none;
}
.l-mv__bg figure.sp {
  display: block;
}

/* --- l-mv__cont --- */

.l-mv__cont {
  bottom: 8.7rem;
  left: 8.5%;
}
.l-mv__cont .c-listDate {
  font-size: 2.15rem;
  letter-spacing: 0.035em;
  margin-right: 3.1rem;
  margin-top: -0.2rem;
}
.l-mv__cont .c-listTitle {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 0.2rem;
}

/* --- dots --- */

.l-mv__slider .slick-dots {
  bottom: 9.4rem;
  right: 7.7%;
}
.l-mv__slider .slick-dots button {
  width: 2.2rem;
  height: 2.2rem;
}
.l-mv__slider .slick-dots li button:before {
  width: 1.2rem;
  height: 1.2rem;
}
.l-mv__slider .slick-dots li + li {
  margin-left: 0.35rem;
}

/*
circle
*/

.l-mv__slider .slick-dots .mvDots {
  fill: transparent;
  stroke: rgba(0,0,0,0);
  cursor: pointer;
  top: 50%;
  left: 50%;
}
/*.l-mv__slider .slick-dots .mvDots circle{
  stroke-dasharray:0 75;
}

body.start2 .l-mv__slider .slick-dots li.slick-active .mvDots circle{
  stroke-dasharray:75 75;
  transition:all 9.95s cubic-bezier(.23,1,.32,1);
}
body.start2 .l-mv__slider .slick-dots li.slick-active .mvDots {
  stroke:#333;
}*/

/* 
><><><><><><><><><><><><><><><><>

  ▼ listBase

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ responsive
 --------------------------- */

.l-listPc {
  display: none;
}
.l-listSp {
  display: block;
}

/*
essay
*/

section.l-listEssay.l-listSp {
  display: none;
}
section.l-listEssay + .l-listPc {
  display: block;
}

/*
order
*/

main.topMain {
  display: flex;
  flex-flow: column;
}
section.l-mv {
  order:1;
}
section.l-listLatestPick {
  order:2;
}
section.l-listLatest {
  order:3;
}
section.l-listMagazine {
  order:4;
}
section.l-listEditionPick {
  order:5;
}
section.l-listGrid {
  order:6;
}
section.l-listStory {
  order:7;
}
section.l-listPlace {
  order:8;
}
section.l-listFeature {
  order:9;
}
section.l-listEssay {
  order:10;
}
section.l-listNews {
  order:11;
}


/* --------------------------- 
   ■ l-listHead
 --------------------------- */

.l-listHead {
  width: 93.5%;
  margin: 7rem auto 10.1rem;
  padding-top: 10.7rem;
  border-top: 1px solid #f9f9f9;
}
.l-listHead__title {
  font-size: 3.4rem;
  letter-spacing: 0.425em;
  margin-left: 1.9rem;
}
section.l-listSect:nth-of-type(2) .l-listHead__title {
  display: none;
}

/*
l-listThree
*/

section.l-listThree .l-listHead {
  margin-bottom: 2.5rem;
}

/*
l-listFour
*/

section.l-listFour .l-listHead {
  margin-bottom: 8rem;
}

/*
l-listFive
*/

section.l-listFive .l-listHead {
  margin-bottom: 2.2rem;
}

/* 
for Editor
*/

section.l-listEdit .l-listHead {
  margin-top: 10.9rem;
  margin-bottom: 12rem;
  padding-top: 11.7rem;
}
section.l-listEdit .l-listHead__title {
  font-size: 2.55rem;
  margin-left: 0.8rem;
}

/*
l-sectionCont
*/

section.l-sectionCont .l-listHead {
  padding-top: 10.8rem;
  margin: 0rem auto 9.1rem;
}


/* --------------------------- 
   ■ l-listSect__showAll
 --------------------------- */

.l-listSect__showAll {
  margin: 5.7rem auto 0;
  padding-bottom: 4.5rem;
}
.l-listSect__showAll a {
  font-size: 1.2rem;
  letter-spacing: 0.45em;
}
.l-listSect__showAll a:before {
  bottom: -1.1rem;
}
.l-listSect__showAll a:hover::before {
  transform-origin: right top;
  transform: scale(1, 1);
}
.l-listSect__showAll a:after {
  content: initial;
}

/*
latest
*/

section.l-listLatest .l-listSect__showAll {
  margin-top: 4.7rem;
  padding-bottom: 3rem;
}

/*
sticky
*/

section.l-listSticky .l-listSect__showAll {
   margin-top: 1.5rem;
}

/*
theme
*/

section.l-archiveTheme .l-listSect__showAll a {
  font-size: 1.3rem;
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ listLatest

><><><><><><><><><><><><><><><><>

/* --- common --- */

section.l-listLatest {
  width: 98%;
  border-top: 0px solid #f0f0f0;
  margin: 0rem auto 0;
  /*opacity: 0;
  transform: translateY(0vw);*/
}
section.l-archiveCont.l-listLatest {
  margin-top: 3.7rem;
}

/* --- listCont --- */

ul.l-listLatest__loop li.c-listCont {
  width: 33.3%;
  padding: 0 3.3rem 6.6rem;
}
ul.l-listLatest__loop li.c-listCont:nth-child(n + 8) {
  display: block;
}
ul.l-listLatest__loop li.c-listCont + li {
  border-left: 1px dotted #f2f0f0;
}

/*
border
*/

ul.l-listLatest__loop li.c-listCont:nth-child(5) {
  border-left: 1px dotted #f2f0f0;
}
ul.l-listLatest__loop li.c-listCont:nth-child(3),
ul.l-listLatest__loop li.c-listCont:nth-child(6) {
  border-left: initial;
}

/* First */

ul.l-listLatest__loop li.c-listCont:first-child {
  width: 66.6%;
}

/* eight */

ul.l-listLatest__loop li.c-listCont:nth-child(8) {
  width: 33.3%;
}

/* --- listImage --- */

ul.l-listLatest__loop li.c-listCont  .c-listImage {
  width: 77%;
  height: 20.1vw;
  margin: 3rem auto 0;
}

/* First */

ul.l-listLatest__loop li.c-listCont:first-child .c-listImage {
  height: 50vw;
  width: 89%;
}

/* --- contWrapper --- */

ul.l-listLatest__loop li.c-listCont:first-child .contWrapper {
  width: 89%;
}

/* --- c-subTitle --- */

ul.l-listLatest__loop li.c-listCont:first-child .c-subTitle {
  margin-top: 4.4rem;
}

/* --- listTitle --- */

ul.l-listLatest__loop .c-listTitle {
  width: 100%;
}
ul.l-listLatest__loop li.c-listCont:first-child .c-listTitle {
  font-size: 1.8rem;
  margin-top: 1.9rem;
}

/* --- listDesc --- */

ul.l-listLatest__loop .c-listDesc {
  overflow: initial;
  display: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: inherit;
}

/* eight */

ul.l-listLatest__loop li.c-listCont:nth-child(8) .c-listDesc  {
  width: 98%;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ listGrid

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-listGrid
--------------------------- */

/* --- common --- */

section.l-listGrid {
  width: 91.2%;
  margin-top: 7rem;
  margin-bottom: 12rem;
  padding-top: 9.9rem;
  border-top: 1px solid #f9f9f9;
}
section.l-listGrid > .inner {
  align-items: flex-start;
}
.l-listGrid__left {
  width: 61%;
}
.l-listGrid__right {
  margin-left: 2.1%;
  width: 39.7%;
  position: sticky;
  bottom: initial;
  top: 16rem;
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ listFeature

><><><><><><><><><><><><><><><><>

/* --- common --- */

ul.l-listFeature__loop {
  display: none;
}
ul.l-listFeature__loop li.c-listCont {
  width: 33.3%;
  padding: 0 2.7rem 5.7rem;
}

/* --- head --- */

.l-listFeatureHead {
  font-size: 2.85rem;
  letter-spacing: 0.43em;
  width: 86.2%;
  margin: 0 auto 9rem;
}


/* --------------------------- 
   ■ l-listFeature__loop
--------------------------- */

/* --- listImage --- */

ul.l-listFeature__loop li.c-listCont  .c-listImage {
  height: 43vw;
}

/* --- subTitle --- */

ul.l-listFeature__loop .c-subTitle {
  margin-top: 5.7rem;
}

/* --- listTitle --- */

ul.l-listFeature__loop .c-listTitle {
  font-size: 1.9rem;
}

/* --- .listDesc --- */

ul.l-listFeature__loop .c-listDesc {
  width: 54%;
}

/* --------------------------- 
   ■ l-listUnbalance_loop
--------------------------- */

/* --- common --- */

ul.l-listUnbalance_loop {
  display: block;
}

/* --- listCont --- */

.unbalanceBox li.c-listCont {
  padding: 0 0.5rem 3.9rem;
}
.unbalanceBox li.c-listCont + li {
  padding-top: 3.9rem;
  border-top: 1px solid #f6f6f6;
}
.unbalanceBox li.c-listCont:first-child {
  padding-top: initial;
  margin-top: initial;
}

/*
hover
*/

.unbalanceBox li.c-listCont:before{
  content: initial;
}

/* --- listImage --- */

.unbalanceBox li.c-listCont .c-listImage {
  height: 25.5vw;
  width: 53%;
}

/* --- contWrapper --- */

.unbalanceBox li.c-listCont .contWrapper {
  width: 54.5%;
  margin-left: 10.5%;
}


/* --- listTitle --- */

.unbalanceBox li.c-listCont .c-listTitle {
  font-size: 1.8rem;
  margin-top: 1rem;
  width: 93%;
}

/* --- c-listCat --- */

.unbalanceBox li.c-listCont .c-listCat {  
  margin-top: 0.7rem;
}


/* --------------------------- 
   ■ Arrow
--------------------------- */

/* --- nav --- */

section.l-listFeature button.slick-arrow {
  top: -13rem;
  width: 3.2rem;
  height: 3.2rem;
}

/* --- listDesc --- */

.unbalanceBox li.c-listCont .c-listDesc {
  display: none
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ listAnthology

><><><><><><><><><><><><><><><><>

/* --- common --- */

section.l-listAnthology {
  margin-top: -4rem;
  padding: 8.9rem 4.6rem 10.1rem;
  border: 1px solid #f4f4f4;
}

/* --- nav --- */

section.l-listAnthology .tab {
  font-size: 2.2rem;
}

/* --- main --- */

section.l-listAnthology .tab_content {
  margin-top: 5.2rem;
}

/* --- image --- */

li.l-listAnthology__cont .image {
  width: 41.4%;
  height: 11.5vw;
}

/* --- cont --- */

/* 
title
*/

li.l-listAnthology__cont .title {
  font-size: 2.05rem;
}
li.l-listAnthology__cont .title.jpn {
  font-size: 1.7rem;
}

/* 
eng
*/

li.l-listAnthology__cont .eng {
  font-size: 1.15rem;
  margin-top: 2.4rem;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

/* 
copy
*/

li.l-listAnthology__cont .copy {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 2.5rem;
}

/* 
desc
*/

li.l-listAnthology__cont .desc {
  margin: 3.5rem auto 0;
}

/* --- readmore --- */

section.l-listAnthology .readBtn {
  font-size: 1.4rem;
  margin-top: 5rem;
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ listMagazine

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-listMagazine
--------------------------- */

/* --- common --- */

section.l-listMagazine {width: 100%;margin: 7rem auto -6.9rem;}
section.l-listMagazine > .inner {
  color: #fff;
  background: #776B6B;
  padding: 10.5rem 0rem 3rem 0rem;
  /* overflow: visible; */
}
section.l-listMagazine .wrap {
  display: flex;
  margin-top: 9.3rem;
  flex-flow: column;
}
section.l-listMagazine .left {
  width: 78%;
  order: 2;
  margin: 8.7rem auto;
}
section.l-listMagazine .right {
  width: 94%;
  margin-left: 6.8%;
}

/* --- head --- */

section.l-listMagazine .l-listHead__title {
  text-align: center;
  width: 100%;
  margin-left: initial;
}

/* --- sectTitle --- */

section.l-listMagazine .l-listSectTitle  {
  font-size: 1.5rem;
  font-family:minion-pro-display, serif;
  text-transform: uppercase;
  letter-spacing: 0.23em;
  margin-left: 0.3rem;
}
section.l-listMagazine .l-listSectTitle span {
  font-variant: small-caps;
  font-size: 143%;
  margin-left: 0.8rem;
  letter-spacing: 0.075em;
}

/* --- listTitle --- */

section.l-listMagazine .l-listTitle {
  font-size: 2.8rem;
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  line-height: 1.85;
  letter-spacing: 0.05em;
  margin-top: 2.1rem;
}
section.l-listMagazine .l-listTitle .eng {
  margin-top: 1rem;
}
section.l-listMagazine .l-listTitle img {
}

/* --- listInfo --- */

section.l-listMagazine .l-listInfo {
  font-size: 1.15rem;
  font-family: adobe-garamond-pro, 'Zen Old Mincho', sans-serif;
  letter-spacing: 0.065em;
  padding: 1.9rem 1.1rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  display: inline-block;
  margin-top: 1.8rem;
}

/* --- listDesc --- */

section.l-listMagazine .l-listDesc {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.15rem;
  line-height: 2.7;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0.8;
  width: 54%;
  margin-top: 3.7rem;
}

/* --- listBtn --- */

section.l-listMagazine .l-listBtn {
  font-family: adobe-garamond-pro, 'Zen Old Mincho', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
  transition: all ease .5s;
  padding: 0 2.9rem;
  display: inline-block;
  margin-left: -1.4%;
  text-align: center;
  border-radius: 5rem;
  margin-top: 3.8rem;
}
section.l-listMagazine .l-listBtn a {
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  transition: all ease .5s;
}

/*
hover
*/

section.l-listMagazine .l-listBtn:hover {
  background-color: #5d5151;
}
section.l-listMagazine .l-listBtn:hover a {
  color:#fff;
}

/* --------------------------- 
   ■ l-listMagGallery
--------------------------- */

/* --- common --- */

.l-listMagGallery {
}
.l-listMagGallery .slick-list {
  
  cursor: grab;
}
.l-listMagGallery .slick-slide + .slick-slide {
  margin-left: 0.6rem;
}
.l-listMagGallery li {
  height: 55vw;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.l-listMagGallery li figure {
  height: 100%;
  width: 100%;
}
.l-listMagGallery li figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* --- arrow --- */

section.l-listMagazine.l-listArrow button.slick-arrow {
  top: -12.6rem;
  display: none;
}
section.l-listMagazine.l-listArrow button.slick-next {right: 7.8%;}
section.l-listMagazine.l-listArrow button.slick-prev {left: 1.2%;right: initial;}



/* 
><><><><><><><><><><><><><><><><>

  ▼ listSticky

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ Common
 --------------------------- */

section.l-listSticky {
  width: 94.9%;
  margin: 0 auto;
  margin-top: 6rem;
}
.l-listSticky__left {
  display: none;
}
.l-listSticky__right {
  width: 100%;
  margin-top: initial;
}
.l-listSticky__right .c-listCont {
  
}
.l-listSticky__right .c-listCont.fadeInUp {
  transition-delay: initial;
}

.l-listSticky__right .c-listCont:nth-child(2n).fadeInUp {
  transition-delay: initial;
}

.l-listSticky__right .c-listCont:nth-child(4),
.l-listSticky__right .c-listCont:nth-child(8) {
  margin-top: initial;
}

.l-listSticky__right .c-listCont:nth-child(2n + 1) {
  margin-top: initial;
}
.l-listSticky__right .c-listCont:nth-child(2n + 1).fadeInUp {
  transition-delay: initial;
}

/* --------------------------- 
   ■ l-listSticky__right
 --------------------------- */

/* --- listCont --- */

.l-listSticky__right .c-listCont {
  width: 33.3%;
  /*margin-left: -0.3rem;*/
}
section.l-listSticky .c-listCont {
  padding: 0 2.7rem 8.5rem;
}
.l-listSticky__right .c-listCont:nth-child(1) {
  display: block;
}
section.l-listSticky .l-listSticky__right .c-listCont:nth-child(1) {
  /*width: 50%;*/
}
section.l-listSticky .l-listSticky__right .c-listCont:nth-child(7),
section.l-listSticky .l-listSticky__right .c-listCont:nth-child(8),
section.l-listSticky .l-listSticky__right .c-listCont:nth-child(9),
section.l-listSticky .l-listSticky__right .c-listCont:nth-child(10) {
  display: none;
}
section.l-listStory .l-listSticky__right .c-listCont:nth-child(n + 8)
,section.l-listPlace .l-listSticky__right .c-listCont:nth-child(n + 8) {
  display: none;
}


/* --- listImage --- */

.l-listSticky__right .c-listImage {
    height: 37vw;
}
.l-listSticky__right .c-listImage figure {

}
.l-listSticky__right .fadeInUp .c-listImage figure {
  transition-delay: initial;
}
.l-listSticky__right .fadeInUp .c-listImage figure img {
  transition-delay: initial;
}

.l-listSticky__right .c-listCont:nth-child(3) .c-listImage, .l-listSticky__right .c-listCont:nth-child(4) .c-listImage, .l-listSticky__right .c-listCont:nth-child(7) .c-listImage, .l-listSticky__right .c-listCont:nth-child(8) .c-listImage {
  height: 37vw;
}
section.l-listSticky .l-listSticky__right .c-listCont:nth-child(1) .c-listImage {
  /*height: 32.4vw;*/
}

/* --- listTitle --- */

.l-listSticky__right .c-listTitle {
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  font-size: 1.9rem;
  line-height: 1.75;
  margin-top: 3.8rem;
}
section.l-listSticky .l-listSticky__right .c-listCont:nth-child(1) .c-listTitle {
  /*font-size: 2.05rem;
  margin-top: 3.9rem;*/
}
section.l-listSticky .l-listSticky__right .c-listCont:nth-child(1) .c-subTitle +  .c-listTitle {
  /*margin-top: 1.1rem;*/
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ listEdition

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ l-listEdition
--------------------------- */

/* --- common --- */

section.l-listEdition > .inner {
  padding-left: 1.4%;
}

/*
gray
*/

section.l-listEdition.gray {
  margin-bottom: -5.3rem;
}

section.l-subscSp + section.l-listEdition.gray {
  margin-top: 8rem;
}
section.l-aboutLink + section.l-listEdition.gray {
  margin-top: 0.3rem;
}


/* --------------------------- 
  ■ editionSlider
 --------------------------- */

/* --- common --- */

section.l-listEdition .slick-list {
  padding-right: 19rem;
}

/* --- listCont --- */


/* --- listImage --- */

.l-listEdition .c-listImage {
  width: 85%;
  height: 67vw;
}
.l-listEdition .c-listImage a {
  pointer-events: initial;
}

/* --- listCont --- */

.l-listEdition .c-listCont {
  height: 107.8vw;
}

/* --- listTitle --- */

.l-listEdition .c-subTitle {
  font-size: 1.75rem;
  margin-top: 3.9rem;
  margin-left: 0.4rem;
}
.l-listEdition .c-listTitle {
  font-size: 2.1rem;
  margin-left: 0.2rem;
  margin-top: 5.4rem;
}

/* --- listDesc --- */

.l-listEdition .c-listDesc {
  font-size: 1.2rem;
  margin-top: 1.3rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ listEdit

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ editSlider
 --------------------------- */

/* --- common --- */

section.l-listEdit {
  width: 84.5%;
}

/* --- listImage --- */

section.l-listEdit .c-listImage {
  height: 44vw;
  width: 55%;
}

/* --- contWrapper --- */

section.l-listEdit .contWrapper {
  width: 49%;
  padding-left: 0.1rem;
}

/* --- listTitle --- */

section.l-listEdit .c-listTitle {
  font-size: 2.05rem;
  width: initial;
}
section.l-listEdit .c-listTitle br {
  
}
section.l-listEdit .c-listTitle .count {
  font-size: 53%;
}
section.l-listEdit .c-listTitle .count span {
  margin-top: 1.7rem;
}

/* --- listDesc --- */

section.l-listEdit .c-listDesc {
  width: 70%;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ listFour

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-listFour
 --------------------------- */


/* --- Common --- */

section.l-listFour {
  width: 94.2%;
}

/* --- listCont --- */

.l-listFour .c-listCont {
  padding: 0 2.7rem 5.6rem;
}

/*
border
*/

/*.l-listFour .slick-slide.slick-active + .slick-active .c-listCont {
  border-left: 1px dotted #f2f0f0;
}*/

/* --- listImage --- */

/*.l-listFour .c-listImage {
  height: 20vw;
  width: 78%;
  margin: 0.5rem auto 0;
}
*/

/* 
><><><><><><><><><><><><><><><><>

  ▼ listFive

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-listFive
 --------------------------- */

/* --- Common --- */

section.l-listFive {
  width: 98%;
}

/* --- listCont --- */

.l-listFive .c-listCont {
  padding: 0 2.8rem 5.3rem;
}

/* --- subTitle --- */

.l-listFive .c-subTitle {
  margin-top: 3.6rem;
}
.l-listFive .c-subTitle + .c-listTitle {
  margin-top: 1.4rem;
}

/* --- listTitle --- */

.l-listFive .c-listTitle {
  font-size: 1.4rem;
  line-height: 1.9;
}
.l-listFive .c-listTitle .count span {
  margin-top: 2.2rem;
}

/* --- listDesc --- */

.l-listFive .c-listDesc {
  margin-top: 0rem;
  font-size: 1.05rem;
}


/* --------------------------- 
   ■ fiveSlider
 --------------------------- */

/* --- listCont --- */

.l-listFive .c-listCont {
  height: initial;
}
.l-listFive .slick-slide.slick-active + .slick-active .c-listCont:before {
  border-left: 1px dotted #f2f0f0;
}

/* --- listImage --- */

.l-listFive .c-listImage {
  height: 18.6vw;
  width: 93%;
}

/* --- contWrapper --- */

.l-listFive .contWrapper {
  width: 87.4%;
}

/* --- subTitle --- */

.l-listFive .c-subTitle {
  margin-top: 3rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ listThree

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-listThree
 --------------------------- */

/* --- Common --- */

section.l-listThree {
  width: 98.9%;
}


/* --------------------------- 
   ■ threeSlider
 --------------------------- */

/* --- common --- */

.l-listThree .c-listCont {
  padding: 0 2.7rem 3.6rem;
  height: initial;
}
.l-listThree .slick-slide.slick-active + .slick-active .c-listCont:before {
  border-left: 1px dotted #f2f0f0;
}

/* --- listImage --- */

.l-listThree .c-listImage {
  height: 24.4vw;
  width: 84.7%;
  margin: 6.2rem auto 0;
}

/* --- contWrapper --- */

.l-listThree .contWrapper {
  width: 86%;
}

/* --- listTitle --- */

.l-listThree .c-subTitle {
  font-size: 1.5rem;
  margin-top: 3.4rem;
}
.l-listThree .c-subTitle + .c-listTitle {
  margin-top: 1.5rem;
}
.l-listThree .c-listTitle {
  font-size: 1.5rem;
  margin-top: 4rem;
}

/* --- listDesc --- */

.l-listThree .c-listDesc {
  width: 100%;
}

/* --- Arrow --- */

section.l-listArrow button.slick-arrow {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #ededed;
}
section.l-listArrow button.slick-arrow:before {
  width: 0.9rem;
  height: 0.85rem;
}

/*
three
*/

section.l-listThree button.slick-arrow {
  top: -5.3rem;
}

/*
four
*/

section.l-listFour button.slick-arrow {
  top: -6.1rem;
}

/*
five
*/

section.l-listFive button.slick-arrow {
  top: -5.9rem;
}

/*
editor's
*/

section.l-listEdit button.slick-arrow {
  top: -15.5rem;
}



/* 
><><><><><><><><><><><><><><><><>

  ▼ l-listMusic

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-listMusic
 --------------------------- */

section.l-archiveCont.l-archiveMusicCont {
  width: 87.5%;
  margin:1.3rem auto 0;
}
ul.l-listMusic__loop {
  margin-top: initial;
}
ul.l-listMusic__loop li.c-musicCont {
  margin-bottom: 8.4rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ l-listNews

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ list
 --------------------------- */

/* --- common --- */

section.l-listNews {
  margin: 0rem auto 7rem;
}
section.l-listNews > .inner {
  width: 97%;
  margin: 0 auto;
}
ul.l-listNews__loop {
  margin-bottom: 9.5rem;
}

/*
Related
*/

section.l-newsRelated ul.l-listNews__loop {
  margin-bottom: 9.5rem;
}


/* --- list --- */

li.l-listNews__cont {
  width: 100%;
}
li.l-listNews__cont + li.l-listNews__cont:nth-child(2n+2) {
  margin-left: initial;
}
li.l-listNews__cont:nth-child(n + 3) {
  margin-top: initial;
}
li.l-listNews__cont + li.l-listNews__cont {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dotted #ececec;
}

/* --- image --- */

li.l-listNews__cont .c-listImage {
  width: 23.6%;
  height: 21.7vw;
}

/* --- cont --- */

.c-newsCont {
  margin-left: 8.2%;
  width: 62.5%;
}
.c-newsCont .date {
  font-size: 1.85rem;
  letter-spacing: 0.05em;
}
.c-newsCont .title {
  font-size: 1.85rem;
  margin-top: 1.2rem;
}
.c-newsCont .c-listCat {
  margin-top: 1.6rem;
}

/*
poetry
*/

section.l-archivePoetry .c-newsCont {
  margin-left: 9%;
}
section.l-archivePoetry .c-newsCont .title {
  font-size: 1.85rem;
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ l-listRelated

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-listRelated
 --------------------------- */

/* --- common --- */

section.l-listRelated {
  width: 98%;
}

/* 
news
*/

section.l-newsRelated.l-listRelated {
  width: 87.5%;
}

/* --- l-relateHead --- */

.l-relateHead {
  margin-top: 12.5rem;
  margin-bottom: 10.2rem;
}
.l-relateHead__title {
  font-size: 2.8rem;
  letter-spacing: 0.5em;
}

/*
news
*/

section.l-newsRelated .l-relateHead {
  margin-top: 13.2rem;
  margin-bottom: 11rem;
}

/*
NotFound
*/

section.l-notRelated {
  margin-top: -12.5rem;
}


/* --- listCont --- */

section.l-listRelated .c-listCont {
  width: 33.3%;
  padding: 0 2.7rem 5.5rem;
}
section.l-listRelated .c-listCont:nth-child(n+3) {
  
}
section.l-listRelated .c-listCont:nth-child(4) {
  display: none
}

/*
border
*/

section.l-listRelated .c-listCont:before {
  display: none;
}
section.l-listRelated .c-listCont + .c-listCont {
  border-left: 1px dotted #f2f0f0;
}

/*
music
*/

section.l-listRelated .c-listCont.melody {
  width: 33.3333%;
}
section.l-listRelated .c-listCont.melody:nth-child(4),
section.l-listRelated .c-listCont.melody:nth-child(5) {
  display: none
}


/* --- listImage --- */

section.l-listRelated .c-listImage {
  width: 90%;
  height: 24.3vw;
  margin: 0.7rem auto 0;
}

/* 
news
*/

section.l-listRelated li.l-listNews__cont .c-listImage {
  width: 21.2%;
  height: 18.6vw;
}

/*
music
*/

section.l-listRelated .c-listImage.melody {
  height: 22.3vw;
  width: 77.3%;
}

/* --- c-listContainer --- */

section.l-listRelated .c-listContainer {
  width: 85%;
}
section.l-listRelated .c-subTitle + .c-listTitle {
  margin-top: 1.1rem;
}
section.l-listRelated .c-subTitle {
  font-size: 1.6rem;
  margin-top: 3.2rem;
}
section.l-listRelated .c-listTitle {
  font-size: 1.6rem;
  line-height: 1.95;
  width: 100%;
}
section.l-listRelated .c-listCat {
  margin-top: 2rem;
  margin-left: -0.5rem;
}

/* --- showAll --- */

/* 
news
*/

section.l-newsRelated .l-listSect__showAll {
  margin: 1.2rem auto 0;
  padding-bottom: 4.5rem;
}

/*
feature
*/

section.l-listFeature .l-listSect__showAll {
  margin-top: 3rem;
}

/* 
=================================

  // ● Archive  //

/* 
><><><><><><><><><><><><><><><><>

  ▼ ArchiveCommon

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-archiveHead
 --------------------------- */

/* --- common --- */

section.l-archiveHead {
  padding-top: 0rem;
  margin-top: 0.6rem;
}
article.l-articleAbout section.l-archiveHead {
  padding-top: 2.2rem;
  padding-bottom: 11.8rem;
}

section.-archiveSearchHead .l-archiveHead__title {
  font-size: 5.2rem;
}
.l-archiveHead__title {
  font-size: 8.5rem;
  margin-top: 3.4rem;
  letter-spacing: 0.14em;
}
.l-archiveHead__title.three {
  font-size: 8.7rem;
  margin-top: 3.4rem;
}
.l-archiveHead__title.four {
  font-size: 8.6rem;
  margin-top: 3.4rem;
}
.l-archiveHead__title.six {
  font-size: 8.4rem;
  margin-top: 3.6rem;
}
.l-archiveHead__title.seven {
  font-size: 8.1rem;
  margin-top: 3.6rem;
}
.l-archiveHead__title.eight {
  font-size: 8rem;
  margin-top: 3.6rem;
}
.l-archiveHead__title.nine {
  font-size: 8rem;
  margin-top: 3.6rem;
}
.l-archiveHead__title.ten {
  font-size: 8rem;
  margin-top: 3.8rem;
}

.l-archiveHead__title.all {
  font-size: 6.9rem;
  margin-top: 3.6rem;
}

.l-archiveHead_subTitle {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}

.l-archiveSearchHead .l-archiveHead__title {
  font-size: 3.7rem;
  margin-top: 8.8rem;
}


/* --- l-archiveHead__sub --- */

/* commmon */

.l-article__horizonSub {
  display: none;
}
.l-archiveHead__sub {
  font-size: 1.65rem;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  color: #8a7b51;
  display: block;
}

/* --- l-article__chapter  --- */

.l-article__chapterPc {
  display: none;
}
.l-article__chapter  {
  font-size: 1.5rem;
  margin-top: 5.7rem;
  padding: 2.2rem 1.3rem 2.5rem 1.7rem;
  display: inline-block;
}

/*
series
*/

.l-article__chapter.series {
  letter-spacing: 0.15em;
  padding: 2.7rem 1.3rem 2.7rem 1.7rem;
  margin-top: 6.5rem;
}

/*
archive
*/

article.l-articleArchive .l-article__chapterPc {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
  margin-top: -1.1rem;
}

/*
music
*/

article.l-articleMusic .l-article__chapter {
  font-size: 1.5rem;
  margin-top: 5rem;
  padding: 3.2rem 1.4rem 3.3rem 1.5rem;
}

/* --- l-archiveHead__nav --- */

/* commmon */

nav.l-archiveHead__nav {
  margin: 4.4rem auto 0;
}

nav.l-archiveHead__nav ul {
  margin-left: 0.3rem;
}
nav.l-archiveHead__nav ul li {
  font-size: 2.5rem;
  padding: 0 3.4rem;
}
nav.l-archiveHead__nav ul li +li:before {
  height: 36%;
  top: 39%;
}
nav.l-archiveHead__nav ul li .navInner:before {
  top: 30%;
  right: 0.1rem;
  width: 1.98rem;
  height: 0.73rem;
}

/* border */

nav.l-archiveHead__nav ul li .navInner {
  padding: 0rem 3.1rem 0.2rem 0rem;
}


/* --- l-archiveCont --- */

section.l-archiveCont {
  margin-top: 9.8rem;
  transform: translateY(0rem) !important;
  opacity: 1 !important;
  transition-delay: 0s !important;
  transition: 0s !important;
}
section.l-archivePage {
  margin-top: 0;
}
.l-archiveCont__loop {
  width: 98%;
}

/*
margin
*/

section.l-listEdition + section.l-archiveCont {
  margin-top: 5.6rem;
}

/*
news
*/

section.l-archiveNews {
  margin-top: 10.1rem;
}

/*
music
*/

ul.l-archiveMusic__loop {
/*  align-items: initial;*/
}

/* --- head --- */ 

.l-archiveCont__head {
  font-size: 2.95rem;
  padding-top: 2.2rem;
  padding-bottom: 6.3rem;
}

/* --- listCont --- */

section.l-archiveCont .c-listCont {
  width: 33.3%;
  padding: 0 2.9rem 6.2rem;
}
section.l-archivePage .c-listCont:first-child {
  width: 33.3%;
}
section.l-archiveCont .c-listCont:first-child,
section.l-archiveCont .c-listCont:nth-child(8) {
  width: 33.3%;
}

/*
border
*/

section.l-archiveCont .c-listCont:before {
  content: "";
  display: none;
}
section.l-archiveCont .c-listCont + li {
  border-left: 1px dotted #f2f0f0;
}
section.l-archiveCont li.c-listCont:nth-child(3n+1) {
  border-left: initial;
  margin-left: initial;
}
section.l-archiveCont .c-listCont.melody:nth-child(10) {
  margin-left: initial !important;
}

/*
theme
*/

section.l-archiveCont .c-listCont.theme {
  width: 100%;
  margin-top: 8rem;
}
section.l-archiveCont li.c-listCont.theme {
  border-left: initial;
}
section.l-archiveCont li.c-listCont.theme:last-child {
  margin-bottom: 15rem;
}

/*
latest
*/

section.l-archiveCont.l-listLatest li.c-listCont:nth-child(7) {
  display: none;
}


/*
music
*/

section.l-archiveCont .c-listCont.melody {
  width: calc(33.3333% - 0.6rem);
  padding: 0 0rem 5.5rem;
  margin-bottom: 4.6rem;
}
section.l-archiveCont .c-listCont.melody:nth-child(n + 5) .c-listMel__left {
  margin-top: initial;
}
section.l-archiveCont .c-listCont.melody:nth-child(5), 
section.l-archiveCont .c-listCont.melody:nth-child(14) {
  margin-left: 0.6rem !important;
}

section.l-archiveCont .c-listCont.melody:hover,
section.l-archiveCont .c-listCont.melodySp:hover {
  background: #f3f3f3 !important;
}


/* --- listImage --- */

section.l-archiveCont .c-listImage {
  height: 25.8vw;
  width: 94%;
  margin: 0.8rem auto 0;
}

.l-archiveCont__none {
  margin-top: 8.4rem;
  margin-bottom: 25rem;
}

/*
News
*/

section.l-archiveNews .l-archiveCont__loop {
  width: 87%;
}
section.l-archiveNews .c-listImage {
  width: 17.2%;
  height: 14.7vw;
  margin: initial;
}

/*
theme
*/

section.l-archiveCont .c-listCont.theme .c-listImage {
  height: 35vw;
  width: 38%;
}

/*
Music
*/

.c-listCont.melody .c-listImage {
  height: 19.1vw;
  width: 68.3%;
}
section.l-archiveCont .melody .c-listImage {
  width: 97.4%;
  height: 27vw;
  margin: 0.4rem auto 0;
}


/* --- listTitle --- */

section.l-archiveCont .c-listTitle {
  width: 100%;
}

/*
theme
*/

.c-listCont.theme .c-subTitle {
  margin-top: 5.9rem;
}
.c-listCont.theme .c-listTitle {
  font-size: 2.1rem;
}

/*
Music
*/

.c-listCont.melody .c-listTitle {
  margin-top: 4.4rem;
  font-size: 1.8rem;
}
.melody .c-listTitle.playlist a {
  font-size: 80%;
}

/* --- listDesc --- */

/*
theme
*/

.c-listCont.theme .c-listDesc {
  font-size: 1.2rem;
  line-height: 2.25;
  width: 30%;
  margin: 2.4rem auto 0;
}


/* --- l-archiveHead__pageNav --- */

nav.l-archiveHead__pageNav {
  margin-top: 3.6rem;
}
nav.l-archiveHead__pageNav ul li {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  padding: 0 4.1rem;
}
nav.l-archiveHead__pageNav ul li:before {
  top: 42%;
}


/* --- l-archiveSaerch__total --- */

.l-archiveSaerch__total {
  font-size: 1.8rem;
}
.l-archiveSaerch__total span {
  font-size: 3rem;
  margin-left: 1rem;
}

/* --------------------------- 
   ■ l-archiveSlideshow
--------------------------- */

/* --- common --- */

section.l-archiveSlideshow {
  padding-top: 11.7rem;  
  margin-left: 5rem;
  /*position: sticky;
  top: -33vw;*/
  opacity: 1 !important;
  visibility: visible !important;
}
section.l-archiveSlideshow .slick-list {
  cursor: grab;
  padding-bottom: 10.2rem !important;
  padding-right: 11rem !important;
}
.l-archiveSlider_slide .c-listCont {
  margin: 0 1.1rem;
  flex-flow: column;
}
section.l-archiveSlideshow:after {
  margin: 2rem auto 0;
}

/* --- image --- */

.l-archiveSlider_slide .c-listImage {
  width: 100%;
  height: 81.2vw;
  opacity: 1;
}

.l-archiveSlider .slick-current .c-listImage,
.l-archiveSlider .is-active-next .c-listImage {
  height: 81.2vw;
  width: 100%;
}

/* --- cont --- */

/*
contWrapper
*/

.l-archiveSlider_slide .contWrapper {
  width: 85%;
  margin-left: 4%;
  margin-top: 0%;
}

/*
subTitle
*/

.l-archiveSlider_slide .c-subTitle {
  font-size: 1.25rem;
  margin-top: 8.8rem;
  margin-left: 0.7rem;
}

/*
listTitle
*/

.l-archiveSlider_slide .c-listTitle {
  font-size: 2.4rem;
  width: initial;
}
.l-archiveSlider_slide .c-subTitle + .c-listTitle {
  margin-top: 1.7rem;
}
.l-archiveSlider_slide .c-listTitle .count span {
  margin-top: 2.4rem;
  margin-left: initial;
}
.l-archiveSlider_slide .c-listTitle .count {
  font-size: 55%;
}

/*
desc
*/

.l-archiveSlider_slide .c-listDesc {
  width: 67%;
  font-size: 1.4rem;
  line-height: 2.25;
  margin: 1.8rem 0 0;
}

/*
listCat
*/

.l-archiveSlider_slide .c-listCat a {
  font-size: 1.2rem;
}



/* --- scroll --- */

.l-archiveScroll {
  display: none
}

/* --- dots --- */

.l-archiveSlider .slick-dots {
  display: none!important;
}

 /* --------------------------- 
   ■ l-archiveCont
 --------------------------- */

/* --- common --- */

section.l-archiveHead + section.l-archiveCont:before {
  width: 95%;
  border-bottom: 0px solid #f6f6f6;
  margin: 0;
}
section.l-archiveHead + section.l-archiveCont.l-archiveMusic:before {
  width: 95%;
  border-bottom: 1px solid #f6f6f6;
  margin: 2rem auto 0rem;
}


/* --- l-archiveCont__none --- */

.l-archiveCont__none {
  font-size: 3.5rem;
}

/*
Slider
*/

section.l-archiveSlideshow + section.l-archiveCont {
  margin-top: 3rem;
  padding-top: 0;
}


/* --------------------------- 
   ■ l-archiveMusic
--------------------------- */

/* --- common --- */

section.l-archiveMusic .l-archiveLeft {
  width: 100%;
}
section.l-archiveMusic .l-archiveRight {
  display: none;
}

/* --- image --- */

section.l-archiveMusic .c-listCont.melody .c-listImage {
  width: 36.3%;
  height: 14.7vw;
  margin:initial;
}

/* --- cont --- */

.c-listMel__left {
  
}
.c-listMel__right {
  
}
section.l-archiveMusic .c-listCont.melody {
  width: 100%;
  padding: 8rem 5.5rem;
  margin-left: initial;
}
section.l-archiveMusic .c-listCont + .c-listCont {
  
}
section.l-archiveMusic .contWrapper {
  margin-left: 6.3rem;
}

/* --- title --- */

section.l-archiveMusic .c-listCont.melody .c-listTitle {
  font-size: 2.2rem;
  line-height: 1.45;
  margin-top: 1.8rem;
  width: 100%;
}

/* copy */

.c-listMusicCopy {
  font-size: 1.2rem;
  margin-top: 2rem;
}
.c-listMel__right:before {
  width: 2rem;
  margin: 2.6rem auto 2.7rem;
}

/* artist */

.c-listArtist {
  font-size: 1.1rem;
  margin-top: 1.1rem;
}

/* --- desc --- */

section.l-archiveMusic .c-listDesc {
  font-size: 1.2rem;
  line-height: 2.1;
  margin: 2.1rem auto 0;
}

.melody .c-listDesc {
  width: 83%;
  margin: 2.4rem auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* --------------------------- 
   ■ l-archiveTags
--------------------------- */

/* --- common --- */

section.l-archiveTags {
  width: 63%;
}
section.l-archiveTags > .inner {
  width: 66%;
  margin: 10.9rem auto;
}
.l-archiveTags__cont + .l-archiveTags__cont {
  margin-top: 6.8rem;
}

/* --- title --- */

.l-archiveTags__title {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
} 

/* --- list --- */

ul.l-archiveTags__list {
  margin-top: 3.6rem;
}
ul.l-archiveTags__list li {
  font-size: 1.5rem;
}
ul.l-archiveTags__list li a {
  border-radius: 2rem;
}

/* --- Pagenation --- */

.c-pagenation li {
  font-size: 2.55rem;
}
.c-pagenation li + li {
  margin-left: 1.6rem;
}
.c-pagenation li.next:before {
  width: .7rem;
  height: .7rem;
}
.c-pagenation li.prev:before {
  width: .7rem;
  height: .7rem;
}

/*
music
*/

.archiveMusic .c-pagenation {
  padding: 1rem 0 5rem;
}

/* --- PrevNext --- */

section.l-prevNext {
  line-height: 6.9;
  border-bottom: 1px dotted#f0f0f0;
}


/* --------------------------- 
   ■ Pagenation
--------------------------- */

/* --- common --- */

.c-pagenation {
  padding: 2rem 0 12rem;
}

/*
feature
*/

.l-archiveFeature.first .c-pagenation {

}

/*
news
*/

.l-archiveNews + .c-pagenation {
  margin-top: 8.7rem;
}

/*
music
*/

.l-archiveMusic .c-pagenation {
  padding: 1rem 0 5rem;
}
section.l-archiveCont.music .c-pagenation {
  background: #6a5c5c;
  padding-bottom: 10.6rem;
  margin-bottom: -5.3rem;
  margin-top: 6.8rem;
}
section.l-archiveCont.melody + .c-pagenation {
  padding-top: 6rem;
  padding-bottom: 13rem;
  margin-bottom: -5.1rem;
  margin-top: -0.1rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Feature

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-archiveFeature
--------------------------- */

/* --- l-archiveFeature  --- */

.l-archiveFeature:before {
  margin: 0rem auto 0;
}
article.l-articleFeature.shadow {
    opacity: 1;
}

/*
first
*/

.l-archiveFeature.first {
  margin-bottom: -5rem;
}
.l-archiveFeature.first section.l-archiveCont {
  padding-top: 8rem;
  width: 100%;
}

/*
music
*/

.l-archiveFeature.music:before {
  margin: 0rem auto 0;
}


/* --- l-archiveTheme --- */

/* common */

ul.l-archiveTheme__list {
  margin-bottom: 12.6rem;
}
section.l-archiveTheme {
  width: 78%;
}
section.l-archiveTheme .wrap > .inner {
  width: 76.6%;
  margin: 11.9% auto;
}
.l-archiveTheme__cont {
  width: 57.6%;
  margin-right: 8%;
}

/* list */

ul.l-archiveTheme__list li + li {
  padding-top: 6.3rem;
  margin-top: 6.3rem;
}
ul.l-archiveTheme__list li:nth-child(n + 5) {
  display: none;
}
.l-archiveTheme__thumb {
  height: 17.6vw;
  width: 30.5%;
}

/* title */

.l-archiveTheme__cont .c-listTitle {
  font-size: 1.9rem;
}
.l-archiveTheme__subTitle {
  font-size: 1.3rem;
  margin-top: 0.7rem;
}

/* btn */

section.l-archiveTheme__btn {
  margin-top: 6.8rem;
}
section.l-archiveTheme__btn .c-btn {
  height: 7.0rem;
}

/* --- l-archiveCont  --- */

.l-archiveFeature section.l-archiveCont {
  margin-top: 0rem;
}
.l-archiveFeature.paged section.l-archiveCont {
  margin-top: initial;
}

/*
music
*/

section.l-archiveCont.music {
  padding-top: 8.1rem;
}
.l-archiveFeature section.l-archiveCont.music {
  margin-top: -1.7rem;
}


/* 
=================================

  // ● Article //

/* 
><><><><><><><><><><><><><><><><>

  ▼ Article Base

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ Common 
 --------------------------- */

/* --- common --- */

body.magazine .wrapper,
body.preorder .wrapper {
  overflow-x: hidden;
}
article.l-article {
  flex-flow: column;
  padding-top: 12.8rem;
}
.l-article__left {
  width: 100%;
}
.l-article__right {
  width: 100%;
}
article.l-article:after {
  margin-top: 7rem;
}

/*
archive
*/

article.l-article.l-articleArchive {
  padding-top: 9.2rem;
}

/*
story
*/

article.l-article.l-articleStory {
  padding-top: 0;
}
article.l-article.l-articleStory:after {
  margin-top: 0rem;
}
.l-articleWrap {
  padding-bottom: 18rem;
}

/*
feature
*/

article.l-articleStory.l-articleArchive .l-article__right {
  margin-bottom: 17rem;
}


/* --------------------------- 
  ■ l-article__titleInfo
--------------------------- */

/* --- common --- */

section.l-article__titleInfo {
  margin:0 auto;
  width: 71%;
  height: initial;
  flex-flow: column;
  align-items: initial;
  margin-bottom: 15.7rem;
}
article.leftSticy section.l-article__titleInfo {
  position: relative;
}
section.l-article__titleInfo.sticky {
  height: initial;
}
section.l-article__titleInfo .c-listCatDate .slideUp-wrap {
  height: 2.7rem;
}


/* --- c-listCatDate --- */

section.l-article__titleInfo .c-listDate {
  font-size: 1.6rem;
}

section.l-article__titleInfo .c-listCatDate {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0.8rem;
  margin-left: 0.6rem;
}
.c-listDate + .c-listCat {
  margin-left: 2.1rem;
  margin-top: initial;
}
section.l-article__titleInfo .c-listCat a {
  font-size: 1.7rem;
  letter-spacing: 0.035em;
}
section.l-article__titleInfo .c-listCat a:after {
  bottom: -0.3rem;
}

section.l-article__titleInfo.sticky .c-listCatDate .slideUp-wrap {
  transform: initial;
  opacity: 1;
}

/*
archive
*/

article.l-articleArchive .c-listCatDate {
  display: none;
}

/* --- l-article__sub --- */

.l-article__sub {
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.065em;
  display: block;
  line-height: 1.7;
  margin-bottom: 1.7rem;
  margin-left: 0.5rem;
  opacity: 0.6;
}

/* --- c-listTitle --- */

section.l-article__titleInfo .c-listTitle {
  font-size: 3.5rem;
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  width: 100%;
  margin-top: 1.6rem;
}
section.l-article__titleInfo .c-listTitle br {
  
}
section.l-article__titleInfo .c-listTitle span {
  font-size: 1.5rem;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}
section.l-article__titleInfo.sticky .c-listTitle {
  margin-top: 1rem;
}

/*
archive
*/

article.l-articleArchive section.l-article__titleInfo .c-listTitle {
  text-align: center;
}


/*
l-issue__title
*/

section.l-article__titleInfo .l-issue__title {
  font-size: 6.6rem;
  line-height: 1.2;
}
section.l-article__titleInfo .l-issue__title span.l-issueSub__number {
  font-size: 6.6rem;
}


/*
l-issueSub
*/

section.l-article__titleInfo .c-listTitle span.l-issueSub {
  margin-top: 0.8rem;
}

/*
digital
*/

section.l-article__titleInfo .c-listTitle.digital .num {
  display: flex;
  font-family: minion-pro-display, sans-serif;
  font-size: 1.8rem;
  color: #85855c;
  align-items: center;
  margin-left: 0;
  justify-content: center;
  margin-top: 1.9rem;
}
section.l-article__titleInfo .c-listTitle.digital .num span {
  font-size: 152%;
  font-family: minion-pro-display, sans-serif;
  font-variant: small-caps;
  color: #85855c;
  margin-top: -0.5rem;
  margin-left: 0.8rem;
}
section.l-article__titleInfo .c-listTitle.digital .inner {
  font-size: 105%;
  margin-top: 1.3rem;
}
section.l-article__titleInfo .c-listTitle.digital .l-issueSub img {
  margin-top: 0.5rem;
}

/* l-article_scroll */

.l-article_scroll {
  display: none;
}

/* --------------------------- 
  ■ l-article__mv
--------------------------- */

section.l-article__mv {
  margin-bottom: 11.5rem;
  height: 90vw;
  max-height: initial;
}
article.l-articleFeature section.l-article__mv figure {
  height: calc(100% - 1.2rem);
  background-attachment: initial;
}


/* --------------------------- 
  ■ l-articleIntro
--------------------------- */

section.l-articleIntro {
  width: 73%;
  margin:0 auto;
  padding-right: initial;
}

/* --- title --- */

.l-articleIntro__title {
  font-size: 3.25rem;
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-top: 2.4rem;
}

.l-articleIntro__title + .l-articleIntro__desc {}
.l-articleIntro__title + .l-articleIntro__desc:before {
  margin-top: 0.6rem;
  padding-top: 3rem;
}

/* --- desc --- */

.l-articleIntro__desc {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: max(1.6rem,14px);
  width: 100%;
  line-height: 2.45;
}
article.l-articleFeature .l-articleIntro__desc {
  font-size: 1.75rem;
}

.l-articleIntro__parents a {
  font-size: 1.4rem;
}

/* --------------------------- 
  ■ l-articleMovie
--------------------------- */

/* --- common --- */

section.l-articleMovie {
  width: 95%;
  height: 61vw;
  margin: -4.4rem auto -17rem;
}

/*
about
*/

section.l-articleMovie.l-subscMovie {
  width: 86%;
  height: 58vw;
  margin: 0rem auto 9rem;
}

/*
endroll
*/

section.l-articleMovie.endroll {
  margin: 7.6rem auto 7rem;
}

/*
issue
*/

section.l-magazine__intro + section.l-articleMovie.l-subscMovie {margin-top: 21rem;margin-bottom: -8rem;width: 90%;}



/* --- lity --- */

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 93% !important;
}

/* --- video --- */

section.l-articleVideo video {
  height: initial;
  width: 89%;
}


/*
endroll
*/

section.l-articleMovie.endroll figure:before {
  width: 27.9rem;
  height: 15.5rem;
}


/* --------------------------- 
  ■ l-article__navigation
--------------------------- */

/* --- common --- */

section.l-article__navigation {
  width: 72.3%;
}

/* --- arrow --- */

/* common */

section.l-article__navigation .arrow {
  height: 2.6rem;
  width: 2.6rem;
}
section.l-article__navigation .arrow:after {
  width: 0.9rem;
  height: 0.85rem;
}

/* --- toIndex --- */

/* common */

section.l-article__navigation .toIndex {
  font-size: 1.65rem;
}


/* --------------------------- 
  ■ l-article__btn
--------------------------- */

/* --- common --- */

section.l-article__btn {
  width: 77.5%;
  margin: 5.2rem auto 0rem;
  padding-right: 0%;
}
.l-article__btnCont a {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.05em;
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
}


/* --------------------------- 
  ■ l-articleSeries
--------------------------- */

/* --- common --- */

section.l-articleSeries {
  width: 82%;
}
section.l-articleSeries:before {  
  margin-top: 4.2rem;
  padding-top: 9.7rem;
}
section.l-articleIntro + section.l-creditIntro + section.l-articleSeries:before {
  padding-top: 11.7rem;
}

/*
credit
*/

section.l-creditIntro + section.l-articleSeries:before {
  margin-left: 4.4rem;
}

/*
archive
*/

section.l-articleIntro + section.l-articleSeries.related:before {
  margin-top: 5.8rem;
}

/*
feature
*/

section.l-articleCont + section.l-articleSeries.feature:before {
  margin-top: 4.6rem;
  padding-top: 6rem;
}

/*
poetry
*/

section.l-articleProf + section.l-articleSeries.related:before {
  border-top: initial;
  margin-top: -4.8rem;
}

/*
photo
*/

section.l-articlePhoto + section.l-articleSeries.related:before {
  padding-top: 6.5rem;
}

/*
next
*/

section.l-articleSeries.related.next:before {
  padding-top: 3rem;
  border-top: 0px solid #dfdfdf;
}


/* --- sectTitle --- */

.l-articleSeries__sectTitle {
  font-size: 1.4rem;
}

/*
related
*/

.l_series__relatedTitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 6rem;
  margin-left: 5.1%;
}

/* --- title --- */

.l-articleSeries__title {
  font-size: 2.95rem;
}

/* --- list --- */

ul.l_series__list {
  margin-top: -1rem;
}
ul.l_series__list li {
  border: 1px solid #f1f1f1;
}
ul.l_series__list li .inner {
  padding: 3.7rem;
}
section.l-articleSeries.story ul.l_series__list li .inner {
  padding: 3.4rem;
}

ul.l_series__list li + li {
  margin-top: 0.9rem;
}

/* thumb */

.l_series__thumb {
  width: 17.5%;
  height: 12.4vw;
}

/*
philosophy
*/

section.l-articleSeries.philosophy .l_series__thumb {
  width: 17.5%;
  height: 11.8vw;
}

/* cont */

.l_series__cont {
  margin-left: 6.8rem;
  font-family: nimbus-sans,dnp-shuei-gothic-gin-std, sans-serif;
}
.l_series__num {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: -0.9rem;
  margin-left: 0.1rem;
}
.l_series__title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-top: 0.9rem;
}

/*
philosophy
*/

.l_series__title.eng {
  font-size: 2.3rem;
  margin-top: 1.3rem;
}

/* ========
 for Story
======== */

/* --- common --- */

article.l-articleStory section.l-articleSeries.story {
  width: 100%;
  margin: 14rem auto 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  background-image: initial !important;
}

/*
bg
*/

section.l-articleSeries.story:after {
  position: fixed !important;
  height: 100vh !important;
}

/* --- subTitle --- */

article.l-articleStory section.l-articleSeries.story .l_series__subTitle {
  font-size: 2.1rem;
  letter-spacing: 0.3em;
  padding-top: 13.7rem;
}

/* --- list --- */

article.l-articleStory  section.l-articleSeries.story ul.l_series__list  {
  width: 80%;
  margin: 11.8rem auto 0;
  padding-bottom: 12rem;
}

/* cont */

article.l-articleStory section.l-articleSeries.story .l_series__num .date {
  font-size: 1.25rem;
  margin-right: 1.1rem;
  margin-left: 0.6rem;
}

/* --------------------------- 
  ■ l-articleThemeNav
--------------------------- */

/* --- common --- */

section.l-articleThemeNav {
  width: 79.5%;
  margin: 11rem auto 0;
}

/* --- list --- */

li.l-articleThemeNav__list {
  border-radius: 0.9rem;
}
li.l-articleThemeNav__list .inner {
  padding: 5.3rem 6rem;
}
li.l-articleThemeNav__list + li.l-articleThemeNav__list {
  margin-top: 0.7rem;
}

/* arrow */

li.l-articleThemeNav__list .arrow {
  width: 1.9rem;
  height: 1.9rem;
}

/* jpn */

li.l-articleThemeNav__list .jpn {
  font-size: 1.65rem;
  margin-left: 2.2rem;
}


/* --------------------------- 
  ■ l-articlePhoto
--------------------------- */

/* --- common --- */

section.l-articlePhoto {
  margin-top: 17rem;
}
section.l-articlePhoto figure {
  width: 100%;
}
section.l-articlePhoto figure + figure {
  margin-top: 0.7rem;
}

/* --- photo --- */

section.l-articlePhoto figcaption {
  font-family: nimbus-sans,dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.4rem;
  margin-top: 1.2rem;
  margin-left: 1.4rem;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}


/* --------------------------- 
  ■ l-creditIntro
--------------------------- */

/* --- common --- */

section.l-creditIntro {
  width: 73%;
  padding-right: initial;
}
section.l-articleCont + section.l-creditIntro {
  width: 73%;
  margin: 0 auto;
  padding-right: 0%;
}

section.l-creditIntro:before {
  margin-top: 5.8rem;
  padding-top: 3.0rem;
}

section.l-creditIntro li {
  font-size: 1.5rem;
}
section.l-creditIntro li span:nth-child(1) {
  font-size: 1.3rem;
}
section.l-creditIntro li span:nth-child(1):after {
  content: ":";
  margin-left: .4rem;
  margin-top: 7.1rem;
}

/*
margin
*/

section.l-articleSeries + section.l-creditIntro:before {
  margin-top: 6rem;
}
section.l-articleSeries.related + section.l-creditIntro:before {
  margin-top: 6rem;
}

/* --------------------------- 
  ■ l-creditFull
--------------------------- */

/* --- common --- */

section.l-creditFull {
  margin: 15rem auto 2rem;
  width: 87%;
}
ul.l-creditFull__list > li {
  padding: 9.8rem 11.1rem 9.8rem;
}
ul.l-creditFull__list > li + li {
  margin-top: 1.7rem;
}

/* --- list --- */

/* part */

ul.l-creditFull__list .part {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

/* name */

ul.l-creditFull__list .name {
  font-size: 2.6rem;
  letter-spacing: 0.035em;
}

/* sns */

ul.l-creditFull__list .sns {
  margin-left: 2rem;
}
ul.l-creditFull__list .sns ul {
  font-size: 1.9rem;
}

/* outline */

ul.l-creditFull__list .outline {
  width: 99%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.35rem;
  line-height: 2.4;
  margin-top: 1.8rem;
}

/* url */

ul.l-creditFull__list .url {
  font-size: 1.4rem;
  margin-top: 2.8rem;
}
ul.l-creditFull__list .url a {
  
}



/* --------------------------- 
  ■ l-articleProf
--------------------------- */

/* --- common --- */

section.l-articleProf {
  width: 82%;
  padding-right: initial;
  margin: 0 auto 0;
}

.l-articleProf__intro:before {
  margin-left: 0.6%;
  margin-top: 8.4rem;
  padding-top: 4.8rem;
}
.l-articleProf__cont {
  margin: 10rem auto -1rem;
  padding: 11.5rem 11rem 12.5rem;
}

/* title */

.l-articleProf__intro .title {
  font-size: 1.4rem;
  margin-left: 0.6%;
}
.l-articleProf__title {
  font-size: 2.75rem;
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
}

/* eng */

.l-articleProf__eng {
  font-size: 1.45rem;
  margin-top: 0.8rem;
}

/* desc */

.l-articleProf__desc {
  font-size: 1.5rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2.25;
  width: 100%;
  margin-top: 4.2rem;
}
.l-articleProf__title + .l-articleProf__desc:before {
  margin-top: 2.1rem;
  padding-top: 2.3rem;
}

/* url */

.l-articleProf__url {
  margin-top: 2.5rem;
}
.l-articleProf__url a {
  font-size: 1.7rem;
}

/*
margin
*/

section.l-creditIntro + section.l-articleProf .l-articleProf__intro:before {
  margin-top: 3.9rem;
  padding-top: 7.1rem;
}

/*
music
*/

article.l-articleMusic section.l-articleProf {
  width: 85%;
  margin: 10rem auto 0;
}
article.l-articleMusic .l-articleProf__cont {
  padding: 9.5rem 10.6rem;
  margin: 9rem auto 8rem;
  width: calc(100% - 20.2rem);
}


/* --------------------------- 
  ■ l-articleBack
--------------------------- */

/* --- common --- */

section.l-articleBack {
  margin-top: 13rem;
  width: 100%;
  height: 95vw;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  background-image: initial !important;

}
section.l-articleBack.only {
  height: 90vw;
}

/* --- cont --- */

.l-articleBack__cont {
  margin-top: -3rem;
}
.l-articleBack__cont .chapter {
  font-size: 1.4rem;
  padding: 1.5rem 1.3rem 1.6rem;
}
.l-articleBack__cont .chapterTitle {
  font-size: 3.05rem;
  margin-top: 3.2rem;
}
.l-articleBack__cont .chapterEng {
  font-size: 1.15rem;
}


/* --------------------------- 
  ■ l-articlePoetxt
--------------------------- */

/* --- common --- */

section.l-articlePoetxt {
  padding: 8rem 0;
  width: 100%;
  margin: 0rem auto 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  background-image: initial !important;
}

/* --- cont --- */

.l-articlePoetxt__cont {
  width: 85%;
}
.l-articlePoetxt__cont > .inner {
  padding: 14.3rem 11.3rem;
}

/* ---  title --- */

.l-articlePoetxt__cont .title {
  font-size: 3.1rem;
}

/* ---  aruthor --- */

.l-articlePoetxt__cont .author {
  font-size: 1.45rem;
}
.l-articlePoetxt__cont .author:before {
  margin: 2.2rem auto 2.2rem;
}

/* ---  desc --- */

.l-articlePoetxt__cont .desc {
  margin-top: 11.8rem;
}
article.l-articleStory.l-articlePoetry .l-articlePoetxt__cont .desc p {
  font-size: 1.8rem;
  font-family: nimbus-sans,dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2.45;
}


/* --------------------------- 
  ■ toc_container
--------------------------- */

/* --- common --- */

section.l-articleCont:before {
  margin-top: 6rem;
  padding-top: 1rem;
  margin-left: 13.8%;
  border-top: initial;
}
div#toc_container {
  width: 61%;
  padding: 13.4rem 13.3rem 24rem;
  margin-bottom: 19rem;
  border: 1px dotted #dfdfdf !important;
}
div#toc_container:after {
  bottom: 6.7rem;
  width: 0.8rem;
  height: 0.8rem;
}

#toc_container p.toc_title {
  font-size: 3.65rem;
  letter-spacing: 0.14em;
  color: rgb(168, 150, 119);
}

/*
margin
*/

section.l-creditIntro + section.l-articleCont:before {
  padding-top: 10.5rem;
}

/*
novel
*/

section.l-articleCont.novel:before {
  margin-top: 8.4rem;
}


/* --- toc_list --- */

/* common */

#toc_container p.toc_title + ul.toc_list {
  margin-top: 8.2rem !important;
}

/* parents */

#toc_container.no_bullets ul.toc_list > li + li {
  margin-top: 2.3rem;
}
#toc_container.no_bullets ul.toc_list > li {
   font-size: 1.9rem;
   font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
   letter-spacing: 0.045em;
}
#toc_container.no_bullets ul.toc_list > li span {
   font-size: 2rem;
   margin-left: 0.7rem;
   margin-right: 0.7rem
}
#toc_container.no_bullets ul.toc_list > li span:after {
  margin-right: 0.9rem;
}

/* children */

#toc_container.no_bullets ul.toc_list li ul {
  margin-top: 1.6rem;
  margin-bottom: 5.3rem;
}
#toc_container.no_bullets ul.toc_list li ul li {
  font-size: 1.45rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
#toc_container.no_bullets ul.toc_list li ul li + li {
  margin-top: 0.6rem;
}

#toc_container.no_bullets ul.toc_list li ul li:before {
  margin-left: 0.9rem;
  margin-right: 2.6rem;
  opacity: 0.8;
}


/* --------------------------- 
  ■ l-articleShare
--------------------------- */

/* --- common --- */

section.l-articleShare {
  width: 73%;
  padding-right: initial;
  margin-top: 8rem;
}

section.l-articleShare ul li {
  font-size: 1.8rem;
  letter-spacing: 0.035em;
}
section.l-articleShare ul li a {
  padding: 1.4rem 2.1rem 1.4rem 2.2rem;
}
section.l-articleShare ul li i {
  font-size: 1.5rem;
}

section.l-articleIntro + section.l-articleShare {
  margin-top: 4.5rem;
}

/*
news
*/

section.l-article__newsContainer section.l-articleShare {
  padding-left: 0.1%;
  margin-top: 7.6rem;
}

/*
gallery
*/

section.l-articleGallery + section.l-articleShare {
  margin-top: 11rem;
}


/* --------------------------- 
  ■ l-articleInfo
--------------------------- */

/* --- common --- */

section.l-articleInfo {
    width: 73%;
    padding-right: initial;
}
section.l-articleInfo:before {
    margin-top: 7.2rem;
    padding-top: 4.4rem;
    margin-left: 0.3%;
}

li.l-articleInfo__list .infoTitle {
  font-size: 2rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
li.l-articleInfo__list .desc {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.5rem;
  line-height: 2.15;
}
li.l-articleInfo__list .infoTitle + div {
  margin-top: 2.4rem;
}

li.l-articleInfo__list .address {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.75rem;
}
li.l-articleInfo__list .tel {
  font-size: 1.55rem;
  font-family: dnp-shuei-gothic-gin-std, nimbus-sans, sans-serif;
}
li.l-articleInfo__list .mail {
  font-family:nimbus-sans, sans-serif;
  font-size: 1.45rem;
}
li.l-articleInfo__list .url {
  font-family: nimbus-sans, sans-serif;
  font-size: 1.45rem;
}
li.l-articleInfo__list span.subTitle {
  font-size: 1.2rem;
}
li.l-articleInfo__list div + div {
  margin-top: 1.7rem;
}


/* --------------------------- 
  ■ l-articleRef
--------------------------- */

/* --- common --- */

section.l-articleRef {
  width: 73%;
  padding-right: initial;
}
li.l-articleRef__list .bookTitle {
  font-family: nimbus-sans,dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.05em;
}
li.l-articleRef__list .bookCap {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.1rem;
  margin-top: 0.3rem;
}
li.l-articleRef__list + li {
  margin-bottom: 2.1rem;
}


/* --------------------------- 
  ■ l-category
--------------------------- */

/* --- common --- */

section.l-category {
  width: 73%;
  padding-right: 0%;
}
section.l-category:before {
  margin-top: 3.5rem;
  padding-top: 4.9rem;
}
section.l-creditIntro + section.l-category:before {
  margin-top: 4.4rem;
}

/* --- l-cat__cont --- */

.l-cat__title {
  margin-bottom: 1.9rem;
}
.l-cat__cont + .l-cat__cont {
  margin-top: 4.7rem;
}

/* --- l-cat__featureList --- */

.l-cat__featureList {
  font-size: 1.6rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.l-cat__featureList a {
  
}

/* --- l-cat__catList --- */

.l-cat__catList {
  font-size: 1.6rem;
}
.l-cat__catList a {
  
}


/* --------------------------- 
  ■ l-articleCredit
--------------------------- */

/* --- common --- */

section.l-articleCredit {
  width: 73%;
  padding-right: initial;
}
section.l-articleCredit:before {
  margin-top: 5.8rem;
  padding-top: 4.7rem;
}
section.l-articleCredit ul li + li {
  margin-top: 7rem;
}

.l-articleCredit__name {
  font-size: 2.8rem;
}
.l-articleCredit__desc {
  font-size: 1.4rem;
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  line-height: 2.1;
  margin-top: 2rem;
  width: 100%;
}
.l-articleCredit__link {
  margin-top: 1.7rem;
}
.l-articleCredit__link a {
  font-size: 1.6rem;
}


/* --------------------------- 
  ■ l-articleGallery
--------------------------- */

/* --- common --- */

section.l-articleGallery {
  width: 87%;
  margin-top: 13rem;
}

/* --- gallery --- */

/* common */

section.l-articleGallery ul {
  padding: 9.4rem 9.1rem 9.7rem;
}

/* list */

section.l-articleGallery ul li {  
  height: 12.7vw;
}

/*
margin
*/


/* --------------------------- 
  ■ l-distribute
--------------------------- */

/* --- common --- */

section.l-distribute {
  width: 76.9%;
  padding-right: initial;
}
dl.l-distList dt {
  font-size: 2.4rem;
}
.l-distPref__title {
  font-size: 1.9rem;
  letter-spacing: 0.12em;
  padding: 3.3rem 0.7rem;
}

dl.l-distList dd.japan {
  border-top: 1px solid #e8e8e8;
}
dl.l-distList + dl.l-distList {
  border-top: 1px solid #e8e8e8;
}
dl.l-distList:last-child {
  border-bottom: 1px solid #e8e8e8;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Article Cont

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ l-articleCont
--------------------------- */

/* --- common --- */

/*
margin
*/

section.l-articleIntro + section.l-articleCont {
  margin-top: 15rem;
}


/* --- iframe --- */

section.l-articleCont iframe {
    margin-top: -10.5rem;
}
section.l-articleCont iframe.music {
    width: 86% !important;
    max-width: 700px;
    margin: 12rem auto 1rem;
}

/* --- figure --- */

section.l-articleCont .wp-block-image {
  width: 100%;
}
section.l-articleCont figcaption {
  font-family:  nimbus-sans,dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.4rem;
  margin-top: 1.2rem;
  margin-left: 1.4rem;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}

section.l-articleCont p + .wp-block-image {
  margin-top: 17rem;
}

/*
art
*/

section.l-articleCont figure.art {
  background: #f7f7f7;
}
section.l-articleCont figure.art img {
  width: 72%;
  padding-top: 13rem;
  padding-bottom: 13rem;
}
section.l-articleCont figure.art figcaption {
  margin-top: -6.6rem;
  padding-bottom: 6.4rem;
}

/*
ver
*/

section.l-articleCont figure.ver {
  background: #f7f7f7;
  padding-top: 13rem;
  padding-bottom: 13rem;
}
section.l-articleCont figure.ver img {
  width: 72%;
}
section.l-articleCont figure.ver figcaption {
  padding-top: 5.6rem;
  margin-bottom: -5.2rem;
}


/* --- h1 --- */

section.l-articleCont h1 {
  font-size: 1.5rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  width: 72.7%;
  padding-right: initial;
}
section.l-articleCont h1:before {
  font-size: 1.8rem;
  font-family: adobe-garamond-pro, serif;
  margin-right: 1.4rem;
  margin-left: 0.3rem;
}

section.l-articleCont .wp-block-image + h1 {
  margin-top: 12rem;
}


/* --- h2 --- */

section.l-articleCont h2 {
  font-size: 3rem;
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  padding-right: initial;
  width: 72.8%;
}
section.l-articleCont h1 + h2:before {
  margin-left: 0.3rem;
  margin-top: 0rem;
  padding-top: 2.9rem;
}
figure.wp-block-image + h2 {
  margin-top: 12.4rem;
}

/*
music
*/

article.l-articleMusic section.l-articleCont h2 {
  font-size: 2.65rem;
  width: 72.7%;
  margin-top: 11.2rem;
}

/* --- h3 --- */

section.l-articleCont h3 {
  font-size: 3.3rem;
  width: 75.8%;
}

/* --- h4 --- */

section.l-articleCont h4 {
  font-size: 1.4rem;
  width: 72.2%;
  margin-top: 0.8rem;
}

/* --- separator --- */

section.l-articleCont .wp-block-separator {
  width: 76%;
}

/* --- p --- */

section.l-articleCont p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: max(14px,1.5rem);
  line-height: 2.45;
  width: 73%;
  letter-spacing: 0.01em;
  padding-right: initial;
}

/*
essay
*/

article.l-articleFeature section.l-articleCont p {
  width: 73%;
}

/*
music
*/

article.l-articleMusic section.l-articleCont p {
  width: 73%;
  line-height: 2.2;
  font-size: 1.6rem;
}
article.l-articleMusic section.l-articleCont h2 + p:before {
  margin: 1.9rem 0 0;
  padding-top: 2.8rem;
}


/*
margin
*/

section.l-articleCont h2 + p:before {
  margin-top: 2.7rem;
  padding-top: 3.4rem;
  margin-left: 0.3rem;
}
section.l-articleCont h4 + p:before {
  margin-top: 3.2rem;
  padding-top: 3.4rem;
}
section.l-articleCont .wp-block-image + p {
  margin-top: 10.5rem;
}
section.l-articleCont .wp-block-verse + p {
  margin-top: 5.3em;
}

/* --- h6 --- */

section.l-articleCont h6 {
  font-size: 1.4rem;
  width: 73%;
  margin-top: 3.2rem;
}

/* --- wp-block-verse --- */

section.l-articleCont .wp-block-verse {
  font-size: 1.85rem;
  padding: 11rem 12rem;
  width: calc(88% - 24rem);
  line-height: 2.35;
  margin: 8.5rem auto 0;
}

  
/* 
><><><><><><><><><><><><><><><><>

  ▼ Article Dev

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-article__container 
--------------------------- */

/* common */

article.l-articleFeature .l-article__container {
   margin: 1.8rem auto 0;
}
article.l-articleFeature.l-articleSubscribe .l-article__container {
  margin: 0px auto 0;
  padding-top: 12.5rem;
}
article.l-articleFeature.l-articleOutline .l-article__container {
  margin: 11rem auto 15rem;
}
article.l-articleMusic .l-article__container {
  flex-flow: column;
  margin-top: -0.2rem;
}
article.l-articlePage .l-article__container {
  padding-top: 4.6rem;
  margin: 0 auto 0rem;
}

article.l-articleFeature.l-articleSubscribe .l-article__container {
  margin: 0rem auto 1rem;
  padding-top: 11.2rem;
  padding-bottom: 4rem;
}

div#plan {
  margin-top: 4rem;
}
div#plan:before {
  padding-top: 13rem;
}

.l-article__contLeft {
  width: 100%;
}
.l-article__contRight {
  width: 100%;
  margin-left: initial;
}
.l-article__contRight > .inner {
  width: 100%;
  margin: 10.2rem auto 15rem;
}

.l-article__container:after {
  margin-top: 6.5rem;
}

/*
for Join us
*/

article.l-articleJoin .l-article__contRight > .inner {
  margin-bottom: 0;
}
 
/*
commercial
*/

article.l-articlePage.commercial .l-article__container {
  padding-top: 6.3rem;
}

/* title */

section.l-article__horizonTitle {
  padding-top: 12.3rem;
  padding-bottom: 15.2rem;
}
section.l-article__horizonTitle .c-listDate {
  font-size: 1.5rem;
}
section.l-article__horizonTitle .c-listCat a {
  font-family: nimbus-sans, sans-serif;
  font-size: 1.35rem;
}

/*
for About
*/

article.l-articleAbout .l-article__mv {
  height: 76vw !important;
}
ul.l-articlePage__list li {
  width: 100%;
}


/*
for Feature
*/

.l-article__horizonWrap .c-listCatDate {
  display: none;
}

section.l-article__featureTitle .l-article__title {
  font-size: 3.6rem;
  width: 100%;
  margin-top: 0rem;
  line-height: 1.75;
}
section.l-article__featureTitle .l-article__title + nav.l-archiveHead__nav {
  margin-top: 2.2rem;
}

/*
for Essay
*/

article.l-articleEssay section.l-article__featureTitle .l-article__title {
  font-size: 4.1rem;
}

/*
big
*/

section.l-article__featureTitle .l-article__title.big span {
  font-size: 116%;
  letter-spacing: 0.25em;
}


/*
for Music
*/

article.l-articleMusic section.l-article__horizonTitle {
  padding-bottom: 13rem;
}

article.l-articleMusic .l-article__contLeft {
  
}
section.l-article__musicTitle .l-article__title {
  font-size: 5.9rem;
  padding-top: 0rem;
}
section.l-article__musicTitle .l-article__title.jpn {
  font-size: 3.8rem;
  padding-top: 0.5rem;
}
.l-article__contRight section.l-article__musicEmbed {
  display: block;
}

/*
for Philosophy
*/

section.l-articlePageIntro  {
  width: 73%;
  margin: 0 auto;
  padding-bottom: 0rem;
}
.l-articlePageIntro__title {
  font-size: 3.1rem;
  margin-left: 0rem;
}
.l-articlePageIntro__title + .l-articlePageIntroCont {
  margin-top: 2.5rem;
}
.l-articlePageIntro__title + .l-articlePageIntro__desc:before {
  margin-top: -0.4rem;
}

p.l-articlePageIntro__desc {
  font-size: 1.7rem;
  margin-top: 2.3rem;
  line-height: 2.35;
  margin-left: 0.2rem;
  letter-spacing: 0.03em;
}

.l-articlePageIntro__sign {
  margin-top: 3.4rem;
}
.l-articlePageIntro__sign img {
  width: 37rem;
}

/*
for Join us
*/

/* l-articleAccord dt */

.l-articleAccord {
  margin-top: 12rem;
}
.l-articleAccord dt {
  padding-top: 6.1rem;
  padding-bottom: 5.8rem;
}
.l-articleAccord_title span.jpn {
  font-size: 2rem;
}
.l-articleAccord_title span.eng {
  font-size: 1.4rem;
  margin-left: 3.1rem;
}

.l-articlePageIntro__btn {
  border-radius: 6rem;
}
.l-articlePageIntro__btn a {
  font-size: 1.5rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.035em;
  line-height: 1.6;
  padding: 3.9rem 0 3.7rem;
}
.l-articlePageIntro__btn.join a:before {
  top: 49%;
  right: 4rem;
  width: 0.7rem;
  height: 0.7rem;
}


.l-articlePageIntro__desc + .l-articlePageIntro__btn {
  margin-top: 5.8rem;
}

.l-articleAccord_sect + .l-articlePageIntro__btn {
  margin-top: 6rem;
}

/* l-articleAccord dd */

.l-articleAccord dd {
  border-bottom: 0px dotted #808080;
  padding-bottom: 0rem;
}
.l-articleAccord_sect:first-child {
  margin-top: 7.5rem;
}

.l-articleAccord_sect + .l-articleAccord_sect:before {
  margin-top: 4.2rem;
  margin-bottom: 4.6rem;
}

.l-articleAccord_sectTitle span:nth-child(1) {
  font-size: 2.2rem;
}
.l-articleAccord_sectTitle span:nth-child(2) {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-left: 1.8rem;
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
}

.l-articleAccord_cont {
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  font-size: 1.8rem;   
  margin-top: 2.2em;
}
.l-articleAccord_sectSub {
  margin-bottom: 1.3rem;
}
.l-articleAccord_cont p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2.3;
  font-size: 1.5rem;
  opacity: 0.8;
}

/*
for Siteinfo
*/

.l-articlePageIntro__btn.outline a {
  font-size: 1.95rem;
  letter-spacing: 0.075em;
  padding: 4.1rem 0 2.8rem;
}
.l-articlePageIntro__btn.outline a:before {
  top: 49%;
  right: 4.3rem;
  width: 0.7rem;
  height: 0.7rem;
}


/*
for Outline
*/

section.l-articleOutline dl + dl {
  margin-top: 3.7rem;
}
section.l-articleOutline dt {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
section.l-articleOutline dd {
  font-size: 1.6rem;
}


/* --- wide --- */

/* intro */

/*
common
*/

article.l-articleAbout .l-articlePageIntro {
  display: flex;
  flex-flow: column;
  width: 72.5%;
  margin-top: 13rem;
}

/*
title
*/

article.l-articleAbout .l-articlePageIntro__title {
  width: 100%;
}
article.l-articleAbout .l-articlePageIntro__title > .inner {
  padding-bottom: 6rem;
}

/*
cont
*/

article.l-articleAbout .l-articlePageIntroCont {
  width: 100%;
}
article.l-articleAbout p.l-articlePageIntro__desc {
  margin-top: 0rem;
  font-size: 1.75rem;
  line-height: 2.95;
  letter-spacing: 0.065em;
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ Article Magazine

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ Navigation
--------------------------- */

/* --- l-magazine__scroll --- */

.l-magazine__scroll {
  display: none;
}


/* --------------------------- 
  ■ l-magazine__mv
--------------------------- */

/* --- common --- */

.l-magazine__mv {
  width: 100%;
  padding-top: initial;
  height: initial;
  max-height: initial;
  padding-bottom: 6rem;
  text-align: center;
}
.l-magazine__mv > .inner {
  flex-flow: column;
  align-items: center;
  margin:0 auto;
  height: 100%;
  width: 98%;
}

.l-magazine__mv .left {
  width: 100%;
  height: initial;
  display: block;
}
.l-magazine__mv .middle {
  width: 102%;
  height: initial;
  order:3;
}
.l-magazine__mv .right {
  width: 100%;
  height: initial;
  order:2;
}

/* --- left --- */

/* l-magazine__info */

.l-magazine__info {
  margin-left: initial;
  margin-top: -0.9rem;
}
.l-magazine__info .num {
  margin-left: 0.5rem;
}
.l-magazine__info .bottom {
  display: none;
}

/* --- right --- */

.l-magazine__mv .right {
  writing-mode: initial;
  margin-top: 2.2rem;
}
.l-magazine__title {
  font-size: 3.2rem;
}
.l-magazine__sub {
  margin-right: initial;
  margin-top: 2.5rem;
}
.l-magazine__sub .ver {
  display: none;
}
.l-magazine__sub .hor {
  display: block;
}
.l-magazine__sub .hor {
  display: block;
}
.l-magazine__sub .hor img {
  width: 22vw;
}

.l-magazine__desc {
  display: none;
}

/*
preorder
*/

body.preorder .l-magazine__title:after {
  font-size: 51%;
  letter-spacing: 0.2em;
  margin-right: 0;
  margin-top: 1.7rem;
  margin-bottom: 3.7rem;
  margin-left: 1rem;
}
body.preorder .l-magazine__sub img {
  filter: invert(96%) sepia(96%) saturate(17%) hue-rotate(236deg) brightness(204%) contrast(108%);
}


/* --- l-magazine__thumb --- */

.l-magazine__thumb {
  width: 100%;
  height: 89vw;
  margin-top: 12rem;
}


/* --------------------------- 
  ■ l-magazine__intro
--------------------------- */

/* --- common --- */

.l-magazine__intro {
  margin-top: 7.5rem;
  width: 100%;
  padding-bottom: 0rem;
}

/* --- txt --- */

.l-magazine__intro .txt {
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  font-size: 1.6rem;
  line-height: 2.7;
  width: 70%;
  margin:0 auto;
}

/* --- photo --- */

.l-magazine__intro .photo {
  margin-top: 11rem;
  display: flex;
  flex-flow: column;
}
.l-magazine__intro .photo .image {
  position: relative;
}

.l-magazine__intro .photo .one {
  width: 32rem;
  height: 42rem;
  top: initial;
  right: initial;
  margin-left: auto;
}
.l-magazine__intro .photo .two {
  margin-top: 16rem;
  width: 27rem;
  height: 37rem;
  left: initial;
  bottom: initial;
}
.l-magazine__intro .photo .three {
  display: none;
}


/* --------------------------- 
  ■ l-magazine__contents
--------------------------- */

/* --- common --- */

section.l-magazine__contents {
  padding-top: 12rem;
  margin-top: 18rem;
}

section.l-magazine__contents > .inner {
  flex-flow: column;
  width: 82%;
  margin:0 auto;
}
section.l-magazine__contents .left {
  width: 42%;
  margin-left: 0;
}
section.l-magazine__contents .right {
  width: 100%;
  margin-top: 5.7rem;
}

/* --- left --- */

/* wrap */

section.l-magazine__contents .wrap {
  position: initial;
  top:initial;
}
section.l-magazine__contents .info {
  width: 100%;
}

/* title */

section.l-magazine__contents .title {
  font-size: 5.5rem;
  letter-spacing: 0.2em;
}

/* --- right --- */

/* triger */

li.l-magazine__contList .jpn {
  font-size: 1.9rem;
  letter-spacing: 0.11em;
}

/* gallery */

.magGallery li {
  height: 42vw;
}

/* --------------------------- 
  ■ l-magazine__gallery
--------------------------- */

/* --- common --- */

section.l-magazine__gallery {
  width: 102%;
  padding-top: 9.5rem;
  padding-bottom: 10.5rem;
  margin-left: -1%;
}

/* --- title --- */

section.l-magazine__gallery .title {
  font-size: 3.5rem;
  letter-spacing: 0.31em;
  padding-bottom: 8rem;
}

/* --- gallery --- */

section.l-magazine__gallery .listGallery {
  scroll-snap-type: x mandatory;
  margin-left: 7rem;
}
section.l-magazine__gallery .listGallery li {
  height: 50vw;
  scroll-snap-align: start;
}
section.l-magazine__gallery .listGallery li:last-child {
  padding-right: 2rem;
}


/* --------------------------- 
  ■ l-magazine__btn
--------------------------- */

/* --- common --- */

section.l-magazine__btn {
  width: 100%;
  position: relative;
  padding-top: 12.6rem;
  padding-bottom: 11.6rem;
}
section.l-magazine__btn > .inner {
  width: 90%;
  margin:0 auto;
}

section.l-magazine__btn:before {
  content:"";
  position: absolute;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  width: 93%;
  top:0;
  left: 50%;
  transform: translateX(-50%);
}

/* --- title --- */

section.l-magazine__btn .title {
  font-family: minion-pro-display, serif;
  font-size: 2.7rem;
  letter-spacing: 0.375em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8rem;
  margin-left: 1.8rem;
}

/* --- list --- */

section.l-magazine__btn ul {
  display: flex;
  width: 102%;
  margin-left: -1%;
}
li.l-magazine__btnList {
  background-color: #fff;
  border-radius: 0.7rem;
  width: 50%;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  transition: all ease .25s;
}
li.l-magazine__btnList + li.l-magazine__btnList {
  margin-left: 1rem;
}
li.l-magazine__btnList a {
  display: block;
  transition: all ease .25s;
  padding: 4.4rem 6rem;
  display: flex;
  align-items: center;
}
li.l-magazine__btnList .right {
  margin-left: auto;
  width: 45%;
  height: 100%;
}

/*
wImage
*/

li.l-magazine__btnList.wImage {
  height: 15vw;
}
li.l-magazine__btnList.wImage a {
  height: 100%;
  padding:0.5rem 0.5rem 0.5rem 5.1rem;
}


/* --- txt --- */

li.l-magazine__btnList .jpn {
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  margin-top: -0.2rem;
}
li.l-magazine__btnList .eng {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

/* --- scroll --- */

li.l-magazine__btnList .scroll {
  width: 2.6rem;
  height: 2.6rem;
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin-left: auto;
  background: #fff;
  margin-right: -1.9rem;
  position: relative;
}

li.l-magazine__btnList .scroll:after {
  content: "";
  background-image: url(../../assets/img/common/arrowFilter.svg);
  display: block;
  position: absolute;
  opacity: 1;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center center;
  width: 1.1rem;
  height: 0.75rem;
  transition: all .25s ease;
  transition-delay: 0.25s;
  opacity: 0;
}
li.l-magazine__btnList .scroll:before {
  content: "";
  background-image: url(../../assets/img/common/arrowFilter.svg);
  display: block;
  position: absolute;
  opacity: 1;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center center;
  width: 1.1rem;
  height: 0.75rem;
  transition: all .25s ease;
  transition-delay: 0s;
}

/* --- thumb --- */

li.l-magazine__btnList .thumb {
  height: calc(100% - 1rem);
}
li.l-magazine__btnList .thumb figure {
  height: 100%;
  width: 100%;
}
li.l-magazine__btnList .thumb figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}



/* --------------------------- 
  ■ l-magazine__point
--------------------------- */

/* --- common --- */

section.l-magazine__point {
  position: relative;
  padding-top: 10rem;
}
section.l-magazine__point > .inner {
  width: 92%;
  margin:0 auto;
}

section.l-magazine__point:before {
  content:"";
  position: absolute;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  width: 93%;
  top:0;
  left: 50%;
  transform: translateX(-50%);
}


/* --- title --- */

section.l-magazine__point .title {
  text-align: center;
  /* margin-bottom: 11rem; */
  padding-bottom: 4.3rem;
  padding-top: 4.9rem;
}
section.l-magazine__point .title .eng {
  font-family: minion-pro-display, serif;
  font-size: 3.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 400;
}
section.l-magazine__point .title .jpn {
  font-size: 1.35rem;
  font-family: 'Zen Old Mincho', sans-serif;
  font-weight: 300;
  letter-spacing: 0.085em;
  margin-top: 2.3rem;
}

/* --- list --- */

li.l-magazine__pointList + li {
  padding-top: 5.7rem;
  margin-top: 5.7rem;
}
li.l-magazine__pointList .left {
  width: 27%;
}
li.l-magazine__pointList .middle {
  width: 31%;
  margin-left: auto;
}
li.l-magazine__pointList .right {
  width: 34%;
}

/* --- thumb --- */

li.l-magazine__pointList .thumb {
  height: 33vw;
}

/* --- num --- */

li.l-magazine__pointList .num {
  font-size: 2.2rem;
  font-family: adobe-garamond-pro, sans-serif;
  padding-bottom: 0.5rem;
  font-variant: small-caps;
  padding-left: 0.2rem;
  margin-top: 0.7rem;
  margin-left: 0.3rem;
  display: inline-block;
  border-bottom: 1px solid #ffffff66;
}

/* --- lead --- */

li.l-magazine__pointList .lead {
  margin-top: 5.3rem;
}
li.l-magazine__pointList .lead .jpn {
  font-size: 2.2rem;
  font-family: 'Zen Old Mincho', sans-serif;
  font-weight: 300;
  letter-spacing: 0.075em;
}
li.l-magazine__pointList .lead .eng {
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  margin-top: 1.5rem;
  opacity: 0.7;
}

/* --- desc --- */

li.l-magazine__pointList .desc {
  font-size: 1.3rem;
  font-family: 'Zen Old Mincho', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2.4;
  margin-top: 0.7rem;
}

/* --------------------------- 
  ■ l-magazine__buy
--------------------------- */

/* --- common --- */

section.l-magazine__buy > .inner {
  flex-flow: column;
}
section.l-magazine__buy .left {
  width: 100%;
}
section.l-magazine__buy .right {
  width: 83%;
}

/* --- title --- */

section.l-magazine__buy .title {
  font-size: 3.5rem;
  letter-spacing: 0.34em;
  margin-left: inherit;
  line-height: 1.3;
  text-align: center;
}
section.l-magazine__buy .title span {
  font-weight: 400;
  display: inline-block;
}

/* --- list --- */

section.l-magazine__buy ul {
  margin-top: 10rem;
}

/* --- thumb --- */

section.l-magazine__buy .thumb {
  height: 27vw;
}


/* --------------------------- 
  ■ l-magazine__schedule
--------------------------- */

/* --- common --- */

section.l-magazine__schedule {
  position: relative;
  margin-top: 10rem;
  padding-top: 10rem;
  padding-bottom: 13rem;
}
section.l-magazine__schedule > .inner {
  width: 88%;
  flex-flow: column;
}
section.l-magazine__schedule .left {
  width: 100%;
}
section.l-magazine__schedule .right {
  width: 100%;
  margin-top: 12.3rem;
  margin-left: 3.5rem;
}

/* --- title --- */

section.l-magazine__schedule .title {text-align: center;margin-top: 4.1rem;}
section.l-magazine__schedule .eng {
  font-family: minion-pro-display, serif;
  font-size: 3.9rem;
  line-height: 1.45;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 400;
}

section.l-magazine__schedule .jpn {
  font-size: 1.35rem;
  font-family: 'Zen Old Mincho', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 2.1rem;
}

/* --- schedule --- */

section.l-magazine__schedule .schedule {text-align: center;}
section.l-magazine__schedule .schedule:before {
  content:"";
  display: block;
  width: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 3.8rem auto;
}

section.l-magazine__schedule .schedule .sub {
  font-size: 1.1rem;
  font-family: 'Zen Old Mincho', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
section.l-magazine__schedule .schedule .date {
  font-family: minion-pro-display, serif;
  font-size: 3.1rem;
  letter-spacing: 0.05em;
  margin-top: 1.1rem;
}

/* --- desc --- */

section.l-magazine__schedule .desc {
  font-size: 1.3rem;
  font-family: 'Zen Old Mincho', sans-serif;
  font-weight: 300;
  line-height: 2.6;
  letter-spacing: 0.05em;
  margin: 5.4rem auto 0;
  width: 65%;
}

/* --- progeress --- */

section.l-magazine__schedule .progress {
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-top: 1.4rem;
  padding-bottom: 9rem;
}
li.l-magazine__proList {
  display: flex;
  align-items: start;
  margin-left: -0.5rem;
}

li.l-magazine__proList + li {
  margin-top: 7.1rem;
}

/* circle */

li.l-magazine__proList .circle {
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  background-color:#fff;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-top: 0.6rem;
}
li.l-magazine__proList.current .circle:before {
  content:"";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 100%;
  border: 1px solid #fff;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* sub */

li.l-magazine__proList .sub {
  font-size: 1.15rem;
  font-family: 'Zen Old Mincho', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-left: -0.4rem;
}

/* num */

li.l-magazine__proList .num {
  font-family: minion-pro-display, serif;
  font-size: 2.9rem;
  letter-spacing: 0.05em;
  margin-top: 0.8rem;
} 

/* off */

li.l-magazine__proList .off {
  color: #000;
  background-color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 1.1rem 0.6rem;
  font-family: adobe-garamond-pro, sans-serif;
  border-radius: 0.2rem;
  margin-top: 1.6rem;
  display: inline-block;
}
li.l-magazine__proList .off span {
  font-size: 89%;
  margin-left: 0.3rem;
}

/* tax */

li.l-magazine__proList .tax {
  margin-left: 0.1em;
  font-size: 69%;
}

/* info */

li.l-magazine__proList .info {
  margin-left: 10.9rem;
  width: 32%;
}

/* price */

li.l-magazine__proList .price {
  position: relative;
  padding-left: 11rem;
  margin-left: 3rem;
}
li.l-magazine__proList .price:before {
  content:"";
  display: block;
  height: 100%;
  border-left: 1px solid rgba(255,255,255,0.2);
  transform:rotate(6deg);
  position: absolute;
  left: 0;
}



/* 
><><><><><><><><><><><><><><><><>

  ▼ Article Music

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ l-article__musicEmbed
--------------------------- */

section.l-article__musicEmbed {
  position: initial;
  top:initial;
  max-height: initial;
  width: 96vw;
  height: 96vw;
}
section.l-article__musicEmbed iframe {
  max-width: initial;
}
.l-articleMusic .l-articleProf__title {
  font-size: 3rem;
}
.l-articleMusic .l-articleProf__desc {
  font-size: 1.4rem;
  margin-top: 3.2rem;
  letter-spacing: 0.01em;
  line-height: 2.1;
}

section.l-article__musicBtn {
  width: 74%;
  margin: 6.7rem auto 7rem;
}
section.l-playlistEmbed {
  width: 82%;
  max-width: 650px;
  margin: 9rem auto 9rem;
}

/*
block
*/

.l-article__contRight section.l-article__musicEmbed {
  display: flex;
  margin-top: 11rem;
  margin-bottom: 3rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Article News

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ Common
--------------------------- */

/* --- common --- */

article.l-articleNews > .inner {
  flex-flow: column;
  margin: 0 auto 0rem;
}

/* --------------------------- 
  ■ Tilte
--------------------------- */

/* --- common --- */

article.l-articleNews section.l-article__horizonTitle {
  width: 79%;
  margin: 0 auto;
  text-align: center;
  padding-top: 7.1rem;
  padding-bottom: 10.1rem;
}
article.l-articleNews section.l-article__horizonTitle > .inner {
  position: initial;
  padding-bottom: initial;
  margin-left: initial;
  top: initial;
  text-align: center;
}
article.l-articleNews section.l-article__horizonTitle > .inner.sticky {
  top: initial;
}

/* --- title --- */

article.l-articleNews .c-listTitle {
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  line-height: 1.55;
  margin-top: initial;
  width: 100%;
  text-align: center;
}

/* --- date --- */

article.l-articleNews .c-listDate {
  text-align: center;
  font-size: 2rem;
  margin-top: 1.1rem;
  letter-spacing: 0.035em;
}


/* --------------------------- 
  ■ Mv
--------------------------- */

/* --- common --- */

section.l-articleNews__mv {
  width: 100%;
  height: initial;
  margin: 0 auto;
  position: relative;
  top: initial;
}
section.l-articleNews__mv figure {
  height: 93vw;
}


/* --------------------------- 
  ■ contInner
--------------------------- */

/* --- common --- */

.l-articleNews_contInner {
  display: block;
}


/* --------------------------- 
  ■ container
--------------------------- */

/* --- common --- */

.l-article__newsContainer {
  width: 100%;
  margin: 10.6rem auto 0;
}
.l-article__newsContainer > .inner {
  position: initial;
  top: initial;
}

/* --- p --- */

.l-article__newsContainer p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: max(14px,1.6rem);
  line-height: 2.4;
  width: 74%;
  letter-spacing: 0.01em;
  margin: 0 auto;
}

/*
margin
*/

.l-article__newsContainer figure + p {
  margin-top: 10.6rem;
}

/* --- image --- */

.l-article__newsContainer figure {
  width: 100%;
}

/*
margin
*/

.l-article__newsContainer p + figure {
  margin-top: 10.6rem;
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ Article Feature

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ l-article__mv
--------------------------- */

/* --- common --- */

.l-articleFeature .l-article__mv {
  height: 90vw;
}

/* --------------------------- 
  ■ l-article__contRight
--------------------------- */

.l-articleFeature .l-article__contRight > .inner {
  margin-bottom: 16rem;
  margin-left: initial;
}

/* 
music
*/

.l-articleMusic .l-article__contRight > .inner {
  margin-top: 0;
  margin-left: initial;
}

/* 
outline
*/

.l-articleFeature.l-articleOutline .l-article__contRight > .inner {
  margin-bottom: 0rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Article Page

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ l-archivePolicy
--------------------------- */

/* --- common --- */

.l-archiveFeature section.l-archivePolicy {
  width: 97.4%;
  margin: 0 auto 0rem;
}

/* --- head --- */

.l-archivePolicy__title {
  padding-top: 8.6rem;
  margin-bottom: 15rem;
}
.l-archivePolicy__title span.eng {
  font-family: minion-pro-display, serif;
  font-size: 2.6rem;
  letter-spacing: 0.4em;
}

/* --- list --- */

/* common */

.l-archivePolicy__list li + li {
  margin-top: 2rem;
}

/* image */

.l-archivePolicy__list li figure {
  height: 48vw;
}

/* title */

.l-archivePolicy__list li .title {
  margin-top: -3rem;
}
.l-archivePolicy__list li.reserve .title {
  margin-left: -1rem;
}

.l-archivePolicy__list li .title span.num {
  font-size: 2.2rem;
}
.l-archivePolicy__list li .title span.jpn {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  margin-top: 1.8rem;
}
.l-archivePolicy__list li .title span.eng {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}


/* 
================================

  // ● Page  //

/* 
><><><><><><><><><><><><><><><><>

  ▼ SiteInfo

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ Common
--------------------------- */

section.l-siteInfo {
  margin-top: 6.3rem;
}
ul.l-siteInfo__list {
  width: 99%;
}

/* --------------------------- 
  ■ Cont
--------------------------- */

/* --- common --- */

.l-siteInfo__cont {
  width: 33.3333%;
  padding: 0 2.5rem 8.5rem;
}

/*
border
*/

.l-siteInfo__cont:before {
  height: 92%;
  top: 8%;
}
.l-siteInfo__cont:nth-child(4n):before {
  border-right: 1px dotted #e9e9e9;
}
.l-siteInfo__cont:nth-child(3n):before {
  border-right: initial;
}
.l-siteInfo__cont:nth-child(n + 4):before {
  height: 100%;
  top: 0%;
}

/* --- image --- */

.l-siteInfo__cont .c-listImage {
  height: 14.4vw;
  width: 52.5%;
  padding: 0.2rem;
  margin: 6.6rem auto 0;
}

/* --- title --- */

/*
num
*/

.l-siteInfo__listTitle .num {
  font-size: 1.3rem;
}
.l-siteInfo__listTitle .num:before {
  background: #f0f0f0;
}

/*
jpn
*/

.l-siteInfo__listTitle .jpn {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}

/*
eng
*/

.l-siteInfo__listTitle .eng {
  font-size: 1.3rem;
  margin-top: 1.2rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ About

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ About List
--------------------------- */

/* --- common --- */

section.l-aboutList .wrap {
  width: 98.4%;
  padding-top: 16.3rem;
  padding-bottom: 0;
  opacity: 1;
  margin: 0rem auto -5.5rem;
}
section.l-aboutList ul {
  flex-flow: column;
  width: 100%;
}

/*
margin
*/

section.l-subscSp + section.l-aboutList {
  margin: 22rem auto 0rem;
}
section.l-aboutLink + section.l-aboutList .wrap {
  margin: 0rem auto 4.5rem;
}

/* --- cont --- */

li.l-aboutList__cont {
  width: 100%;
  margin: 0 auto;
  padding: initial;
  position: sticky;
  top: 0;
  padding-bottom: 17rem;
}
li.l-aboutList__cont + li.l-aboutList__cont {
  padding-top: 18rem;
  border-left: initial;
  background: #ebebeb;
}

/* --- num --- */

li.l-aboutList__cont .num {
  font-size: 2rem;
  letter-spacing: 0.035em;
}

/* --- title --- */

li.l-aboutList__cont .title {
  margin-top: 4.3rem;
}
li.l-aboutList__cont .eng {
  font-size: 3rem;
}
li.l-aboutList__cont .jpn {
  font-size: 1.23rem;
}

/* --- image --- */

li.l-aboutList__cont .image {
  width: 33.8%;
  height: 33.5vw;
  margin-top: 11rem;
}

/* --- readmore --- */

li.l-aboutList__cont .readmore {
  font-size: 1.45rem;
  margin-top: 10.9rem;
}

/* --------------------------- 
   ■ About Link
--------------------------- */

/* --- common --- */

section.l-aboutLink {
  margin: 13rem auto 0;
}
section.l-aboutLink > .inner,
section.l-aboutLink .l-aboutLink__list {
  padding: 17rem 0 16.5rem;
}

/* --- head --- */

.l-aboutLink__head {
  padding-top: 14.8rem;
  font-size: 2.95rem;
  padding-bottom: 11.8rem;
}

/* --- Arrow --- */

.l-aboutLink__slider button.slick-arrow {
  top: -14.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.l-aboutLink__slider button.slick-prev,
.l-aboutLink__slider button.slick-prev:hover {
  left: 9.3%;
}
.l-aboutLink__slider button.slick-next,
.l-aboutLink__slider button.slick-next:hover {
  right: 9.3%;
}

/*
Arrow
*/

.l-aboutLink__slider button.slick-arrow:before {
  width: 0.9rem;
  height: 0.85rem;
}

/* --- cont --- */

/* title */

/*
jpn
*/

.l-aboutLink__title .main {
  font-size: 2.9rem;
}
.l-aboutLink__title .main.jpn {
  font-size: 2.3rem;
}
.l-aboutLink__title .main.jpn + .sub {
  margin-top: 1.4rem;
}

.l-aboutLink__title .sub {
  font-size: 1.3rem;
  letter-spacing: 0.23em;
}

/* btn */

.l-aboutLink__btn {
  font-size: 1.1rem;
  margin-top: 7.1rem;
}

/* --- image --- */

.l-aboutLink__image {
  height: 41vw;
  width: 83%;
}


/* --------------------------- 
   ■ Flow
--------------------------- */

/* --- common --- */

section.l-pageFlow {
  background-attachment: initial;
  width: 97.9%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
  height: 100%;
  border-bottom: 0px dotted #ffffff40;
}
.l-pageFlow__nav {
  padding: 11rem 10.1rem;
}

/* --- nav --- */

/* list */

nav.l-pageFlow__nav ul {
  flex-flow: column;
}
nav.l-pageFlow__nav ul li {
  width: 100%;
}
nav.l-pageFlow__nav ul li a {
  padding: 4.2rem 0 4.1rem;
}
nav.l-pageFlow__nav ul li + li {
  margin-top: 0.9rem;
}
nav.l-pageFlow__nav ul li:nth-child(n + 4) {
  margin-top: 0.9rem;
}

/* txt */

nav.l-pageFlow__nav .eng {
  font-size: 1.85rem;
  letter-spacing: 0.4em;
}
nav.l-pageFlow__nav .jpn {
  margin-top: 1rem;
  letter-spacing: 0.15em;
  transform: initial;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ PageCommon

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ l-pageSect
--------------------------- */

/* --- common --- */

section.l-pageSect {
  width: 84%;
}

/*
margin
*/

.l-article__container + section.l-pageSect {
  padding-top: 9rem;
}
.l-article__container + section.l-pageSect.outline {
  padding-top: 0rem;
  margin-bottom: 0rem;
}
.l-article__container + section.l-pageSect.outline:before {
  content: "";
  display: block;
  border-top: 1px solid #f0f0f0;
  padding-top: 12rem
}

/*
faq
*/

section.l-pageSect.faq {
  margin-top: 11rem;
}


/* --------------------------- 
   ■ l-pageHead
--------------------------- */

/* --- common --- */

.l-pageHead {
  margin-bottom: 11.9rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Philosophy

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ fieldClose
--------------------------- */

.c-fieldClose {
  width: 4.2rem;
  height: 2.9rem;
  top: 3.3rem;
  right: 3.3rem;
  position: absolute;
}
.c-fieldClose span {
  height: 1px;
  background-color: #fff;
}

/* --------------------------- 
   ■ l-fieldSect__main
--------------------------- */

.l-fieldSect__main {
  flex-flow: column;
}

/* --------------------------- 
   ■ l-fieldSect__mv
--------------------------- */

.l-fieldSect__mv {
  width: 100%;
  height: calc(70vh - 2.4rem);
  top: initial;
  position: relative;
}

/* --------------------------- 
   ■ l-fieldSect__cont
--------------------------- */

.l-fieldSect__cont {
    width: 100%;
}
.l-fieldSect__cont > .inner {
    width: 72%;
    margin: 13rem auto 0;
    padding-bottom: 0rem;
}

.l-fieldSect__title {
  font-size: 3.1rem;
}
.l-fieldSect__title span {
  font-size: 1.7rem;
  margin-top: 0.4rem;
  letter-spacing: 0.05em;
}
p.l-fieldSect__desc {
  font-size: 1.75rem;
  line-height: 2.55;
  letter-spacing: 0.045em;
  margin-top: 6.3rem;
  margin-left: 0rem;
  width: 100%;
  max-width: initial;
}

/* next */

.fieldNext {
  margin-top: 23rem;
  margin-left: -0.5%;
  width: 101%;
  border-bottom: initial;
}
.fieldNext__cont {
  font-size: 2.7rem;
  padding: 19.9rem 1.9rem 25rem;
}
.fieldNext__cont span.eng {
  font-size: 1.5rem;
  margin-bottom: .9rem;
  letter-spacing: 0.075em;
  margin-left: 0.4rem;
  margin-top: 0.3rem;
}
.fieldNext__cont:before {
  width: 0.7rem;
  height: 0.7rem;
  top: -1.1rem;
  right: 1.5rem;
}

/* --- l-fieldFoot --- */

.l-fieldFoot {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  font-family: adobe-garamond-pro, sans-serif;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  padding: 6.9rem 0;
  background: #fbfbfb;
  border-top: 0px dotted #e8e8e8;
}
.l-fieldFoot span {
  position: relative;
  padding-right: 1.5rem;
}
.l-fieldFoot span:after {
  content: "";
  position: absolute;
  width: .6rem;
  height: .6rem;
  right: -0.4rem;
  top: -0.8rem;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #cdb99c;
  border-right: 1px solid #cdb99c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ Membership

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ memberFix
--------------------------- */

/* --- common --- */


/* --- title --- */

/* --- btn --- */

.memberFix .btn {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

/* --------------------------- 
   ■ banner
--------------------------- */

/* bannerHead */

.bannerHead {
  
}

/* coountDown */

#countdown {
  font-size: 3.2rem;
  top: 0;
  right: 2.9rem;
  z-index: 3;
  text-align: center;
  width: 5rem;
  height: 5rem;
  line-height: 1.8;
} 

/* close */

.bannerClose {
  width: 3.6rem;
  height: 3.6rem;
  top: 0;
  right: 2.9rem;
  z-index: 3;
}
.bannerClose.active span:nth-child(1) {
  transform: rotate(40deg);
}
.bannerClose.active span:nth-child(2) {
  transform: rotate(-40deg);
}

/* --- cont --- */


/* common */

/*
active
*/

body.baseMag.start2 .bannerCont {
  width: 93%;
}


/* bannerIntro */

.bannerIntro > .inner {
  padding: 11rem 0 10rem;
}

/*
title
*/

.bannerLead .eng {
  
}

/*
desc
*/

.bannerIntro .desc {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}


/* bannerList -- title */

/*
lead
*/

.bannerList .lead {
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
}

/* bannerList -- desc */

.bannerList .desc {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.06em;
  line-height: 2.4;
  margin-top: 0.5rem;
}

/* bannerGallery */

.bannerGallery {
  margin-left: 7.3rem;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 0rem;
}
.bannerGallery .slick-list {
  padding-right: 9rem;
}
.bannerGallery li figure {
  height: 38vw;
}




/* --------------------------- 
  ■ l-subscPagenav
--------------------------- */

/* --- common --- */

.l-subscPagenav {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  top: initial;
  bottom: -12rem;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 7rem;
  width: 62%;
  box-shadow: 0px -1px 15px -7px rgba(0,0,0,0.4);
  background-color: #f1f1f1;
  border: 1px solid #e0e0e0;
}

.l-subscPagenav ul {
  padding: 3.4rem 0 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-subscPagenav li {
  width: initial;
}
.l-subscPagenav li a {
  font-weight: 600;
  color: #616161;
}

/*
scroll
*/

body.start3 .l-subscPagenav.active {
  bottom: 7.4rem;
}
body.start3 .l-subscPagenav.active.active2 {
  bottom: -12rem;
}

/* --- list --- */

.l-subscPagenav li {
  font-size: 1.3rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  writing-mode: initial;
  letter-spacing: 0.05em;
}
.l-subscPagenav li + li {
  margin-top: initial;
  padding-top: initial;
  margin-left: 4rem;
  padding-left: 4rem;
}

.l-subscPagenav li + li:before {
  top: 50%;
  position: absolute;
  left: 0;
  width: 1px;
  height: 38%;
  transform: translateY(-49%);
  border-top: initial;
  border-left: 1px dotted rgba(150, 150, 150, 0.6);
}


/* --------------------------- 
   ■ MemberHead
--------------------------- */

/* --- title --- */

.l-archiveHead__title.passport {
  font-size: 6.4rem;
  margin-top: -0.4rem;
  letter-spacing: 0.16em;
  position: relative;
  display: inline-block;
  margin-left: -1.8rem;
}
.l-archiveHead__title.passport > .inner {
  padding-left: 1.9rem;
}

/* --- Logo --- */

.l-archiveHead__logo {
  top: 0.2rem;
  width: 9rem;
  height: 9rem;
  margin: 0rem auto 2rem;
}


/* --------------------------- 
   ■ l-subscBg
--------------------------- */

/* --- common --- */

section.l-subscBg {
  background-attachment: initial;
  margin: 11.3rem auto 0;
  height: 90vw;
  width: 98.5%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: initial !important;
  clip-path: inset(0 0 0 0);
}
section.l-subscBg:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}

/*
philosophy
*/

section.l-subscBg.philosophy > .inner {
  padding: 9rem 0rem 25rem;
}

/*
last
*/

section.l-subscBg.last {
  margin-bottom: -5.1rem !important;
  margin-top: 14.5rem;
  height: initial;
}
section.l-subscBg.last > .inner {
  display: block;
  padding: 0rem 0rem 8.4rem;
}

/* --- under --- */

section.l-subscBg.under {
  overflow: hidden;

}
section.l-subscBg.under > .inner {
  flex-flow: column;
  width: 70%;
  padding: 10rem 0;
}
section.l-subscBg.under > .inner > .right {
  order:1;
  width: 100%;
}
section.l-subscBg.under > .inner > .left {
  order:2;
  width: 100%;
  margin-top: 15rem;
}

/* --- membership --- */

section.l-subscBg.member:after {
  background-image:url(../../assets/img/photo/subscribe/sp_main.jpg);
}

/* --- about --- */

section.l-subscBg.about:after {
  background-image:url(../../assets/img/photo/about/sp_main.jpg);
}

/* --- media --- */

section.l-subscBg.media.under > .inner > .left {
  order:1;
  margin-top: 3rem;
}
section.l-subscBg.media.under .brandBook {
  display: none;
}
section.l-subscBg.media.under > .inner > .right {
  order:2;
  margin-top: 10rem;
}

section.l-subscBg.media:after {
  background-image:url(../../assets/img/photo/media/sp_main.jpg);
}

/* --- philosophy --- */

section.l-subscBg.message:after {
  background-image:url(../../assets/img/photo/philosophy/sp_main.jpg);
}

/* --- produced --- */

section.l-subscBg.produced:after {
  background-image:url(../../assets/img/photo/produced/sp_main.jpg);
}

/* --- service --- */

section.l-subscBg.service:after {
  background-image:url(../../assets/img/photo/service/sp_main.jpg);
}


/* --------------------------- 
   ■ l-subscSP
--------------------------- */

/* --- common --- */

section.l-subscSp {
  display: block;
}
section.l-subscSp .l-subscIntro {
  opacity: 1;
  color: #000;
}

/* --- l-subscIntro --- */

section.l-subscSp .l-subscIntro {
  margin: 12rem auto 14rem;
}
section.l-subscSp.philosophy .l-subscIntro {
  margin: 12rem auto 14rem;
}

/* --- l-subscNav --- */

section.l-subscSp nav.l-subscPlan__nav {
  width: 93.8%;
  padding-top: 12rem;
}
section.l-subscSp nav.l-subscPlan__nav ul li {
  box-shadow: initial;
  border: 1px solid #e9e9e9;
}

/* --- philososect --- */

section.philoSect {
  padding-bottom: 1rem;
  background-attachment: initial;
  background-image: initial !important;
  clip-path: inset(0 0 0 0);
}
section.philoSect:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}

/*
vision
*/

section.philoSect.vision:after {
  background-image:url(../../assets/img/photo/about/vision_sp.jpg);
}

/*
brandbook
*/

section.philoSect.brandbook:after {
  background-image:url(../../assets/img/photo/about/book_sp.jpg);
}

/*
movie
*/

section.philoSect.movie:after {
  background-image:url(../../assets/img/photo/about/movie_sp.jpg);
}


/* --------------------------- 
   ■ l-subscIntro
--------------------------- */

/* --- common --- */

.l-subscIntro {
  display: flex;
  width: 67%;
  margin: 8rem auto 4rem;
  flex-flow: column;
}
.l-subscIntro >  div {
  width: 100%;
}

/*
scroll
*/

section.l-subscBg.visible:before {
  background: rgba(0,0,0,0);
}

/*
under
*/

.l-subscBg.under .l-subscUnderIntro .desc {
  font-size: 1.65rem;
}

/* --- title --- */

.l-subscIntro__lead {
  position: initial;
  top: initial;
  padding-bottom: 4.6rem;
}
.l-subscIntro__lead .jpn {
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.l-subscIntro__lead .eng {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-top: 1.8rem;
  margin-left: 0.2rem;
}

/*
under
*/

.l-subscBg.under .l-subscIntro__lead {
  padding-bottom: 7.1rem;
}

/*
preorder
*/

body.preorder .l-subscIntro__lead {
  margin-bottom: 5rem;
  line-height: 1.5;
}


/* --- desc --- */

.l-subscIntro p.desc {
  font-size: 1.7rem;
  line-height: 2.65;
  letter-spacing: 0.05em;
  width: 91%;
  margin-top: initial;
}


/* --------------------------- 
   ■ brandBook
--------------------------- */

/* --- common --- */

.brandBook {
  width: 116%;
  margin-left: -8%;
  margin-top: 8rem;
}
.brandBook .inner {
  padding: 5rem;
}

/* stars */

section.l-articleStars .brandBook {
  margin-top: 7.2rem;
}

/* --- left --- */

.brandBook .left {
  width: 29.4%;
  height: 15.7vw;
}

/* stars */

section.l-articleStars .brandBook .left {
  width: 29.4%;
  height: 13vw;
}

/* --- right --- */

.brandBook .right {
  width: calc(46% - 6.1rem);
  margin-left: 6.3rem;
}
.brandBook__title {
  font-size: 2rem;
}
.brandBook__desc {
  margin-top: 1.8rem;
}

/* stars */

section.l-articleStars .brandBook .right {
  width: calc(50% - 6.1rem);
  margin-left: 6.1rem;
}
section.l-articleStars .brandBook__title {
  font-size: 1.8rem;
}
section.l-articleStars .brandBook__desc {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 1.6rem;
}


/* --------------------------- 
   ■ l-subscNav
--------------------------- */

/* --- common --- */

.l-subscNav {
  margin-left: -7%;
  width: calc(100% + 14%);
}
.l-subscNav__list {
  padding: 6.1rem 7.4rem 5.5rem;
}

/* --- top --- */

/* title */

.l-subscNav__title .eng {
  font-size: 3rem;
}

/* --- middle --- */

.l-subscNav__list .middle {
  margin-top: 3.2rem;
  padding-top: 2.7rem;
}

/* info */

.l-subscNav__info li:before {
  margin-right: 0.7rem;
}
.l-subscNav__info li + li {
  margin-left: 1.5rem;
}
.l-subscNav__info .num {
  font-size: 2.8rem;
}

/* --- bottom --- */

.l-subscNav__btn {
  font-size: 1.1rem;
  letter-spacing: 0.35em;
  margin-top: 2.9rem;
}
.l-subscNav__btn .padding {
  padding: 2.1rem 0 1.9rem 0;
}

/* --- image --- */

.l-subscNav__image {
  height: 20.1vw;
  margin-right: -1.2rem;
  margin-left: 0.5rem;
}


/* --------------------------- 
   ■ l-subscGuide
--------------------------- */

/* --- common --- */

section.l-subscGuide {
  width: 98.5%;
  margin: 0.8rem auto 0;
  padding: 12.1rem 0 9.7rem;
  position: relative;
  z-index: 1;
}
section.l-subscGuide > .inner {
  width: 88%;
}

.l-subscGuide__title {
  font-size: 2.8rem;
}

/* --- list --- */

ul.l-subscGuide__list {
  margin-top: 10.7rem;
}

/* cont */

li.l-subscGuide__cont > .inner {
  padding: 5.6rem 0 5.5rem;
  width: 65%;
}

/* title */

li.l-subscGuide__cont .title {
  font-size: 2.05rem;
  margin-top: 1.5rem;
}

/* desc */

li.l-subscGuide__cont .desc {
  font-size: 1.3rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 2.05;
  margin-top: 2.6rem;
}


/* --------------------------- 
   ■ l-subscMember
--------------------------- */

/* --- common --- */

section.l-subscMember {
  padding: 1rem 0 1rem;
  width: 97.9%;
  margin: 19rem auto 0;
}
section.l-subscMember .memberGuide {
  width: 63%;
  margin: 8.4rem auto 7.8rem;
  padding: 9rem 9.5rem 9.7rem;
}

/* --- title --- */

section.l-subscMember .memberGuide__title {
  font-size: 2.25rem;
  margin-bottom: 6.5rem;
}

/* --- list --- */

section.l-subscMember .memberGuide__list {
  font-size: 1.55rem;
  line-height: 1.85;
}
section.l-subscMember .memberGuide__list .num {
  font-size: 1.75rem;
}
section.l-subscMember .memberGuide__list li + li {
  margin-top: 1.4rem;
}
section.l-subscMember .memberGuide__list li {
  text-indent: -2.6em;
  margin-left: 2.6em;
}


/* --------------------------- 
   ■ FAQ
--------------------------- */

/* --- Common --- */

.l-pageFaq {
  width: 100%;
  margin-left: initial;
}
.l-pageFaq__sect:last-child {
  border-bottom: 1px dotted #e8e7e7;
}

/* --- Head --- */

.l-pageFaq__head  {
  line-height: 8.2;
}
.l-pageFaq__head > .inner {
  width: 96.3%;
}
.l-pageFaq__head .jpn {
  font-size: 2.2rem;
}
.l-pageFaq__head .eng {
  font-size: 1.4rem;
  margin-left: 2.6rem;
}

/* --- nav --- */

.l-pageHead__nav {
  display: none
}

/* --- List --- */

.l-pageFaq__list dl {
  border-top: 1px dotted #e8e7e7;
}

/*
dt
*/

.l-pageFaq__list dt {
  font-size: 1.8rem;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
}
.l-pageFaq__list dt span {
  font-size: 1.65rem;
}

/*
dd
*/

.l-pageFaq__list dd .cont {
  width: 80%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.5rem;
  line-height: 2.35;
  margin-left: 6.7rem;
  margin-top: -0.6rem;
}

/* --------------------------- 
   ■ l-pageCircle
--------------------------- */

/* --- common --- */

section.l-pageCircle > .inner {
  width: 87%;
  margin: 1.1rem auto -5.1rem;
  padding: 7.9rem 0;
}

/* --- list --- */

.l-pageCircle__list li {
  width: 49.6%;
  margin-bottom: 0.5rem;
}
.l-pageCircle__list li + li {
  margin-left: 0.3%;
}
.l-pageCircle__list li .inner {
  padding: 2.2rem;
}

/* --- title --- */ 

.l-pageCircle__list li .title {
  font-size: 1.9rem;
  letter-spacing: 0.24em;
  margin-top: -0.2rem;
  margin-left: 3.1rem;
}
.l-pageCircle__list li .jpn {
  font-size: 0.9rem;
  margin-top: 0.6rem;
  letter-spacing: 0.07em;
}

/* --- image --- */

.l-pageCircle__list .image {
  width: 30.5%;
  height: 11vw;
}

/* 
><><><><><><><><><><><><><><><><>

  ▼ Stockist

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ Common
--------------------------- */

section.l-archiveCont.stockist {
  width: calc(98.4% - 7.5rem* 2);
  padding: 7.5rem;
  margin: 10.5rem auto -5.3rem;
}
.l-stockCont {
  padding: 7.9rem;
  padding-bottom: 11rem;
}

/* --------------------------- 
  ■ l-stockNav
--------------------------- */

nav.l-stockNav {
  margin-top: -0.4rem;
  margin-left: 0.4rem;
}

/* --------------------------- 
  ■ l-stockMid
--------------------------- */

/* --- common --- */

.l-stockMid {
  margin-top: 4.9rem;
}

/* --- l-stockCountry --- */

.l-stockCountry {
  font-size: 4.7rem;
}

/* --- l-stockInfo --- */

.l-stockInfo {
  margin-top: 4rem;
}

/* --------------------------- 
  ■ l-stockBottom
--------------------------- */

/* --- common --- */

.l-stockList {
  margin-top: 6rem;
}

/* --- cont --- */

.l-stockList__cont li {
  width: 30.5%;
  margin-bottom: 4.2rem;
}
.l-stockList__cont li + li {
  margin-left: 4.2%;
}

/* title */

.l-stockList__cont .title {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* image */

.l-stockList__cont .cont {
  flex-flow: column;
  margin-top: 0.9rem;
}
.l-stockList__cont .image {
  height: 12.3vw;
  width: 64%;
}

/* desc */

.l-stockList__cont .desc {
  font-size: 1rem;
  letter-spacing: 0.05em;
  width: 97%;
  margin-left: initial;
  line-height: 2;
}

/* btn */

.l-stockBtn {
  margin-top: 1.8rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Outline

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ l-pageOutline
--------------------------- */

/* --- common --- */

.l-pageOutline {
  margin-top: 12.7rem;
  padding-top: 10.9rem;
  padding-bottom: 7.5rem;
  border-bottom: initial;
}
.l-pageOutline dl {
  font-family: nimbus-sans,dnp-shuei-gothic-gin-std, sans-serif;
  padding: 1.5rem 0;
  align-items: center;
}
.l-pageOutline dt {
  font-size: 1.4rem;
  width: 17.6%;
  margin-left: 0.2%;
  letter-spacing: 0.05em;
}
.l-pageOutline dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

/* --- list --- */

ul.l-pageOutline__list li {
  font-size: 1.55rem;
}
ul.l-pageOutline__list li + li {
  margin-top: 0.8rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Contact

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ l-articleTitle
--------------------------- */

/* --- common --- */

section.l-articleTitle {
  width: 82%;
  margin:0 auto 6.6rem;
  position: relative;
  top:initial;
  text-align: center;
  padding-left: 0;
}
article.l-articleLogin section.l-articleTitle {
  margin: 0 auto 7rem;
}

/*
commercial
*/

article.commercial section.l-articleTitle {
  padding-left: initial;
}

/* --- title --- */

.l-articleTitle__title {
  font-size: 6.6rem;
  letter-spacing: 0.22em;
}
.l-articleTitle__title span {
  font-size: 1.55rem;
  margin-top: 1.7rem;
}


/*
policy
*/

article.l-articlePolicy .l-articleTitle__title {
  font-size: 6.1rem;
  margin-top: 1.5rem;
}

/*
Contact
*/

article.l-articleContact .l-articleTitle__title {
  font-size: 7.2rem;
  margin-top: 0.1rem;
}

/*
eleven
*/

article.l-articleContact .l-articleTitle__title.eleven {
  font-size: 7.6rem;
  letter-spacing: 0.1em;
}


/*
Guide
*/

.l-articleTitle__title.guide {
  font-size: 8.9rem;
}

/*
Faq
*/

.l-articleTitle__title.faq {
  font-size: 7.5rem;
  text-align: center;
}

/*
Outline
*/

.l-articleTitle__title.outline {
  font-size: 9rem;
  text-align: center;
}

/*
commercial
*/

article.commercial .l-articleTitle__title {
  font-size: 3.4rem;
}
article.commercial .l-articleTitle__title span {
  margin-top: 2.3rem;
}

/* --- desc --- */

p.l-articleTitle__desc {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.5rem;
  line-height: 2.1;
  width: 97%;
  margin-top: 9.3rem;
  text-align: left;
}

/* --- mail --- */

.l-articleTitle__mail {
  text-align: left;
  font-size: 1.75rem;
  margin-top: 2.1rem;
}
.l-articleTitle__mail span {
  font-size: 1.6rem;
}


/* --------------------------- 
   ■ l-article__form
--------------------------- */

/* --- common --- */

article.l-articleContact .l-article__contRight > .inner {
    margin: 3rem auto 8rem;
}
section.l-article__form {
  width: 82.3%;
  margin:0 auto;
}

/* input/textrea */

.formTitle {
  font-size: 1.6rem;
  margin-bottom: 2.7rem;
  margin-left: 0.4rem;
  font-weight: 300;
}
.formTitle span.required {
  margin-left: .2rem;
}
.formCont + .formCont {
  margin-top: 4.4rem;
}
.formCont input {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.4rem;
  width: calc(100% - 7.2rem);
  -webkit-appearance: none;
  line-height: 6.1;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
.formCont textarea {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.4rem;
  height: 41rem;
  padding: 4.4rem 3.7rem;
  width: calc(100% - 6.7rem);
  -webkit-appearance: none;
}

/* --- policy --- */

.accept {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.6rem;
  margin-top: 3.6rem;
}
.accept a {
  margin-left: 0.5rem;
}
span.wpcf7-list-item-label {
  height: 1.6rem;
  width: 1.6rem;
  margin-top: 0.4rem;
}

/* --- btn --- */

.btnList {
  margin-top: 4.8rem;
}
.btnList input {
  font-size: 1.65rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 6.3;
  border-radius: 5.5rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ SitePolicy

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ l-articleTitle
--------------------------- */

/* --- nav --- */

.l-articleTitle__nav {
  margin-top: 3.8rem;
  display: none
}
.l-articleTitle__nav ul {
  display: flex;
  justify-content: center;
}
.l-articleTitle__nav ul li {
  font-size: 1.5rem;
}
.l-articleTitle__nav ul li + li {
  margin-top: initial;
}
.l-articleTitle__nav ul li:before {
  content: none;
}
.l-articleTitle__nav ul li + li:before {
  content: "/";
  color: #ccc;
  margin-left: 0.8rem;
}


/* --------------------------- 
  ■ l-articlePolicy
--------------------------- */

/* --- common --- */

article.l-articlePolicy .l-article__contRight > .inner {
  width: 100%;
  margin: 5.5rem auto 12rem;
}
section.l-articlePolicy {
  width: 74%;
  margin:0 auto;
  padding-top: 0;
}
section.l-articlePolicy + section.l-articlePolicy {
  padding-top: 5.5rem;
}

section.l-articlePolicy:nth-child(1) {
  padding-top: 0rem;
  margin-bottom: 8rem;
}
.l-articlePolicy__intro + dl {
  margin-top: 6.5rem;
}
section.l-articlePolicy dl + dl {
  margin-top: 6.4rem;
}

.l-articlePolicy__title {
  font-size: 2.3rem;
}
.l-articlePolicy__title span {
  font-size: 1.4rem;
  margin-top: 1.1rem;
  letter-spacing: 0.05em;
}
p.l-articlePolicy__desc {
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  margin-top: 5.1rem;
  line-height: 2.3;
}

/* --- title --- */

.l-articlePolicy__listTitle {
  font-size: 2rem;
}
section.l-articlePolicy dl dt:before {
  font-size: 2.3rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
dd.l-articlePolicy__listDesc {
  font-family: adobe-garamond-pro,'Zen Old Mincho', sans-serif;
  font-size: 1.5rem;
  margin-top: 2rem;
  line-height: 2;
}
dd.l-articlePolicy__listDesc ul {
  font-size: 1.4rem;
  margin-top: 2.2em;
}
dd.l-articlePolicy__listDesc ul li + li {
  margin-top: 1rem;
}

/*
commercial
*/

article.commercial .l-articlePolicy__listTitle {
  font-size: 1.35rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
article.commercial dd.l-articlePolicy__listDesc {
  margin-top: 0.9rem;
  font-size: 1.55rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
article.commercial section.l-articlePolicy dl + dl {
  margin-top: 4rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Retreat

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ Common
--------------------------- */

/* --- link --- */

body.retreat .l-listSect__showAll a {
  font-size: 1.65rem;
}

/* --- cont --- */

.l-retreatSect .cont > .inner {
  display: flex;
  text-align: center;
  flex-flow: column;
}
.l-retreatSect .l-retreatSect__left {
  width: 100%;
}
.l-retreatSect .l-retreatSect__right {
  width: 100%;
}

/*
single
*/

.l-retreatCont section.l-retreatSect.single .l-retreatSect__right {
  width: 100%;
  text-align: center;
}
.l-retreatSect__cont {
  flex-flow: column;
}


/*
words
*/

.l-retreatSect .inner.words {
  margin-top: -9.9vh;
  width: 70%;
}

/*
music
*/

.l-retreatSect .inner.music {
  width: 69%;
  margin-top: -6.2vh;
}

/*
poetry
*/

.l-retreatSect .inner.poetry {
  margin-top: -4vh;
  width: 68%;
}

/* single */

/*
common
*/

.l-retreatCont section.l-retreatSect.single .cont {
  padding-top: 28.1rem;
}

/*
title
*/

.l-retreatCont section.l-retreatSect.single .l-retreatSect__title {
  text-align: center;
  margin-top: 13.4rem;
  margin-bottom: 12.6rem;
}
.l-retreatCont section.l-retreatSect.single  .l-retreatSect__title .title:after {
  margin: 4.2rem auto ;
}
.l-retreatCont section.l-retreatSect.single .poetry .l-retreatSect__title {
  margin-top: 4.5rem;
  margin-bottom: 7.5rem;
  text-align: center;
}
.l-retreatCont section.l-retreatSect.single .poetry .l-retreatSect__title .title:after {
  margin: 4rem auto;
}

/*
embed
*/

.l-retreatCont section.l-retreatSect.single .l-retreatSect__right .embed {
  text-align: center;
  margin-top: initial;
  margin-left: initial;
  background: initial;
  height: initial;
}
.l-retreatCont section.l-retreatSect.single .l-retreatSect__right .embed iframe {
  width: 65vw !important;
  height: 65vw !important;
  border: 11px solid #fff !important;
}

/*
poetry
*/

section.l-retreatSect.single .l-retreatSect__poetry {
  margin-top: initial;
}
.l-retreatCont section.l-retreatSect.single .inner.poetry {
  width: 84%;
  flex-flow: column;
  margin-top: 8.5rem;
}
.l-retreatCont section.l-retreatSect.single .poetry .l-retreatSect__left {
  width: 100%;
}
.l-retreatCont section.l-retreatSect.single .poetry .l-retreatSect__right {
  width: 100%;
  margin: 4.5rem auto 0;
}

body.single .l-retreatCont section.l-retreatSect.single .inner.poetry {
  margin-bottom: 25rem;
}


/*
wrap
*/

.l-retreatSingle__wrap {
  width: 100%;
  margin: 12rem auto 16rem;
}

/* title */

.l-retreatSect__title {
  width: 100%;
  text-align: left;
}
.l-retreatSect__title .title {
  font-size: 3.5rem;
  padding-bottom: 0;
  margin-bottom: 0rem;
  border-bottom: initial;
}
.l-retreatSect__title .title:after {
  content:"";
  display: block;
  width: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin:4.2rem 0.3rem;
}
.l-retreatSect__title .artist {
  font-size: 1.9rem;
}
.l-retreatSect__title .author {
  font-size: 1.7rem;
  letter-spacing: 0.07em;
  margin-left: 0em;
}

/*
words
*/

.words .l-retreatSect__title {
  width: 100%;
  margin: 0 auto;
}
.words .l-retreatSect__title .txt {
  font-size: 80%;
  margin-bottom: 1.9rem;
}

/*
poetry
*/

.poetry .l-retreatSect__title {
  text-align: left;
}
.poetry .l-retreatSect__title .title:after {
  margin:3rem 0;
}
.poetry .l-retreatSect__title .author {
  margin-left: -0.8rem;
}

/*
music
*/

.music .l-retreatSect__title .title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.l-retreatSect__title .copy {
  font-size: 1.9rem;
  letter-spacing: 0.03em;
}

/* music */

.l-retreatSect__right .embed {
  margin-top: 8rem;
  margin-left: -1.4rem;
  text-align: left;
}
.l-retreatSect__right .embed .pc {
  display: none;
}
.l-retreatSect__right .embed .sp {
  display: block;
}
.l-retreatSect__right .embed iframe {
  width: 100% !important;
}

/* poetry */

.l-retreatSect__poetry {
  font-size: 1.9rem;
  line-height: 2.45;
  text-align: left;
  margin-top: 7.5rem;
}

/*
bar
*/

.simplebar-scrollbar {
  left: initial !important;
  right: 0.2rem !Important;
}

/* --- moreInfo --- */

.l-retreatSect__info {
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  padding: 1.4rem 3.1rem 1.5rem;
  bottom: 5.4rem;
}

/* --- btn --- */

.l-retreatBtn__group {
  right: 4.3rem;
  bottom: 32.3%;
}
.l-retreatBtn {
  height: 6.7rem;
  width: 6.7rem;
}

/* filter */

.l-retreatFilter__btn {
  margin-top: 0.9rem;
}

/* copied */

.l-retreatCopy__btn {
  
}

/* --- Filter --- */

/* common */

.l-retreatFilter > .inner {
  padding: 9.4rem 11.3rem 10.4rem;
}

/*
active
*/

.l-retreatFilter.active {
  width: 94%;
}

/* title */

.l-retreatFilter__title {
  font-size: 2.3rem;
  margin-bottom: 2.7rem;
}
.l-retreatFilter__sub {
  font-size: 1.9rem;
  letter-spacing: 0.15em;
  margin-bottom: 2.1rem;
}

/* category */

.l-retreatFilter__cat li a {
  font-size: 1.8rem;
  padding: 0.6rem 2rem 0.6rem;
}

/* theme */

.l-retreatFilter__theme {
  overflow-x: scroll;
  width: calc(100% + 11rem);
  margin-top: 4.1rem;
  margin-left: -0.8rem;
}

.l-retreatFilter__theme ul {
  
} 

li.l-retreatFilter__list {
  width: 32.8rem;
  height: 41.5vw;
  border-radius: 0.7rem;
}

li.l-retreatFilter__list .cont {
  margin-top: -5.1rem;
}

li.l-retreatFilter__list + li.l-retreatFilter__list {
  margin-left: 0.7rem;
}
li.l-retreatFilter__blank {
  padding: 3rem;
}

/*
image
*/

li.l-retreatFilter__list figure {
  height: 16.4vw;
  width: 16.4vw;
  padding:0.3rem;
}

/*
title
*/

li.l-retreatFilter__list .title {
  margin-top: 5.4rem;
  margin-bottom: -1.5rem;
}
li.l-retreatFilter__list .title .jpn {
  font-size: 1.75rem;
  letter-spacing: 0.085em;
}

li.l-retreatFilter__list .title .Eng {
  font-size: 1.35rem;
  opacity: 0.4;
  letter-spacing: 0.085em;
  padding-top: 1.2rem;
}

/*
btn
*/

.l-retreatFilter__sect + .l-listSect__showAll {
  margin-top: 10.3rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.l-retreatFilter__sect + .l-listSect__showAll a {
  font-size: 1.4rem;
}


/* --- Draewer --- */

/* common */

.l-retreatSect__drawer > .inner {
  padding: 10.3rem 11.9rem 10rem;
}


/*
about
*/

.l-retreatSect__drawer.about {
  width: 81%;
  right: -81%;
}

/*
info
*/

.l-retreatSect__drawer.info {
  width: 81%;
  right: -81%;
}


/* --- Parts --- */

/* common */

/* sub */

.l-retreatSect__sub {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin-left: 0.2rem;
  margin-bottom: 1.3rem;
}


/* About */

.l-retreatAbout__title {
  font-size: 2.8rem;
}
.l-retreatSect__desc {
  font-size: 1.8rem;
}
.l-retreatSect__desc p {
  line-height: 2.2;
}

.l-retreatAbout__title + .l-retreatSect__desc:before {
  margin-top: 2rem;
  padding-top: 3.7rem;
}

/*
margin
*/

.l-retreatSect__about + .l-retreatFilter__sect {
   margin-top: 8.9rem;
}
.l-retreatSect__profile + .l-retreatSect__ref {
  margin-top: 10.6rem;
}


/* Refference */

.l-retreatSect__ref > .inner {
  padding: 7.7rem 9.2rem 7.2rem;
}

/*
title
*/

.l-retreatSect__ref .title {
  font-size: 2.5rem;
  margin-top: 1.5rem;
}

.l-retreatSect.music .l-retreatSect__ref .title {
  font-size: 3.2rem;
}

.l-retreatSect__title.jpn {
  font-size: 1.6rem;
}

/*
list
*/

.l-retreatSect__list ul li {
  font-size: 1.4rem;
  line-height: 2;
}
.l-retreatSect__list.music ul li {
  font-size: 1.7rem;
}

/*
btn
*/

.l-retreatSect__btn {
  margin-top: 4.6rem;
}
.l-retreatSect__btn a {
  font-size: 1.4rem;
  padding: 2.3rem 0 2.2rem;
}



/* Profile */

.l-retreatSect__about + .l-retreatSect__profile {
  margin-top: 7.1rem;
}

/*
title 
*/

.l-retreatSect__profile .title.eng {
  font-size: 3.1rem;
  letter-spacing: 0.02em;
}
.l-retreatSect__profile .title.jpn {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}

/*
desc
*/

.l-retreatSect__subDesc {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.5rem;
  line-height: 2.2;
  margin-top: 2.7rem;
}

/*
url
*/

.l-retreatSect__url {
  margin-top: 2.2rem;
}
.l-retreatSect__url a {
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  padding-left: 0rem;
}


/* --------------------------- 
  ■ Section
--------------------------- */

/* --- section --- */

/* intro */

.l-retreatSect__intro {
  margin-top: -2.1svh;
}
.l-retreatSect__intro .title {
  font-size: 8.8rem;
}
.l-retreatSect__intro .subTitle {
  font-size: 1.9rem;
}
.l-retreatSect__intro .about {
  margin-top: 7.5rem;
}


/* --------------------------- 
  ■ Archive
--------------------------- */

/* --- common --- */

.l-retreatArc__intro {
  margin-bottom: 12.3rem;
}

/* --- list --- */

.l-retreatArc__list {
  width: 87%;
}
.l-retreatArc__list + .l-retreatArc__list {
  margin-top: 1.9rem;
}
.l-retreatArc__list a > .inner {
  display: flex;
  padding: 6.6rem 6.4rem;
  align-items: center;
}

.l-retreatArc__list .left {
  width: 84%;
}
.l-retreatArc__list .right {
  width: 10%;
}

/* title */

.l-retreatArc__title {
  letter-spacing: 0.08em;
}
.l-retreatArc__title .eng {
  font-size: 3.35rem;
}
.l-retreatArc__title .sub {
  font-size: 1.85rem;
  margin-top: 1rem;
}

/* image */

.l-retreatArc__list iframe {
  width: 12vw !important;
  height: 12vw !important;
}
.l-retreatArc__copy {
  font-size: 1.55rem
}

/* --- pagenation --- */

.relatedPageNav {
  padding-top: 9.3rem;
  padding-bottom: 3rem;
}

/* 
=================================

  // ● Object //

/* 
><><><><><><><><><><><><><><><><>

  ▼ Bread

><><><><><><><><><><><><><><><><>

/* --- common --- */

.c-bread {
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  margin-top: 3.2rem;
}
.c-bread .border {
  margin-left: 1.1rem;
  margin-right: 0.6rem;
}

/*
news
*/

.article.l-articleNews .c-bread {
  display: none;
}

/*
essay
*/

article.l-articleEssay .c-bread {
  display: none;
}

/*
music
*/

article.l-articleMusic .c-bread {
  display: none;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ listCont

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ listCont
 --------------------------- */

li.c-listCont:hover {
  background: initial !important;
}

/* --------------------------- 
   ■ listImage
 --------------------------- */

.c-listImage {
  height: 22vw;
}

.c-listImage figure.pc,
.c-listImage figure.pc img {
  display: none;
}
.c-listImage figure.sp,
.c-listImage figure.sp img {
  display: block;
}


/* --------------------------- 
   ■ listTitle
 --------------------------- */

.contWrapper {
  width: 77%;
}
.c-subTitle {
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  margin-top: 3.5rem;
}
.c-subTitle span {
  font-size: 100%;
}
.c-subTitle.issue {
  margin-bottom: 0rem;
}

/* 
subInfo
*/

.c-subTitle span.subInfo {
  letter-spacing: 0.06em;
}

/* 
border
*/

.c-subTitle span.border {
  margin-right: 0.3rem;
  margin-left: 0.2rem;
}

/*
archive
*/

section.l-archiveCont .contWrapper {
  width: 86%;
}

/* title */

.c-listTitle {
  font-size: 1.7rem;
  margin-top: 3.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-listTitle br {
  display: none;
}

.c-subTitle + .c-listTitle {
  margin-top: 1.4rem;
}

/* 
count
*/

.c-listTitle .count {
  font-size: 70%;
}
.c-listTitle .count span {
  margin-top: 2.1rem;
  margin-bottom: 2.3rem;
  padding: 1.3rem 0.9rem 1.1rem;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

/* 
story
*/

.l-listThree .c-listTitle br {
  display: block
}

/* --------------------------- 
   ■ listCatDate
 --------------------------- */

/* --- category --- */

.c-listCat a:after {
  width: 104%;
  left: -3%;
  bottom: -0.3rem;
}


/* --------------------------- 
   ■ listDesc
 --------------------------- */

.c-listDesc {
  font-size: 1.15rem;
  width: 100%;
  margin: 0.6rem auto 0;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.c-listDesc:before {
  margin-top: 1.3rem;
}
.c-pageTitle + .c-listDesc:before {
    margin-top: 1.0rem;
}

/* First */

ul.l-listLatest__loop li.c-listCont:first-child .c-listDesc {
  width: 51%;
}


/* --- category --- */ 

.c-listCat {
  margin-top: 3.1rem;
  margin-left: -0.2rem;
}
.c-listCat a {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  padding: 0.5rem 1rem 0.5rem;
  margin-bottom: 0.6rem;
}
.c-listCat span + span {
  margin-left: -0.1rem;
}
.c-listCat span.feature a {
  font-size: 1rem;
  padding: 0.1rem 1.3rem 0.2rem;
}

/*
mv
*/

.l-mv__cont .c-listCat a {
  font-size: 1.65rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 1.5rem 0.55rem;
}


/* --- pageTitle --- */

.c-pageTitle {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-top: 3.3rem;
  width: 98%;
}
.c-pageTitle span {
  margin-top: 0.7rem;
  font-size: 1.5rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ musicCont

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ musicCont
 --------------------------- */

/* --- image --- */

.c-musicImage {
    width: 13.7vw;
    height: 13.2vw;
    padding: 0.2rem;
}

/* --- infos --- */

.c-musicInfo {
  margin-left: 9.9%;
}

/* --------------------------- 
   ■ musicInfo
 --------------------------- */
 
/* --- Title --- */

.c-musicTitle {
  font-size: 2.3rem;
  letter-spacing: 0.03em;
  margin-top: -0.3rem;
}

/* --- Arist --- */

.c-musicArist {
  margin-top: .6rem;
  font-size: 1.4rem;
}

/* --- copy --- */

.c-musicCopy {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.2rem;
  margin-top: 1.6rem;
}
.c-musicCopy a {
  letter-spacing: -0.01em;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ c-btn

><><><><><><><><><><><><><><><><>

/* --------------------------- 
   ■ c-btn
 --------------------------- */

.c-btn {
  font-size: 1.75rem;
  height: 12.6rem;
}
.c-btn span {
  padding-left: 5.6rem;
}


/* 
><><><><><><><><><><><><><><><><>

  ▼ Member

><><><><><><><><><><><><><><><><>

/* --------------------------- 
  ■ memberNav
--------------------------- */

/* --- common --- */

.c-memberNav {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  width: 38rem;
  right: 3.3rem;
}
.c-memberNav > .inner {
  width: 81%;
  padding-bottom: 4.8rem;
}

/* --- btn --- */

.c-memberNav__btn {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* parents */

.c-memberNav__btn .parents {
  font-size: 1.55rem;
  padding-left: 3rem;
}

/*
icon
*/

.c-memberNav__btn .parents.register:before {
  top: 1rem;
  left: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.c-memberNav__btn .parents.support:before {
  top: 1rem;
  width: 1.13rem;
  height: 1.2rem;
}

/* children */

.c-memberNav__btn ul.chilren li {
  font-size: 1.25rem;
}

/* --- login --- */

/*
codoc
*/

body .codoc-connect-widget-body-bottom {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
body .codoc-connect-widget-body-bottom .codoc-btn {
  font-size: 1.55rem !important;
  padding-left: 3rem !important;
}
body .codoc-connect-widget-body-bottom .codoc-btn:before {
  top: 1rem;
  width: 1.3rem;
  height: 1.5rem;
}


/* --- MyPage --- */

/* btn */

/*
original
*/

.codoc-connect-tooltip-buttons .codoc-btn {
  font-size: 1.55rem !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3.1rem !important;
}
.codoc-connect-tooltip-buttons .codoc-btn-border {
  font-size: 0  !important;
}
.codoc-connect-tooltip-buttons .codoc-btn-border:after {
  font-size: 1.55rem !important;
}
.codoc-connect-tooltip-buttons .codoc-btn.codoc-btn-border:before {
  top: 51%;
  width: 1.35rem;
  height: 1.35rem;
}
.codoc-connect-tooltip-buttons .codoc-btn.codoc-btn-border:before {
  top: 51%;
  width: 1.3rem;
  height: 1.3rem;
}

/* icon */

/*
original
*/

body .codoc-connect-widget-login-header-name-profile {
  padding-top: 5.3rem;
  padding-bottom: 4.7rem;
}
body .codoc-connect-widget-login-header-name-profile-text {
  font-size: 2.2rem !important;
  letter-spacing: 0.05em !important;
}


/* --------------------------- 
  ■ memberBox
--------------------------- */

/* --- box --- */

/* common */

.c-memberBox {
  width: 52rem;
}
.c-memberBox > .inner {
  padding: 7.3rem 0 7.7rem;
}

/* top */

.c-member__top .right {
  margin-top: 3.9rem;
}


/*
title
*/

.c-memberBox .title {
  font-size: 3.75rem;
}

/*
logo
*/

.c-memberBox .title .logo {
  width: 6.6rem;
  height: 6.6rem;
}

/*
desc
*/

.c-memberBox .desc {
  font-size: 1.4rem;
  line-height: 2.2;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  width: 98%;
  margin: 0 auto;
}


/* bottom */

.c-member__bottom {
  margin-top: 3.8rem;
}

/*
btn
*/

.c-memberBox button {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.4rem;
}
.c-memberBox button a {
  padding-top: 3.4rem;
  padding-bottom: 2.9rem;
}


/*
--
*/
}


