@charset "UTF-8";
/* font family
--------------*/
/* COMMON
--------------*/
body {
  padding: 0; }

.half {
  letter-spacing: -0.5em; }

.arw-next,
.arw-prev {
  display: none; }

#copydata {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

div.block-contents-1 {
  position: relative;
  padding: 0; }

.back-top {
  display: inline-block;
  position: relative;
  line-height: 80px;
  padding-left: 98px;
  z-index: 1; }
  .back-top a {
    text-decoration: none;
    opacity: 1;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .back-top a:hover {
      opacity: .7;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .back-top a:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 80px;
      height: 80px;
      background: url("../img/icn_arw_04.jpg") no-repeat left top; }

#overlay {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1024px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999; }

.btn-close {
  display: none;
  opacity: 0;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  content: "";
  background: url("../img/btn_close_pop.png") no-repeat left top;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1005; }
  .btn-close:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.pop-cu {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 800px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1001; }
  .pop-cu .pop-inr {
    top: 0;
    left: 0;
    right: 0;
    width: 800px;
    margin: 80px auto !important;
    background-color: #FFF; }

.arw-prev {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1002; }
  .arw-prev:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.arw-next {
  position: fixed;
  top: 50%;
  right: 50%;
  margin-right: -480px;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1002; }
  .arw-next:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.sns-pop {
  margin-top: 60px;
  padding-bottom: 65px;
  text-align: center; }
  .sns-pop p {
    text-align: center; }
  .sns-pop .sns-list {
    margin-top: 18px;
    text-align: center;
    letter-spacing: -0.4em; }
    .sns-pop .sns-list li {
      display: inline-block;
      letter-spacing: normal;
      width: 40px;
      height: 40px;
      margin: 0 3px;
      background: url("../img/icn_share.png");
      background-size: 40px auto; }
      .sns-pop .sns-list li.icn-facebook {
        background-position: 0 0; }
      .sns-pop .sns-list li.icn-twitter {
        background-position: 0 -40px; }
      .sns-pop .sns-list li.icn-line {
        background-position: 0 -80px; }
      .sns-pop .sns-list li.icn-copy {
        background-position: 0 -120px; }
      .sns-pop .sns-list li a {
        display: inline-block;
        width: 100%;
        height: 100%; }

/* TOP
--------------*/
#block-main {
  position: relative;
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0;
  background: url("../img/bg_info.jpg") center top;
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  overflow: hidden; }
  #block-main .logo {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 5; }
  #block-main .box-img-visual {
    width: 100%;
    height: 1286px;
    background-image: url("../img/bg_main_top.png"), url("../img/bg_main_bottom.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 1430px 459px, 1360px 707px; }
    #block-main .box-img-visual .img {
      width: 960px;
      margin: 0 auto;
      padding-top: 395px;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0; }
      #block-main .box-img-visual .img.on {
        opacity: 1 !important;
        height: auto;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: 1.5s ease-in-out;
        -o-transition: 1.5s ease-in-out;
        transition: 1.5s ease-in-out;
        padding-top: 375px; }
    #block-main .box-img-visual .day {
      width: 902px;
      margin: 0 auto;
      padding-top: 24px;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0; }
      #block-main .box-img-visual .day.on {
        opacity: 1 !important;
        height: auto;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: 1.5s ease-in-out 0.2s;
        -o-transition: 1.5s ease-in-out 0.2s;
        transition: 1.5s ease-in-out 0.2s;
        padding-top: 4px; }
    #block-main .box-img-visual img {
      width: 100%;
      height: auto; }
  #block-main .main-text {
    font-family: 'Noto Sans Japanese';
    font-weight: 500;
    width: 713px;
    margin: 0 auto;
    padding-top: 23px;
    font-size: 20px;
    letter-spacing: -0.015em;
    line-height: 1.9; }
  #block-main .block-slide-text {
    zoom: 1;
    position: relative;
    width: 1200px; }
    #block-main .block-slide-text:after {
      content: ".";
      display: block;
      height: 0px;
      clear: both;
      visibility: hidden;
      font-size: 0;
      line-height: 0; }
    #block-main .block-slide-text.slide-1 {
      margin: 114px auto 0; }
    #block-main .block-slide-text.slide-2 {
      margin: 140px auto 0; }
      #block-main .block-slide-text.slide-2 .slide {
        float: right; }
      #block-main .block-slide-text.slide-2 .slide-text {
        left: 60px;
        right: auto;
        float: left;
        margin-top: -7px; }
    #block-main .block-slide-text .slide {
      position: relative;
      float: left;
      width: 600px;
      height: 400px; }
      #block-main .block-slide-text .slide .slide-img img {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto; }
        #block-main .block-slide-text .slide .slide-img img:first-child {
          display: inline; }
      #block-main .block-slide-text .slide .pager {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 84px;
        height: 8px;
        zoom: 1;
        z-index: 1; }
        #block-main .block-slide-text .slide .pager:after {
          content: ".";
          display: block;
          height: 0px;
          clear: both;
          visibility: hidden;
          font-size: 0;
          line-height: 0; }
        #block-main .block-slide-text .slide .pager li {
          float: left;
          width: 8px;
          height: 8px;
          margin-left: 20px;
          letter-spacing: normal;
          background-color: #fff;
          border-radius: 50%; }
          #block-main .block-slide-text .slide .pager li.active {
            cursor: default;
            background-color: #4f961a; }
    #block-main .block-slide-text .slide-text {
      position: absolute;
      top: 50%;
      right: 30px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      float: right;
      width: 480px;
      margin-top: -15px; }
      #block-main .block-slide-text .slide-text .title {
        font-size: 36px;
        line-height: 1.6;
        letter-spacing: 0.01em;
        font-weight: bold; }
      #block-main .block-slide-text .slide-text .copy {
        margin-top: 24px;
        font-size: 20px;
        line-height: 2;
        letter-spacing: -0.015em; }
  #block-main .box-picture {
    width: 100%;
    max-width: 2800px;
    margin: 182px auto 0;
    text-align: center; }
    #block-main .box-picture .img {
      width: 100%; }
      #block-main .box-picture .img img {
        width: 100%;
        height: auto; }

.block-inr {
  position: relative; }

#block-trial-lwd {
  min-width: 1280px;
  margin-top: 123px; }
  #block-trial-lwd .block-inr {
    position: relative;
    padding-bottom: 130px; }
  #block-trial-lwd .tit-trial-lwd {
    margin: 0;
    text-align: center; }
    #block-trial-lwd .tit-trial-lwd .tit-sub {
      font-size: 28px;
      line-height: 2.3;
      letter-spacing: 1.2px; }
    #block-trial-lwd .tit-trial-lwd .tit {
      display: inline-block;
      margin-top: 2px;
      font-size: 52px;
      letter-spacing: 0.035em; }
  #block-trial-lwd .list-trial-lwd {
    position: relative;
    width: 1128px;
    margin: 0 auto;
    padding-top: 112px;
    z-index: 1; }
    #block-trial-lwd .list-trial-lwd > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 76px; }
      #block-trial-lwd .list-trial-lwd > li .thumb-slide img {
        width: 100% !important; }
      #block-trial-lwd .list-trial-lwd > li .thumb-slide .slick-list {
        width: 560px !important;
        overflow: hidden; }
      #block-trial-lwd .list-trial-lwd > li .thumb-slide .slick-dots > li:only-child {
        display: none !important; }
      #block-trial-lwd .list-trial-lwd > li .info-trial-lwd {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-left: 60px; }
        #block-trial-lwd .list-trial-lwd > li .info-trial-lwd .label {
          padding: 10px 14px;
          background-color: #fff;
          color: #000;
          font-size: 16px;
          font-weight: bold;
          line-height: 1; }
        #block-trial-lwd .list-trial-lwd > li .info-trial-lwd .tit {
          margin-top: 30px;
          font-size: 30px; }
        #block-trial-lwd .list-trial-lwd > li .info-trial-lwd .txt {
          margin-top: 24px;
          font-size: 16px;
          line-height: 2; }
        #block-trial-lwd .list-trial-lwd > li .info-trial-lwd .trial-time {
          position: relative;
          margin-top: 32px;
          padding-left: 37px;
          font-weight: bold;
          line-height: 1; }
          #block-trial-lwd .list-trial-lwd > li .info-trial-lwd .trial-time:before {
            position: absolute;
            left: 0;
            top: -5px;
            content: "";
            width: 27px;
            height: 27px;
            background: url("../img/icn_time.png") no-repeat left top; }
  #block-trial-lwd .caution-trial-lwd {
    position: relative;
    left: -376px;
    margin-top: 56px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.2px;
    text-align: center; }
  #block-trial-lwd .foot-trial-lwg {
    width: 800px;
    height: 420px;
    margin: 78px auto 0;
    background: url("../img/bg_trial_lwd_foot.jpg") no-repeat left top;
    background-size: cover; }
    #block-trial-lwd .foot-trial-lwg .tit-foot-trial-lwg {
      padding-top: 68px;
      color: #FFF;
      font-size: 40px;
      font-weight: bold;
      letter-spacing: 0.4px;
      text-align: center; }
    #block-trial-lwd .foot-trial-lwg .serach-foot-trial-lwg {
      text-align: center;
      margin-top: 50px; }
      #block-trial-lwd .foot-trial-lwg .serach-foot-trial-lwg a {
        display: inline-block;
        opacity: 1;
        padding: 25px 174px;
        background-color: #fff;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.4px;
        line-height: 1;
        text-decoration: none;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        opacity: 0.85; }
        #block-trial-lwd .foot-trial-lwg .serach-foot-trial-lwg a:before {
          display: inline-block;
          position: relative;
          top: 3px;
          content: url("../img/icn_search.png");
          padding-right: 12px; }
        #block-trial-lwd .foot-trial-lwg .serach-foot-trial-lwg a:hover {
          opacity: 1;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
    #block-trial-lwd .foot-trial-lwg .link-foot-trial-lwg {
      margin-top: 68px;
      text-align: center; }
      #block-trial-lwd .foot-trial-lwg .link-foot-trial-lwg a {
        display: inline-block;
        opacity: 1;
        position: relative;
        padding-left: 54px;
        color: #FFF;
        font-weight: bold;
        text-decoration: none;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        #block-trial-lwd .foot-trial-lwg .link-foot-trial-lwg a:before {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 10px;
          content: "";
          width: 40px;
          height: 40px;
          background: url("../img/icn_arw_02.jpg") no-repeat left top;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        #block-trial-lwd .foot-trial-lwg .link-foot-trial-lwg a:hover {
          opacity: 0.7;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.4em; }
  .slick-dots li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 10px; }
    .slick-dots li.slick-active button {
      background-color: #fff133; }
  .slick-dots button {
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden; }

#block-cu-lwd {
  min-width: 1280px;
  padding-top: 88px; }
  #block-cu-lwd .block-inr {
    position: relative; }
  #block-cu-lwd .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1; }
  #block-cu-lwd .tit-trial-lwd {
    position: absolute;
    top: -116px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center; }
    #block-cu-lwd .tit-trial-lwd .tit-sub {
      font-size: 30px;
      font-weight: bold;
      line-height: 3;
      letter-spacing: 1.2px; }
  #block-cu-lwd .txt {
    padding-top: 100px;
    text-align: center;
    line-height: 2; }
  #block-cu-lwd .list-cu-lwd {
    width: 1120px;
    margin: 70px auto 0;
    padding-bottom: 35px;
    zoom: 1; }
    #block-cu-lwd .list-cu-lwd:after {
      content: ".";
      display: block;
      height: 0px;
      clear: both;
      visibility: hidden;
      font-size: 0;
      line-height: 0; }
    #block-cu-lwd .list-cu-lwd li {
      float: left;
      width: 263px;
      height: 263px;
      margin-left: 20px;
      margin-bottom: 20px;
      border: 1px solid rgba(0, 0, 0, 0); }
      #block-cu-lwd .list-cu-lwd li:nth-child(4n+1) {
        margin-left: 0; }
      #block-cu-lwd .list-cu-lwd li:hover {
        border: 1px solid #ffe84c; }
      #block-cu-lwd .list-cu-lwd li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-size: cover; }
        #block-cu-lwd .list-cu-lwd li a img {
          width: 100%; }
        #block-cu-lwd .list-cu-lwd li a.getFade {
          opacity: 0; }
  #block-cu-lwd #more-cu {
    display: none;
    margin-top: 0;
    padding-bottom: 74px;
    text-align: center; }
    #block-cu-lwd #more-cu a {
      opacity: 1;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.4px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #block-cu-lwd #more-cu a:after {
        display: inline-block;
        position: relative;
        top: 0;
        content: url("../img/icn_arw_03.png");
        padding-left: 12px; }
      #block-cu-lwd #more-cu a:hover {
        opacity: 0.7;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }

.pop-cu::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 10px; }

.pop-cu .info-cu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .pop-cu .info-cu dt {
    width: 60px;
    margin-right: 17px;
    border-radius: 30px;
    overflow: hidden; }
    .pop-cu .info-cu dt img {
      width: 100%;
      height: auto; }
  .pop-cu .info-cu dd .tit-cu {
    font-size: 14px;
    font-weight: bold;
    line-height: 1; }
  .pop-cu .info-cu dd .area-cu {
    margin-top: 6px;
    color: #565656;
    font-size: 10px;
    line-height: 1; }
  .pop-cu .info-cu dd .link-cu {
    margin-top: 4px;
    line-height: 0; }
    .pop-cu .info-cu dd .link-cu a {
      color: #000;
      font-size: 10px;
      font-weight: bold;
      line-height: 1;
      text-decoration: none; }

.pop-cu .content-cu {
  width: 640px;
  margin: 30px auto 0;
  padding-bottom: 60px; }
  .pop-cu .content-cu p {
    margin-top: 32px;
    line-height: 2; }
    .pop-cu .content-cu p.entry-img {
      margin-top: 60px; }
  .pop-cu .content-cu img {
    width: 100%;
    height: auto; }
  .pop-cu .content-cu .linkcard {
    margin-top: 32px; }
    .pop-cu .content-cu .linkcard a {
      text-decoration: none !important; }
    .pop-cu .content-cu .linkcard .lkc-external-wrap {
      max-width: none;
      border: 1px solid #e5e5e5; }
    .pop-cu .content-cu .linkcard .lkc-info {
      display: none !important; }
    .pop-cu .content-cu .linkcard .lkc-favicon {
      display: none !important; }
    .pop-cu .content-cu .linkcard .lkc-domain {
      display: none !important; }
    .pop-cu .content-cu .linkcard .lkc-card {
      margin: 0; }
    .pop-cu .content-cu .linkcard .lkc-content {
      height: 160px;
      margin-top: 0;
      padding: 0 12px; }
      .pop-cu .content-cu .linkcard .lkc-content p {
        display: none; }
    .pop-cu .content-cu .linkcard .lkc-title {
      display: block;
      overflow: hidden;
      height: 1em;
      padding-top: 30px;
      font-size: 18px;
      font-weight: bold;
      line-height: 1; }
    .pop-cu .content-cu .linkcard .lkc-url {
      font-size: 12px;
      margin-top: 8px;
      color: #00A7FF;
      word-break: break-all; }
      .pop-cu .content-cu .linkcard .lkc-url cite {
        font-style: normal; }
    .pop-cu .content-cu .linkcard .lkc-excerpt {
      overflow: hidden;
      height: 2.8em;
      margin-top: 6px;
      font-size: 14px;
      line-height: 1.4; }
    .pop-cu .content-cu .linkcard .lkc-thumbnail {
      overflow: hidden;
      display: block;
      position: relative;
      float: left;
      width: 160px;
      height: 160px;
      margin: 0 18px 0 0;
      max-width: none;
      max-height: none; }
      .pop-cu .content-cu .linkcard .lkc-thumbnail .lkc-thumbnail-img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        max-height: none;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.pop-cu .cat-cu {
  width: 640px;
  margin: 0 auto;
  letter-spacing: -0.4em; }
  .pop-cu .cat-cu li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal; }
    .pop-cu .cat-cu li a {
      display: inline-block;
      padding: 5px 15px;
      border-radius: 3px;
      background-color: #C8C8C8;
      text-decoration: none; }

.pop-cu .date-cu {
  width: 640px;
  margin: 30px auto 0;
  color: #565656;
  font-size: 14px; }

.pop-cu .link-author,
.pop-cu .link-bess {
  border-top: 1px solid #e8e8e8; }
  .pop-cu .link-author a,
  .pop-cu .link-bess a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 22px 28px 22px 38px;
    text-decoration: none;
    background: url("../img/icn_arw_05.png") no-repeat;
    background-position: right 28px center;
    background-size: 9px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .pop-cu .link-author a:hover,
    .pop-cu .link-bess a:hover {
      opacity: 0.7;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .pop-cu .link-author a .img,
    .pop-cu .link-bess a .img {
      margin-right: 18px; }
      .pop-cu .link-author a .img img,
      .pop-cu .link-bess a .img img {
        height: auto; }

.pop-cu .link-author a .img {
  width: 90px;
  text-align: center; }
  .pop-cu .link-author a .img img {
    width: 60px;
    border-radius: 30px;
    overflow: hidden; }

.pop-cu .link-bess a .img {
  width: 90px; }
  .pop-cu .link-bess a .img img {
    width: 100%; }

#block-same-time {
  width: 100%;
  max-width: 1980px;
  min-width: 1280px;
  margin: 60px auto 0;
  padding-top: 120px; }
  #block-same-time .block-gift {
    width: 100%;
    padding: 78px 0;
    background: url("../img/bg_same_time.jpg") no-repeat center center;
    background-size: cover; }
    #block-same-time .block-gift .inr-block-gift {
      width: 1040px;
      margin: 0 auto;
      padding: 80px 70px 80px 80px;
      background: #FFF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      zoom: 1; }
      #block-same-time .block-gift .inr-block-gift:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
        font-size: 0;
        line-height: 0; }
    #block-same-time .block-gift .titles-gift {
      float: right;
      width: 450px;
      margin-left: 80px;
      padding-top: 30px;
      text-align: center; }
      #block-same-time .block-gift .titles-gift .fukidashi-gift {
        display: inline-block;
        position: relative;
        padding: 15px;
        background: #fff133;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.4px; }
        #block-same-time .block-gift .titles-gift .fukidashi-gift:after {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          content: "";
          width: 0;
          height: 0;
          margin: 0 auto;
          border-top: 12px solid #fff133;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 12px solid transparent; }
      #block-same-time .block-gift .titles-gift .tit-gift {
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.8px;
        text-align: center; }
    #block-same-time .block-gift .img-gift {
      display: none;
      float: left;
      width: 360px; }
    #block-same-time .block-gift .info-gift {
      float: right;
      width: 450px;
      margin-top: 30px;
      margin-left: 80px;
      text-align: center; }
      #block-same-time .block-gift .info-gift .txt-gift {
        font-size: 16px;
        line-height: 2;
        letter-spacing: -0.2px;
        text-align: left; }
      #block-same-time .block-gift .info-gift .attention {
        display: block;
        margin-top: 20px;
        font-size: 13px;
        letter-spacing: -0.2px;
        text-align: left; }
  #block-same-time .block-new-events {
    width: 1120px;
    margin: 160px auto 0;
    text-align: center; }
    #block-same-time .block-new-events .tit-new-events {
      display: inline-block;
      margin: 0 auto;
      padding: 40px 0;
      border-top: 20px solid #fff133;
      border-bottom: 20px solid #fff133;
      font-size: 56px;
      line-height: 1.3;
      letter-spacing: 0.8px;
      text-indent: 0.5em; }
      #block-same-time .block-new-events .tit-new-events span {
        font-size: 66px;
        letter-spacing: 1px; }
    #block-same-time .block-new-events .box-special-festa {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 128px; }
      #block-same-time .block-new-events .box-special-festa .img-sf {
        width: 472px;
        margin-right: 20px; }
        #block-same-time .block-new-events .box-special-festa .img-sf img {
          width: 100%; }
      #block-same-time .block-new-events .box-special-festa .info-sf {
        width: 548px;
        margin-right: 70px; }
        #block-same-time .block-new-events .box-special-festa .info-sf .tit-sf {
          font-size: 30px;
          line-height: 1.46; }
        #block-same-time .block-new-events .box-special-festa .info-sf .txt-sf {
          margin-top: 40px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2;
          text-align: left; }
    #block-same-time .block-new-events .box-special-event {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 128px; }
      #block-same-time .block-new-events .box-special-event .img-se {
        width: 520px;
        margin-right: 70px; }
        #block-same-time .block-new-events .box-special-event .img-se img {
          width: 100%; }
      #block-same-time .block-new-events .box-special-event .info-se {
        width: 530px; }
        #block-same-time .block-new-events .box-special-event .info-se .label-se {
          display: inline-block;
          padding: 10px;
          font-size: 16px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: 0.4px;
          background: #fff133; }
        #block-same-time .block-new-events .box-special-event .info-se .tit-se {
          margin-top: 20px;
          font-size: 30px;
          line-height: 1; }
        #block-same-time .block-new-events .box-special-event .info-se .subtit-se {
          margin-top: 15px;
          font-size: 20px;
          font-weight: bold;
          line-height: 1; }
        #block-same-time .block-new-events .box-special-event .info-se .txt-se {
          margin-top: 30px;
          font-size: 16px;
          font-weight: bold;
          line-height: 2;
          text-align: left; }
        #block-same-time .block-new-events .box-special-event .info-se .pamphlet-se {
          position: relative;
          margin-top: 42px;
          padding: 35px 190px 35px 40px;
          background: #fff133; }
          #block-same-time .block-new-events .box-special-event .info-se .pamphlet-se p {
            margin-top: 0;
            font-size: 16px;
            font-weight: bold;
            line-height: 2;
            text-align: left; }
          #block-same-time .block-new-events .box-special-event .info-se .pamphlet-se img {
            position: absolute;
            top: -30px;
            right: 30px; }

/* VOICE
--------------*/
body.voice header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  width: 100%; }
  body.voice header .btn-back {
    margin-left: 100px; }
    body.voice header .btn-back a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      font-size: 16px; }
      body.voice header .btn-back a:before {
        display: inline-block;
        content: "";
        width: 40px;
        height: 40px;
        margin-right: 10px;
        background: url("/shared/img/icn_prev_02.png") no-repeat left top; }
  body.voice header .logo {
    width: 80px;
    padding: 24px 24px 24px 0; }
    body.voice header .logo img {
      width: 100%;
      height: auto; }

body.voice .block-contents {
  width: 100%;
  padding: 140px 0 160px;
  background: url("../img/bg_info.jpg") center top; }

body.voice .block-voice .title {
  text-align: center; }

body.voice .block-voice .what {
  margin-top: 50px;
  text-align: center; }

body.voice #block-coather .box-coather {
  position: relative;
  left: -20px;
  width: 960px;
  margin: 50px auto 0; }

body.voice #block-coather .col-coather.coather02 {
  margin-top: 80px; }

body.voice #block-coather .col-coather.coather03 {
  margin-top: 10px; }

body.voice #block-coather .col-coather.coather04 {
  margin-top: 58px; }

body.voice #block-coather .col-coather.coather05 {
  margin-top: 38px; }

body.voice #block-coather .col-coather.coather06 {
  margin-top: -80px; }

body.voice #block-club {
  margin-top: 154px;
  padding-top: 50px; }
  body.voice #block-club .box-club {
    position: relative;
    left: -20px;
    width: 960px;
    margin: 65px auto 0; }
  body.voice #block-club .col-club.club02 {
    margin-top: 68px; }
  body.voice #block-club .col-club.club03 {
    margin-top: 60px; }
    body.voice #block-club .col-club.club03 img {
      position: relative;
      left: -10px; }
  body.voice #block-club .col-club.club04 {
    margin-top: 50px; }

/* SEARCH
--------------*/
.tit-search {
  display: block;
  margin-top: -10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: center; }

#block-search {
  width: 800px;
  margin: 0 auto; }
  #block-search .list-search {
    margin-top: 75px; }
  #block-search .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #block-search .category dt {
      width: 92px; }
    #block-search .category dd {
      width: 702px; }
    #block-search .category.cat-area dd .list-category {
      position: relative;
      top: -5px;
      zoom: 1; }
      #block-search .category.cat-area dd .list-category:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
        font-size: 0;
        line-height: 0; }
      #block-search .category.cat-area dd .list-category li {
        float: left;
        width: 168px;
        margin-left: 10px;
        margin-top: 10px !important; }
        #block-search .category.cat-area dd .list-category li:nth-child(4n+1) {
          margin-left: 0; }
        #block-search .category.cat-area dd .list-category li a {
          display: inline-block;
          width: 100%;
          padding: 12px 18px;
          text-decoration: none;
          border: 1px solid #dcdcdc;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          #block-search .category.cat-area dd .list-category li a:hover, #block-search .category.cat-area dd .list-category li a.current {
            color: #FFF;
            font-weight: bold;
            background: #812F21; }
    #block-search .category.cat-venue {
      margin-top: 40px; }
      #block-search .category.cat-venue dd select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 60px;
        padding: 20px;
        border: none;
        background: #812F21 url("../img/icn_arw_07.png") no-repeat;
        background-position: right 20px center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.8px;
        border-radius: 0;
        cursor: pointer; }

#block-link-event {
  display: none;
  width: 800px;
  height: 120px;
  margin: 80px auto 0; }
  #block-link-event a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #FFF133;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.8px;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #block-link-event a .link-img {
      display: inline-block;
      margin-right: 24px;
      height: 100%; }
      #block-link-event a .link-img img {
        height: 100%; }
    #block-link-event a:after {
      position: absolute;
      right: 30px;
      top: 50%;
      content: "";
      width: 10px;
      height: 19px;
      background: url("../img/icn_arw_06.png") no-repeat top left;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #block-link-event a:hover {
      opacity: 0.7;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

#block-event-list {
  display: none;
  width: 800px;
  margin: 40px auto 0; }
  #block-event-list .box-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    width: 100%;
    margin-top: 20px;
    padding: 40px;
    background: #FFF133;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }
    #block-event-list .box-event:hover {
      opacity: 0.7;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #block-event-list .box-event.opened {
      cursor: default;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      #block-event-list .box-event.opened:hover {
        opacity: 1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
  #block-event-list .box-info .box-tit {
    font-size: 20px;
    font-weight: bold; }
  #block-event-list .box-info .box-place {
    margin-top: 14px;
    padding-left: 3em;
    font-size: 18px;
    text-indent: -1.5em; }
    #block-event-list .box-info .box-place:before {
      display: inline-block;
      content: "場所 : ";
      margin-right: 8px; }
    #block-event-list .box-info .box-place + .box-date {
      margin-top: 2px; }
  #block-event-list .box-info .box-date {
    margin-top: 14px;
    padding-left: 3em;
    font-size: 18px;
    text-indent: -1.5em; }
    #block-event-list .box-info .box-date:before {
      display: inline-block;
      content: "日時 : ";
      margin-right: 8px; }
  #block-event-list .box-info .box-h-txt {
    width: 100%;
    margin-top: 14px; }
    #block-event-list .box-info .box-h-txt a {
      font-weight: bold;
      text-decoration: none; }
  #block-event-list .box-info .box-open-txt {
    display: none;
    width: 100%;
    margin-top: 14px; }
    #block-event-list .box-info .box-open-txt pre {
      min-width: 526px;
      font-size: 16px;
      white-space: pre-wrap; }
    #block-event-list .box-info .box-open-txt img {
      display: block;
      max-width: 100%; }
  #block-event-list .box-img {
    margin-left: 34px; }
    #block-event-list .box-img img {
      width: 160px;
      height: auto; }
    #block-event-list .box-img.not-img {
      margin-left: 0; }

.only-sp {
  display: none; }
