@charset "UTF-8";
/*----------------------
  コンテンツ別の設定値
----------------------*/
/*----------------------
	mixiin
----------------------*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select, label {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

img {
  vertical-align: top;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

a,
a:link {
  color: #252525;
  text-decoration: none;
}

a:active,
a:focus {
  color: #252525;
  text-decoration: none;
}


html, body {
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  letter-spacing: 0.06em;
}

.no-transition {
  transition: none !important;
}

.no-animation {
  animation: none !important;
}

/*----------------------
  コンテンツ別の設定値
----------------------*/
/*----------------------
	mixiin
----------------------*/
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: black;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 20px 50px 30px 30px;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  /*margin-bottom: 10px;
  padding: 35px;*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  /*background: #fff;*/
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  /*vertical-align: middle;*/
  vertical-align: top;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  /*  background: url(../img/btn_close.png) center center no-repeat;*/
  background-size: 30px auto;
}

/*.remodal-close:hover,
.remodal-close:focus {
  transform: rotate(-10deg);
}*/
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
/*@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}*/
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*

top

*/
#top {
  opacity: 0;
}

#top.load {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

#top .kv, #top .bnr, #top .pc_nav, #top .logo {
  opacity: 0;
}

#top .kv.on, #top .bnr.on, #top .pc_nav.on, #top .logo.on {
  transform: translateX(0);
  opacity: 1;
}

#top .kv {
  transform: translateX(-50px);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

#top .bnr {
  transform: translateX(50px);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

#top .pc_nav, #top .logo {
  transition: opacity 0.6s cubic-bezier(0.42, 0, 1, 1);
}

#top .slick-dots li {
  margin: 0;
}

#top .slick-dots li button:before {
  font-size: 36px;
}

.loading_logo {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -80px;
  opacity: 0.8;
  display: none;
}

.loading_logo.off {
  opacity: 0;
}

.progressbar {
  width: 0;
  height: 1px;
  background: #8b8b8b;
  position: fixed;
  top: 50%;
  left: 0;
  transition: width 0.8s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.progressbar.on {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  #modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(37, 37, 37, 0.9);
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10;
    min-height: 400px;
    overflow: scroll;
  }
  #modal .remodal-close {
    display: block;
    position: absolute;
    top: 50px;
    right: 70px;
    height: 56px;
    width: 56px;
  }
  #modal .remodal-close:before, #modal .remodal-close:after {
    content: '';
    height: 2px;
    width: 65px;
    display: block;
    background: #fff;
    position: absolute;
    top: 26px;
    left: 0;
    transform: rotate(-45deg);
    transition: transform 0.4s ease;
  }
  #modal .remodal-close:after {
    transform: rotate(45deg);
  }
  #modal .remodal-close:hover:before {
    transform: rotate(45deg);
  }
  #modal .remodal-close:hover:after {
    transform: rotate(135deg);
  }
  #modal .modal_inner {
    width: 53%;
  }
  #modal .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #modal .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #modal .youtube_caption {
    margin-top: 20px;
    text-align: right;
    color: #fff;
    font-size: 13px;
  }
  #modal .youtube_caption span {
    position: relative;
    text-indent: -99999px;
    display: inline-block;
    padding: 0 40px;
  }
  #modal .youtube_caption span:after {
    content: '';
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 25px;
  }
  #top {
    overflow: hidden;
  }
  #top .bg_black {
    display: block;
    width: 342px;
    background: #252525;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #top .line {
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #top .line.on {
    opacity: 1;
  }
  #top .line1 {
    top: 0;
    left: 342px;
    z-index: 0;
    width: 887px;
    height: 893px;
  }
  #top .line1 .st0 {
    stroke-width: 18;
  }
  #top .line1 .st1 {
    stroke-width: 12;
  }
  #top .line1 .st2 {
    stroke-width: 34;
  }
  #top .line2 {
    top: 18px;
    left: 232px;
    width: 227px;
    height: 160px;
  }
  #top .line2 .st0 {
    stroke-width: 12;
    stroke-linecap: round;
  }
  #top .line3 {
    bottom: -312px;
    right: 0;
    width: 203px;
    height: 312px;
  }
  #top .line3 .st0 {
    stroke-width: 16;
    stroke-linecap: round;
  }
  #top .line4 {
    bottom: -373px;
    left: 0;
    width: 211px;
    height: 338px;
  }
  #top .line4 .st0 {
    stroke-width: 16;
    stroke-linecap: round;
  }
  #top .line4 .st1 {
    stroke-width: 11;
  }
  #top .line5 {
    bottom: -265px;
    right: 0;
    width: 245px;
    height: 265px;
  }
  #top .line5 .st0 {
    stroke-width: 16;
  }
  #top .line6 {
    bottom: -195px;
    right: 0;
    width: 744px;
    height: 279px;
  }
  #top .line6 .st0 {
    stroke-width: 17;
    stroke-linecap: round;
  }
  #top .fv_area {
    overflow: hidden;
    position: relative;
    padding: 0 5%;
  }
  #top .fv_area:after {
    content: '';
    display: block;
    width: 342px;
    border-right: 1px solid #252525;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #top h1 {
    padding: 24px 0 23px;
    z-index: 2;
    position: relative;
  }
  #top h1 a {
    color: #252525;
  }
  #top .logo {
    position: absolute;
    right: 5%;
    top: 70px;
    z-index: 6;
  }
  #top .kv_area {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #top .kv_area .kv {
    max-width: 960px;
    max-height: 640px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
  }
  #top .kv_area .kv img {
    display: block;
    width: 100%;
    height: auto;
  }
  #top .pc_nav {
    padding-top: 164px;
    margin-bottom: 5px;
    position: relative;
    z-index: 5;
    font-size: 16px;
    margin-left: 15px;
  }
  #top .sns_area {
    position: absolute;
    bottom: -240px;
    left: 0;
    z-index: 2;
  }
  #top .sns_area.fixed {
    position: fixed;
    left: auto;
    top: 40px;
    bottom: 0;
  }
  #top .sns_area p {
    display: inline-block;
    transform: rotate(90deg);
    color: #252525;
    position: relative;
    padding-top: 68px;
  }
  #top .sns_area p:after {
    content: '';
    display: block;
    position: absolute;
    left: 100px;
    bottom: 12px;
    width: 24px;
    height: 1px;
    background: #252525;
  }
  #top .sns_area .icon {
    margin-top: 50px;
  }
  #top .sns_area .icon img {
    transition: opacity 0.5s ease;
  }
  #top .sns_area a {
    display: block;
    width: 19px;
    height: 16px;
  }
  #top .sns_area a img {
    transition: opacity 0.5s ease;
    margin-left: 3px;
  }
  #top .sns_area a:hover img {
    opacity: 0.7;
  }
  #top .sns_area div {
    margin-bottom: 20px;
  }
  #top .bnr_area {
    position: relative;
    height: 88px;
    margin-bottom: 100px;
  }
  #top .bnr {
    min-width: 269px;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 5;
  }
  #top .bnr li.img_hover {
    margin-left: 40px;
  }
  #top .slick-dots {
    left: -10px;
  }
  #top .devide_area {
    margin-bottom: 210px;
  }
  #top .devide_disc {
    margin-bottom: 145px;
  }
  #top .devide_last {
    margin-bottom: 145px;
  }
  #top .devide_last .contents_title {
    margin-top: 130px;
  }
  #top .contents_title {
    float: left;
    color: #252525;
    font-size: 64px;
    width: 30vw;
    max-width: 342px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #top .contents_title.disc {
    margin-top: 160px;
  }
  #top .contents_title > span {
    display: block;
    transform: rotate(90deg) translateX(60px);
    margin-left: -60px;
    width: 150%;
  }
  #top .contents_title span span {
    display: inline-block;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  #top .contents_title span span.on {
    opacity: 1;
    transform: translateX(0);
  }
  #top .text_list_area {
    float: right;
    width: calc(100% - 342px);
    position: relative;
  }
  #top .list_box {
    border-top: 1px solid #252525;
    position: relative;
    z-index: 1;
  }
  #top .list_box p {
    padding: 80px 140px 50px 70px;
    font-size: 16px;
  }
  #top .list_box a {
    display: block;
    transition: background-color 0.5s ease;
  }
  #top .list_box a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #top .list_box_date {
    background: #252525;
    color: #fff;
    width: 320px;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding-left: 40px;
    position: absolute;
    left: 0;
    top: -20px;
  }
  #top .more_btn {
    position: relative;
    clear: both;
    z-index: 2;
  }
  #top .more_btn a {
    background: #fcfca4;
  }
  #top .more_btn:before {
    content: '';
    width: calc(100% - 320px);
    position: absolute;
    top: 0;
    left: 320px;
    border-top: 1px solid #252525;
  }
  #top .more_btn a {
    border: 1px solid #252525;
    border-left: none;
    color: #252525;
    width: 320px;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 40px;
    position: absolute;
    left: 1px;
    top: -20px;
    font-size: 16px;
  }
  #top .more_btn a:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #252525;
    position: absolute;
    left: 40px;
    top: 28px;
    transition: width 0.4s ease;
  }
  #top .more_btn a:hover:after {
    width: 250px;
  }
  #top .disc_list {
    padding: 0 50px 0 80px;
    max-width: 1100px;
    margin-bottom: 60px;
  }
  #top .disc_list a {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  #top .disc_list .img_hover span {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
  }
  #top .disc_list li {
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding-left: 30px;
  }
  #top .disc_list .disc_img {
    width: 100%;
    height: 100%;
  }
  #top .disc_list .date {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
  }
  #top .disc_list .title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  #top .disc_list .arrow {
    position: absolute;
    right: 0;
    top: -7px;
  }
  #top .blog_area {
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  #top .blog_area img {
    width: 62%;
    height: 100%;
    max-width: 678px;
    margin-right: 80px;
  }
  #top .blog_area .text-area {
    padding-bottom: 170px;
    width: 30%;
    padding-right: 30px;
  }
  #top .blog_area .detail_text {
    font-size: 14px;
  }
  #top .blog_area .detail_text p {
    margin-bottom: 30px;
  }
  #top .blog_area .date {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #top .blog_area .title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 800;
  }
  #top .contents_title.gototop a img {
    transition: transform 0.6s ease;
  }
  #top .contents_title.gototop a:hover img {
    transform: translateY(-15px);
  }
  #top .contents_title.gototop img.for_pc {
    margin-left: 40px;
    display: inline-block !important;
  }
  #top .footer_link {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
  }
  #top .footer_link a + a {
    margin-left: 30px;
  }
  #top .copy {
    font-size: 14px;
    text-align: center;
  }
  #top .disc_list_insta {
    *zoom: 1;
  }
  #top .disc_list_insta:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px), print {
  #top.load .logo {
    top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1120px), print {
  #top.load .fv_area:after {
    width: 250px;
  }
  #top.load .line1 {
    left: 250px;
  }
  #top.load .contents_title {
    width: 250px;
  }
  #top.load .contents_title > span {
    display: block;
    transform: rotate(90deg) translateX(60px);
    margin-left: -130px;
    width: 200%;
  }
  #top.load .text_list_area {
    width: calc(100% - 250px);
  }
  #top.load .disc_list {
    padding: 0 40px 0 20px;
  }
  #top.load .disc_list .arrow {
    width: 14px;
    height: 14px;
    top: -14px;
  }
  #top.load .blog_area {
    display: inline;
  }
  #top.load .blog_area img {
    margin-left: 40px;
    margin-bottom: 20px;
  }
  #top.load .blog_area .text-area {
    margin-left: 40px;
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px), print {
  #top.load .disc_list li {
    float: none;
    margin-bottom: 40px;
    width: 70%;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #top .sns_area.fixed {
    left: 50px;
  }
  *::-ms-backdrop, #top .disc_list li {
    padding-left: 0;
    width: calc((100% - 62px) / 3);
  }
  *::-ms-backdrop, #top .disc_list li:nth-child(2),
  *::-ms-backdrop, #top .disc_list li:nth-child(3) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  #modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(37, 37, 37, 0.9);
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10;
    min-height: 400px;
    overflow: scroll;
  }
  #modal .remodal-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 25px;
    height: 32px;
    width: 32px;
  }
  #modal .remodal-close:before, #modal .remodal-close:after {
    content: '';
    height: 2px;
    width: 32px;
    display: block;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 0;
    transform: rotate(-45deg);
    transition: transform 0.4s ease;
  }
  #modal .remodal-close:after {
    transform: rotate(45deg);
  }
  #modal .modal_inner {
    width: 97%;
  }
  #modal .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #modal .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #modal .youtube_caption {
    margin-top: 15px;
    text-align: right;
    color: #fff;
    font-size: 10px;
  }
  #modal .youtube_caption span {
    position: relative;
    text-indent: -99999px;
    display: inline-block;
    padding: 0 20px;
  }
  #modal .youtube_caption span:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 15px;
  }
  #top {
    overflow: hidden;
  }
  #top:after {
    content: '';
    display: block;
    width: 80px;
    border-right: 1px solid #252525;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #top .line.for_sp {
    position: absolute;
    z-index: 0;
    display: inline !important;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  #top .line.for_sp.on {
    opacity: 1;
  }
  #top .line1 {
    bottom: -120px;
    left: 80px;
    z-index: 1 !important;
    width: 420px;
    height: 454px;
  }
  #top .line1 .st0 {
    stroke-width: 10;
  }
  #top .line1 .st1 {
    stroke-width: 7;
  }
  #top .line1 .st2 {
    stroke-width: 14;
  }
  #top .line2 {
    bottom: -157px;
    right: 0;
    width: 105px;
    height: 157px;
  }
  #top .line2 .st0 {
    stroke-width: 7;
    stroke-linecap: round;
  }
  #top .line3 {
    bottom: -187px;
    left: 0;
    width: 81px;
    height: 169px;
  }
  #top .line3 .st0 {
    stroke-width: 8;
  }
  #top .line3 .st1 {
    stroke-width: 7;
  }
  #top .line4 {
    bottom: -144px;
    right: -4px;
    width: 136px;
    height: 144px;
  }
  #top .line4 .st0 {
    stroke-width: 11;
  }
  #top .line5 {
    bottom: -144px;
    right: 0;
    width: 347px;
    height: 126px;
  }
  #top .line5 .st0 {
    stroke-width: 8;
  }
  #top .fv_area {
    position: relative;
    margin-bottom: 120px;
  }
  #top .logo {
    position: absolute;
    right: 20px;
    top: -73px;
    z-index: 2;
  }
  #top .kv {
    margin: 90px 20px 30px 40px;
    z-index: 0;
    position: relative;
  }
  #top .kv img {
    display: block;
    width: 100%;
    height: auto;
  }
  #top h1 {
    position: absolute;
    bottom: 192px;
    left: -10px;
    transform: rotate(90deg) translateY(60px);
    font-size: 12px;
  }
  #top h1 a {
    color: #252525;
  }
  #top .btn_movie {
    width: 40px;
    height: 40px;
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    position: absolute;
    bottom: 123px;
    left: 0;
  }
  #top .btn_movie a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #top .btn_movie a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 15px;
    left: 16px;
  }
  #top .bnr {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 269px !important;
    margin: 0 auto 0 auto;
  }
  #top .bnr img {
    width: 100%;
    height: auto;
  }
  #top .devide_area {
    margin-bottom: 150px;
  }
  #top .devide_last {
    margin-bottom: 50px;
  }
  #top .contents_title {
    float: left;
    color: #252525;
    font-size: 40px;
    width: 80px;
    text-align: center;
  }
  #top .contents_title > span {
    display: block;
    transform: rotate(90deg) translateX(20px);
  }
  #top .contents_title span span {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  #top .contents_title span span.on {
    opacity: 1;
  }
  #top .text_list_area {
    float: right;
    width: calc(100% - 80px);
    position: relative;
  }
  #top .list_box {
    border-top: 1px solid #252525;
    position: relative;
    z-index: 1;
  }
  #top .list_box p {
    padding: 60px 50px 40px 30px;
    font-size: 13px;
  }
  #top .list_box a {
    display: block;
  }
  #top .list_box_date {
    background: #252525;
    color: #fff;
    width: 184px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 40px;
    position: absolute;
    left: 0;
    top: -10px;
  }
  #top .more_btn {
    position: relative;
    clear: both;
    z-index: 2;
  }
  #top .more_btn:before {
    content: '';
    width: calc(100% - 163px);
    position: absolute;
    top: 0;
    left: 163px;
    border-top: 1px solid #252525;
  }
  #top .more_btn a {
    border: 1px solid #252525;
    border-left: none;
    color: #252525;
    width: 163px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    left: 1px;
    top: -10px;
    font-size: 13px;
  }
  #top .more_btn a:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #252525;
    position: absolute;
    left: 20px;
    top: 14px;
  }
  #top .disc_list {
    padding: 0 20px 0 28px;
    margin-bottom: 60px;
  }
  #top .disc_list a {
    display: block;
    margin-bottom: 18px;
    line-height: 1em;
    position: relative;
  }
  #top .disc_list li {
    margin-bottom: 50px;
  }
  #top .disc_list .disc_img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  #top .disc_list .date {
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
  }
  #top .disc_list .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #top .disc_list .arrow {
    position: absolute;
    right: 0;
    top: -3px;
  }
  #top .blog_area {
    position: relative;
    padding: 0 20px 0 28px;
  }
  #top .blog_area img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  #top .blog_area .detail_text {
    font-size: 13px;
    margin-bottom: 50px;
  }
  #top .blog_area .detail_text p {
    margin-bottom: 30px;
  }
  #top .blog_area .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #top .blog_area .title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 800;
  }
  #top .gototop img {
    margin-left: 26px;
    position: relative;
    z-index: 1;
  }
  #top .footer_link {
    text-align: center;
    margin-bottom: 40px;
    font-size: 12px;
  }
  #top .footer_link a + a {
    margin-left: 30px;
  }
  #top .copy {
    font-size: 11px;
    text-align: center;
  }
}

/*

under_page_common

*/
.under_page {
  opacity: 0;
}

.under_page.load {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.under_page h1 a {
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .under_page {
    display: flex;
  }
  .under_page header {
    background: #252525;
    position: fixed;
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #fff;
    padding-left: 48px;
    z-index: 4;
  }
  .under_page .contents_area {
    width: calc(100% - 340px);
    padding-top: 56px;
  }
  .under_page .nav_area {
    width: 340px;
    height: 100vh;
    padding-top: 56px;
    border-left: 1px;
    position: fixed;
    left: auto;
    right: 0;
    border-left: 1px solid #252525;
    box-sizing: border-box;
  }
  .under_page .pc_nav {
    margin: 50px 40px 0 0;
    font-size: 16px;
  }
  .under_page .pc_nav a {
    color: #252525;
  }
  .under_page .pc_nav a.on {
    font-weight: 600;
  }
  .under_page .sub_menu {
    height: 54px;
    line-height: 54px;
    text-align: right;
    margin-right: 30px;
    font-size: 16px;
  }
  .under_page .sub_menu span a {
    color: #252525;
  }
  .under_page .sub_menu span.selected {
    color: #252525;
    font-weight: 600;
  }
  .under_page .sub_menu span.selected a {
    font-weight: 600;
    color: #252525;
  }
  .under_page .sub_menu span:hover {
    cursor: pointer;
  }
  .under_page .sub_menu span + span {
    margin-left: 50px;
  }
  .under_page .sub_menu .hover-border:before {
    background: #8b8b8b;
  }
  .under_page .side_line {
    position: absolute;
    left: 40px;
    border-left: 1px solid #252525;
    height: calc(100vh - 190px);
    z-index: 2;
  }
  .under_page .side_line span {
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left center;
  }
  .under_page .text_list_area {
    width: 100%;
  }
  .under_page .text_list_area.single {
    border-top: none;
    border-bottom: 1px solid #252525;
    padding-bottom: 250px;
  }
  .under_page .text_list_area .inner {
    margin: 0 80px 0 200px;
  }
  .under_page .list_box {
    border-top: 1px solid #252525;
    position: relative;
    z-index: 1;
  }
  .under_page .list_box p {
    font-size: 16px;
  }
  .under_page .list_box a {
    padding: 80px 140px 68px 180px;
    display: block;
    transition: background-color 0.5s ease;
  }
  .under_page .list_box a:hover {
    background-color: rgba(243, 243, 243, 0.8);
  }
  .under_page .list_box_date {
    background: #252525;
    color: #fff;
    width: 366px;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding-left: 195px;
    position: absolute;
    left: 0;
    top: -15px;
  }
  .under_page .list_btn {
    position: relative;
    clear: both;
    z-index: 2;
  }
  .under_page .list_btn:before {
    content: '';
    width: calc(100% - 326px);
    position: absolute;
    top: 0;
    left: 326px;
    border-top: 1px solid #252525;
  }
  .under_page .list_btn .inner {
    border: 1px solid #252525;
    border-left: none;
    color: #252525;
    width: 366px;
    height: 56px;
    line-height: 54px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 14px;
  }
  .under_page .white_btn {
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #252525;
    text-align-last: center;
    line-height: 50px;
    text-indent: 10px;
  }
  .under_page .white_btn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .under_page .white_btn a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    display: block;
    background: #252525;
    transition: width 0.4s ease;
  }
  .under_page .white_btn a:hover:after {
    width: 270px;
  }
  .under_page .paging .inner {
    margin: 0;
  }
  .under_page .paging .inner .prev, .under_page .paging .inner .next {
    text-indent: -9999px;
    position: relative;
    display: inline-block;
    width: 20px;
    line-height: 54px;
  }
  .under_page .paging .inner .prev:after, .under_page .paging .inner .next:after {
    content: "";
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    top: 24px;
    text-indent: 0;
    display: block;
    position: absolute;
  }
  .under_page .paging .inner a {
    display: inline-block;
    position: relative;
  }
  .under_page .paging .inner a:before {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 8px;
    background: #252525;
    transition: opacity 0.4s ease;
  }
  .under_page .paging .inner a:hover:before {
    opacity: 1;
  }
  .under_page .paging .inner .next {
    margin-left: 18px;
    margin-right: 14px;
  }
  .under_page .paging .inner .next:after {
    transform: rotate(45deg);
  }
  .under_page .paging .inner .prev {
    margin-left: 18px;
    margin-right: 18px;
  }
  .under_page .paging .inner .prev:after {
    transform: rotate(-135deg);
  }
  .under_page .paging .inner .num {
    margin: 0 22px;
  }
  .under_page .paging .inner .selected {
    font-weight: 600;
  }
  .under_page .paging .inner .selected:before {
    opacity: 1;
  }
  .under_page .paging.not_back .inner {
    padding-left: 32px;
  }
  .under_page .footer_area {
    margin-bottom: 140px;
  }
  .under_page .footer_area .footer_link {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .under_page .footer_area .footer_link a + a {
    margin-left: 30px;
  }
  .under_page .footer_area .copy {
    font-size: 14px;
    text-align: center;
  }
  .under_page .gototop {
    margin-left: calc(100% - 18px - 30px);
    margin-top: 30px;
    margin-bottom: 110px;
  }
  .under_page .gototop a img {
    transition: transform 0.6s ease;
  }
  .under_page .gototop a:hover img {
    transform: translateY(-10px);
  }
}

@media screen and (min-width: 768px) and (max-width: 900px), print {
  .under_page .text_list_area .inner {
    margin: 0 80px 0 100px;
  }
  .under_page .list_box a {
    padding: 80px 40px 68px 80px;
  }
}

@media screen and (max-width: 767px) {
  .under_page {
    display: flex;
  }
  .under_page header {
    background: #252525;
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 3;
  }
  .under_page header .menu {
    left: 15px;
    top: 12px;
  }
  .under_page header .menu span, .under_page header .menu span:before, .under_page header .menu span:after {
    background: #fff;
  }
  .under_page header h1 {
    margin-right: 20px;
    text-align: right;
  }
  .under_page header h1 a {
    color: #fff;
  }
  .under_page .contents_area {
    width: 100%;
    padding-top: 40px;
  }
  .under_page .sub_menu {
    height: 90px;
    line-height: 90px;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
  }
  .under_page .sub_menu .selected {
    color: #252525 !important;
    font-weight: 600;
  }
  .under_page .sub_menu span {
    display: block;
    font-size: 14px;
  }
  .under_page .sub_menu span:hover {
    cursor: pointer;
  }
  .under_page .text_list_area.single {
    border-top: none;
    border-bottom: 1px solid #252525;
    padding-bottom: 60px;
  }
  .under_page .text_list_area .inner {
    margin: 0 30px 0 40px;
  }
  .under_page .list_box {
    border-top: 1px solid #252525;
    position: relative;
    z-index: 1;
  }
  .under_page .list_box p {
    font-size: 17px;
  }
  .under_page .list_box a {
    padding: 60px 50px 50px 40px;
    display: block;
  }
  .under_page .list_box_date {
    background: #252525;
    color: #fff;
    width: 184px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 40px;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .under_page .list_box_date {
    background: #252525;
    color: #fff;
    width: 184px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .under_page .more_btn {
    border-top: 1px solid #252525;
    position: relative;
    clear: both;
    z-index: 2;
  }
  .under_page .more_btn a {
    border: 1px solid #252525;
    border-left: none;
    color: #252525;
    width: 163px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 13px;
  }
  .under_page .more_btn a:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #252525;
    position: absolute;
    left: 20px;
    top: 14px;
  }
  .under_page .list_btn {
    position: relative;
    clear: both;
    z-index: 2;
  }
  .under_page .list_btn:before {
    content: '';
    width: calc(100% - 224px);
    position: absolute;
    top: 0;
    left: 224px;
    border-top: 1px solid #252525;
  }
  .under_page .list_btn .inner {
    border: 1px solid #252525;
    border-left: none;
    color: #252525;
    width: 184px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 13px;
  }
  .under_page .paging .inner {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    border-right: none;
    margin: 0;
  }
  .under_page .paging .inner .prev, .under_page .paging .inner .next {
    text-indent: -9999px;
    position: relative;
    display: inline-block;
    width: 12px;
    line-height: 58px;
  }
  .under_page .paging .inner .prev:after, .under_page .paging .inner .next:after {
    content: "";
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    top: 27px;
    text-indent: 0;
    display: block;
    position: absolute;
  }
  .under_page .paging .inner a {
    display: block;
    position: relative;
  }
  .under_page .paging .inner a:before {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 8px;
    background: #252525;
    transition: opacity 0.4s ease;
  }
  .under_page .paging .inner .num {
    line-height: 58px;
  }
  .under_page .paging .inner .next {
    margin-right: 18px;
  }
  .under_page .paging .inner .next:after {
    transform: rotate(45deg);
  }
  .under_page .paging .inner .prev {
    margin-left: 18px;
  }
  .under_page .paging .inner .prev:after {
    transform: rotate(-135deg);
  }
  .under_page .paging .inner .selected {
    font-weight: 600;
  }
  .under_page .paging .inner .selected:before {
    opacity: 1;
  }
  .under_page .paging.not_back .inner {
    padding-left: 32px;
  }
  .under_page .white_btn {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #252525;
    text-align-last: center;
    line-height: 60px;
    text-indent: 10px;
  }
  .under_page .white_btn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 13px;
  }
  .under_page .white_btn a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    display: block;
    background: #252525;
    transition: width 0.4s ease;
  }
  .under_page .footer_area {
    margin-bottom: 100px;
  }
  .under_page .footer_area .footer_link {
    text-align: center;
    margin-bottom: 50px;
    font-size: 12px;
  }
  .under_page .footer_area .footer_link a + a {
    margin-left: 30px;
  }
  .under_page .footer_area .copy {
    font-size: 11px;
    text-align: center;
    line-height: 1.4em;
  }
  .under_page .gototop {
    margin-left: calc(100% - 11px - 25px);
    margin-top: 15px;
    margin-bottom: 55px;
  }
  .under_page .side_line {
    position: absolute;
    left: 10px;
    border-left: 1px solid #252525;
    height: calc(100vh - 190px);
    z-index: 2;
  }
  .under_page .side_line span {
    font-size: 10px;
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left center;
  }
}

/*

under_page

*/
/*

news

*/
@media screen and (min-width: 768px), print {
  #news .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 248px;
  }
  #news .side_line span {
    top: -5em;
  }
}

@media screen and (max-width: 767px) {
  #news .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 245px;
  }
  #news .side_line span {
    top: -6em;
  }
  #news .list_btn.paging {
    margin-bottom: 60px;
  }
}

/*

news_detail

*/
@media screen and (min-width: 768px), print {
  #news_detail .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 250px;
  }
  #news_detail .side_line span {
    top: -5em;
  }
  #news_detail .text_list_area {
    border-bottom: 1px solid #252525;
  }
  #news_detail .text_list_area .inner {
    margin: 0 0 0 200px;
    text-align: right;
  }
  #news_detail .text_list_area h2, #news_detail .text_list_area p {
    text-align: left;
  }
  #news_detail .text_list_area h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 80px 62px 0;
    line-height: 1.7em;
  }
  #news_detail .text_list_area p {
    margin: 0 80px 40px 0;
    line-height: 2.4em;
  }
  #news_detail .text_list_area p a {
    display: inline-block;
    padding: 0;
    position: relative;
  }
  #news_detail .text_list_area p a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -2px;
    background: #8b8b8b;
    height: 2px;
    transition: left 0.4s ease, right 0.4s ease;
  }
  #news_detail .text_list_area p a:hover:before {
    left: 100%;
  }
  #news_detail .text_list_area p a:hover {
    background-color: #fff;
  }
  #news_detail .text_list_area img {
    width: 83%;
    height: auto;
    margin-bottom: 40px;
  }
  #news_detail .text_list_area .thumb_photo.for_pc {
    min-width: 365px;
    width: 67%;
    height: auto;
    display: inline !important;
    margin-bottom: 80px;
  }
  #news_detail .paging {
    margin: 60px 28px 30px 70px;
    height: 20px;
    position: relative;
  }
  #news_detail .paging li {
    position: absolute;
  }
  #news_detail .paging li.num1 {
    left: 0;
  }
  #news_detail .paging li.num2 {
    left: 50%;
    margin-left: -2em;
  }
  #news_detail .paging li.num3 {
    right: 0;
  }
  #news_detail .paging a {
    padding: 0;
    display: inline-block;
    font-size: 14px;
  }
  #news_detail .paging a:hover {
    background-color: #fff;
  }
  #news_detail .paging .prev, #news_detail .paging .next {
    position: relative;
  }
  #news_detail .paging .prev:after, #news_detail .paging .next:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    top: 9px;
    text-indent: 0;
    display: block;
    position: absolute;
  }
  #news_detail .paging .next {
    padding-right: 40px;
  }
  #news_detail .paging .next:after {
    transform: rotate(45deg);
    right: 0;
  }
  #news_detail .paging .prev {
    padding-left: 45px;
  }
  #news_detail .paging .prev:after {
    transform: rotate(-135deg);
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px), print {
  #news_detail .text_list_area .inner {
    margin: 0 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  #news_detail .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 230px;
  }
  #news_detail .side_line span {
    top: -5em;
  }
  #news_detail .thumb_photo.for_sp {
    width: 88%;
    height: auto;
    display: inline !important;
    margin-bottom: 45px;
  }
  #news_detail .text_list_area {
    border-bottom: 1px solid #252525;
  }
  #news_detail .text_list_area img {
    width: calc(100% - 20px);
    height: auto;
    margin-bottom: 40px;
  }
  #news_detail .text_list_area .inner {
    margin: 0 0 0 30px;
    text-align: right;
  }
  #news_detail .text_list_area h2, #news_detail .text_list_area p {
    text-align: left;
  }
  #news_detail .text_list_area h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 20px 30px 0;
  }
  #news_detail .text_list_area p {
    margin: 0 20px 30px 0;
    line-height: 1.8em;
    font-size: 14px;
  }
  #news_detail .text_list_area p a {
    display: inline-block;
    padding: 0;
    padding-bottom: 1px;
    border-bottom: 1px solid #8b8b8b;
  }
  #news_detail .paging {
    margin: 30px 25px 20px 25px;
    height: 20px;
    position: relative;
  }
  #news_detail .paging li {
    position: absolute;
  }
  #news_detail .paging li.num1 {
    left: 0;
  }
  #news_detail .paging li.num2 {
    left: 50%;
    margin-left: -2em;
  }
  #news_detail .paging li.num3 {
    right: 0;
  }
  #news_detail .paging a {
    padding: 0;
    display: inline-block;
    font-size: 14px;
  }
  #news_detail .paging .prev, #news_detail .paging .next {
    position: relative;
  }
  #news_detail .paging .prev:after, #news_detail .paging .next:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    top: 9px;
    text-indent: 0;
    display: block;
    position: absolute;
  }
  #news_detail .paging .next {
    padding-right: 20px;
  }
  #news_detail .paging .next:after {
    transform: rotate(45deg);
    right: 0;
  }
  #news_detail .paging .prev {
    padding-left: 20px;
  }
  #news_detail .paging .prev:after {
    transform: rotate(-135deg);
    left: 0;
  }
}

/*

video

*/
#video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 768px), print {
  #video .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 170px;
  }
  #video .side_line span {
    top: -5.6em;
  }
  #video .youtube {
    margin-bottom: 30px;
  }
  #video .text_list_area {
    padding-bottom: 80px;
  }
  #video .text_list_area .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #video .text_list_area .box {
    margin-bottom: 60px;
    width: calc((100% - 40px) / 2);
  }
  #video .text_list_area .box p {
    font-size: 15px;
    line-height: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  #video .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 176px;
  }
  #video .side_line span {
    top: -5.6em;
  }
  #video .box {
    float: none;
    margin-bottom: 50px;
    font-size: 14px;
  }
  #video .youtube {
    margin-bottom: 20px;
  }
}

/*

discography

*/
@media screen and (min-width: 768px), print {
  #discography .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 320px;
  }
  #discography .side_line span {
    top: -10.4em;
  }
  #discography .footer_area {
    border-top: 1px solid #252525;
  }
  #discography .text_list_area {
    border-top: 1px solid #252525;
    border-bottom: none;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #discography .photo_area {
    float: left;
    width: 286px;
  }
  #discography .photo_area img {
    max-width: 286px;
    height: auto;
    margin-bottom: 10px;
  }
  #discography .photo_area .cart {
    width: 286px;
    box-sizing: border-box;
    border: 1px solid #252525;
    text-align: center;
  }
  #discography .photo_area .cart .icon {
    background: #252525;
    height: 32px;
    position: relative;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
  }
  #discography .photo_area .cart .icon img {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
  #discography .photo_area .cart .shop + .shop {
    border-top: 1px solid #252525;
  }
  #discography .photo_area .cart a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    transition: background-color 0.5s ease;
  }
  #discography .photo_area .cart a:hover {
    background-color: rgba(243, 243, 243, 0.8);
  }
  #discography .text-area {
    float: right;
    width: calc(100% - 286px - 50px);
  }
  #discography h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  #discography p {
    margin: 0 0 40px 0;
    line-height: 2.4em;
    font-size: 16px;
  }
  #discography p span {
    font-weight: 600;
  }
  #discography p small {
    font-size: 14px;
    line-height: 1.7em;
    display: block;
  }
  #discography .lead {
    font-size: 15px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1356px), print {
  #discography .text_list_area .inner {
    margin: 0 20px 0 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px), print {
  #discography .photo_area {
    float: none;
    margin: 0 auto 20px auto;
    width: 350px;
  }
  #discography .photo_area .cart {
    width: 350px;
    margin-bottom: 30px;
  }
  #discography .photo_area img {
    max-width: 350px;
  }
  #discography p {
    margin: 0 0 40px 0;
  }
  #discography .text-area {
    margin: 0 auto;
    float: none;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  #discography .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 315px;
  }
  #discography .side_line span {
    top: -11em;
  }
  #discography .sub_menu {
    padding: 0 85px;
  }
  #discography .footer_area {
    border-top: 1px solid #252525;
  }
  #discography .text_list_area {
    border-top: 1px solid #252525;
    border-bottom: none;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #discography .photo_area img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #discography .photo_area .cart {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #252525;
    text-align: center;
  }
  #discography .photo_area .cart .icon {
    background: #252525;
    height: 28px;
    position: relative;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
  }
  #discography .photo_area .cart .icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    height: auto;
    margin-bottom: 0;
  }
  #discography .photo_area .cart a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
  #discography .photo_area .cart .shop + .shop {
    border-top: 1px solid #252525;
  }
  #discography .text-area {
    padding-top: 50px;
  }
  #discography h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
  }
  #discography p {
    margin: 0 0 25px 0;
    line-height: 2em;
    font-size: 14px;
  }
  #discography p span {
    font-weight: 600;
  }
  #discography p small {
    font-size: 14px;
    line-height: 1.7em;
    display: block;
  }
  #discography .lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/*

profile

*/
@media screen and (min-width: 768px), print {
  #profile .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 220px;
  }
  #profile .side_line span {
    top: -8em;
  }
  #profile .text_list_area {
    padding-bottom: 130px;
  }
  #profile .photo_area {
    position: relative;
    width: 352px;
    float: left;
    padding-bottom: 650px;
  }
  #profile .text-area {
    float: right;
    width: calc(100% - 352px - 50px);
    margin-top: 85px;
  }
  #profile .text-area h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  #profile .text-area p {
    font-size: 16px;
    line-height: 2.4em;
    margin-bottom: 40px;
  }
  #profile .text-area .j_name {
    font-size: 14px;
    margin-bottom: 60px;
  }
  #profile .sns_area {
    position: absolute;
    right: -62px;
    top: 572px;
    z-index: 1;
  }
  #profile .sns_area p {
    display: inline-block;
    transform: rotate(90deg);
    color: #252525;
    position: relative;
    padding-top: 68px;
  }
  #profile .sns_area p:after {
    content: '';
    display: block;
    position: absolute;
    left: 100px;
    bottom: 12px;
    width: 24px;
    height: 1px;
    background: #252525;
  }
  #profile .sns_area .icon {
    margin-top: 70px;
  }
  #profile .sns_area .icon img {
    transition: opacity 0.5s ease;
  }
  #profile .sns_area a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #profile .sns_area a img {
    transition: opacity 0.5s ease;
  }
  #profile .sns_area a:hover img {
    opacity: 0.7;
  }
  #profile .sns_area div {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1310px), print {
  #profile.under_page .text_list_area .inner {
    margin: 0 40px 0 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1120px), print {
  #profile .photo_area {
    width: 250px;
  }
  #profile .photo_area .photo {
    width: 100%;
    height: auto;
  }
  #profile .sns_area {
    top: 382px;
  }
  #profile .text-area {
    width: calc(100% - 250px - 50px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1120px), print {
  #profile .photo_area {
    width: 352px;
    float: none;
    padding-bottom: 0;
  }
  #profile .sns_area.for_pc {
    display: none !important;
  }
  #profile .sns_area.for_sp {
    display: block !important;
    position: static;
  }
  #profile .text-area {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  #profile .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 210px;
  }
  #profile .side_line span {
    top: -9em;
  }
  #profile .photo_area .photo {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  #profile .text-area h2 {
    font-size: 26px;
    margin-bottom: 4px;
  }
  #profile .text-area p {
    font-size: 14px;
    line-height: 2.4em;
    margin-bottom: 30px;
  }
  #profile .text-area .j_name {
    font-size: 14px;
    margin-bottom: 45px;
  }
  #profile .sns_area {
    margin-top: 60px;
  }
  #profile .sns_area p {
    display: inline-block;
    color: #252525;
    position: relative;
    font-size: 13px;
    float: left;
  }
  #profile .sns_area p:after {
    content: '';
    display: block;
    position: absolute;
    left: 100px;
    bottom: 12px;
    width: 15px;
    height: 1px;
    background: #252525;
  }
  #profile .sns_area .icon_area {
    float: right;
    width: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/*

message

*/
@media screen and (min-width: 768px), print {
  #message .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 300px;
  }
  #message .side_line span {
    top: -7.4em;
  }
  #message .sub_menu {
    margin-right: 0;
  }
  #message .pulldown {
    width: 128px;
    height: 54px;
    margin-left: calc(100% - 128px);
    box-sizing: border-box;
    position: relative;
  }
  #message .pulldown ul {
    width: 128px;
    text-align: right;
  }
  #message .pulldown ul li {
    width: 128px;
    padding-right: 28px;
    box-sizing: border-box;
    transition: background-color 0.5s ease;
  }
  #message .pulldown ul li:hover {
    cursor: pointer;
    background-color: rgba(243, 243, 243, 0.8);
  }
  #message .pulldown .celected_menu {
    border-left: 1px solid #252525;
    height: 54px;
  }
  #message .pulldown .celected_menu li {
    line-height: 54px;
    display: none;
    position: relative;
  }
  #message .pulldown .celected_menu li.on {
    display: block;
  }
  #message .pulldown .celected_menu li.on:after {
    content: '';
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    top: 22px;
    text-indent: 0;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  }
  #message .pulldown .pulldown_menu {
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    top: 53px;
    right: 0px;
    width: 128px;
    display: none;
    overflow: hidden;
  }
  #message .pulldown .pulldown_menu a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #message .pulldown .pulldown_menu li {
    border-left: 1px solid #252525;
    width: 127px;
    height: 32px;
    line-height: 32px;
  }
  #message .pulldown .pulldown_menu li:last-child {
    border-bottom: 1px solid #252525;
  }
  #message .list_box.no-line {
    border: none;
  }
  #message .list_box_text_area {
    margin: 100px 100px 75px 200px;
  }
  #message .list_box_text_area .date {
    font-size: 15px;
    margin-bottom: 18px;
  }
  #message .list_box_text_area h2 {
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 600;
  }
  #message .accordion_block {
    display: none;
  }
  #message .accordion_block p {
    line-height: 2.1em;
    margin-bottom: 30px;
  }
  #message .list_btn.accordion {
    margin-left: 40px;
    margin-bottom: 176px;
  }
  #message .list_btn.accordion.no-margin {
    margin-bottom: 0;
  }
  #message .list_btn.accordion .inner {
    width: 326px;
    border-left: 1px solid #252525;
    margin: 0;
  }
  #message .list_btn.accordion .inner:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #252525;
    position: absolute;
    left: 40px;
    top: 28px;
    transition: width 0.4s ease;
  }
  #message .list_btn.accordion .inner:hover {
    cursor: pointer;
  }
  #message .list_btn.accordion .inner:hover:after {
    width: 250px;
  }
  #message .list_btn.accordion span {
    margin-left: 215px;
    display: none;
  }
  #message .list_btn.accordion span.on {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px), print {
  #message .list_box_text_area {
    margin: 100px 40px 75px 100px;
  }
}

@media screen and (max-width: 767px) {
  #message .side_line {
    height: calc(100vh - 190px - 4.5em);
    top: 266px;
  }
  #message .side_line span {
    top: -7.6em;
  }
  #message .sub_menu {
    margin: 0px 100px;
  }
  #message .pulldown {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    position: relative;
  }
  #message .pulldown ul {
    width: 100%;
    text-align: center;
  }
  #message .pulldown ul li {
    font-size: 14px;
    width: 100%;
    text-indent: 20px;
    box-sizing: border-box;
  }
  #message .pulldown .celected_menu {
    height: 90px;
  }
  #message .pulldown .celected_menu li {
    line-height: 90px;
    display: none;
    position: relative;
    font-size: 14px;
  }
  #message .pulldown .celected_menu li.on {
    display: block;
  }
  #message .pulldown .celected_menu li.on:after {
    content: '';
    left: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    top: 50%;
    margin-top: -5px;
    margin-left: -30px;
    text-indent: 0;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  }
  #message .pulldown .pulldown_menu {
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    top: 80px;
    left: -100px;
    width: 90vw;
    text-align: center;
    display: none;
    overflow: hidden;
  }
  #message .pulldown .pulldown_menu a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #message .pulldown .pulldown_menu li {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  #message .pulldown .pulldown_menu li:last-child {
    border-bottom: 1px solid #252525;
  }
  #message .list_box.no-line {
    border: none;
  }
  #message .list_box_text_area {
    margin: 65px 30px 75px 40px;
  }
  #message .list_box_text_area .date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #message .list_box_text_area h2 {
    font-size: 17px;
    margin-bottom: 35px;
    font-weight: 600;
  }
  #message .accordion_block {
    display: none;
  }
  #message .accordion_block p {
    font-size: 14px;
    line-height: 2.1em;
    margin-bottom: 20px;
  }
  #message .list_btn.accordion {
    margin-left: 10px;
    margin-bottom: 120px;
  }
  #message .list_btn.accordion.no-margin {
    margin-bottom: 0;
  }
  #message .list_btn.accordion .inner {
    width: 184px;
    border-left: 1px solid #252525;
  }
  #message .list_btn.accordion .inner:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #252525;
    position: absolute;
    left: 35px;
    top: 20px;
    transition: width 0.4s ease;
  }
  #message .list_btn.accordion span {
    margin-left: 94px;
    display: none;
  }
  #message .list_btn.accordion span.on {
    display: block;
  }
}

/*

tour

*/
@media screen and (min-width: 768px), print {
  #tour .side_line {
    top: 250px;
  }
  #tour .side_line.single {
    top: 195px;
  }
  #tour .side_line span {
    top: -5em;
  }
  #tour .text_list_area {
    border-bottom: 1px solid #252525;
  }
  #tour .text_list_area.single .list_box {
    border-top: none;
  }
  #tour .text_list_area p {
    padding: 80px 140px 68px 180px;
    font-size: 22px;
  }
  #tour .text_list_area p span {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
  }
  #tour .list_box a {
    display: block;
    transition: background-color 0.5s ease;
    padding: unset;
  }
}

@media screen and (max-width: 767px) {
  #tour .side_line {
    top: 240px;
  }
  #tour .side_line.single {
    top: 145px;
  }
  #tour .side_line span {
    top: -5em;
  }
  #tour .text_list_area {
    border-bottom: 1px solid #252525;
  }
  #tour .text_list_area.single .list_box {
    border-top: none;
  }
  #tour .text_list_area p {
    padding: 60px 45px 45px 40px;
    font-size: 17px;
  }
  #tour .text_list_area p span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
  }
  #tour .list_box a {
    display: block;
    padding: unset;
  }
}

/*

contact

*/
@media screen and (min-width: 768px), print {
  #contact .side_line {
    top: 210px;
  }
  #contact .side_line span {
    top: -100px;
  }
  #contact .text_list_area {
    padding-bottom: 75px;
  }
  #contact .text_list_area p {
    font-size: 16px;
    line-height: 2.4em;
    margin-bottom: 80px;
  }
  #contact .text_list_area .white_btn a {
    text-align: center;
  }
  #contact .text_list_area .mb80 {
    margin-bottom: 80px;
  }
  #contact .text_list_area .mb25 {
    margin-bottom: 25px;
  }
  #contact .text_list_area .mb60 {
    margin-bottom: 60px;
  }
  #contact .text_list_area h2 {
    font-size: 16px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  #contact .side_line {
    top: 180px;
  }
  #contact .side_line span {
    top: -85px;
  }
  #contact .sub_menu {
    height: 60px;
  }
  #contact .text_list_area {
    padding-bottom: 0;
  }
  #contact .text_list_area p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 80px;
  }
  #contact .text_list_area .mb80 {
    margin-bottom: 50px;
  }
  #contact .text_list_area .mb25 {
    margin-bottom: 32px;
  }
  #contact .text_list_area .mb60 {
    margin-bottom: 60px;
  }
  #contact .text_list_area h2 {
    font-size: 14px;
    font-weight: 600;
  }
  #contact .text_list_area .white_btn a {
    text-align: center;
  }
}

/*

mail_mag

*/
@media screen and (min-width: 768px), print {
  #mail_mag .side_line {
    top: 245px;
  }
  #mail_mag .side_line span {
    top: -10.5em;
  }
  #mail_mag .text_list_area {
    padding-bottom: 160px;
  }
  #mail_mag .text_list_area p {
    font-size: 16px;
    line-height: 2.4em;
    margin-bottom: 40px;
  }
  #mail_mag .text_list_area h2 {
    font-size: 16px;
    font-weight: 600;
  }
  #mail_mag .white_btn {
    margin-top: -10px;
    margin-bottom: 80px;
  }
  #mail_mag .white_btn a {
    text-align: center;
  }
  #mail_mag .qr {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #mail_mag .sub_menu {
    height: 60px;
  }
  #mail_mag .side_line {
    top: 202px;
  }
  #mail_mag .side_line span {
    top: -10.5em;
  }
  #mail_mag .text_list_area {
    padding-bottom: 50px;
  }
  #mail_mag .text_list_area p {
    font-size: 14px;
    line-height: 2.4em;
    margin-bottom: 20px;
  }
  #mail_mag .text_list_area h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #mail_mag .white_btn {
    margin-bottom: 30px;
  }
  #mail_mag .white_btn a {
    text-align: center;
  }
}

/*

link

*/
@media screen and (min-width: 768px), print {
  #link .side_line {
    top: 170px;
  }
  #link .side_line span {
    top: -5em;
  }
  #link .text_list_area {
    padding-bottom: 160px;
  }
  #link .text_list_area p {
    font-size: 16px;
    line-height: 2.4em;
    margin-bottom: 40px;
  }
  #link .text_list_area a {
    position: relative;
  }
  #link .text_list_area a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -2px;
    background: #8b8b8b;
    height: 2px;
    transition: left 0.4s ease, right 0.4s ease;
  }
  #link .text_list_area a:hover:before {
    left: 100%;
  }
  #link .text_list_area h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #link .text_list_area .img_area {
    margin-bottom: 120px;
  }
  #link .text_list_area .img_area img {
    margin-right: 20px;
  }
  #link .text_list_area li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
  }
  #link .text_list_area li:after {
    content: '';
    width: 8px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 49%;
    left: 2px;
  }
}

@media screen and (max-width: 767px) {
  #link .side_line {
    top: 145px;
  }
  #link .side_line span {
    top: -5em;
  }
  #link .sub_menu {
    height: 60px;
  }
  #link .text_list_area {
    padding-bottom: 160px;
  }
  #link .text_list_area .inner {
    margin: 0 0 0 40px;
  }
  #link .text_list_area p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 40px;
    letter-spacing: 0.04em;
    margin-right: 20px;
  }
  #link .text_list_area a {
    padding-bottom: 2px;
    border-bottom: 1px solid #8b8b8b;
  }
  #link .text_list_area h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #link .text_list_area .img_area {
    margin-bottom: 80px;
  }
  #link .text_list_area .img_area .bana1 {
    width: 216px;
    height: auto;
    margin-right: 20px;
  }
  #link .text_list_area .img_area .bana2 {
    width: 81px;
    height: auto;
  }
  #link .text_list_area li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
  }
  #link .text_list_area li:after {
    content: '';
    width: 8px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 49%;
    left: 2px;
  }
  #link .text_list_area li:first-child:after {
    top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px), print {
  #link .img_area img {
    margin-bottom: 20px;
  }
}

/*

blog

*/
@media screen and (min-width: 768px), print {
  .under_page.blog {
    display: block;
  }
  .under_page.blog header {
    background: none;
    position: static;
    border-bottom: 1px solid #252525;
    padding: 0;
    height: 474px;
  }
  .under_page.blog header h1 {
    padding-left: 48px;
  }
  .under_page.blog header img {
    position: absolute;
    bottom: 0;
    right: -230px;
  }
  .under_page.blog header p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 435px;
    top: 292px;
    line-height: 2em;
  }
  .under_page.blog header p span {
    font-size: 15px;
  }
  .under_page.blog .title_area {
    background: #252525;
    width: 65%;
    height: 474px;
    position: relative;
  }
  .under_page.blog .title_area h2 {
    font-size: 80px;
    position: absolute;
    right: 212px;
    top: 80px;
    line-height: 1.1em;
  }
  .under_page.blog .title_area h2 a {
    color: #fff;
    transition: opacity 0.4s ease;
  }
  .under_page.blog .title_area h2 a:hover {
    opacity: 0.8;
  }
  .under_page.blog .title_area h2 a:hover:after {
    opacity: 0.8;
  }
  .under_page.blog .title_area h2 a:after {
    transition: opacity 0.4s ease;
    content: '';
    position: absolute;
    left: -160px;
    top: 42px;
    width: 125px;
    height: 6px;
    background: #fff;
  }
  .under_page.blog .contents_area {
    padding-top: 0;
    display: flex;
    width: 100%;
  }
  .under_page.blog .article_area {
    width: 76.4%;
    border-right: 1px solid #252525;
  }
  .under_page.blog .menu_area {
    width: 23.6%;
    box-sizing: border-box;
    padding: 80px 25px 0 25px;
    font-size: 16px;
  }
  .under_page.blog .menu_area p {
    margin-bottom: 12px;
  }
  .under_page.blog .menu_area .archive_list {
    margin-bottom: 70px;
  }
  .under_page.blog .menu_area h3 {
    margin-bottom: 25px;
  }
  .under_page.blog .menu_area ul {
    margin-left: 16px;
    display: none;
  }
  .under_page.blog .menu_area li {
    margin-bottom: 5px;
  }
  .under_page.blog .menu_area h4 {
    line-height: 2.4em;
    position: relative;
    display: block;
  }
  .under_page.blog .menu_area h4:not(.on):hover {
    cursor: pointer;
  }
  .under_page.blog .menu_area h4:not(.on):hover:after {
    transform: rotate(90deg);
  }
  .under_page.blog .menu_area h4:not(.on):hover:before {
    transform: rotate(180deg);
  }
  .under_page.blog .menu_area h4:after, .under_page.blog .menu_area h4:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background: #252525;
    top: 50%;
    left: 50px;
    transition: transform 0.4s ease;
  }
  .under_page.blog .menu_area h4:before {
    transform: rotate(90deg);
  }
  .under_page.blog .menu_area h4.on:hover {
    cursor: pointer;
  }
  .under_page.blog .menu_area h4.on:hover:before {
    transform: rotate(180deg);
  }
  .under_page.blog .menu_area h4.on:after {
    display: none;
  }
  .under_page.blog .menu_area h4.on:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background: #252525;
    top: 50%;
    left: 50px;
    transform: rotate(180deg);
  }
  .under_page.blog .article.for_pc {
    padding: 80px 40px 80px 200px;
    display: flex !important;
  }
  .under_page.blog .article + .article {
    border-bottom: 1px solid #252525;
  }
  .under_page.blog .photo_area {
    width: 39.3%;
    margin-right: 75px;
    margin-bottom: -10px;
  }
  .under_page.blog .photo_area img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .under_page.blog .text_area {
    width: calc(100% - 39.3% - 75px);
  }
  .under_page.blog .text_area .date {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .under_page.blog .text_area h3 {
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: 600;
  }
  .under_page.blog .text_area p {
    font-size: 16px;
    line-height: 2.4em;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px), print {
  .under_page.blog .title_area h2 {
    font-size: 70px;
    right: 100px;
  }
  .under_page.blog .title_area h2:after {
    left: -90px;
    top: 42px;
    width: 75px;
  }
  .under_page.blog header p {
    right: 275px;
  }
  .under_page.blog .article.for_pc {
    padding: 80px 40px 80px 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px), print {
  .under_page.blog header p {
    right: 195px;
  }
  .under_page.blog .title_area h2 {
    font-size: 55px;
    right: 100px;
  }
  .under_page.blog .title_area h2:after {
    left: -70px;
    top: 30px;
    width: 50px;
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .under_page.blog {
    display: block;
  }
  .under_page.blog header {
    background: none;
    position: static;
    padding: 0;
    height: 435px;
  }
  .under_page.blog header h1 {
    padding-left: 48px;
  }
  .under_page.blog header img {
    position: absolute;
    top: 0;
    right: -40px;
  }
  .under_page.blog header p {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 35px;
    top: 317px;
    line-height: 1.6em;
  }
  .under_page.blog header p span {
    font-size: 13px;
  }
  .under_page.blog .title_area {
    background: #252525;
    width: calc(100% - 40px);
    height: 435px;
    position: relative;
  }
  .under_page.blog .title_area h2 {
    font-size: 40px;
    position: absolute;
    left: 35px;
    top: 156px;
    line-height: 1.1em;
    letter-spacing: 0.08em;
    z-index: 2;
  }
  .under_page.blog .title_area h2 a {
    color: #fff;
  }
  .under_page.blog .title_area h2:after {
    content: '';
    position: absolute;
    left: -35px;
    top: 20px;
    width: 23px;
    height: 3px;
    background: #fff;
  }
  .under_page.blog .contents_area {
    padding-top: 0;
  }
  .under_page.blog .article {
    padding: 45px 20px 40px 20px;
  }
  .under_page.blog .article img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .under_page.blog .article a {
    display: inline;
    width: 100%;
    height: 100%;
  }
  .under_page.blog .article + .article {
    border-top: 1px solid #252525;
  }
  .under_page.blog .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .under_page.blog h3 {
    font-size: 20px;
    font-weight: 600;
  }
  .under_page.blog .menu_area {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    font-size: 16px;
    border-bottom: 1px solid #252525;
  }
  .under_page.blog .menu_area h3 {
    font-size: 13px;
    line-height: 60px;
    position: relative;
  }
  .under_page.blog .menu_area h3:after, .under_page.blog .menu_area h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background: #252525;
    top: 50%;
    right: 0;
    transition: transform 0.4s ease;
  }
  .under_page.blog .menu_area h3:before {
    transform: rotate(90deg);
  }
  .under_page.blog .menu_area h3.on:before {
    display: none;
  }
  .under_page.blog .menu_area h3.on:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background: #252525;
    top: 50%;
    right: 0;
  }
  .under_page.blog .menu_area ul {
    margin-left: 20px;
    display: none;
  }
  .under_page.blog .menu_area li {
    line-height: 40px;
  }
  .under_page.blog .menu_area .archive_list {
    display: none;
  }
  .under_page.blog .menu_area h4 {
    line-height: 40px;
    position: relative;
    display: block;
  }
  .under_page.blog .menu_area h4:after, .under_page.blog .menu_area h4:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background: #252525;
    top: 50%;
    right: 0;
    transition: transform 0.4s ease;
  }
  .under_page.blog .menu_area h4:before {
    transform: rotate(90deg);
  }
  .under_page.blog .menu_area h4.on:before {
    display: none;
  }
  .under_page.blog .menu_area h4.on:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background: #252525;
    top: 50%;
    right: 0;
  }
  .under_page.blog .link {
    line-height: 60px;
    border-bottom: 1px solid #252525;
  }
  .under_page.blog .link a {
    padding-left: 20px;
    font-size: 13px;
    display: block;
    width: calc(100% - 20px);
    height: 100%;
  }
}

/*

blog_top

*/
@media screen and (min-width: 768px), print {
  #blog_top .paging, #blog_archive .paging {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  #blog_top .menu_area, #blog_archive .menu_area {
    margin-top: 40px;
  }
  #blog_top .paging, #blog_archive .paging {
    margin-top: 20px;
  }
}

/*

blog_detail

*/
@media screen and (min-width: 768px), print {
  #blog_detail .article {
    padding: 80px 40px 80px 200px;
    display: flex;
    flex-direction: row-reverse;
  }
  #blog_detail .paging {
    border-bottom: 1px solid #252525;
    padding: 60px 28px 30px 70px;
    height: 20px;
  }
  #blog_detail .paging li {
    position: absolute;
    top: 60px;
  }
  #blog_detail .paging li.num1 {
    left: 70px;
  }
  #blog_detail .paging li.num2 {
    left: 50%;
    margin-left: -2em;
  }
  #blog_detail .paging li.num3 {
    right: 28px;
  }
  #blog_detail .paging a {
    padding: 0;
    display: inline-block;
    font-size: 12px;
  }
  #blog_detail .paging a:hover {
    background-color: #fff;
  }
  #blog_detail .paging .prev, #blog_detail .paging .next {
    position: relative;
  }
  #blog_detail .paging .prev:after, #blog_detail .paging .next:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    top: 9px;
    text-indent: 0;
    display: block;
    position: absolute;
  }
  #blog_detail .paging .next {
    padding-right: 40px;
  }
  #blog_detail .paging .next:after {
    transform: rotate(45deg);
    right: 0;
  }
  #blog_detail .paging .prev {
    padding-left: 45px;
  }
  #blog_detail .paging .prev:after {
    transform: rotate(-135deg);
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px), print {
  #blog_detail .article {
    padding: 80px 40px 80px 40px;
  }
}

@media screen and (max-width: 767px) {
  #blog_detail .text_area {
    font-size: 12px;
    margin-bottom: 45px;
  }
  #blog_detail .text_area h3 {
    margin-bottom: 35px;
  }
  #blog_detail .text_area p {
    margin-bottom: 25px;
  }
  #blog_detail .text_area .date {
    margin-bottom: 5px;
  }
  #blog_detail .paging {
    padding: 5px 25px 20px 25px;
    border-bottom: 1px solid #000;
    height: 20px;
  }
  #blog_detail .paging li {
    position: absolute;
    top: 5px;
  }
  #blog_detail .paging li.num1 {
    left: 25px;
  }
  #blog_detail .paging li.num2 {
    left: 50%;
    margin-left: -2em;
  }
  #blog_detail .paging li.num3 {
    right: 25px;
  }
  #blog_detail .paging a {
    padding: 0;
    display: inline-block;
    font-size: 12px;
  }
  #blog_detail .paging .prev, #blog_detail .paging .next {
    position: relative;
  }
  #blog_detail .paging .prev:after, #blog_detail .paging .next:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    top: 9px;
    text-indent: 0;
    display: block;
    position: absolute;
  }
  #blog_detail .paging .next {
    padding-right: 20px;
  }
  #blog_detail .paging .next:after {
    transform: rotate(45deg);
    right: 0;
  }
  #blog_detail .paging .prev {
    padding-left: 20px;
  }
  #blog_detail .paging .prev:after {
    transform: rotate(-135deg);
    left: 0;
  }
}

/*

blog_archive

*/
@media screen and (min-width: 768px), print {
  #blog_archive .article_area h2 {
    padding: 40px 40px 0 200px;
    font-size: 14px;
  }
  #blog_archive .article_area h2 span {
    font-size: 12px;
    display: inline-block;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px), print {
  #blog_archive .article_area h2 {
    padding: 40px 40px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #blog_archive .article_area h2 {
    padding: 30px 20px 0 20px;
    font-size: 12px;
  }
  #blog_archive .article_area h2 span {
    font-size: 12px;
    display: inline-block;
    padding-left: 15px;
  }
}

/*

under_page

*/
/*

live

*/
#live {
  font-family: 'Open Sans', sans-serif;
  margin-top: -7%;
}

#live header p {
  position: relative;
}

#live header p:after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  background: #fff;
}

@media screen and (min-width: 768px), print {
  #live{
    margin-top: -4%;
  }

  #live header {
    margin: 60px 60px 80px 60px;
  }
  #live header p {
    font-size: 12px;
    color: #fff;
  }
  #live header p:after {
    bottom: -3px;
    width: 16px;
  }
  #live h1 {
    position: absolute;
    right: 60px;
    top: 0;
  }
  #live .live_kv {
    margin: 0 8.5% 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  #live .live_kv .lead {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 60px;
  }
  #live .live_kv .lead_area {
    width: 45%;
  }
  #live .live_kv .kv {
    width: 45%;
  }
  #live .live_kv .kv img {
    width: 100%;
    height: auto;
  }
  #live .live_kv .name {
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 30px;
  }
  #live .live_kv h2 {
    text-align: center;
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  #live .live_kv .lead_en {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
  }
  #live .info_box {
    padding: 20px 20px;
    background: #2b2b2b;
    font-size: 18px;
    text-align: center;
    line-height: 1.9em;
    color: #fff;
    display: block;
    transition: background-color 0.3s ease;
  }
  #live .info_box:hover {
    background-color: rgba(43, 43, 43, 0.9);
  }
  #live .info_area {
    background: #fff;
    color: #2b2b2b;
  }
  #live .info_area div {
    margin: 0 8.5%;
    padding: 80px 0;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;

  }
  #live .info_area .date {
    margin-bottom: 20px;
    margin-right: 90px;
    font-size: 14px;
  }
  #live .info_area h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
  }
  #live .info_area h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 15px;
    height: 1px;
    background: #252525;
  }
  #live .info_area .text {
    font-size: 14px;
  }
  #live h2 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 200;
    line-height: 1.2em;
    color: #000;
  }
  #live .ticket {
    margin: 80px 12%;
  }
  #live .accordion_block {
    font-size: 16px;
    margin-bottom: 30px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  #live .accordion_btn {
    padding: 30px 60px;
    position: relative;
    display: block;
    transition: background-color 0.3s ease;
    color: #000;
  }
  #live .accordion_btn:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #live .accordion_btn span {
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
    padding-right: 50px;
  }
  #live .accordion_btn:after {
    content: '';
    position: absolute;
    right: 60px;
    top: 30px;
    width: 26px;
    height: 26px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.3s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #live .accordion_btn.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #live .accordion_contents {
    display: none;
    margin-top: 40px;
    margin-left: 150px;
  }
  #live .accordion_contents h3 {
    text-align: center;
    background: #fff;
    width: 148px;
    padding: 2px 0;
    color: #2b2b2b;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 30px;
    height: 28px;
    width: 148px;
  }
  #live .accordion_contents p {
    font-size: 16px;
  }
  #live .accordion_contents p span {
    text-decoration: underline;
  }
  #live .accordion_contents li {
    display: flex;
    margin-bottom: 20px;
    color: #000;

  }
  #live .sponsor {
    font-size: 13px;
    margin-bottom: 160px;
  }
  #live .goods {
    margin: 0 12%;
  }
  #live .goods ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #live .goods ul:after {
    content: "";
    display: block;
    width: calc(100% / 3 - 60px);
  }
  #live .goods li {
    margin-bottom: 50px;
    width: calc(100% / 3 - 60px);
  }
  #live .goods li p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #live .goods li p span {
    font-size: 14px;
  }
  #live .goods li img {
    width: 100%;
    margin-bottom: 15px;
  }
  #live .attention {
    border-left: 1px solid #2b2b2b;
    padding: 20px 0;
    margin-bottom: 160px;
  }
  #live .attention div {
    padding-left: 60px;
    font-size: 16px;
  }
  #live .attention h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #live .attention p {
    margin-bottom: 15px;
  }
  #live .live_footer {
    background: #fff;
    padding: 60px 0 160px;
  }
  #live .live_footer p {
    font-size: 13px;
    margin: 0 20px;
    text-align: center;
  }
  #live .live_footer .btn {
    width: 320px;
    height: 50px;
    box-sizing: border-box;
    background: #2b2b2b;
    text-align-last: center;
    line-height: 50px;
    text-indent: 30px;
    margin: 0 auto 40px;
  }
  #live .live_footer .btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 13px;
    text-align: center;
  }
  #live .live_footer .btn a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 1px;
    display: block;
    background: #000;
    transition: width 0.4s ease;
  }
  #live .live_footer .btn a:hover:after {
    width: 240px;
  }
  #live .live_kv_wideall .for_pc {
    margin: auto;
  }
  #live .live_kv_wideall img {
    width: 80%;
  }
  #live .livedetail_lead {
    width: 80%;
    font-size: 20px;
    margin: auto;
    color: crimson;
  }
  #live .livedetail  {
    width: 80%;
    margin: auto;
  }
#live a:link {
  text-decoration: none !important;
}

#live a:active,
#live a:focus {
  text-decoration: none;
}
#live > div.ticket > div > div > ul > li  a, #live > p > a{
  text-decoration: none;
}

}

@media screen and (max-width: 767px)
{
#live > div.ticket > div > div > ul > li  a, #live > p > a{
  text-decoration: none;
}

   #live a:link {
  text-decoration: none !important;
}

#live a:active,
#live a:focus {
  color: #fff !important;
  text-decoration: none !important;
}
   #live .livedetail_lead {
    width: 80%;
    margin: auto;
    color: crimson;

  }
  #live .livedetail  {
    width: 80%;
    margin: auto;
  }
  #live header {
    margin: 30px 20px 0;
  }
  #live header p {
    font-size: 9px;
    color: #fff;
  }
  #live header p:after {
    bottom: -3px;
    width: 8px;
  }
  #live .live_kv {
    margin: 0 20px;
    position: relative;
  }
  #live .live_kv .lead {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #live .live_kv .name {
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
  }
  #live .live_kv h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1.3em;
    margin-top: -50px;
  }
  #live .live_kv .lead_en {
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 30px;
  }
  #live h1 {
    position: absolute;
    right: 0;
    top: -65px;
  }
  #live .kv {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #live .kv img {
    width: 100%;
  }
  #live .info_box {
    display: block;
    margin: 0 0 40px;
    padding: 20px;
    background: #2b2b2b;
    color: #fff;
    font-size: 13px;
  }
  #live .info_area {
    background: #fff;
    color: #2b2b2b;
  }
  #live .info_area div {
    margin: 0 20px;
    padding: 50px 0;
  }
  #live .info_area .date {
    margin-bottom: 20px;
  }
  #live .info_area h3 {
    position: relative;
    margin-bottom: 30px;
  }
  #live .info_area h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 15px;
    height: 1px;
    background: #252525;
  }
  #live .info_area .text {
    font-size: 13px;
  }
  #live h2 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 200;
    line-height: 1.2em;
  }
  #live .ticket {
    margin: 80px 20px;
  }
  #live > div.ticket > div > div p{
    color: #000;
  }
#live a:link {
  text-decoration: !important;
}

#live a:active,
#live a:focus {
  color: #fff;
  text-decoration: none;
}
  #live .accordion_block {
    font-size: 14px;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  #live .accordion_btn {
    position: relative;
  }
  #live .accordion_btn span {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
  }
  #live .accordion_btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.3s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #live .accordion_btn.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #live .accordion_contents {
    display: none;
    margin-top: 40px;
  }
  #live .accordion_contents h3 {
    text-align: center;
    background: #fff;
    padding: 5px 0;
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
  }
  #live .accordion_contents p {
    font-size: 14px;
  }
  #live .accordion_contents p span {
    text-decoration: underline;
  }
  #live .accordion_contents li {
    margin-bottom: 20px;
  }
  #live .sponsor {
    font-size: 11px;
  }
  #live .goods {
    margin: 0 20px;
  }
  #live .goods ul {
    margin: 0 40px;
  }
  #live .goods li {
    margin-bottom: 50px;
  }
  #live .goods li p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #live .goods li p span {
    font-size: 12px;
  }
  #live .goods li img {
    width: 100%;
    margin-bottom: 15px;
  }
  #live .attention {
    border-left: 1px solid #2b2b2b;
    padding: 20px 0;
    margin-bottom: 100px;
  }
  #live .attention div {
    padding-left: 30px;
    font-size: 12px;
  }
  #live .attention h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #live .live_footer {
    background: #fff;
    padding: 60px 0;
  }
  #live .live_footer p {
    font-size: 11px;
    margin: 0 20px;
  }
  #live .live_footer .btn {
    width: 255px;
    height: 50px;
    box-sizing: border-box;
    background: #2b2b2b;
    text-align-last: center;
    line-height: 50px;
    text-indent: 30px;
    margin: 0 auto 40px;
  }
  #live .live_footer .btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 13px;
    text-align: center;
  }
  #live .live_footer .btn a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 1px;
    display: block;
    background: #fff;
    transition: width 0.4s ease;
  }
  #live .live_footer .btn a:hover:after {
    width: 190px;
  }
}

/*

common

*/
.quicksand {
  font-family: 'Quicksand', sans-serif;
}

.c_gothic {
  font-family: 'Century Gothic', sans-serif;
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100vh;
  z-index: 99;
  pointer-events: none;
}

.shutter-a {
  transform: translateX(-200vw);
  background-color: #000;
}

.shutter-b {
  transform: translateX(-200vw);
  background-color: #fff;
}

.shutter-a.loading, .shutter-b.loading {
  transform: translateX(0vw);
  transition: all 0.8s cubic-bezier(1, 0.13, 0.28, 0.97);
}

.shutter-a.loaded, .shutter-b.loaded {
  transform: translateX(200vw);
}

.font_gray {
  color: #565656 !important;
}

.contentsAnime {
  transform: translateY(40px);
  opacity: 0;
  transition: opacity 1s ease, transform 0.8s ease;
}

.contentsAnime.on {
  opacity: 1;
  transform: translate(0);
}

.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.3s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay5 {
  transition-delay: 0.5s;
}

svg {
  display: block;
}

path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

body {
  position: relative;
}

body .main {
  background: #fcfca4;
}

h1 a {
  color: #252525;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  html {
    background: #fff;
  }
  .for_sp {
    display: none !important;
  }
  .for_pc {
    display: block !important;
  }
  .hover-border {
    position: relative;
  }
  .hover-border:hover:before {
    left: -8px;
    right: -8px;
  }
  .hover-border:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 50%;
    bottom: 50%;
    background: #000;
    height: 1px;
    transition: left 0.4s ease, right 0.4s ease;
  }
  .pc_nav .hover-border {
    display: inline-block;
    position: relative;
  }
  .pc_nav .hover-border:hover {
    font-weight: 600;
  }
  .pc_nav .hover-border:before {
    display: none;
  }
  .img_hover {
    display: inline-block;
    width: auto;
    height: 100%;
    overflow: hidden;
  }
  .img_hover img {
    transition: transform 1.1s ease, opacity 0.3s ease;
  }
  .img_hover:hover img {
    transform: scale(1.08);
    opacity: 0.8;
  }
  .pc_nav {
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .pc_nav li {
    margin-bottom: 15px;
  }
  .pc_nav .language a:hover:before {
    left: -3px;
    right: -3px;
  }
}

@media screen and (max-width: 767px) {
  .for_sp {
    display: block !important;
  }
  .for_pc {
    display: none !important;
  }
  .menu {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: fixed;
    top: 33px;
    left: 25px;
    z-index: 3;
  }
  .menu span, .menu span:before, .menu span:after {
    position: absolute;
    height: 1px;
    width: 32px;
    border-radius: 1px;
    background: #252525;
    display: block;
    content: '';
    cursor: pointer;
  }
  .menu span:before {
    bottom: -8px;
  }
  .menu span:after {
    bottom: -17px;
  }
  .sp_menu {
    color: #fff;
    display: inline-block !important;
  }
  .sp_menu .remodal-close {
    display: block;
    height: 40px;
    width: 32px;
    position: absolute;
    left: -10px;
    top: 5px;
  }
  .sp_menu .remodal-close:before, .sp_menu .remodal-close:after {
    content: '';
    height: 2px;
    width: 35px;
    display: block;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(-45deg);
  }
  .sp_menu .remodal-close:after {
    transform: rotate(45deg);
  }
  .sp_menu a {
    color: #fff;
  }
  .sp_menu .contents_nav {
    padding-top: 60px;
    margin: 0 0 98px 50px;
    font-size: 21px;
  }
  .sp_menu .contents_nav li {
    text-align: left;
    margin-bottom: 16px;
  }
  .sp_menu .language {
    font-size: 14px;
    float: left;
    margin-left: 50px;
  }
  .sp_menu .language span {
    display: inline-block;
    padding: 0 20px;
  }
  .sp_menu .sns {
    float: right;
  }
  .sp_menu .sns a + a {
    margin-left: 20px;
  }
  .sp_menu .sns img {
    vertical-align: middle;
  }
}

@media screen and (max-width: 320px), print {
  .sp_menu .contents_nav {
    padding-top: 30px;
    margin: 0 0 25px 50px;
    font-size: 18px;
  }
  .sp_menu .contents_nav li {
    margin-bottom: 8px;
  }
}
