body,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
table,
th,
td,
form {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  /*
    font-family: 'Montserrat', sans-serif;

    font-family: 'Noto Sans JP', sans-serif;

    font-family: 'Noto Sans Myanmar', sans-serif;
	*/
  font-weight: 300;
}

p {
	line-height: inherit;
	font-size: inherit;
}

dt,dd,li {
	font-size: inherit;
}
ul,ol {
	list-style-type: none;
}
th,td {
	font-size: inherit;
}

.opacity0 {
  opacity: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc_inline {
    display: none;
  }

  .sp_inline {
    display: inline;
  }
}

.bold {
  font-size: 1.3em;
  font-weight: 400;
}

.bold_text2 {
  font-size: 1.2em;
  font-weight: 400;
  padding: 0.8em 0;
}

@media screen and (max-width: 768px) {
  .bold_text2 {
    font-size: 1.1em;
    font-weight: 400;
    padding: 0.7em 0;
  }
}
.small1 {
  font-size: 0.85em;
}

.nestream_small {
  font-size: 0.85em;
  line-height: 1.4em;
  margin-top: 0.5em;
}

.under_bar {
  text-decoration: underline;
}

.indent_1 {
  margin-left: 0.7em;
}

a,
a:link,
a:visited,
a:hover {
  color: #555;
  text-decoration: underline;
}

body#pg04 div#wrap,
body#pg_evt div#wrap {
  background-image: none;
}
div#wrap,
div#page,
div#content,
body#pg_evt div#main {
  width: 100%;
}

div#wrap {
}

div#page {
  margin: 0;
  background-color: #f3f3f3;
}
body {
  font-size: 12px;
  overflow-x: hidden;
}

#wrap,
#page {
  overflow-x: hidden;
}

body#pg_evt div#main {
  padding: 0;
  margin: 0;
  height: auto;
  font-size: 12px;
  width: 98%;
  margin: 0px 1% 0px 1%;
  position: relative;
  overflow: visible;
  line-height: 2.4em;
}
#content {
  width: 100%;
  max-width: 1060px;
  margin: auto;
}

#main_box01 {
  margin-top: 10px;
  width: 100%;
  position: relative;
  margin-bottom: 2em;
  color: #333;
  margin: 30px auto 100px auto;
}

@media screen and (max-width: 768px) {
  body#pg_evt div#main,
  #main_box01 {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #main_box01 {
    margin: 10px 1% 0px 1%;
    width: 98%;
    margin-top: 50px;
  }
}

#title_box {
  margin: 40px auto 30px auto;
  position: relative;
  text-align: center;
}

.sub_title {
  font-size: 2.7em;
  padding: 0em 0 0 0;
  font-family: "Sawarabi Mincho", serif;
}

#title_h1 {
  padding: 0px 0 0px 0;
  width: 100%;
  font-size: 4.2em;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
}

@media screen and (max-width: 900px) {
#title_h1 {
  font-size: 3.5em;

}
}
@media screen and (max-width: 768px) {
  #title_box {
    width: 96%;
    margin: 20px auto 20px auto;
    padding: 20px 2%;
    border-radius: 0px;
    position: relative;
    text-align: center;
  }


  #title_h1 {
    font-size: 3.8em;
    padding: 5px 0;
    line-height: 1.4em;
  }
	
  #title_box {
    margin: 22px auto 22px;
    padding: 12px 2% 15px;
  }

  .sub_title {
    padding: 0px 0 0px;
    font-size: 1.8em;
  }

  #title_h1 {
    font-size: 2.8em;
    line-height: 1.35;
    padding: 4px 0;
  }
}

.top_photo {
  position: relative;
  width: 100vw;
  aspect-ratio: 3 / 2;
  max-height: 800px;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  box-sizing: border-box;
}


.top_photo img {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}


/* --- TOP FlexSlider --- */

/* FlexSlider本体 */
.top_photo.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}


/* FlexSliderが生成するviewport */
.top_photo.flexslider .flex-viewport {
  height: 100% !important;
}


/* スライド本体 */
.top_photo.flexslider .slides {
  position: relative;
  z-index: 1;

  height: 100%;
  margin: 0;
  padding: 0;

  opacity: 0;

  /* ここにtransitionは指定しない */
}





.top_photo.flexslider .slides > li {
  height: 100%;
  overflow: hidden;
}


/* 画像 */
.top_photo.flexslider .slides img {
  display: block;

  width: 100%;
  max-width: none;
  height: 100%;

  margin: 0;

  object-fit: cover;
  object-position: center center;
}


/* 読み込み完了後 */
.top_photo.flexslider.is-loaded .slides {
  opacity: 1;

  animation: topPhotoFadeIn 0.9s ease both;
}


@keyframes topPhotoFadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}


/* =========================
   TOP PHOTO LOADER
========================= */

.top_photo_loader {
  position: absolute;
  z-index: 20;

  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;

  opacity: 1;
  visibility: visible;

  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}


.top_photo_loader img {
  display: block;

  width: 40px;
  height: 40px;

  object-fit: contain;
}


/* ロード完了 */
.top_photo.flexslider.is-loaded .top_photo_loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


/* サムネイル／ページャーは表示しない */
.top_photo.flexslider .flex-control-nav {
  display: none;
}

/* 左右ナビゲーション */
.top_photo.flexslider .flex-direction-nav {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.top_photo.flexslider.is-loaded .flex-direction-nav {
  opacity: 1;
}

.top_photo.flexslider .flex-direction-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 50;

  /* 実際のクリック領域 */
  width: 44px;
  height: 44px;

  margin: -22px 0 0;
  top: 50%;

  opacity: 1;
  color: transparent;
  text-shadow: none;
  background: none;
  font-size: 0;
  line-height: 1;
  overflow: visible;

  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  text-decoration: none;
}

/* 見た目の矢印は20px */
.top_photo.flexslider .flex-direction-nav a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;

  border-top: 1px solid #C5A059;
  border-right: 1px solid #C5A059;

  box-sizing: border-box;

  /* ::before 自体ではなく親aにクリックさせる */
  pointer-events: none;
}

.top_photo.flexslider .flex-direction-nav .flex-prev,
.top_photo.flexslider:hover .flex-direction-nav .flex-prev {
  left: 18px;
}

.top_photo.flexslider .flex-direction-nav .flex-next,
.top_photo.flexslider:hover .flex-direction-nav .flex-next {
  right: 18px;
}

.top_photo.flexslider .flex-direction-nav .flex-prev::before {
  transform: rotate(-135deg);
}

.top_photo.flexslider .flex-direction-nav .flex-next::before {
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .top_photo {
    width: 100vw;
    aspect-ratio: 3 / 2;
    max-height: none;

    margin: 0;
    padding: 0;

    overflow: hidden;
  }

  .top_photo.flexslider .slides img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;
  }


.top_photo.flexslider .slides > li {
  width: 100%;
  height: auto;
  overflow: hidden;
}	
	
@media screen and (max-width: 768px) {

  /* タップ領域は44pxのまま */
  .top_photo.flexslider .flex-direction-nav a {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  /* 見た目の矢印だけ小さくする */
  .top_photo.flexslider .flex-direction-nav a::before {
    width: 13px;
    height: 13px;
    border-top-width: 1px;
    border-right-width: 1px;
  }

  .top_photo.flexslider .flex-direction-nav .flex-prev,
  .top_photo.flexslider:hover .flex-direction-nav .flex-prev {
    left: 6px;
  }

  .top_photo.flexslider .flex-direction-nav .flex-next,
  .top_photo.flexslider:hover .flex-direction-nav .flex-next {
    right: 6px;
  }

}
}
/*TOP ex box*/
.white_box {
  width: 86%;
  margin: 60px auto 30px auto;
  padding: 40px 5%;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  font-size: 1.4em;
}

@media screen and (max-width: 768px) {
  .white_box {
    width: 90%;
    margin: 40px auto 10px auto;
    padding: 40px 3%;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 1.5em;
  }
}

.box_title {
  font-size: 2em;
  text-align: center;
  margin: 1em auto 1em auto;
  line-height: 1.5em;
}

.bold_text {
  font-weight: bold;
  padding: 3px 0;
}

.text_small {
  font-size: 0.9em;
  padding: 0.5em 0;
}

@media screen and (max-width: 768px) {
  .text_small {
    font-size: 0.84em;
    padding: 0.8em 0;
  }
}

.text_00 {
  font-size: 1.05em;
  margin: 10px auto 10px auto;
  text-align: left;
  width: 93%;
  line-height: 2.1em;
}

.text_01 {

  margin: 10px auto 10px auto;
  text-align: left;
  width: 95%;
}

.album_box01 {
  margin: 20px auto 50px auto;
  margin-top: 30px;
  background-color: #d53621;
  margin-top: 30px;
  border-radius: 10px;
  max-width: 830px;
  padding: 20px 5% 20px 5%;
  color: #fff;
}

.album_box02 {
  margin: 20px auto 50px auto;
  margin-top: 30px;
  margin-top: 30px;
  border-radius: 10px;
  max-width: 730px;
  padding: 20px 5% 20px 5%;
  border: 1px solid #999;
  font-size: 0.85em;
  line-height: 1.5em;
}

.kashi_box {
  margin: 50px auto 50px auto;
  background-color: #ffffff;
  margin-top: 30px;
  border-radius: 10px;
  max-width: 810px;
  padding: 20px 1% 20px 1%;
  border: 1px solid #444;
  position: relative;
}

.kashi_title {
  font-size: 1rem;
  position: relative;
  width: 100%;
  text-align: center;
  margin: -50px 0 0 0;
}

.kashi_img1,
.kashi_img2 {
  width: 94%;
  padding: 2em 3% 2em 3%;
  text-align: center;
}

.kashi_img1 img,
.kashi_img2 img {
  max-width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 768px) {
  .kashi_box {
    margin: 50px 2% 50px 2%;

    padding: 20px 1% 20px 1%;
  }

  .kashi_img1 img,
  .kashi_img2 img {
    max-width: 100%;
    max-height: 350px;
  }
}
.member_box01 {
  margin: 30px auto 50px auto;
  border-radius: 10px;
  max-width: 730px;
  padding: 20px 5% 20px 5%;
  font-size: 0.85em;
  line-height: 1.5em;
  background-color: #fff;
}


/* --- RELEASE INFO --- */
.album_release {
  width: 92%;
  max-width: 820px;
  margin: 60px auto 30px;
}

/* タイトル */
.album_title {
  margin: 0 0 42px;
  padding: 0 0 28px;
  text-align: center;
  border-bottom: 1px solid #C5A059;
  font-size: 1.1em;
  line-height: 1.6;
}

.album_title .album_type {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.album_title .main_title {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.95em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.album_title .release_date {
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* 初回限定盤 / 通常盤 */
.album_edition {
  position: relative;
  padding: 26px 0 28px;
  border-bottom: 1px solid #ddd;
}

.album_edition:last-child {
  border-bottom: none;
}

.edition_title {
  position: relative;
  margin-bottom: 16px;
  padding-left: 14px;
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.edition_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 2px;
  height: 1.25em;
  background-color: #C5A059;
}

/* BD / DVD */
.edition_format {
  display: flex;
  align-items: baseline;
  margin: 7px 0 7px 14px;
  line-height: 1.7;
}

.format_type {
  width: 52px;
  flex-shrink: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.format_code {
  width: 135px;
  flex-shrink: 0;
}

.format_price {
  font-weight: 400;
}

/* 仕様 */
.edition_note {
  margin: 16px 0 0 14px;
  padding-top: 13px;
  font-size: 0.9em;
  color: #666;
}

.edition_note::before {
  content: "・";
}

@media screen and (max-width: 768px) {
  .album_release {
    width: 98%;
    margin: 45px auto 20px;
  }

  .album_title {
    margin: 0 0 28px;
    padding: 0 0 22px;
    border-bottom: 1px solid #C5A059;
    font-size: 1.1em;
	  text-align: left;
  }

  .album_title .album_type {
    font-size: 1.0em;
  }

  .album_title .main_title {
    font-size: 1.45em;
    line-height: 1.45;
  }

  .album_title .release_date {
    font-size: 1.0em;
  }

  .album_edition {
    padding: 22px 0 24px;
  }

  .edition_format {
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: baseline;
    margin-left: 12px;
    margin-bottom: 10px;
  }

  .format_type {
    width: auto;
    grid-row: 1 / 3;
  }

  .format_code {
    width: auto;
    line-height: 1.5;
  }

  .format_price {
    line-height: 1.5;
  }

  .edition_note {
    margin-left: 12px;
  }
}
.album_title2 {
  margin: 10px auto 10px auto;

  border-bottom: 1px solid #333;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}

.album_title3 {
  margin: 10px auto 10px auto;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}

.album_spec01,
.album_spec02 {
  font-size: 0.85em;
  padding: 0.5em 0;
}

.album_spec02 {
  width: 100%;
  font-size: 0.9em;
}
.img_flex_box{
	display: flex;
}

.album_img_box {
  width: 100%;
	text-align: center;
}

.album_img1 {
  width: 70%;
  padding: 2em 0% 2em 0%;
  text-align: center;
  display: inline-block;
}
.album_img1 img {
  width: 90%;
  box-shadow: 0 24px 54px 0 rgba(0, 0, 0, 0.25);
}

.normal_ver{
	width: 95.5%;
}

.album_img2 {
  width: 30%;
  padding: 1em 0% 1em 0;
}


.album_img2 img {
  width: 90%;
  box-shadow: 0 24px 54px 0 rgba(0, 0, 0, 0.25);
}


@media screen and (max-width: 768px) {
.img_flex_box{
    display: block;
    width: 80%;
    margin: auto;
}
}






.album_info_box{
	width: 92%;
	margin: 0 auto;
}

/* --- 収録曲 --- */
.tracklist_container {
  width: 100%;
  margin: 68px auto 72px;
  padding: 0;
  text-align: left;
  color: #333;
}

.tracklist_columns {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tracklist_tracks {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding: 42px 54px 48px;
  border: 1px solid #e4ded4;
  background-color: #fff;
  box-sizing: border-box;
}

/* パネル上辺のゴールドアクセント */
.tracklist_tracks::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 82px;
  height: 1px;
  background-color: #C5A059;
  transform: translateX(-50%);
}

.tracklist_heading {
  margin: 0 0 28px;
  text-align: center;
}

.tracklist_kicker {
  display: block;
  margin: 0 0 7px;
  color: #9a7a3f;
  font-family: "Montserrat", sans-serif;
  font-size: 0.68em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.24em;
}

.tracklist_header {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  border: 0;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #333;
  text-align: center;
}

.tracklist_header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: rgba(197, 160, 89, 0.8);
  transform: translateX(-50%);
}

.tracklist_body {
  width: 100%;
}

.track_item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: baseline;
  min-height: 31px;
  padding: 8px 4px;
  border-bottom: 1px solid #eeeae3;
  box-sizing: border-box;
  line-height: 1.5;
}

.track_num {
  padding-right: 17px;
  color: #9a7a3f;
  font-family: "Montserrat", sans-serif;
  font-size: 0.86em;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: right;
  font-variant-numeric: tabular-nums;
  box-sizing: border-box;
}

.track_title {
  width: auto;
  padding: 0;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.5;
}

/* アンコール区切り */
.track_encore {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 29px 0 8px;
  color: #9a7a3f;
  font-family: "Montserrat", sans-serif;
  font-size: 0.70em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.20em;
  text-align: center;
}

.track_encore::before,
.track_encore::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e6e1d8;
}

.track_encore span {
  padding-left: 0.20em;
}

.track_item_last {
  border-bottom: 0;
}


/* 収録会場 */
.track_venue {
  margin: 34px 0 0;
  padding: 24px 18px 0;
  border-top: 1px solid #d8d1c6;
  text-align: center;
}

.track_venue_label {
  display: inline-block;
  margin: 0 0 11px;
  color: #9a7a3f;
  font-family: "Sawarabi Mincho", serif;
    font-size: 1.10em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.10em;
}

.track_venue_text {
    color: #555;
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.9;
}

/* SP */
@media screen and (max-width: 768px) {
  .tracklist_container {
    width: 100%;
    margin: 46px auto 52px;
  }

  .tracklist_tracks {
    width: 94%;
    max-width: none;
    padding: 31px 20px 35px;
  }

  .tracklist_tracks::before {
    width: 62px;
  }

  .tracklist_heading {
    margin-bottom: 23px;
  }

  .tracklist_kicker {
    margin-bottom: 5px;
    font-size: 0.62em;
    letter-spacing: 0.20em;
  }

  .tracklist_header {
    padding-bottom: 16px;
    font-size: 1.25em;
  }

  .tracklist_header::after {
    width: 32px;
  }

  .track_item {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 29px;
    padding: 7px 0;
  }

  .track_num {
    padding-right: 12px;
    font-size: 0.80em;
  }

  .track_title {
    min-width: 0;
    font-size: 0.95em;
  }

  .track_encore {
    gap: 11px;
    margin: 25px 0 7px;
    font-size: 0.66em;
  }

  .track_venue {
    margin-top: 28px;
    padding: 20px 4px 0;
  }

  .track_venue_label {
    margin-bottom: 9px;
    font-size: 0.84em;
  }

  .track_venue_text {
    font-size: 0.82em;
    line-height: 1.85;
  }
}

.album_caption {
    text-align: center;
    margin-top: 1em;
    font-weight: 400;
}

.sp_li {
}

.sp_li img {
  max-width: 110px;
}

@media screen and (max-width: 768px) {
  .album_box01,
  .album_box02 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .album_box01 {
    margin-bottom: 0px;
  }
  .album_box02 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
.album_title2 {
    margin: 10px auto 20px auto;

    border-bottom: 1px solid;
  }
  .album_title3 {
    margin: 10px auto 20px auto;
  }

  .album_spec01,
  .album_spec02 {
    float: none;
    width: 100%;
    padding: 0 0% 0 0;
  }

  .album_spec01 {
    font-size: 0.9em;
    line-height: 1.9em;
  }

  .album_spec02 {
    width: 100%;
    float: none;
    padding: 0;
  }

  .album_img1 {
    display: block;
    width: 80%;
    padding: 20px 10%;
    text-align: center;
  }

  .album_img2 {
    display: block;
    width: 90%;
    padding: 20px 5%;
    text-align: center;
  }
  .album_img2 img {
    width: 90%;
    padding: 0 5%;
    max-width: 200px;
  }

  .sp_li img {
  }
  .album_list2 {
    position: relative;
    width: 100%;
  }

  .album_list2_body {
    margin-left: 0;
    width: 100%;
    line-height: 1.2em;
    margin-bottom: 1em;
  }
}

.music_list_box {
  width: 94%;
  margin: 50px 0% 50px 0;
  padding: 20px 2.4% 20px 2.4%;
  background-color: #edf2f9;
  border-radius: 10px;
  float: left;
  font-weight: normal;
}

.music_list_title1 {
  margin: 0px auto 10px auto;
  padding-bottom: 0px;
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

.music_list_ul {
  color: #333;
  overflow: hidden;
}
.music_list_li {
  padding: 0em 0;
  margin-bottom: 0.1em;
  width: 49%;
  float: left;
}
.music_list_num {
  font-size: 13px;
  float: left;
  width: 10%;
  height: 25px;
}

.music_list_name {
  font-size: 13px;
  float: left;
  width: 90%;
  height: 25px;
}

.music_list_credit {
  clear: both;
  padding-left: 10%;
  font-size: 15px;
  padding-bottom: 0.4em;
  overflow: hidden;
}

.credit1 {
  float: left;
  width: 35%;
  max-width: 300px;
}

.credit2 {
  float: left;
}

.music_list_tieup {
  clear: both;
  font-size: 0.7em;
  padding-left: 10%;
}

@media screen and (max-width: 768px) {
  #music_list_title {
    font-size: 15px;
  }

  .music_list_li.wide {
    width: 100%;
  }

  .music_list_num {
    font-size: 13px;
    width: 22%;
  }

  .music_list_name {
    font-size: 13px;
    width: 78%;
  }
  .wide .music_list_name {
    width: 100%;
  }

  .credit1 {
    float: left;
    width: auto;
    max-width: none;
    padding-right: 1em;
  }

  .credit2 {
    float: left;
  }
}

.title_04 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 1em;
}

#kashi01 {
}

#kashi02 {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  #kashi02 {
    max-width: 150px;
  }
}

.artists_img {
  width: 100%;
  padding-bottom: 40px;
}

.artists_img img {
  width: 100%;
}

.box02 {
  width: 70%;
  margin: 60px auto 30px auto;
  padding: 40px 5%;
  padding: 20px 5%;
  background-color: #eed9c6;
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.2em;
}

.title_05 {
  font-size: 1.1em;
  font-weight: 400;
}

.box_comment {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  text-align: center;
}
.caption_comment {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin: 40px auto 10px auto;
}

.comment_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.comment_img img {
  width: 100%;
  height: auto;
}

.sns_sample_img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.sns_sample_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .album_box01 {
    width: 86%;
  }

  #title_h1 {
    font-weight: 400;
	font-size: 3.2em;
  }
}


/* =========================
   TOKUTEN / 特典・商品仕様
========================= */

#tokuten .text_01 {
  width: 92%;
  margin: 0 auto;
}

#tokuten .tokuten_section {
  margin: 0 0 42px;
}

#tokuten .tokuten_section:last-child {
  margin-bottom: 0;
}

.title_04 {
  margin: 0 0 20px;
  padding: 0 0 11px;
  border-bottom: 1px solid rgba(197, 160, 89, 0.65);
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

#tokuten p {
  margin: 0;
}

#tokuten .tokuten_note {
  margin: -8px 0 18px;
  color: #777;
  font-size: 0.84em;

}

#tokuten .tokuten_item {
  margin: 0 0 16px;
}

.tokuten_item_title {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  color: #333;
}

#tokuten .tokuten_detail_link {
  margin-top: 18px;
  font-size: 0.92em;
}

#tokuten .tokuten_pending {
  margin: -10px 0 34px;
  padding: 0 0 0 12px;
  border-left: 2px solid #ddd;
  color: #888;
  font-size: 0.82em;
}

#tokuten .tokuten_list,
#tokuten .shop_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tokuten .tokuten_list li,
#tokuten .shop_list li {
  position: relative;
  margin: 0;
  padding: 4px 0 4px 1.15em;
}

#tokuten .tokuten_list li::before,
#tokuten .shop_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 4px;
  color: #9a7a3f;
}

#tokuten .shop_label {
  margin: 16px 0 4px;
  color: #666;
  font-size: 0.88em;
  font-weight: 400;
}

#tokuten .tokuten_subnote {
  margin-top: 14px;
  color: #666;
  font-size: 0.82em;
  line-height: 1.9;
}

#tokuten .tokuten_subnote a {
  color: #555;
}

@media screen and (max-width: 768px) {
  #tokuten .text_01 {
    width: 92%;
	
  }

  #tokuten .tokuten_section {
    margin-bottom: 34px;
  }

  #tokuten .title_04 {
    margin-bottom: 16px;
    padding-bottom: 9px;
    font-size: 1.08em;
    letter-spacing: 0.03em;
  }

  #tokuten .tokuten_note {
    margin-bottom: 15px;
    font-size: 0.82em;
  }

  #tokuten .tokuten_item {
    margin-bottom: 14px;
    line-height: 1.9;
  }

  #tokuten .tokuten_pending {
    margin-bottom: 28px;
  }

  #tokuten .tokuten_list li,
  #tokuten .shop_list li {
    line-height: 1.8;
  }
}


#footer {
  font-size: 0.9em;
  width: 100%;
  max-width: none;
  margin: 30px auto;
}



/* =========================
   SCROLL REVEAL
========================= */


/* ---------------------------------
   white_box
   ほとんど気付かない程度
--------------------------------- */

.white_box.reveal-white {
  opacity: 0.9;
  transform: translateY(10px);

  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.white_box.reveal-white.is-reveal {
  opacity: 1;
  transform: translateY(0);
}


/* ---------------------------------
   ALBUM IMAGE
--------------------------------- */

.album_img_box.reveal-album {
  opacity: 0.5;
  transform: translateY(80px);

  transition:
    opacity 1.5s ease,
    transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);

  transition-delay: var(--reveal-delay, 0ms);
}

.album_img_box.reveal-album.is-reveal {
  opacity: 1;
  transform: translateY(0);
}


/* ---------------------------------
   TRACK LIST
--------------------------------- */

.tracklist_tracks.reveal-tracklist {
  opacity: 0.78;

  transform:
    translateY(138px)
    scale(0.995);

  transition:
    opacity 1.55s ease,
    transform 1.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.tracklist_tracks.reveal-tracklist.is-reveal {
  opacity: 1;

  transform:
    translateY(0)
    scale(1);
}


/* ---------------------------------
   アニメーション軽減設定
--------------------------------- */

@media (prefers-reduced-motion: reduce) {

  .white_box.reveal-white,
  .album_img_box.reveal-album,
  .tracklist_tracks.reveal-tracklist {
    opacity: 1;
    transform: none;
    transition: none;
  }

}
