@charset "utf-8";
/*
 set break point
 */
/* color */
/*
 Width / Height Settings
 */
/*
 PC Liquid Value
 */
/*
 SP Liquid Value
 */
/*
 Line Height
 */
@media screen and (max-width: 640px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   common_sp.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 640px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
   *
   common settings sp
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   header
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   footer
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   .post_list
   *
   -------------------------------------------------- */
  body {
    width: 100vw;
    z-index: 10;
    overflow-x: hidden !important;
  }
  main {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
  }
  body {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  br.sp {
    display: inherit;
  }
  img.pc {
    display: none;
  }
  .switch_pc, .switch_pc * {
    display: none;
  }
  .set_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    position: relative;
  }
  .set_bg .bg_inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .set_bg img {
    width: 100%;
    opacity: 0;
  }
  body.gnav {
    height: 100vh !important;
    overflow: hidden !important;
  }
  .lv .page_container {
    padding-top: 14.0625vw;
  }
  header {
    width: 100%;
    height: 14.0625vw;
    background-color: #fff;
    top: 0;
    left: 0 !important;
    position: fixed;
    z-index: 10;
  }
  header .gnav_ico {
    width: 15.625vw;
    height: 14.0625vw;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
  }
  header .gnav_ico .m {
    width: 15.625vw;
    height: 14.0625vw;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/ico_menu.svg);
    background-position: center 4.375vw;
    background-size: 6.25vw;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform, opacity;
    transition-duration: 0.25s;
    transition-delay: 0.35s;
  }
  header .gnav_ico .c {
    width: 15.625vw;
    height: 14.0625vw;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/ico_close.svg);
    background-position: center;
    background-size: 4.375vw;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: transform, opacity;
    transition-duration: 0.25s;
    transform: scale(0.95);
    transition-delay: 0s;
  }
  .gnav header .gnav_ico .m {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.2s ease 0s, transform 0.25s ease 0s;
  }
  .gnav header .gnav_ico .c {
    opacity: 1;
    transition: opacity 0.35s ease 0.35s, transform 0.25s ease 0.45s;
    transform: scale(1) rotate(0deg);
  }
  header h1 {
    margin-top: 3.125vw;
    text-align: center;
    transition: margin 0.25s ease;
  }
  header h1 img {
    width: 31.25vw;
  }
  header nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    top: 14.0625vw;
    cursor: none;
    pointer-events: none;
    box-sizing: border-box;
    transition: height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .gnav header nav {
    height: 100vh;
    transition: height 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    pointer-events: inherit;
  }
  header nav ul:first-child {
    border-top: 2px solid #1e1e1e;
  }
  header nav ul li {
    border-bottom: 2px solid #1e1e1e;
  }
  header nav ul li img {
    width: auto;
  }
  header nav ul li.about img {
    height: 4.21875vw;
  }
  header nav ul li.access img {
    height: 3.125vw;
  }
  header nav ul li.qa img {
    height: 4.3125vw;
  }
  header nav ul li.recommend img {
    height: 4.375vw;
  }
  header nav ul li.shop img {
    height: 4.21875vw;
  }
  header nav ul li.hobo img {
    height: 5.5625vw;
  }
  header nav ul li.hobo_n img {
    height: 7.8125vw;
  }
  header nav ul li a {
    background-color: #fff;
    height: 10.9375vw;
    padding: 0 6.25vw;
    display: flex;
    align-items: center;
    transition: background 0.15s ease;
  }
  .is_pc header nav ul li a:hover, .is_pc header nav ul li a.touch {
    background-color: #f8ff7f;
  }
  header nav ul li.hobo {
    border-color: #fff;
  }
  header nav ul li.hobo a {
    background-color: #f0f0f0;
  }
  header nav ul li.hobo_n a {
    background-color: #f0f0f0;
    padding-left: 8.75vw;
  }
  header nav ul .current a:before {
    width: 100% !important;
  }
  header .sns {
    display: none;
  }
  footer {
    margin-top: -1.5625vw;
    border-top: 1.5625vw solid #fff;
    padding-bottom: 9.375vw;
    overflow: hidden;
    background-color: #fff;
    background-image: url(../images/bg_d_y.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
    z-index: 3;
  }
  footer .inner {
    margin: 0 auto;
    position: relative;
  }
  footer .inner:before {
    content: '';
    display: block;
    width: 37.1875vw;
    height: 41.5625vw;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/img_foot_ill_sp.png);
    background-size: contain;
    position: absolute;
    bottom: 9.375vw;
    right: -1.5625vw;
  }
  footer .foot_nav {
    margin-bottom: 31.25vw;
  }
  footer nav {
    padding-top: 6.25vw;
  }
  footer nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer nav ul li {
    margin: 0 4.375vw;
  }
  footer nav ul .contact img {
    width: 25.3125vw;
    height: 4.6875vw;
  }
  footer nav ul .hobo img {
    width: 41.25vw;
    height: 5.625vw;
  }
  footer nav ul a {
    display: block;
  }
  footer nav ul img {
    transition: transform 0.15s ease;
  }
  .is_pc footer nav ul a:hover img, .is_sp footer nav ul a.touch img {
    transform: scale(1.05);
  }
  footer .share {
    margin-left: 12.5vw;
    margin-top: 9.375vw;
    display: flex;
    align-items: center;
  }
  .share {
    /*追記*/
    visibility: hidden;
    pointer-events: none;
    display: block;
    /*追記*/
  }
  footer .share p {
    margin-right: 1.5625vw;
    font-size: 2.8125vw;
    letter-spacing: 0.04em;
  }
  footer .share ul {
    display: flex;
    align-items: center;
  }
  footer .share ul li {
    margin-left: 3.125vw;
  }
  footer .share ul img {
    height: 6.875vw;
  }
  footer .share ul .tw img {
    width: auto;
    height: 5.625vw;
  }
  footer .share ul .fb img {
    width: auto;
  }
  footer .share ul .line img {
    width: auto;
  }
  footer .share ul a {
    display: block;
  }
  footer .share ul img {
    transition: transform 0.15s ease;
  }
  .is_pc footer .share ul a:hover img, .is_sp footer .share ul a.touch img {
    transform: scale(1.15);
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright img {
    width: 22.5vw;
  }
  .post_list {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .post_list .btn_prev, .post_list .btn_next {
    display: none;
  }
  .post_list .lv {
    display: flex !important;
    flex-wrap: wrap;
    left: 0;
  }
  .post_list.lv {
    display: flex !important;
    flex-wrap: wrap;
    left: 0;
  }
  .post_list .s {
    width: 45.3125vw;
    margin: 0 1.875vw;
    margin-bottom: 17.1875vw;
  }
  .post_list .s .title h3 {
    width: 45.3125vw;
    height: 17.1875vw;
    color: #1e1e1e;
    box-sizing: border-box;
    background-image: url(../images/parts_bg_comment.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
  }
  .post_list .s .title h3 span {
    height: 2em;
    overflow: hidden;
    padding: 1.5625vw 3.125vw;
    font-size: 3.75vw;
    letter-spacing: 0.02em;
    line-height: 1.25em;
    display: block;
  }
  .post_list .s .title h3:before {
    content: '';
    width: 45.3125vw;
    height: 13.125vw;
    display: block;
    border-radius: 2.5vw;
    position: absolute;
    top: 1.5625vw;
    right: -1.5625vw;
    z-index: -1;
  }
  .post_list .s.exhibition h3:before {
    background-color: #ff7677;
  }
  .post_list .s.movie h3:before {
    background-color: #499996;
  }
  .post_list .s.stage h3:before {
    background-color: #db7d59;
  }
  .post_list .s.music h3:before {
    background-color: #6490e8;
  }
  .post_list .s.food h3:before {
    background-color: #ffe875;
  }
  .post_list .s.food2 h3:before {
    background-color: #ffe875;
  }
  .post_list .s.others h3:before {
    background-color: #d38dd2;
  }
  .post_list .s.others2 h3:before {
    background-color: #d38dd2;
  }
  .post_list .s .post {
    width: 45.3125vw;
    position: relative;
  }
  .post_list .s .post:before {
    content: '';
    width: 45.3125vw;
    height: 57.8125vw;
    display: block;
    position: absolute;
    top: 8.75vw;
    right: -1.5625vw;
    z-index: -1;
  }
  .post_list .s .post .tag {
    width: 100%;
    height: 13.75vw;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 35vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .post_list .s .post .ico {
    width: 12.5vw !important;
    height: 12.5vw !important;
    background-color: #fff;
    border: 2px solid #1e1e1e;
    border-radius: 12.5vw;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: inherit;
    right: -1.5625vw !important;
    z-index: 3;
  }
  .post_list .s .post .ph {
    width: 45.3125vw;
    height: 45.3125vw;
    margin-top: -6.25vw;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #1e1e1e;
    position: relative;
  }
  .post_list .s .post h4 {
    font-family: 'Koburina Gothic W6 JIS2004' !important;
    min-height: 12.5vw;
    background-color: #fff;
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
    box-sizing: border-box;
    position: relative;
    top: -2px;
    z-index: 2;
  }
  .post_list .s .post h4 span {
    width: 100%;
    height: 3em;
    overflow: hidden;
    display: block;
    padding: 1.5625vw;
    font-size: 3.125vw;
    line-height: 1.33333em;
    box-sizing: border-box;
  }
  .post_list .s .post .status {
    width: 4.6875vw;
    height: 11.5625vw;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -10.625vw;
    right: 0;
    z-index: 2;
  }
  .post_list .s .post .status.e {
    height: 14.6875vw;
    bottom: -14.0625vw;
    right: 0;
  }
  .post_list .s.exhibition .status.b {
    background-image: url(../images/status_b_02.svg);
  }
  .post_list .s.exhibition .status.on {
    background-image: url(../images/status_on_02.svg);
  }
  .post_list .s.exhibition .status.e {
    background-image: url(../images/status_e_02.svg);
  }
  .post_list .s.music .status.b {
    background-image: url(../images/status_b_02.svg);
  }
  .post_list .s.music .status.on {
    background-image: url(../images/status_on_02.svg);
  }
  .post_list .s.music .status.e {
    background-image: url(../images/status_e_02.svg);
  }
  .post_list .s.others .status.b {
    background-image: url(../images/status_b_02.svg);
  }
  .post_list .s.others .status.on {
    background-image: url(../images/status_on_02.svg);
  }
  .post_list .s.others .status.e {
    background-image: url(../images/status_e_02.svg);
  }
  .post_list .s.movie .status.b {
    background-image: url(../images/status_b_01.svg);
  }
  .post_list .s.movie .status.on {
    background-image: url(../images/status_on_01.svg);
  }
  .post_list .s.movie .status.e {
    background-image: url(../images/status_e_01.svg);
  }
  .post_list .s.stage .status.b {
    background-image: url(../images/status_b_03.svg);
  }
  .post_list .s.stage .status.on {
    background-image: url(../images/status_on_03.svg);
  }
  .post_list .s.stage .status.e {
    background-image: url(../images/status_e_03.svg);
  }
  .post_list .s.food2 .status.b {
    background-image: url(../images/status_b_01.svg);
  }
  .post_list .s.food2 .status.on {
    background-image: url(../images/status_on_01.svg);
  }
  .post_list .s.food2 .status.e {
    background-image: url(../images/status_e_01.svg);
  }
  .post_list .s.exhibition .post:before {
    background-color: #ff7677;
  }
  .post_list .s.movie .post:before {
    background-color: #499996;
  }
  .post_list .s.stage .post:before {
    background-color: #db7d59;
  }
  .post_list .s.music .post:before {
    background-color: #6490e8;
  }
  .post_list .s.food .post:before {
    background-color: #ffe875;
  }
  .post_list .s.food2 .post:before {
    background-color: #ffe875;
  }
  .post_list .s.others .post:before {
    background-color: #d38dd2;
  }
  .post_list .s.others2 .post:before {
    background-color: #d38dd2;
  }
  .post_list .s.exhibition .tag {
    background-image: url(../images/tag_exhibition.svg);
  }
  .post_list .s.movie .tag {
    background-image: url(../images/tag_movie.svg);
  }
  .post_list .s.stage .tag {
    background-image: url(../images/tag_stage.svg);
  }
  .post_list .s.music .tag {
    background-image: url(../images/tag_music.svg);
  }
  .post_list .s.food .tag {
    background-image: url(../images/tag_food.svg);
  }
  .post_list .s.food2 .tag {
    background-image: url(../images/tag_food.svg);
  }
  .post_list .s.others .tag {
    background-image: url(../images/tag_others.svg);
  }
  .post_list .s.others2 .tag {
    background-image: url(../images/tag_others.svg);
  }
  .post_list .s a h4 {
    transition: color 0.1s ease, background-color 0.1s ease;
  }
  .post_list .s a .bg_inner {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .is_pc .post_list .s a:hover .ph .bg_inner, .is_sp .post_list .s a.touch .ph .bg_inner {
    transform: scale(1.05);
  }
  .is_pc .post_list .s a:hover h4 {
    color: #fff;
  }
  .is_pc .post_list .s.exhibition a:hover h4 {
    background-color: rgba(255, 118, 119, 1);
  }
  .is_pc .post_list .s.movie a:hover h4 {
    background-color: rgba(73, 153, 150, 1);
  }
  .is_pc .post_list .s.stage a:hover h4 {
    background-color: rgba(219, 125, 89, 1);
  }
  .is_pc .post_list .s.music a:hover h4 {
    background-color: rgba(100, 144, 232, 1);
  }
  .is_pc .post_list .s.food a:hover h4 {
    background-color: rgba(255, 232, 117, 1);
  }
  .is_pc .post_list .s.food2 a:hover h4 {
    background-color: rgba(255, 232, 117, 1);
  }
  .is_pc .post_list .s.others a:hover h4 {
    background-color: rgba(211, 141, 210, 1);
  }
  .is_pc .post_list .s.others2 a:hover h4 {
    background-color: rgba(211, 141, 210, 1);
  }
  .is_sp .post_list .s.exhibition a.touch h4 {
    background-color: rgba(255, 118, 119, 1);
  }
  .is_sp .post_list .s.movie a.touch h4 {
    background-color: rgba(73, 153, 150, 1);
  }
  .is_sp .post_list .s.stage a.touch h4 {
    background-color: rgba(219, 125, 89, 1);
  }
  .is_sp .post_list .s.music a.touch h4 {
    background-color: rgba(100, 144, 232, 1);
  }
  .is_sp .post_list .s.food a.touch h4 {
    background-color: rgba(255, 232, 117, 1);
  }
  .is_sp .post_list .s.food2 a.touch h4 {
    background-color: rgba(255, 232, 117, 1);
  }
  .is_sp .post_list .s.others a.touch h4 {
    background-color: rgba(211, 141, 210, 1);
  }
  .is_sp .post_list .s.others2 a.touch h4 {
    background-color: rgba(211, 141, 210, 1);
  }
  .post_list .s .ico {
    transition: transform;
    transition-duration: 1s;
  }
}
/* -------------------------------------------------- */
/*------------------------------------------------------------------------------------------
 *
 *
 home_sp.css
 *
 *
 ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 640px
   *
   *
   ------------------------------------------------------------------------------------------ */
  #home {
    background-image: url(../images/bg_d_b.png);
    background-size: 76.8px;
    background-position: left top;
  }
  #home .img_slider.rec {
    display: none !important;
  }
  #home .img_slider.rec * {
    display: none !important;
  }
  #home .c_img {
    width: 200px;
    left: 50%;
    bottom: -3px;
    position: fixed;
    z-index: 2;
  }
  #home .c_img img {
    width: 100%;
    height: auto;
    transform: translateX(-150px);
  }
  #home .c_parts {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  #home .c_parts p {
    width: 45.625vw;
    height: 28.125vw;
    position: absolute;
  }
  #home .c_parts p img {
    width: 100%;
  }
  #home .c_parts p:nth-child(1) {
    top: 42vh;
    right: -6.25vw;
  }
  #home .c_parts p:nth-child(2) {
    top: 27vh;
    left: -7.8125vw;
  }
  #home .c_parts p:nth-child(3) {
    top: 70vh;
    left: 7.8125vw;
  }
  #home .c_parts p:nth-child(4) {
    top: 83vh;
    right: -27.5vw;
  }
  #home .c_parts p:nth-child(1) {
    animation-name: cloud;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  #home .c_parts p:nth-child(2) {
    animation-name: cloud;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  #home .c_parts p:nth-child(3) {
    animation-name: cloud;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  #home .c_parts p:nth-child(4) {
    animation-name: cloud;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.4s;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  #home #kv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 14.0625vw;
    left: 0 !important;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    z-index: 3;
  }
  #home #kv .inner {
    width: 100%;
    margin: 0 auto;
  }
  #home #kv .inner .ico {
    width: 100%;
    text-align: right;
    background-color: #f8ff7f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    line-height: 0;
  }
  #home #kv .inner .ico img {
    width: 320px;
    line-height: 0;
  }
  #home #kv .inner .copy {
    position: relative;
    z-index: 3;
  }
  #home #kv .inner .copy .c {
    width: 26px;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(102px);
  }
  #home #kv .inner .copy .c img {
    width: 26px;
  }
  #home #kv .inner .copy .d {
    width: 176px;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-102px);
  }
  #home #kv .inner .copy .d img {
    width: 176px;
  }
  #home .content_wrap {
    background-color: #fff;
    position: relative;
    z-index: 3;
  }
  #home #rec_posts {
    margin-top: 100vh;
    padding: 6.25vw 0;
    margin-bottom: 3.125vw;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
  }
  #home #rec_posts .btn_prev {
    width: 5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  #home #rec_posts .btn_prev svg {
    width: 5vw;
    height: 5vw;
  }
  #home #rec_posts .btn_prev svg .rect {
    transition: fill 0.15s ease;
    fill: #fff;
  }
  .is_pc#home #rec_posts .btn_prev:hover .rect, .is_sp#home #rec_posts .btn_prev.touch .rect {
    fill: #f8ff7f;
  }
  #home #rec_posts .btn_next {
    width: 5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  #home #rec_posts .btn_next svg {
    width: 5vw;
    height: 5vw;
  }
  #home #rec_posts .btn_next svg .rect {
    transition: fill 0.15s ease;
    fill: #fff;
  }
  .is_pc#home #rec_posts .btn_next:hover .rect, .is_sp#home #rec_posts .btn_next.touch .rect {
    fill: #f8ff7f;
  }
  #home #rec_posts .img_slider .s {
    margin: 0 1.5625vw !important;
  }
  #home #rec_posts .img_slider a {
    width: 84.375vw;
    display: block;
    position: relative;
    background-color: #fff;
    border: 2px solid #1e1e1e;
    box-sizing: border-box;
    transition: background 0.15s ease;
  }
  .is_pc#home #rec_posts .img_slider a:hover, .is_sp#home #rec_posts .img_slider a.touch {
    background-color: rgba(248, 255, 127, .5);
  }
  #home #rec_posts .img_slider .s_inner {
    box-sizing: border-box;
  }
  #home #rec_posts .img_slider .s_inner .tag {
    width: 20vw;
    height: 7.8125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/home/parts_kv_ico.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 2.03125vw;
    text-align: center;
    line-height: 1.2em;
    color: #000;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
  }
  #home #rec_posts .img_slider .s_inner img {
    width: 100%;
    height: 43.395vw;
  }
  #home #rec_posts .img_slider .s_inner h3 {
    padding: 3.125vw;
    display: block;
    font-size: 4.6875vw;
    line-height: 1.33333em;
    color: #1e1e1e;
    font-weight: bold;
  }
  #home #section_access {
    background-image: url(../images/bg_d_b.png);
    background-size: 76.8px;
    background-position: left top;
    margin-bottom: 3.125vw;
    position: relative;
  }
  #home #section_access .inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
    position: relative;
  }
  #home #section_access .inner .col_l h2 {
    margin-bottom: 40.625vw;
    position: absolute;
    top: 4.6875vw;
    left: 0;
  }
  #home #section_access .inner .col_l h2 img {
    width: 83.75vw;
  }
  #home #section_access .inner .col_l .img {
    position: absolute;
    top: 28.125vw;
    right: -6.25vw;
    z-index: 1;
  }
  #home #section_access .inner .col_l .img img {
    width: 106.25vw;
  }
  #home #section_access .inner .col_l .info {
    padding-top: 20.3125vw;
    position: relative;
    z-index: 2;
  }
  #home #section_access .inner .col_l .info h3 {
    position: absolute;
    top: 6.25vw;
    left: -6.25vw;
    z-index: 1;
  }
  #home #section_access .inner .col_l .info h3 img {
    width: 47.8125vw;
  }
  #home #section_access .inner .col_l .info dl {
    padding-left: 4.6875vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  #home #section_access .inner .col_l .info dl dt {
    width: 21.875vw;
    margin-bottom: 1.5625vw;
  }
  #home #section_access .inner .col_l .info dl dt span {
    font-size: 3.4375vw;
    letter-spacing: 0.06em;
    padding: 5px 0;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #1e1e1e;
    color: #fff;
  }
  #home #section_access .inner .col_l .info dl dt.d1 span {
    min-width: 12.5vw;
  }
  #home #section_access .inner .col_l .info dl dt.d2 span {
    min-width: 14.375vw;
  }
  #home #section_access .inner .col_l .info dl dd {
    width: 64.0625vw;
    padding-top: 0.625vw;
    margin-bottom: 1.5625vw;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
    line-height: 1.33333em;
  }
  #home #section_access .inner .col_l .sns {
    padding-top: 4.6875vw;
  }
  #home #section_access .inner .col_l .sns ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #home #section_access .inner .col_l .sns ul li {
    margin-right: 6.25vw;
  }
  #home #section_access .inner .col_l .sns ul li img {
    width: auto;
    height: 9.0625vw;
    transition: opacity 0.15s ease;
  }
  #home #section_access .inner .col_l .sns ul li.tw img {
    height: 7.5vw;
  }
  .is_pc#home #section_access .inner .col_l .sns ul li a:hover img, .is_sp#home #section_access .inner .col_l .sns ul li a.touch img {
    opacity: 0.7;
  }
  #home #section_access .inner .col_r {
    padding-top: 31.25vw;
    position: relative;
  }
  #home #section_access .inner .col_r h3 {
    top: 14.0625vw;
    left: -7.8125vw;
    position: relative;
    z-index: 1;
  }
  #home #section_access .inner .col_r h3 img {
    width: 47.8125vw;
  }
  #home #section_access .inner .col_r #gmap {
    width: 89.0625vw !important;
    height: 59.375vw !important;
    margin: 0 auto;
    border: 2px solid #1e1e1e;
    z-index: 2;
    position: relative;
  }
  #home #section_access .inner .col_r #gmap span {
    width: 89.0625vw !important;
    height: 59.375vw !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home #section_access .inner .col_r #gmap iframe {
    width: 89.0625vw !important;
    height: 59.375vw !important;
  }
  #home #section_recommend {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
    margin-bottom: 3.125vw;
  }
  #home #section_recommend h2 {
    margin: 0 auto;
    margin-bottom: 9.375vw;
    position: relative;
    left: -9.375vw;
  }
  #home #section_recommend h2 img {
    width: 121.875vw;
  }
  #home #section_recommend .inner .post_list .slick-dots {
    width: 100% !important;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: inherit !important;
    bottom: -6.25vw;
    z-index: 3;
  }
  #home #section_recommend .inner .post_list .slick-dots li {
    cursor: pointer;
  }
  #home #section_recommend .inner .post_list .slick-dots li, #home #section_recommend .inner .post_list .slick-dots li button {
    width: 6.875vw;
    height: 6.875vw;
    margin: 0;
    display: inline-block;
    border: 0;
    border-radius: 0;
    outline: none;
    position: relative;
  }
  #home #section_recommend .inner .post_list button::-moz-focus-inner {
    border: 0;
  }
  #home #section_recommend .inner .post_list .slick-dots li button:before {
    content: '';
    width: 7.5vw;
    height: 7.5vw;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    padding-top: 0.625vw;
    font-size: 4.0625vw;
    text-align: center;
    font-weight: bold;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(1) button:before {
    content: '1';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(2) button:before {
    content: '2';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(3) button:before {
    content: '3';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(4) button:before {
    content: '4';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(5) button:before {
    content: '5';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(6) button:before {
    content: '6';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(7) button:before {
    content: '7';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(8) button:before {
    content: '8';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(9) button:before {
    content: '9';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(10) button:before {
    content: '10';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(11) button:before {
    content: '11';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(12) button:before {
    content: '12';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(13) button:before {
    content: '13';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(14) button:before {
    content: '14';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(15) button:before {
    content: '15';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(16) button:before {
    content: '16';
  }
  #home #section_recommend .inner .post_list .slick-dots li:nth-child(17) button:before {
    content: '17';
  }
  #home #section_recommend .inner .post_list .is_sp .slick-dots li.touch button:before, #home #section_recommend .inner .post_list .is_pc .slick-dots li:hover button:before, #home #section_recommend .inner .post_list .slick-dots li.slick-active button:before {
    color: #fff;
    background-color: #1e1e1e;
    opacity: 1;
  }
  #home #section_recommend .inner .post_list .btn_more {
    text-align: center;
    margin-top: 14.0625vw;
    margin-bottom: 6.25vw;
  }
  #home #section_recommend .inner .post_list .btn_more svg {
    width: 65.625vw;
    height: 8.125vw;
  }
  #home #section_recommend .inner .post_list .btn_more svg .rect {
    fill: #d9f4ff;
    transition: fill 0.15s ease;
  }
  .is_pc#home #section_recommend .inner .post_list .btn_more a:hover .rect, .is_sp#home #section_recommend .inner .post_list .btn_more a.touch .rect {
    fill: #f8ff7f;
  }
  #home #section_recommend .inner .first ~ .btn_prev {
    display: none;
  }
  #home #section_recommend .inner .last ~ .btn_next {
    display: none;
  }
  #home #section_info {
    margin-bottom: 3.125vw;
    overflow: hidden;
  }
  #home #section_info .inner {
    margin: 0 auto;
  }
  #home #section_info .inner .shop {
    margin-bottom: 3.125vw;
    overflow: hidden;
    position: relative;
    padding-top: 6.25vw;
  }
  #home #section_info .inner .shop:before {
    content: '';
    width: 400vw;
    height: 100%;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #home #section_info .inner .shop h2 {
    margin-top: 1.5625vw;
    margin-bottom: 3.125vw;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #home #section_info .inner .shop h2 img {
    width: 90.625vw;
  }
  #home #section_info .inner .shop .posts {
    width: 89.0625vw;
    margin: 0 auto;
    margin-bottom: 9.375vw;
    border: 2px solid #1e1e1e;
    position: relative;
    background-color: #fff;
    z-index: 2;
    transition: background 0.15s ease;
  }
  .is_pc#home #section_info .inner .shop .posts:hover, .is_pc#home #section_info .inner .shop .posts.touch {
    background-color: rgba(248, 255, 127, .5);
  }
  #home #section_info .inner .shop .posts .ph {
    width: 89.0625vw;
    height: 63.4375vw;
  }
  #home #section_info .inner .shop .posts .desc_inner {
    color: #1e1e1e;
    padding: 3.125vw;
    box-sizing: border-box;
  }
  #home #section_info .inner .shop .posts .desc_inner h3 {
    margin-bottom: 3.125vw;
    font-size: 4.6875vw;
    font-family: 'Koburina Gothic W6 JIS2004' !important;
    letter-spacing: 0.04em;
    line-height: 1.2em;
  }
  #home #section_info .inner .shop .posts .desc_inner p {
    font-size: 3.75vw;
    line-height: 1.16667em;
    letter-spacing: 0.04em;
  }
  #home #section_info .inner .shop .btn_more {
    margin-bottom: 9.375vw;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #home #section_info .inner .shop .btn_more svg {
    width: 54.375vw;
    height: 8.125vw;
  }
  #home #section_info .inner .shop .btn_more .rect {
    fill: #d9f4ff;
    transition: fill 0.15s ease;
  }
  .is_pc#home #section_info .inner .shop .btn_more a:hover .rect, .is_sp#home #section_info .inner .shop .btn_more a.touch .rect {
    fill: #f8ff7f;
  }
  #home #section_info .inner .tw {
    padding-top: 7.8125vw;
    padding-bottom: 10.9375vw;
    overflow: hidden;
    position: relative;
  }
  #home #section_info .inner .tw:before {
    content: '';
    width: 200vw;
    height: 100%;
    background-image: url(../images/bg_d_b.png);
    background-size: 76.8px;
    background-position: left top;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #home #section_info .inner .tw h3 {
    margin-bottom: 3.125vw;
    position: relative;
    z-index: 2;
  }
  #home #section_info .inner .tw h3 img {
    width: 75vw;
  }
  #home #section_info .inner .tw .desc {
    margin-bottom: 3.125vw;
    padding-left: 21.875vw;
    background-repeat: no-repeat;
    background-image: url(../images/ico_tw.svg);
    background-size: 9.6875vw;
    background-position: 6.25vw bottom;
    position: relative;
    z-index: 2;
    white-space: nowrap;
  }
  #home #section_info .inner .tw .desc p {
    font-size: 3.75vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.16667em;
  }
  #home #section_info .inner .tw .tw_widget {
    margin: 0 4.6875vw;
    height: 118.75vw;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 2px solid #1e1e1e;
    border-bottom: none;
    line-height: 0;
  }
  #home #section_info .inner .tw .tw_widget:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #home #section_hobonichiyobi {
    margin-bottom: 1.5625vw;
    padding: 4.6875vw 0 9.375vw 0;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
  }
  #home #section_hobonichiyobi .inner {
    margin: 0 auto;
  }
  #home #section_hobonichiyobi .inner .col_l h3 {
    margin-bottom: 6.25vw;
  }
  #home #section_hobonichiyobi .inner .col_l h3 img {
    width: 50.625vw;
  }
  #home #section_hobonichiyobi .inner .col_l .btn_more {
    margin-bottom: 6.25vw;
    text-align: center;
  }
  #home #section_hobonichiyobi .inner .col_l .btn_more img {
    width: 54.6875vw;
    transition: transform 0.2s ease;
  }
  .is_pc#home #section_hobonichiyobi .inner .col_l .btn_more a:hover img, .is_sp#home #section_hobonichiyobi .inner .col_l .btn_more a.touch img {
    transform: scale(1.05);
  }
  #home #section_hobonichiyobi .inner .col_r .post {
    width: 89.0625vw;
    margin: 0 auto;
    border: 2px solid #1e1e1e;
    background-color: #fff;
    transition: background 0.15s ease;
  }
  .is_pc#home #section_hobonichiyobi .inner .col_r .post:hover, .is_pc#home #section_hobonichiyobi .inner .col_r .post.touch {
    background-color: rgba(248, 255, 127, .5);
  }
  #home #section_hobonichiyobi .inner .col_r .post .ph {
    width: 89.0625vw;
    height: 50.09985vw;
    display: block;
  }
  #home #section_hobonichiyobi .inner .col_r .post .desc {
    padding: 3.125vw;
    color: #1e1e1e;
    position: relative;
  }
  #home #section_hobonichiyobi .inner .col_r .post .desc h4 {
    margin-bottom: 3.125vw;
    font-size: 4.6875vw;
    line-height: 1.2em;
    font-weight: bold;
  }
  #home #section_hobonichiyobi .inner .col_r .post .desc p {
    font-size: 3.75vw;
    line-height: 1.16667em;
    letter-spacing: 0.04em;
  }
}
/*------------------------------------------------------------------------------------------
 *
 *
 recommend_sp.css
 *
 *
 ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 640px
   *
   *
   ------------------------------------------------------------------------------------------ */
  #recommend .btn_more {
    text-align: center;
    margin-top: 12.5vw;
    padding-bottom: 14.0625vw;
    position: relative;
    z-index: 10;
  }
  #recommend .btn_more svg {
    width: 65.625vw;
    height: 8.125vw;
  }
  #recommend .btn_more svg .rect {
    fill: #d9f4ff;
    transition: fill 0.15s ease;
  }
  .is_pc#recommend .btn_more a:hover .rect, .is_sp#recommend .btn_more a.touch .rect {
    fill: #f8ff7f;
  }
  #recommend #kv {
    margin-bottom: 3.125vw;
    height: 53.125vw;
    overflow: hidden;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
  }
  #recommend #kv .inner {
    margin: 0 auto;
    position: relative;
  }
  #recommend #kv .inner h1 {
    margin-top: 6.25vw;
    position: relative;
    left: -7.8125vw;
  }
  #recommend #kv .inner h1 img {
    width: 121.875vw;
  }
  #recommend #rec_nav {
    padding: 3.125vw 0;
    margin-bottom: 6.25vw;
    background-image: url(../images/bg_d_all.png);
    background-size: 76.8px;
    background-position: left top;
  }
  #recommend #rec_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -2.1875vw;
  }
  #recommend #rec_nav ul li {
    width: 26.25vw;
    height: 6.875vw;
    margin: 0 1.5625vw;
    margin-bottom: 2.1875vw;
  }
  #recommend #rec_nav ul li a {
    display: block;
  }
  #recommend #rec_nav ul li a svg {
    width: 26.25vw;
    height: 6.875vw;
  }
  #recommend #rec_nav ul li a svg .rect {
    transition: fill 0.15s ease;
  }
  .is_pc#recommend #rec_nav ul li a:hover .rect {
    fill: #fff !important;
  }
  #recommend .exhibition #rec_nav {
    background-image: url(../images/bg_d_exhibition.png);
  }
  #recommend .movie #rec_nav {
    background-image: url(../images/bg_d_movie.png);
  }
  #recommend .stage #rec_nav {
    background-image: url(../images/bg_d_stage.png);
  }
  #recommend .music #rec_nav {
    background-image: url(../images/bg_d_music.png);
  }
  #recommend .food #rec_nav {
    background-image: url(../images/bg_d_food.png);
  }
  #recommend .food2 #rec_nav {
    background-image: url(../images/bg_d_food.png);
  }
  #recommend .others #rec_nav {
    background-image: url(../images/bg_d_others.png);
  }
  #recommend .others2 #rec_nav {
    background-image: url(../images/bg_d_others.png);
  }
  #recommend #in_session .inner {
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
  }
  #recommend #closed {
    padding-top: 6.25vw;
    margin-bottom: 3.125vw;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
  }
  #recommend #closed .head {
    margin-top: 3.125vw;
    margin-bottom: 9.375vw;
    position: relative;
    left: -7.8125vw;
  }
  #recommend #closed .head img {
    width: 121.875vw;
  }
  #recommend #closed.u {
    margin-top: -6.25vw;
  }
  #recommend #closed .inner {
    margin: 0 auto;
    overflow: hidden;
  }
}
/*------------------------------------------------------------------------------------------
 *
 *
 shop_sp.css
 *
 *
 ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 640px
   *
   *
   ------------------------------------------------------------------------------------------ */
  #shop #kv {
    height: 46.875vw;
    margin-bottom: 7.8125vw;
    overflow: hidden;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
  }
  #shop #kv .inner {
    margin: 0 auto;
    position: relative;
  }
  #shop #kv .inner h1 {
    text-align: center;
    margin-top: 6.25vw;
  }
  #shop #kv .inner h1 img {
    width: 90.625vw;
  }
  #shop #exhibition_list {
    margin: 0 auto;
    margin-bottom: 6.25vw;
  }
  #shop #exhibition_list ul {
    padding: 0 4.6875vw;
  }
  #shop #exhibition_list ul li {
    margin-bottom: -2px;
    border: 2px solid #1e1e1e;
  }
  #shop #exhibition_list ul li .slider_wrap {
    position: relative;
  }
  #shop #exhibition_list ul li .slider_wrap .btn_prev {
    width: 5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  #shop #exhibition_list ul li .slider_wrap .btn_prev svg {
    width: 5vw;
    height: 5vw;
  }
  #shop #exhibition_list ul li .slider_wrap .btn_prev svg .rect {
    transition: fill 0.15s ease;
    fill: #fff;
  }
  .is_pc#shop #exhibition_list ul li .slider_wrap .btn_prev:hover .rect, .is_sp#shop #exhibition_list ul li .slider_wrap .btn_prev.touch .rect {
    fill: #f8ff7f;
  }
  #shop #exhibition_list ul li .slider_wrap .btn_next {
    width: 5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  #shop #exhibition_list ul li .slider_wrap .btn_next svg {
    width: 5vw;
    height: 5vw;
  }
  #shop #exhibition_list ul li .slider_wrap .btn_next svg .rect {
    transition: fill 0.15s ease;
    fill: #fff;
  }
  .is_pc#shop #exhibition_list ul li .slider_wrap .btn_next:hover .rect, .is_sp#shop #exhibition_list ul li .slider_wrap .btn_next.touch .rect {
    fill: #f8ff7f;
  }
  #shop #exhibition_list ul li .slider_wrap .img_slider .s {
    width: 89.0625vw;
    height: 64.6875vw;
  }
  #shop #exhibition_list ul li .desc_inner {
    padding: 3.125vw;
    margin-bottom: 3.125vw;
  }
  #shop #exhibition_list ul li .desc_inner h2 {
    margin-bottom: 3.125vw;
    font-size: 4.6875vw;
    font-weight: bold;
    line-height: 1.2em;
  }
  #shop #exhibition_list ul li .desc_inner .desc p {
    font-size: 3.75vw;
    line-height: 1.16667em;
    margin-bottom: 1.5em;
  }
  #shop #exhibition_list ul li .desc_inner .desc p:last-child {
    margin-bottom: 0;
  }
  #shop #exhibition_list ul li .desc_inner .desc p a {
    color: #f469db;
    border-bottom: 1px solid transparent;
    transition: border 0.15s ease;
  }
  .is_pc#shop #exhibition_list ul li .desc_inner .desc p a:hover, .is_sp#shop #exhibition_list ul li .desc_inner .desc p a.touch {
    border-bottom: 1px solid #f469db;
  }
  #shop #exhibition_list ul li .period {
    height: 15vw;
    border-top: 2px solid #1e1e1e;
    display: flex;
    align-items: center;
  }
  #shop #exhibition_list ul li .period dl {
    padding-left: 3.125vw;
    display: flex;
  }
  #shop #exhibition_list ul li .period dl dt {
    width: 14.0625vw;
  }
  #shop #exhibition_list ul li .period dl dt span {
    width: 10.9375vw;
    padding: 0.9375vw 0;
    margin-right: 4.6875vw;
    font-size: 3.4375vw;
    display: block;
    letter-spacing: 0.06em;
    text-align: center;
    border-radius: 1.25vw;
    background-color: #1e1e1e;
    color: #fff;
    white-space: nowrap;
    position: relative;
    top: -0.625vw;
  }
  #shop #exhibition_list ul li .period dl .date {
    font-size: 3.75vw;
    font-weight: bold;
    display: block;
  }
  #shop #exhibition_list ul li .period dl .notes {
    margin-top: 1.5625vw;
    font-size: 3.75vw;
    font-weight: bold;
    display: block;
  }
  #shop #exhibition_list ul li .period dl .notes.switch_pc {
    display: none !important;
  }
  #shop #section_access {
    background-image: url(../images/bg_d_b.png);
    background-size: 76.8px;
    background-position: left top;
    margin-bottom: 3.125vw;
    position: relative;
  }
  #shop #section_access .inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
    position: relative;
  }
  #shop #section_access .inner .col_l h2 {
    margin-bottom: 40.625vw;
    position: absolute;
    top: 4.6875vw;
    left: 0;
  }
  #shop #section_access .inner .col_l h2 img {
    width: 83.75vw;
  }
  #shop #section_access .inner .col_l .img {
    position: absolute;
    top: 28.125vw;
    right: -6.25vw;
    z-index: 1;
  }
  #shop #section_access .inner .col_l .img img {
    width: 106.25vw;
  }
  #shop #section_access .inner .col_l .info {
    padding-top: 20.3125vw;
    position: relative;
    z-index: 2;
  }
  #shop #section_access .inner .col_l .info h3 {
    position: absolute;
    top: 6.25vw;
    left: -6.25vw;
    z-index: 1;
  }
  #shop #section_access .inner .col_l .info h3 img {
    width: 47.8125vw;
  }
  #shop #section_access .inner .col_l .info dl {
    padding-left: 4.6875vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  #shop #section_access .inner .col_l .info dl dt {
    width: 21.875vw;
    margin-bottom: 1.5625vw;
  }
  #shop #section_access .inner .col_l .info dl dt span {
    font-size: 3.4375vw;
    letter-spacing: 0.06em;
    padding: 5px 0;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #1e1e1e;
    color: #fff;
  }
  #shop #section_access .inner .col_l .info dl dt.d1 span {
    min-width: 12.5vw;
  }
  #shop #section_access .inner .col_l .info dl dt.d2 span {
    min-width: 14.375vw;
  }
  #shop #section_access .inner .col_l .info dl dd {
    width: 64.0625vw;
    padding-top: 0.625vw;
    margin-bottom: 1.5625vw;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
    line-height: 1.33333em;
  }
  #shop #section_access .inner .col_l .sns {
    padding-top: 4.6875vw;
  }
  #shop #section_access .inner .col_l .sns ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #shop #section_access .inner .col_l .sns ul li {
    margin-right: 6.25vw;
  }
  #shop #section_access .inner .col_l .sns ul li img {
    width: auto;
    height: 9.0625vw;
    transition: opacity 0.15s ease;
  }
  #shop #section_access .inner .col_l .sns ul li.tw img {
    height: 7.5vw;
  }
  .is_pc#shop #section_access .inner .col_l .sns ul li a:hover img, .is_sp#shop #section_access .inner .col_l .sns ul li a.touch img {
    opacity: 0.7;
  }
  #shop #section_access .inner .col_r {
    padding-top: 31.25vw;
    position: relative;
  }
  #shop #section_access .inner .col_r h3 {
    top: 14.0625vw;
    left: -7.8125vw;
    position: relative;
    z-index: 1;
  }
  #shop #section_access .inner .col_r h3 img {
    width: 47.8125vw;
  }
  #shop #section_access .inner .col_r #gmap {
    width: 89.0625vw !important;
    height: 59.375vw !important;
    margin: 0 auto;
    border: 2px solid #1e1e1e;
    z-index: 2;
    position: relative;
  }
  #shop #section_access .inner .col_r #gmap span {
    width: 89.0625vw !important;
    height: 59.375vw !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #shop #section_access .inner .col_r #gmap iframe {
    width: 89.0625vw !important;
    height: 59.375vw !important;
  }
}
/*------------------------------------------------------------------------------------------
 *
 *
 access_sp.css
 *
 *
 ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 640px
   *
   *
   ------------------------------------------------------------------------------------------ */
  #access #kv {
    height: 53.125vw;
    margin-bottom: 28.125vw;
    overflow: hidden;
    background-image: url(../images/bg_d_b.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
  }
  #access #kv .inner {
    margin: 0 auto;
    position: relative;
  }
  #access #kv .inner h1 {
    margin-top: 3.125vw;
  }
  #access #kv .inner h1 img {
    width: 100%;
  }
  #access #info_map {
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
  }
  #access #info_map h3 {
    position: absolute;
    top: -21.875vw;
    left: -7.8125vw;
  }
  #access #info_map h3 img {
    width: 53.4375vw;
  }
  #access #info_map #gmap {
    width: 89.0625vw !important;
    height: 59.375vw !important;
    margin: 0 auto;
    border: 2px solid #1e1e1e;
    z-index: 2;
    position: relative;
  }
  #access #info_map #gmap span {
    width: 89.0625vw !important;
    height: 59.375vw !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #access #info_map #gmap iframe {
    width: 89.0625vw !important;
    height: 59.375vw !important;
  }
  #access #info_map #info {
    margin-top: -7.8125vw;
  }
  #access #info_map #info h4 {
    margin-left: -4.6875vw;
    position: relative;
    bottom: -14.0625vw;
  }
  #access #info_map #info h4 img {
    width: 53.4375vw;
  }
  #access #info_map #info dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    top: 0;
    left: 6.25vw;
  }
  #access #info_map #info dl dt {
    width: 21.875vw;
    margin-bottom: 1.5625vw;
    position: relative;
    top: -0.625vw;
  }
  #access #info_map #info dl dt span {
    font-size: 3.4375vw;
    letter-spacing: 0.06em;
    padding: 0.9375vw 0;
    border-radius: 1.25vw;
    display: inline-block;
    text-align: center;
    background-color: #1e1e1e;
    color: #fff;
  }
  #access #info_map #info dl dt.d1 span {
    min-width: 12.5vw;
  }
  #access #info_map #info dl dt.d2 span {
    min-width: 15.625vw;
  }
  #access #info_map #info dl dd {
    width: 65.625vw;
    margin-bottom: 1.5625vw;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
    line-height: 1.33333em;
  }
  #access #info_map .sns {
    margin-bottom: 7.8125vw;
    padding-top: 3.125vw;
  }
  #access #info_map .sns ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #access #info_map .sns ul li {
    margin-right: 6.25vw;
  }
  #access #info_map .sns ul li img {
    width: auto;
    height: 9.0625vw;
    transition: opacity 0.15s ease;
  }
  #access #info_map .sns ul li.tw img {
    height: 7.5vw;
  }
  .is_pc#access #info_map .sns ul li a:hover img, .is_sp#access #info_map .sns ul li a.touch img {
    opacity: 0.7;
  }
  #access #qa #q_kv {
    height: 53.125vw;
    overflow: hidden;
    background-image: url(../images/bg_d_b.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
  }
  #access #qa #q_kv .inner {
    margin: 0 auto;
    position: relative;
  }
  #access #qa #q_kv .inner h1 img {
    width: 100%;
  }
  #access #qa nav {
    padding-top: 0.625vw;
    margin-bottom: 0.625vw;
  }
  #access #qa nav li {
    margin-bottom: 0.625vw;
    position: relative;
  }
  #access #qa nav li span {
    padding-left: 15.625vw;
    margin: 0 auto;
    display: block;
    background-image: url(../images/ico_arrow_r_s.svg);
    background-repeat: no-repeat;
    background-position: 12.5vw center;
    background-size: 1.5625vw;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    transition: background 0.15s ease;
  }
  #access #qa nav li a {
    padding: 1.5625vw 0;
    display: block;
    font-size: 3.125vw;
    color: #1e1e1e;
    font-weight: bold;
    background-image: url(../images/bg_d_y.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
  }
  #access #qa nav li a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background-color: #d9f4ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.15s ease;
  }
  .is_pc#access #qa nav li a:hover:before, .is_sp#access #qa nav li a.touch:before {
    opacity: 0;
  }
  .is_pc#access #qa nav li a:hover span, .is_sp#access #qa nav li a.touch span {
    background-position: 13.4375vw center;
  }
  #access #qa #qa_body {
    margin: 0 auto;
    margin-bottom: 3.125vw;
  }
  #access #qa #qa_body h3 {
    width: 100%;
    height: 12.5vw;
    background-image: url(../images/bg_d_y.png);
    display: flex;
    align-items: center;
    background-size: 76.8px;
    background-position: left top;
    font-weight: bold;
    font-size: 4.375vw;
    letter-spacing: 0.02em;
    box-sizing: border-box;
    padding-left: 6.25vw;
  }
  #access #qa #qa_body ul {
    margin-bottom: 1.5625vw;
  }
  #access #qa #qa_body li {
    margin-top: 0.625vw;
  }
  #access #qa #qa_body li h4 {
    padding: 3.125vw 12.5vw 3.125vw 14.0625vw;
    display: flex;
    align-items: center;
    background-image: url(../images/parts_q.svg);
    background-repeat: no-repeat;
    background-position: 6.25vw 3.125vw;
    background-size: 5.3125vw;
    background-color: #f0f0f0;
    font-size: 3.75vw;
    line-height: 1.25em;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.15s ease;
  }
  #access #qa #qa_body li h4:after {
    content: '';
    display: block;
    width: 3.125vw;
    height: 2.5vw;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/ico_arrow_d.svg);
    background-size: contain;
    position: absolute;
    top: 4.0625vw;
    right: 4.6875vw;
    transition: transform 0.15s ease;
  }
  .is_pc#access #qa #qa_body li h4:hover, .is_sp#access #qa #qa_body li h4.touch {
    background-color: #ddd;
  }
  #access #qa #qa_body li h4.on:after {
    transform: rotateX(-180deg);
  }
  #access #qa #qa_body li .ans {
    display: none;
    padding: 1.5625vw 0 0.625vw 0;
    padding-left: 14.0625vw;
    background-repeat: no-repeat;
    background-image: url(../images/parts_a.svg);
    background-position: 6.25vw 2.5vw;
    background-size: 5vw;
  }
  #access #qa #qa_body li .ans p {
    font-size: 3.75vw;
    line-height: 1.75em;
    letter-spacing: 0.04em;
    margin-bottom: 1.5em;
  }
  #access #qa #qa_body li .ans p:last-child {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------------------------------------
 *
 *
 about_sp.css
 *
 *
 ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 640px
   *
   *
   ------------------------------------------------------------------------------------------ */
  #about #kv {
    height: 53.125vw;
    margin-bottom: 6.25vw;
    overflow: hidden;
    background-image: url(../images/bg_d_b.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
  }
  #about #kv .inner {
    margin: 0 auto;
    position: relative;
  }
  #about #kv .inner h1 {
    margin-top: 9.375vw;
    margin-left: 7.8125vw;
  }
  #about #kv .inner h1 img {
    width: 76.5625vw;
  }
  #about #about_body .inner {
    margin: 0 auto;
  }
  #about #about_body .desc {
    padding: 0 6.25vw;
    margin-bottom: 7.8125vw;
  }
  #about #about_body .desc p {
    margin-bottom: 2em;
    font-size: 4.20625vw;
    line-height: 1.48588em;
  }
  #about #about_body .desc p br {
    display: none;
  }
  #about #about_body .desc p br.sp {
    display: inherit !important;
  }
  #about #about_body .desc p:last-child {
    margin-bottom: 0px;
  }
  #about #about_body .desc p a {
    color: #f469db;
    border-bottom: 1px solid transparent;
    transition: border;
    transition-duration: 0.15s;
  }
  .is_pc#about #about_body .desc p a:hover, .is_sp#about #about_body .desc p a.touch {
    border-bottom: 1px solid #f469db;
  }
  #about #about_body h3 {
    padding-left: 6.25vw;
    margin-bottom: 4.6875vw;
  }
  #about #about_body h3 img {
    width: auto;
    height: 21.25vw;
  }
  #about #about_body h3.l {
    padding-left: 0vw;
  }
  #about #about_body h3.l img {
    height: 20.625vw;
  }
  #about #about_body h3.h img {
    height: 25vw;
  }
  #about #about_body .pic {
    padding: 0 6.25vw;
    text-align: center;
    margin-bottom: 9.375vw;
  }
  #about #about_body .pic img {
    width: 100%;
  }
  #about #about_body .pic.logo_culturen img {
    width: 76.71875vw;
  }
  #about #about_body .pic.logo_hobonichiyobi {
    margin-bottom: 6.25vw;
  }
  #about #about_body .pic.logo_hobonichiyobi img {
    width: 76.71875vw;
  }
  #about #about_body .pic.logo_tobichi {
    margin-bottom: 6.25vw;
  }
  #about #about_body .pic.logo_tobichi img {
    width: 56.25vw;
  }
  #about #about_body .btn_culturen {
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 9.375vw;
  }
  #about #about_body .btn_culturen a {
    display: block;
  }
  #about #about_body .btn_culturen a img {
    width: 100%;
    transition: opacity;
    transition-duration: 0.15s;
  }
  .is_pc#about #about_body .btn_culturen a:hover img, .is_sp#about #about_body .btn_culturen a.touch img {
    opacity: 0.7;
  }
  #about #about_body .btn {
    text-align: center;
    margin-top: -3.125vw;
  }
  #about #about_body .btn a {
    display: inline-block;
    border: none !important;
    transition: opacity;
    transition-duration: 0.15s;
  }
  #about #about_body .btn a img {
    width: auto;
    height: 8.75vw;
  }
  .is_pc#about #about_body .btn a:hover img, .is_sp#about #about_body .btn a.touch img {
    opacity: 0.7;
  }
  #about #section_access {
    background-image: url(../images/bg_d_b.png);
    background-size: 76.8px;
    background-position: left top;
    margin-bottom: 3.125vw;
    position: relative;
  }
  #about #section_access .inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
    position: relative;
  }
  #about #section_access .inner .col_l h2 {
    margin-bottom: 40.625vw;
    position: absolute;
    top: 4.6875vw;
    left: 0;
  }
  #about #section_access .inner .col_l h2 img {
    width: 83.75vw;
  }
  #about #section_access .inner .col_l .img {
    position: absolute;
    top: 28.125vw;
    right: -6.25vw;
    z-index: 1;
  }
  #about #section_access .inner .col_l .img img {
    width: 106.25vw;
  }
  #about #section_access .inner .col_l .info {
    padding-top: 20.3125vw;
    position: relative;
    z-index: 2;
  }
  #about #section_access .inner .col_l .info h3 {
    position: absolute;
    top: 6.25vw;
    left: -6.25vw;
    z-index: 1;
  }
  #about #section_access .inner .col_l .info h3 img {
    width: 47.8125vw;
  }
  #about #section_access .inner .col_l .info dl {
    padding-left: 4.6875vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  #about #section_access .inner .col_l .info dl dt {
    width: 21.875vw;
    margin-bottom: 1.5625vw;
  }
  #about #section_access .inner .col_l .info dl dt span {
    font-size: 3.4375vw;
    letter-spacing: 0.06em;
    padding: 5px 0;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #1e1e1e;
    color: #fff;
  }
  #about #section_access .inner .col_l .info dl dt.d1 span {
    min-width: 12.5vw;
  }
  #about #section_access .inner .col_l .info dl dt.d2 span {
    min-width: 14.375vw;
  }
  #about #section_access .inner .col_l .info dl dd {
    width: 64.0625vw;
    padding-top: 0.625vw;
    margin-bottom: 1.5625vw;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
    line-height: 1.33333em;
  }
  #about #section_access .inner .col_l .sns {
    padding-top: 4.6875vw;
  }
  #about #section_access .inner .col_l .sns ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #about #section_access .inner .col_l .sns ul li {
    margin-right: 6.25vw;
  }
  #about #section_access .inner .col_l .sns ul li img {
    width: auto;
    height: 9.0625vw;
    transition: opacity 0.15s ease;
  }
  #about #section_access .inner .col_l .sns ul li.tw img {
    height: 7.5vw;
  }
  .is_pc#about #section_access .inner .col_l .sns ul li a:hover img, .is_sp#about #section_access .inner .col_l .sns ul li a.touch img {
    opacity: 0.7;
  }
  #about #section_access .inner .col_r {
    padding-top: 31.25vw;
    position: relative;
  }
  #about #section_access .inner .col_r h3 {
    top: 14.0625vw;
    left: -7.8125vw;
    position: relative;
    z-index: 1;
  }
  #about #section_access .inner .col_r h3 img {
    width: 47.8125vw;
  }
  #about #section_access .inner .col_r #gmap {
    width: 89.0625vw !important;
    height: 59.375vw !important;
    margin: 0 auto;
    border: 2px solid #1e1e1e;
    z-index: 2;
    position: relative;
  }
  #about #section_access .inner .col_r #gmap span {
    width: 89.0625vw !important;
    height: 59.375vw !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #about #section_access .inner .col_r #gmap iframe {
    width: 89.0625vw !important;
    height: 59.375vw !important;
  }
}
/*------------------------------------------------------------------------------------------
 *
 *
 single_sp.css
 *
 *
 ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 640px
   *
   *
   ------------------------------------------------------------------------------------------ */
  #single #kv {
    height: 53.125vw;
    overflow: hidden;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
    position: relative;
  }
  #single #kv .inner {
    height: 53.125vw;
    padding: 0 6.25vw;
    margin: 0 auto;
    position: relative;
  }
  #single #kv .inner h1 {
    padding-top: 3.125vw;
    font-family: 'Koburina Gothic W6 JIS2004' !important;
    font-size: 5vw;
    line-height: 1.25em;
  }
  #single #kv .inner .bg {
    position: absolute;
    bottom: -15.625vw;
    left: -4.6875vw;
    z-index: 2;
  }
  #single #kv .inner .bg img {
    width: 106.25vw;
  }
  #single .b_movie {
    background-color: #499996;
  }
  #single .b_exhibition {
    background-color: #ff7677;
  }
  #single .b_stage {
    background-color: #db7d59;
  }
  #single .b_music {
    background-color: #6490e8;
  }
  #single .b_food {
    background-color: #ffe875;
  }
  #single .b_food2 {
    background-color: #ffe875;
  }
  #single .b_others {
    background-color: #d38dd2;
  }
  #single .b_others2 {
    background-color: #d38dd2;
  }
  #single #genre {
    height: 7.8125vw;
    line-height: 7.8125vw;
  }
  #single #genre .inner {
    margin: 0 auto;
  }
  #single #genre .inner .cat {
    padding-left: 4.6875vw;
    text-align: left;
    font-size: 4.6875vw;
    letter-spacing: 0.1em;
  }
  #single #genre .inner .num {
    display: none;
  }
  #single #speaker {
    padding: 3.125vw 0;
    padding-left: 4.6875vw;
  }
  #single #speaker .inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  #single #speaker .inner .col_l {
    width: 29.6875vw;
  }
  #single #speaker .inner .col_l .ico {
    width: 26.25vw;
    height: 26.25vw;
    border: 2px solid #1e1e1e;
    border-radius: 26.25vw;
    box-sizing: border-box;
  }
  #single #speaker .inner .col_r {
    width: 59.375vw;
    position: relative;
  }
  #single #speaker .inner .col_r h2 {
    margin-bottom: 3.125vw;
    font-size: 5vw;
    letter-spacing: 0.12em;
    line-height: 1.25em;
  }
  #single #speaker .inner .col_r .name {
    font-size: 3.125vw;
    letter-spacing: 0.16em;
  }
  #single #speaker .inner .col_r .num {
    font-size: 3.125vw;
    letter-spacing: 0.16em;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #single #post_kv {
    width: 89.0625vw;
    height: 89.0625vw;
    margin: 0 auto;
    margin-bottom: 6.25vw;
    position: relative;
  }
  #single #post_kv .ph {
    width: 89.0625vw;
    height: 89.0625vw;
    border: 2px solid #1e1e1e;
    box-sizing: border-box;
  }
  #single #post_kv .status {
    width: 4.375vw;
    height: 11.5625vw;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 2;
  }
  #single #post_kv .status.e {
    height: 18.75vw;
    top: 1px;
    right: 1px;
  }
  #single #post_kv.exhibition .status.b {
    background-image: url(../images/status_b_02.png);
  }
  #single #post_kv.exhibition .status.on {
    background-image: url(../images/status_on_02.png);
  }
  #single #post_kv.exhibition .status.e {
    background-image: url(../images/status_e_02.png);
  }
  #single #post_kv.music .status.b {
    background-image: url(../images/status_b_02.png);
  }
  #single #post_kv.music .status.on {
    background-image: url(../images/status_on_02.png);
  }
  #single #post_kv.music .status.e {
    background-image: url(../images/status_e_02.png);
  }
  #single #post_kv.others .status.b {
    background-image: url(../images/status_b_02.png);
  }
  #single #post_kv.others .status.on {
    background-image: url(../images/status_on_02.png);
  }
  #single #post_kv.others .status.e {
    background-image: url(../images/status_e_02.png);
  }
  #single #post_kv.movie .status.b {
    background-image: url(../images/status_b_01.png);
  }
  #single #post_kv.movie .status.on {
    background-image: url(../images/status_on_01.png);
  }
  #single #post_kv.movie .status.e {
    background-image: url(../images/status_e_01.png);
  }
  #single #post_kv.stage .status.b {
    background-image: url(../images/status_b_03.png);
  }
  #single #post_kv.stage .status.on {
    background-image: url(../images/status_on_03.png);
  }
  #single #post_kv.stage .status.e {
    background-image: url(../images/status_e_03.png);
  }
  #single #post_body {
    padding: 0 4.6875vw;
  }
  #single #post_body .txt {
    margin: 0 auto;
    margin-bottom: 6.25vw;
    box-sizing: border-box;
  }
  #single #post_body .txt h3 {
    margin-bottom: 4.6875vw;
    font-size: 4.6875vw;
    font-weight: bold;
    line-height: 1.3em;
  }
  #single #post_body .txt p + h3 {
    margin-top: 4.6875vw;
  }
  #single #post_body .txt p {
    margin-bottom: 1.5em;
    font-size: 4.375vw;
    line-height: 1.42857em;
    color: #333;
  }
  #single #post_body .txt p a {
    color: #f469db;
    border-bottom: 1px solid transparent;
    transition: border 0.15s ease;
  }
  .is_pc#single #post_body .txt p a:hover, .is_pc#single #post_body .txt p a.touch {
    border-bottom: 1px solid #f469db;
  }
  #single #post_body .img {
    margin: 3.125vw auto 7.8125vw auto;
  }
  #single #post_body .img img {
    width: 100%;
  }
  #single #post_body .img .caption {
    margin-top: 0;
    display: block;
    text-align: right;
    font-size: 3.125vw;
    line-height: 1.3em;
    color: #333;
  }
  #single #post_body .video {
    margin: 0 auto;
    margin-top: 3.125vw;
    margin-bottom: 6.25vw;
  }
  #single #post_body .video iframe {
    width: 90.625vw;
    height: 50.97656vw;
  }
  #single #post_body .talker {
    margin: 0 auto;
    margin-bottom: 7.8125vw;
    border: 2px solid #1e1e1e;
    background-color: #f0f0f0;
  }
  #single #post_body .talker h5 {
    padding: 1.25vw 0;
    text-align: center;
    font-size: 4.375vw;
    border-bottom: 2px solid #1e1e1e;
  }
  #single #post_body .talker ul {
    padding: 0 4.6875vw 1.5625vw 4.6875vw;
    padding-top: 20px;
  }
  #single #post_body .talker ul li {
    display: flex;
    margin-bottom: 4.6875vw;
  }
  #single #post_body .talker ul li .col_l {
    width: 23.4375vw;
  }
  #single #post_body .talker ul li .col_l .ico {
    width: 18.125vw;
    height: 18.125vw;
    border: 2px solid #1e1e1e;
    border-radius: 18.125vw;
    background-color: #fff;
  }
  #single #post_body .talker ul li .col_r {
    width: 54.6875vw;
  }
  #single #post_body .talker ul li .col_r .name {
    font-size: 3.75vw;
    margin-bottom: 1.5625vw;
  }
  #single #post_body .talker ul li .col_r .desc {
    font-size: 3.75vw;
    line-height: 1.25em;
  }
  #single #post_body .talk {
    margin: 0 auto;
    margin-bottom: 6.25vw;
  }
  #single #post_body .talk dl {
    margin-bottom: 7.8125vw;
  }
  #single #post_body .talk dl dt {
    display: block;
    font-size: 4.375vw;
    box-sizing: border-box;
    line-height: 1.42857em;
    margin-bottom: 1.5625vw;
    color: #333;
    white-space: nowrap;
  }
  #single #post_body .talk dl.face dt {
    display: block;
    font-size: 4.0625vw;
    box-sizing: border-box;
    line-height: 1.42857em;
    margin-bottom: 1.5625vw;
    color: #333;
    white-space: nowrap;
  }
  #single #post_body .talk dl.face dt .ico {
    width: 13.125vw;
    height: 13.125vw;
    margin-left: -0.9375vw;
    margin-bottom: 0.625vw;
    border: 1px solid #1e1e1e;
    border-radius: 15vw;
    display: block;
  }
  #single #post_body .talk dl dd {
    display: block;
    font-size: 4.375vw;
    line-height: 1.42857em;
    margin-bottom: 1.5em;
    color: #333;
  }
  #single #post_body .talk dl a {
    color: #f469db;
    border-bottom: 1px solid transparent;
    transition: border 0.15s ease;
  }
  .is_pc#single #post_body .talk dl a:hover, .is_pc#single #post_body .talk dl a.touch {
    border-bottom: 1px solid #f469db;
  }
  #single #post_info {
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
  }
  #single #post_info h3 {
    height: 7.8125vw;
    font-size: 4.6875vw;
    letter-spacing: 0.02em;
    line-height: 7.8125vw;
    padding-left: 4.6875vw;
  }
  #single #post_info .inner {
    margin: 0 auto;
    padding: 6.25vw 4.6875vw 3.125vw 4.6875vw;
  }
  #single #post_info .inner .ph {
    margin-bottom: 3.125vw;
    max-height: 100vw;
    margin-bottom: 25px;
  }
  #single #post_info .inner .ph .bg_inner {
    background-size: contain;
  }
  #single #post_info .inner .ph img {
    width: 100%;
  }
  #single #post_info .inner a {
    color: #f469db;
    border-bottom: 1px solid #fff;
    transition: border 0.1s ease;
  }
  .is_pc#single #post_info .inner a:hover, .is_pc#single #post_info .inner a.touch {
    color: #f469db;
    border-bottom: 1px solid #f469db;
  }
  #single #post_info .inner .info_desc h4 {
    margin-bottom: 20px;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.25em;
  }
  #single #post_info .inner .info_desc .detail {
    font-size: 4.375vw;
    line-height: 1.42857em;
  }
  #single #post_info .inner .info_desc p {
    margin-bottom: 2em;
  }
  #single #relation_1101 {
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
  }
  #single #relation_1101 h3 {
    height: 7.8125vw;
    font-size: 4.6875vw;
    letter-spacing: 0.02em;
    line-height: 7.8125vw;
    padding-left: 4.6875vw;
  }
  #single #relation_1101 .inner {
    padding: 4.6875vw;
    margin: 0 auto;
  }
  #single #relation_1101 .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -4.6875vw;
  }
  #single #relation_1101 .inner ul li {
    width: 42.5vw;
    border: 2px solid #1e1e1e;
    margin-bottom: 4.6875vw;
    box-sizing: border-box;
  }
  #single #relation_1101 .inner ul li a {
    color: #1e1e1e;
  }
  #single #relation_1101 .inner ul li .ph {
    width: 100%;
    height: 23.75vw;
    border-bottom: 2px solid #1e1e1e;
  }
  #single #relation_1101 .inner ul li .desc_inner {
    background-color: #fff;
    padding: 3.125vw 1.5625vw;
  }
  #single #relation_1101 .inner ul li .desc_inner p {
    font-size: 4.375vw;
    line-height: 1.21429em;
  }
  #single #relation_1101 .inner ul a {
    transition: color 0.1s ease;
  }
  #single #relation_1101 .inner ul a .bg_inner {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .is_pc#single #relation_1101 .inner ul a:hover, .is_sp#single #relation_1101 .inner ul a.touch {
    color: #f469db;
  }
  .is_pc#single #relation_1101 .inner ul a:hover .bg_inner, .is_sp#single #relation_1101 .inner ul a.touch .bg_inner {
    transform: scale(1.05);
  }
  #single #relation_post {
    padding-bottom: 3.125vw;
    background-image: url(../images/bg_d_g.png);
    background-size: 76.8px;
    background-position: left top;
  }
  #single #relation_post h3 {
    height: 7.8125vw;
    font-size: 4.6875vw;
    letter-spacing: 0.02em;
    line-height: 7.8125vw;
    padding-left: 4.6875vw;
  }
  #single #relation_post .inner {
    margin: 0 auto;
    padding: 4.6875vw;
  }
  #single #relation_post .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #single #relation_post .inner ul li {
    width: 100%;
    height: 25vw;
    display: flex;
    border: 2px solid #1e1e1e;
    margin-bottom: 3.125vw;
    box-sizing: border-box;
    position: relative;
  }
  #single #relation_post .inner ul li a {
    height: 100%;
    display: flex;
    color: #1e1e1e;
  }
  #single #relation_post .inner ul li .ph {
    width: 25vw;
    height: 100%;
    background-color: #fff;
    border-right: 2px solid #1e1e1e;
    box-sizing: border-box;
  }
  #single #relation_post .inner ul li .desc_inner {
    width: 64.0625vw;
    padding: 2.5vw 1.5625vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #single #relation_post .inner ul li .desc_inner h4 {
    font-size: 4.375vw;
    letter-spacing: 0.06em;
    line-height: 1.28571em;
    max-height: 2.3em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #single #relation_post .inner ul li .desc_inner p {
    font-size: 3.125vw;
    line-height: 1.5em;
    letter-spacing: 0.16em;
  }
  #single #relation_post .inner ul li .ico {
    width: 13.75vw;
    height: 13.75vw;
    border: 2px solid #1e1e1e;
    border-radius: 13.75vw;
    background-color: #fff;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: -3.125vw;
    right: -3.125vw;
    box-sizing: border-box;
  }
  #single #relation_post .inner ul li a {
    transition: color 0.1s ease;
  }
  #single #relation_post .inner ul li a .bg_inner {
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .is_pc#single #relation_post .inner ul li a:hover, .is_sp#single #relation_post .inner ul li a.touch {
    color: #f469db;
  }
  .is_pc#single #relation_post .inner ul li a:hover .bg_inner, .is_sp#single #relation_post .inner ul li a.touch .bg_inner {
    transform: scale(1.05);
  }
}
