/* News & Notes関連 */

.round_back_00f_99vh {
  margin-bottom: 0.5rem;
  background-color: #00f;    /* ← ここを追加 */
  border-radius: 10px;
  overflow: hidden;
  /* ビューの高さと同じにする */
  /* もしくは height: 100vh; でも可 */
  min-height: 85vh;
}

.round_back_black_99vh {
  margin-bottom: 0.5rem;
  background-color: #000;    /* ← ここを追加 */
  border-radius: 10px;
  overflow: hidden;
  /* ビューの高さと同じにする */
  /* もしくは height: 100vh; でも可 */
  min-height: 85vh;
}

.round_back_black {
  margin-bottom: 0.5rem;
  background-color: #000;    /* ← ここを追加 */
  border-radius: 10px;
  overflow: hidden;
}

.round_back_white {
  margin-bottom: 0.5rem;
  background-color: #efefef;    /* ← ここを追加 */
  border-radius: 10px;
  overflow: hidden;
}

.round_back_00f {
  margin-bottom: 0.5rem;
  background-color: #00f;    /* ← ここを追加 */
  border-radius: 10px;
  overflow: hidden;
}

html, body {
  height: 100%;      /* もし高さ 100% 指定を使うなら親も高さ指定が必要 */
  margin: 0;
}

span.type_1 {
 margin-left: -1rem;
}

span.type_2 {
 margin-right: -1rem;
}

span.type_3 {
 margin-left: -0.5rem;
}

span.type_4 {
 margin-right: -0.5rem;
}


/* News & Notes関連終わり */




/* プレースホルダー関連 */


/* 縦を100％で横を合わせる場合ハク。用 */
.aspect-height-9-16 {
  position: relative;
  /* ビューポート高を基準に高さを100% */
  height: 100vh;
  /* 9:16 の横幅を計算（9/16 = 0.5625）*/
  width: calc(100vh * 0.5625);
  /* 画面幅を超えないように */
  max-width: 100vw;
  margin: 0 auto;
}
.aspect-height-9-16 iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* 縦を100％で横を合わせる場合ハク。用おわり */


.video-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 0;
    padding-bottom: 56.25%; /* デフォルトは16:9 アスペクト比 */
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat;
    cursor: pointer !important;
}

.aspect-ratio-16-9 {
    padding-bottom: 56.25%; /* 16:9 アスペクト比 */
}

.aspect-ratio-4-3 {
    padding-bottom: 75%; /* 4:3 アスペクト比 */
}

.aspect-ratio-1-1 {
    padding-bottom: 100%; /* 1:1 アスペクト比 */
}

.aspect-ratio-9-16 {
    padding-bottom: 177.77%; /* 9:16 アスペクト比 */
}

.aspect-ratio-5-3 {
    padding-bottom: 60%; /* 5:3 アスペクト比 */
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(80%);
    transition: filter 0.3s ease;
}

.video-placeholder:hover {
    filter: brightness(100%);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 10;
    display: none; /* 初期状態では非表示 */
}

/* 再生ボタンのスタイルを追加 */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px; /* 再生ボタンのサイズ */
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 20;
    pointer-events: none; /* クリックを通過させる */
}

/* プレースホルダー関連終わり */















.box1 {
    padding: 0.5em 0.5em;
    margin: 0.5em 0;
    border: solid 3px #000000;
}
.box1:hover {
	background-color:#000000; 	/*リンクにマウスが乗ったら背景色を変更する*/
	color:#ffffff; 	/*リンクにマウスが乗ったら背景色を変更する*/
}
.box1 p {
    margin: 2; 
    padding: 0;
}



.box2 {
    padding: 0.5em 0.5em;
    margin: 0.5em 0;
    border: solid 3px #fff;
}
.box2:hover {
	background-color:#fff; 	/*リンクにマウスが乗ったら背景色を変更する*/
	color:#000; 	/*リンクにマウスが乗ったら背景色を変更する*/
}
.box2 p {
    margin: 2; 
    padding: 0;
}

.box_NN {
    padding: 0em 0.5em;
    margin: 0.2em 0;
    background-color:#000; 	/*リンクにマウスが乗ったら背景色を変更する*/

}
.box_NN:hover {
	background-color:#6f6f6f; 	/*リンクにマウスが乗ったら背景色を変更する*/
	color:#000; 	/*リンクにマウスが乗ったら背景色を変更する*/
}
.box_NN p {
    margin: 0; 
    padding: 0;
}


[data-predefined-style="true"] Issue5b {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 58vmin;
	line-height: 0.8;
	color: #000;
	}

[data-predefined-style="true"] label5b {
	font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
	font-kerning: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.0;
	color: #000;
}


.col-1 {
    display: inline-block;
    width: 45vw;
    /* border: solid 1px; */
}
.col-2 {
    display: inline-block;
    width: 40vw;
    /* border: solid 1px; */
}


@keyframes blur2 {
    from {
        filter: blur(10px);
    }
    
    to {
        filter: blur(2px);
    }
}


PP_Blur {
    animation: blur2 10s infinite alternate both ease-out;
}


.top_back5w {
background-color:rgba(255, 255, 255, 0.95);
}






/* ここまで Issue5　のトップページ */










[data-predefined-style="true"] selectlanguage {
	font-weight: 400;
	font-family:  "Alte Haas Grotesk", Icons;
    font-style: normal;
    color: #fff;
	font-size: 18.8vmin;
	line-height: 0.9;
    font-kerning: normal;
}





.rollinterview1 {
  display  : grid;
  animation: rollkAnime 30s linear infinite;
  color    : #000000;
  font-size: 160%
}
@keyframes rollkAnime{
   50% {
         color    : #ffffff;
         transform: rotateY(180deg);
       }
  100% {
         color    : #000000;
         transform: rotateY(360deg);
       }
}



.rollhassan {
  display  : grid;
  animation: rollkAnime 20s linear infinite;
  animation-direction:reverse;
  color    : #fff;
  font-size: 100%
}
@keyframes rollkAnime{
  100% {
         color    : #ffffff;
         transform: rotateY(180deg);
       }
  100% {
         color    : #fff;
         transform: rotateY(360deg);
       }
}




.roll {
  display  : grid;
  animation: rollkAnime 160s linear infinite;
  color    : #000000;
  font-size: 160%
}
@keyframes rollkAnime{
   50% {
         color    : #ffffff;
         transform: rotateY(180deg);
       }
  100% {
         color    : #000000;
         transform: rotateY(360deg);
       }
}





.nosignal {
  background-image:
      url("https://freight.cargo.site/t/original/i/10d604d8817ecad06dcab97659c696adf8ddc1a79cafe08c337837b736f7e77a/NoSignal_620x480.png");
  background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
  background-position:center center;                     /* 画像の表示位置を指定  */
  background-size:contain;                               /* 画像のサイズを指定    */
  width:100%;                                            /* 横幅のサイズを指定    */
  height:100%;                                          /* 縦幅のサイズを指定    */
}






.bg_repeat {
    text-align:  center;    /* 文字中央寄せ */
    padding:  2rem;        /* 余白指定 */
    border: solid 0px;      /* 枠線指定 */
}

.bg_repeat {
    background-image: url(https://freight.cargo.site/t/original/i/5f15d8e2ee3df2d7b188a4d49d420d09e4a1c44f9b06cba853abd52881e766e6/stripe.gif);    /* 背景画像指定 */
    background-repeat: repeat;                /* 背景の繰り返し設定 */
}




.bt { vertical-align : bottom; }
.tblcell{
   display    : table-cell;
}


.bandcamp {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
	

p.ibasho {border-style: none;}




/* 画像縦横100％でスライドショー*/
.slidefull {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
 
@keyframes slideshow {
  0%{
    opacity: 0;
  }
  4%{
    opacity: 1;
  }
  27%{
    opacity: 1
  }
  31%{
    opacity: 0;
  }
}

/*各画像のアニメーションの開始時間をずらす*/

.slidefull img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.slidefull img:nth-of-type(2) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.slidefull img:nth-of-type(3) {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

.slidefull img:nth-of-type(4) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}


/*マウスが画像に重なった際、動きを止めて四角くする*/

.slidefull img {
    transition: 0.2s;
}

.slidefull:hover img {
    animation-play-state: paused;
    border-radius: 0;
}


.slidefull img {
  position: absolute; /*画像を全て重ねる*/
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 8s infinite;
}

/* 画像縦横100％でスライドショー　ここまで*/


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcyoutube { display: block !important; }
.spyoutube { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 736px) {
    iframe { max-width: 100%; }
    .pcyoutube { display: none !important; }
    .spyoutube { display: block !important; }
}





.map-wrapper{
  display: inline-block;
  background: #0f1;
}

.map-wrapper iframe{
  filter: grayscale(1);
  opacity: 0.9;
  vertical-align: bottom;
  transition: all 0.3s;
}

.map-wrapper iframe:hover{
  filter: grayscale(1);
  opacity: 1;
}


.rude-container {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 75%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}

.rude-container iframe {
  height: 100%;
  left: -17%;
  position: absolute;
  top: 0;
  width: 100%;
}


.TNF_ad {
	position: relative;
    width: 100%;
    height: 100vh;
}

.TNF_ad_link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.TNF_ad_text {
    display: block;
    position: absolute;
    vertical-align: middle;
    z-index: 1;
}



/*TNF広告用vimeoをフルスクリーンで表示16：9*/
.embed-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute; /* fixed の場合。absolute でも同じ */
  right: 0;
  top: 0;
}

.embed-container iframe {
  box-sizing: border-box;
  height: 56.25vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
}


/*TNF広告用vimeoをフルスクリーンで表示9：19.5*/
.embed-container2 {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute; /* fixed の場合。absolute でも同じ */
  right: 0;
  top: 0;
}

.embed-container2 iframe {
  box-sizing: border-box;
  height: 216.666667vw; /* 9:19.5 の高さなので 211% (= 19 ÷ 9) */
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 47.368421vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
}




.profile-url{
    padding-left:2vw;
}


[data-predefined-style="true"] contentssmall {
	font-size: 1.0rem;
	line-height: 1.0;
	font-family: "Neue Haas Grotesk", Icons;
	font-kerning: none;
    letter-spacing: 0.01em;
    font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}


[data-predefined-style="true"] translation {
	font-size: 1.1rem;
	line-height: 1.7;
	font-family: "Neue Haas Grotesk", Icons;
	font-kerning: none;
    letter-spacing: 0.01em;
    font-style: normal;
	font-weight: 400;
    padding: 0;
	margin: 0;
	color: rgba(143, 143, 143);
}

[data-predefined-style="true"] translation a {
	color: rgba(143, 143, 143);
    border-bottom: none;
}

.to-read{
    padding-left:25vw;
}
.contents-interviews{
    padding-left:1vw;
}
.contents-piczo{
    padding-right:1vw;
}
.contents-sarah{
    padding-left:20vw;
}



.inner-resources-2{
    padding-left:55vw;
}

.stefano-margin-top{
    padding-left:50vw;
}

.afterword-nahoko{
    padding-left:50vw;
}

/*TNF広告用PCと携帯で別動画を全画面表示*/
.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video.pc {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9){
  video.pc {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  }
}

/*縦長動画用*/
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 9/19), (min-aspect-ratio: 9/19) {
  video.mobile {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 9/19){
  video.mobile {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  }
}




.pc-dsp { display:block; }
.sp-dsp { display:none; }

@media only screen and (max-width : 736px){
.pc-dsp { display:none; }
.sp-dsp { display:block; }
}





.piczo_credit1 {
    display: inline-block;
    width: 7rem;
    /* border: solid 1px; */
}
.piczo_credit2 {
    display: inline-block;
    width: 20rem;
    /* border: solid 1px; */
}

.piczoback {
background-color:rgba(238, 238, 238, 1);
}

.akback {
background-color:rgba(0, 0, 0, 0.96);
}

.introback {
background-color:rgba(145, 220, 218, 1);
}





.mgr-indent{
    margin-right : 2em;
}

.credit-indent{
    margin-right : 2rem;
}

.fiftyperblack {
background-color:rgba(0, 0, 0, 0.7);
}




.fiftyperwhite {
background-color:rgba(255, 255, 255, 0.7);
}

.ninetyperblack {
background-color:rgba(0, 0, 0, 0.9);
}

.full-video{
  position:relative;
}

.full-video-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;
  font-weight:bold;
  color: #FFF;
}

.full-video video {
  width: 100%;
  height: 100%;
  vertical-align: bottom; /*隙間をなくす指定*/
}



.mgl-ir{
    padding-left:2rem;
    padding-right:2rem;
}

.mg1rem{
    padding-left:1rem;
    padding-right:1rem;
}


.mg-intro{
    padding-left:1rem;
    padding-right:1rem;
}


[data-predefined-style="true"] bodycopy2 {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family:  "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", Meiryo,  Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.8;
}

[data-predefined-style="true"] bodycopy2 a {
	color: rgba(0, 0, 0, 1);
	padding-bottom: 0em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy2 a:hover {
    text-decoration: line-through;
}

bodycopy2 a.image-link,
bodycopy2 a.icon-link,
bodycopy2 a.image-link:hover,
bodycopy2 a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
}


[data-predefined-style="true"] bodybig {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family:  "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", Meiryo,  Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.8;
}

[data-predefined-style="true"] marukakko {
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family:  "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", Meiryo,  Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.8;
}


fullwindow img {
   width: 100%;
   height: 100%;
}


.white_back {
background-color:rgba(255, 255, 255, 1);
}


.black_back {
background-color:rgba(0, 0, 0, 1);
}

.black10per_back {
background-color:rgba(239, 239, 239, 1);
}

.bcbcbc {
background-color:rgba(188, 188, 188, 1);
}

.blog_back {
background-color:rgba(49, 49, 49, 1);
}


.semoh_back {
background-color:rgba(5, 5, 5, 1);
}

.oda_back {
background-color:rgba(238, 255, 238, 1);
}

.cover_back {
background-color:rgba(0, 0, 0, 0.8);
}

.top_back {
background-color:rgba(0, 0, 0, 0.9);
}


p.indent{
  text-indent: 4em;
    
}
ODATOP img {
   width: 100%;
}


[data-predefined-style="true"] instagram {
	font-family: Icons;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 22px;
	line-height: 2;
	color: #888;
	}



.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(128, 128, 128, 1);
  border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}




[data-predefined-style="true"] viaPM {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 2.2rem;
	line-height: 1.3;
	    letter-spacing: 0.01em;
}

[data-predefined-style="true"] thiscode {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 14.5vmin;
	line-height: 0.9;
	color: #fff;
	}

[data-predefined-style="true"] interviews {
	font-size: 3.3rem;
	font-weight: 400;
	color: #fff;
	font-family:  "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", "メイリオ", "Icons";
	font-kerning: none;
    font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] label {
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
	font-family: "Neue Haas Grotesk", Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 2;
}


[data-predefined-style="true"] Humber {
    text-decoration: none;
}

[data-predefined-style="true"] Humber a {
    text-decoration: none;
}

[data-predefined-style="true"] Humber a:hover {
    text-decoration: none;
}



[data-predefined-style="true"] Arrow {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 10rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 1);
	}


.mgr-translation{
    margin-right : 4rem;
}
.mgl-translation{
    margin-left : 4rem;
}

[data-predefined-style="true"] question {
	font-size: 2rem;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue Bold", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", "メイリオ", sans-serif, Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.8;
}




.col-1 {
    display: inline-block;
    width: 50%;
    /* border: solid 1px; */
}
.col-2 {
    display: inline-block;
    width: 40%;
    /* border: solid 1px; */
}


[data-predefined-style="true"] credit {
	display: inline-block;
    word-break: break-all;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "Neue Haas Grotesk", Icons;
	font-kerning: none;
    letter-spacing: 0.01em;
    font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}


[data-predefined-style="true"] h1small {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 0.7;
	color: rgba(0, 0, 0, 1);
	}




[data-predefined-style="true"] profileyakuhan {
	font-size: 1.5rem;
	line-height: 1.7;
	font-family:  YakuHanJP_Narrow, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", "メイリオ", "Icons";
	font-kerning: none;
    font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}


[data-predefined-style="true"] midashiyakuhan2dot3 {
	font-size: 2.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: YakuHanMP, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, 游明朝, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif, Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] midashiyakuhan2dot3white {
	font-size: 2.3rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: YakuHanMP, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, 游明朝, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif, Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] body2yakuhan {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family:  YakuHanMP, "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", "Hiragino Mincho Pro", HGS明朝E, 游明朝, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif, Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.8;
}

[data-predefined-style="true"] body2yakuhanmaru {
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family:  YakuHanMP, "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", "Hiragino Mincho Pro", HGS明朝E, 游明朝, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif, Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.8;
}

[data-predefined-style="true"] smallyakuhanmaru {
	display: inline-block;
    word-break: break-all;
	font-size: 1.1rem;
	line-height: 1.7;
	font-family: YakuHanJP, "Neue Haas Grotesk", "MS PGothic", Icons;
	font-kerning: none;
    letter-spacing: 0.01em;
    font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
}




[data-predefined-style="true"] bodyyakuhan {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family:  YakuHanJP_Narrow, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", "メイリオ", "Icons";
	font-kerning: none;
    font-style: normal;
	line-height: 1.8;
}

.pampm {
background-color:rgba(255, 255, 255, 0.9);
}


.mgr-misha{
    margin-right : 9.6rem;
}

.mgr-shauna{
    margin-right : 8.5rem;
}

body
{
	line-height: 160%;
	text-align: justify;
}
ruby[data-ruby]
{
	position: relative;
}
ruby[data-ruby]::before
{
	content: attr(data-ruby);
	position: absolute;
	line-height: 100%;
	text-align: center;
	left: -3em;
	right: -3em;
	transform-origin: bottom center;
	/* ルビの文字サイズを親文字に対する比率で指定 */
	transform: scale(0.5);
	/* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
	bottom: 105%;
	/* デバッグ用 */
	background-color: rgba(0, 0, 0, 0);
}
ruby[data-ruby] rt
{
	display: none;
}
/* 以下追加 */
rt {
    display: none;
}

.message {
    position: relative;
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
    background: none repeat scroll 0 0 #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0em;
    padding: 0.5em;
    position: absolute;
    top: -20em;
    left:  -0em;
    width: auto;
}

p img {
   width: 100%;
}


[data-predefined-style="true"] profile {
	font-size: 1.5rem;
	line-height: 1.7;
	font-family:  "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", "メイリオ", "Icons";
	font-kerning: none;
    font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}


[data-predefined-style="true"] profile a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}


[data-predefined-style="true"] TNFAD {
	font-size: 1.5rem;
	line-height: 1.7;
	font-family:  "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", "メイリオ", "Icons";
	font-kerning: none;
    font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}


TNFAD > span {
 display: inline-block;
}

Blocktext > span {
 display: inline-block;
}



[data-predefined-style="true"] HassanRotaly {
	font-family: 'Flow Rounded', cursive;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 40.0rem;
	line-height: 0.31;
	color: rgb(0, 0, 0);
	}



[data-predefined-style="true"] midashi {
	font-size: 3.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, 游明朝, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif, Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.5;
}

[data-predefined-style="true"] midashiYakuhan {
	font-size: 3.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: YakuHanMP, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, 游明朝, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif, Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.5;
}

[data-predefined-style="true"] midashi2 {
	font-size: 5.6rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", "Hiragino Mincho ProN", "MS PGothic", Meiryo, Icons;
	font-kerning: none;
    font-style: normal;
	line-height: 1.3;
}


[data-predefined-style="true"] text1 {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.8;
    font-family: "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", Meiryo,  Icons;
    font-style: normal;
    font-weight: 400;
    color:  rgba(0, 0, 0, 1);
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] .text2 {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", Meiryo, Icons;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.01em;
}

[data-predefined-style="true"] .text2 a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration-color: rgba(255, 255, 255, 0.5);
  transition: text-decoration-color 0.3s ease, color 0.3s ease;
}

[data-predefined-style="true"] .text2 a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] attention {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.8;
    font-family: "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", Meiryo,  Icons;
    font-style: normal;
    font-weight: 400;
    color:  rgb(255, 255, 255);
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] articles {
	display: inline-block;
	font-size: 1.9rem;
	line-height: 1.9;
	font-family: "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", Meiryo,  Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
    letter-spacing: 0.01em;
}


[data-predefined-style="true"] articles_title {
	display: inline-block;
	font-size: 3rem;
	line-height: 1.3;
	font-family: "Williams Caslon Text", "Hiragino Mincho ProN", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
    letter-spacing: 0.01em;
}


/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: rgba(0, 0, 0, 0.85);
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol>li {
        padding-left: 0.75rem;
    }

blockquote {
	margin: 0;
	padding: 0 0 0 7em;
}

hr {
	background: rgba(0, 0, 0, 0.25);
	border: 0;
	height: 1px;
	display: block;
}

hr.white {
	background: rgba(255, 255, 255, 1);
	border: 0;
	height: 1px;
	display: block;
}

hr.Black {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 1px;
	display: block;
}

hr.Blacknom {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 2px;
	display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

hr.Whitenom {
	background: rgba(255, 255, 255, 1);
	border: 0;
	height: 2px;
	display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}


hr.Blackthree {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 3px;
	display: block;
}

hr.Black40 {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 40px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0.5rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.4em;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.7;
    text-align: left;
    letter-spacing: 0.01em;
    padding-left:2rem;
    padding-right:2rem;

}


/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family:  "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", "メイリオ", "Icons";
	font-kerning: none;
    font-style: normal;
	line-height: 1.8;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
	padding-bottom: 0em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    text-decoration: line-through;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
}

[data-predefined-style="true"] bodywhite {
	font-size: 1.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family:  "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", "メイリオ", "Icons";
	font-kerning: none;
    font-style: normal;
	line-height: 1.6;
}

[data-predefined-style="true"] bodywhite a {
	color: rgba(255, 255, 255, 1);
	padding-bottom: 0em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	text-decoration: none;
}

[data-predefined-style="true"] bodywhite a:hover {
    text-decoration: line-through;
}

bodywhite a.image-link,
bodywhite a.icon-link,
bodywhite a.image-link:hover,
bodywhite a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
}


[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 4.8rem;
	line-height: 1.1;
	color: rgb(0, 0, 0);
	}

[data-predefined-style="true"] h1 a {
	color: rgb(0, 0, 0);
    border-bottom: none;
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.9rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 1);
}


[data-predefined-style="true"] wiki {
	display: inline-block;
    word-break: overflow-wrap;
	font-size: 1.1rem;
	line-height: 1.7;
	font-family: "Neue Haas Grotesk", Icons;
	font-kerning: none;
    letter-spacing: 0.01em;
    font-style: normal;
	font-weight: 400;
	color: #bbb;
}
[data-predefined-style="true"] wiki a {
	color: rgb(187, 187, 187);
	padding-bottom: 0em;
	border-bottom: 1px solid rgba(127, 127, 127, 1);
	text-decoration: none;
}


[data-predefined-style="true"] small {
	display: inline-block;
    word-break: overflow-wrap;
	font-size: 1.1rem;
	line-height: 1.7;
	font-family: "Neue Haas Grotesk", Icons;
	font-kerning: none;
    letter-spacing: 0.01em;
    font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] thissmall {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	display:block; 
    padding: 0;
	margin: 0;
	font-size: 1.1rem;
	line-height: 1;
	color: rgb(0, 0, 0);
	font-kerning: none;
	letter-spacing: 0.01em;
	}

[data-predefined-style="true"] articlesblock {
	display: inline-block;
    font-size: 1.9rem;
	line-height: 1.1;
	font-family: "Williams Caslon Text", "Hiragino Mincho ProN", "MS PGothic", Meiryo,  Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
    letter-spacing: 0.01em;
    display:block; 
}

[data-predefined-style="true"] small a {
	padding-bottom: 0em;
	border-bottom: 1px solid rgba(127, 127, 127, 1);
	text-decoration: none;
}


[data-predefined-style="true"] small2 {
	font-size: 1.1rem;
	line-height: 1.7;
	font-family: "Neue Haas Grotesk", Icons;
	font-kerning: none;
    letter-spacing: 0.01em;
    font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}



[data-predefined-style="true"] small2 a {
	border-bottom: 1px solid rgba(127, 127, 127, 1);
    padding-bottom: 0em;
	text-decoration: none;
}


[data-predefined-style="true"] monotype {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.7;
	font-family: "VCR OSD Mono", Icons;
	color: rgb(255, 255, 255);
	font-style: normal;
	font-weight: 400;
}



del {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 70%;
    background-size: 100% 0.4rem;
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
}


del2 {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 70%;
    background-size: 100% 0.15rem;
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgb(35, 35, 35)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 81%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.4rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(130, 130, 130, 1);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(255, 255, 255, 0);
	position: fixed;
	top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	top: 1.5rem /*!shop_button*/;
	right: 2.5rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2.2rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.65);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 500;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 0rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right: 0rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.9) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "Neue Haas Grotesk", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0rem 0;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.7;
}


.quick-view-caption span {
    padding: 0.5rem .5rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 72px;
    width: 72px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 3.5px;
    opacity: 0.6;
}

    
/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 72px;
   height: 72px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 2px;
   opacity: 1;

}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 3.5px;
    opacity: 0.6;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 100%;
    height: 3.3rem;
    outline: 1px solid rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
    background: #000;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(255, 255, 255, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}



/*piczoテスト*/
/*固定する背景*/
.scrollsnap {
  overflow-y: scroll;
  scroll-snap-type: off;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}

/*<div class="scrollsnap"> の直下の要素に translateZ （ただし変化無し）を与えて、
そのレイヤーを GPUレンダリングさせる*/
@media only screen and (max-width : 736px) {
  /*mobile 版だけ scrollsnap 要素を GPU レンダリング*/
  .scrollsnap > * { 
    -webkit-transform: translateZ(0px); 
  }
}







/*おしまい*/


[data-predefined-style="true"] contentsname {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
    font-kerning: normal;
	font-weight: 500;
	font-size: 4.8rem;
	line-height: 1.1;
	color: rgb(0, 0, 0);
	}

[data-predefined-style="true"] contentsmidium {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
    font-kerning: normal;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.2;
	color: rgb(0, 0, 0);
	}

[data-predefined-style="true"] contentsname a {
    border-bottom: none;
    color: rgb(0, 0, 0);
}

[data-predefined-style="true"] contentsmidium a {
    border-bottom: none;
    color: rgb(0, 0, 0);
}
