@charset "utf-8";
/* ======================================================
 * okimeseal.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * Print
====================================================== */

/* ======================================================
  Base
====================================================== */
.hitotoki-contents.type-okimeseal * {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .hitotoki-container {
    padding-top: 0;
    max-width: 1380px;
  }
  /* ----- okimeseal-heading_title ----- */
  .okimeseal-heading_title .okimeseal-heading_section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 15px;
  }
  .okimeseal-main_logo-wrap {
    padding: 0 6.5%;
    background-color: #00a2d5;
    text-align: center;
  }
  .okimeseal-main_mainvisual-wrap {
    position: relative;
    display: block;
    width: 100vw;
    height: calc(100vw / 1920 * 547);
    max-height: 547px;
    background: url("/hitotoki/sp/okimeseal/img/okimeseal_main_im01.jpg") no-repeat top left/cover;
  }
  .okimeseal-main_lead {
    position: absolute;
    display: block;
    top: 36.38%;
    left: 50%;
    margin-left: -600px;
    width: 606px;
  }
  .okimeseal-main_intro-wrap {
    padding: 0 6.5%;
    background-color: #00a2d5;
    text-align: center;
  }
  .okimeseal-schedule {
    margin-top: 2.14em;
    text-align: center;
  }
  .okimeseal-schedule .schedule_block {
    display: inline-block;
    padding: 13px 40px 11px;
    border: 1px solid #595656;
    color: #313131;
    font-size: 1.6rem;
  }
  .okimeseal-intro-wrap {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .okimeseal-intro_youtube-compo {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 90px 6.52%;
    background-color: #eeeeee;
  }
  .okimeseal-intro_youtube-compo .okimeseal-youtube-inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .okimeseal-intro_youtube-compo .okimeseal-intro_youtube-inner {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .okimeseal-intro_youtube-compo .okimeseal-intro_youtube-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .okimeseal-intro_img-layout {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  .okimeseal-intro_img-col {
    width: calc(100% / 3);
  }
  .okimeseal-intro_img-layout .okimeseal-intro_col-txt {
    padding: 12px 22px 0;
    color: #313131;
  }
  .okimeseal-lineup-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #eeeeee;
  }
  .okimeseal-lineup_heading {
    margin-bottom: 25px;
    padding-bottom: 1px;
    text-align: center;
    background-color: #00a2d5;
  }
  .okimeseal-lineup-wrap .okimeseal-lineup_detail {
    text-align: center;
    color: #313131;
  }
  .okimeseal-lineup_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    max-width: 1456px; /* max-width - padding */
    margin: 20px auto 0;
    padding: 0 40px 88px;
  }
  .okimeseal-lineup_list .okimeseal-lineup_list-item {
    width: 20%;
    border: 2px solid #eeeeee;
    background-color: #fff;
    text-align: center;
  }
  .okimeseal-lineup_list .okimeseal-lineup_list-item a {
    display: block;
    padding: 28px 10.33% 15px;
  }
  .okimeseal-lineup_list .okimeseal-lineup_list-item a img {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .okimeseal-lineup_list .okimeseal-lineup_list-item a:hover img {
    opacity: .5;
  }
  .okimeseal-lineup_item-name {
    margin-top: 20px;
    font-size: 1.3rem;
    color: #000;
  }
  .okimeseal-lineup_item-num {
    line-height: 1.4;
    font-size: 1.2rem;
    color: #999;
  }
  .okimeseal-lineup_modal {
    display: none;
  }
  #cboxContent {
    background: transparent;
    position: relative;
    margin-top: 0;
    height: 100% !important;
    max-height: 100vh;
  }
  #cboxLoadedContent {
    background: transparent;
    border: none;
    overflow: auto;
  }
  #cboxNext,
  #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    background: url("/hitotoki/sp/okimeseal/img/btn-pager.png") no-repeat;
    width: 31px;
    height: 59px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #cboxPrevious {
    left: 9px;
  }
  #cboxNext {
    transform: rotate(180deg);
    right: 9px;
  }
  #cboxClose {
    position: absolute;
    top: 12px;
    right: 9px;
    display: block;
    background: url("/hitotoki/sp/okimeseal/img/btn-close.png") no-repeat;
    width: 31px;
    height: 31px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #cboxOverlay {
    opacity: 0.4;
    cursor: pointer;
    visibility: visible;
    background: rgb(204, 204, 204);
  }
  .okimeseal-lineup_modal-inner {
    width: 610px;
    height: 100%;
    max-height: 100vh;
    border-radius: 10px;
    margin: 0 70px;
    padding: 25px 160px 10px;
    text-align: center;
    background-color: #fff;
    overflow: auto;
  }
  /*body[data-browser="firefox"] .okimeseal-lineup_modal-inner {
    height: 81vh;
  }
  body[data-browser="ie11"] .okimeseal-lineup_modal-inner,
  body[data-browser="edge"] .okimeseal-lineup_modal-inner {
    height: 83vh;
  }*/
  .okimeseal-lineup_modal-item-name {
    margin-top: 15px;
    font-size: 2.2rem;
    color: #313131;
    line-height: 1.5;
  }
  .okimeseal-lineup_modal-item-num {
    position: relative;
    font-size: 1.2rem;
    color: #999999;
  }
  .okimeseal-lineup_modal-item-num::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 0px;
    border-bottom: 1px solid #000000
  }
  .okimeseal-lineup_modal-item-heading {
    position: relative;
    margin-top: 15px;
  }
  .okimeseal-lineup_modal-item-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background-color: #000;
  }
  .okimeseal-lineup_modal-item-heading > *:first-child {
    margin-top: 0;
  }
  .okimeseal-lineup_modal-item-heading .okimeseal-lineup_modal-item-num::after {
    display: none;
  }
  .okimeseal-lineup_modal-item-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .okimeseal-lineup_modal-item-button > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 38px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 9999px;
    color: #333 !important;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
  }
  .okimeseal-lineup_modal-item-button > a:hover {
    background-color: #fff;
    border-color: #333;
  }
  .okimeseal-lineup_modal-item-detail {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 30px -50px 0;
    font-size: 1.4rem;
  }
  .okimeseal-lineup_modal-item-detail dt,
  .okimeseal-lineup_modal-item-detail dd {
    text-align: left;
  }
  .okimeseal-lineup_modal-item-detail dt {
    width: 28.2%;
  }
  .okimeseal-lineup_modal-item-detail dd {
    width: 71.8%;
  }
  .okimeseal-lineup_modal-secret {
    margin: 0 -50px;
    text-align: left;
    font-size: 1.4rem;
  }
  .okimeseal-lineup_modal-secret-img-layout {
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .okimeseal-lineup_modal-secret-img-col {
    width: 105px;
  }
  .okimeseal-lineup_modal-secret-img-col p {
    margin-top: 5px;
    text-align: center;
    font-size: 1.3rem;
    color: #999999;
  }
  .okimeseal-gallery-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-bottom: 60px;
  }
  .okimeseal-gallery_heading {
    text-align: center;
    padding-bottom: 1px;
    background-color: #00a2d5;
  }
  .okimeseal-gallery_list-wrap {
    max-width: 1380px;
    margin: 0 auto;
  }
  .okimeseal-gallery_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 60px 6.5% 0;
  }
  .okimeseal-gallery_list-item {
    width: 31.65%;
  }
  .okimeseal-gallery_list-item a {
    display: block;
  }
  .okimeseal-gallery_list-item img {
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .okimeseal-gallery_list-item a:hover img {
    opacity: 0.5;
  }
  .okimeseal-gallery_list-item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .okimeseal-gallery_modal-list {
    display: none;
  }
  .okimeseal-gallery_modal-inner {
    height: 100%;
    max-height: 100vh;
    background-color: #fff;
    padding: 50px;
    text-align: center;
    overflow: auto;
  }
  .okimeseal-attention-wrap {
    margin: 0 6.5% 0;
    padding-top: 50px;
    border-top: 1px solid #eeeeee;
    line-height: 1.5;
  }
  .okimeseal-attention-wrap .okimeseal-list-bullet li{
    position: relative;
    padding-left: 1.2em;
    margin-top: 45px;
    font-size: 1.4rem;
    color: #555555;
  }
  .okimeseal-attention-wrap .okimeseal-list-bullet li::before {
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #999999;
    content: "";
    border-radius: 10px;
  }
}

@media print, screen and (max-width: 1380px) {
  .okimeseal-main_lead {
    left: 6.5%;
    top: 36.38%;
    margin-left: 0;
    width: 43.913%;
  }
}
/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  .hitotoki-contents.type-okimeseal {
    margin: 0 -15px;
  }
  .okimeseal-schedule {
    margin: 2em 30px;
    text-align: center;
  }
  .okimeseal-schedule .schedule_block {
    display: inline-block;
    width: 100%;
    padding: 6px 10px 4px;
    border: 1px solid #595656;
    color: #313131;
    font-size: 1.6rem;
  }
  .okimeseal-intro_youtube-compo {
    padding: 15px;
    background-color: #eeeeee;
    
  }
  .okimeseal-intro_youtube-compo .okimeseal-intro_youtube-inner {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .okimeseal-intro_youtube-compo .okimeseal-intro_youtube-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .okimeseal-intro_img-layout {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 30px 15px 40px;
  }
  .okimeseal-intro_img-col {
    width: 100%;
  }
  .okimeseal-intro_img-col:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .okimeseal-intro_col-txt {
    margin-top: 10px;
  }
  .okimeseal-lineup-wrap {
    background: #eeeeee;
  }
  .okimeseal-lineup_heading {
    background-color: #00a2d5;
  }
  .okimeseal-lineup_heading-lv2 {
    text-align: center;
    padding-bottom: 1px;
  }
  .okimeseal-lineup_heading-lv2 img {
    width: 51.6%;
  }
  .okimeseal-lineup-wrap .okimeseal-lineup_detail {
    margin: 25px 10px 22px;
    text-align: center;
    color: #313131;
  }
  .okimeseal-lineup_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 1.5px;
    border-bottom: 1.5px solid #eeeeee;
  }
  .okimeseal-lineup_list-item {
    width: 50%;
    border: 1.5px solid #eeeeee;
    background-color: #fff;
  }
  .okimeseal-lineup_list-item a {
    display: block;
    padding: 13px 7.1%;
  }
  .okimeseal-lineup_item-name {
    text-align: center;
    margin-top: 12px;
    font-size: 1.15rem;
    color: #000;
  }
  .okimeseal-lineup_item-num {
    text-align: center;
    font-size: 1.05rem;
    color: #999999;
  }
  .okimeseal-lineup_modal {
    display: none;
  }
  #colorbox {
    overflow: auto;
  }
  #cboxContent {
    margin-top: 0;
    background: transparent;
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #cboxLoadedContent {
    background: transparent;
    border: none;

  }
  #cboxNext,
  #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background: url("/hitotoki/sp/okimeseal/img/btn-pager.png") no-repeat;
    width: 15.5px;
    height: 29.5px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #cboxPrevious {
    left: 9px;
  }
  #cboxNext {
    transform: rotate(180deg);
    right: 9px;
  }
  #cboxClose {
    position: absolute;
    top: 12px;
    right: 9px;
    display: block;
    background: url("/hitotoki/sp/okimeseal/img/btn-close.png") no-repeat;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #cboxOverlay {
    opacity: 0.4;
    cursor: pointer;
    visibility: visible;
    background: rgb(204, 204, 204);
  }
  #cboxContent{
    overflow: hidden;
  }
  .okimeseal-lineup_modal-inner {
    height: auto;
    border-radius: 10px;
    margin: 0 40px;
    padding: 13px 52px;
    text-align: center;
    background-color: #fff;
    
  }
  .okimeseal-lineup_modal-item-name {
    margin-top: 15px;
    font-size: 1.87rem;
    color: #313131;
    line-height: 1.5;
  }
  .okimeseal-lineup_modal-item-num {
    position: relative;
    font-size: 1.02rem;
    color: #999999;
  }
  .okimeseal-lineup_modal-item-num::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 0px;
    border-bottom: 1px solid #000000
  }
  .okimeseal-lineup_modal-item-heading {
    position: relative;
    margin-top: 15px;
  }
  .okimeseal-lineup_modal-item-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background-color: #000;
  }
  .okimeseal-lineup_modal-item-heading > *:first-child {
    margin-top: 0;
  }
  .okimeseal-lineup_modal-item-heading .okimeseal-lineup_modal-item-num::after {
    display: none;
  }
  .okimeseal-lineup_modal-item-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .okimeseal-lineup_modal-item-button > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69px;
    height: 28px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 9999px;
    color: #333 !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
  }
  .okimeseal-lineup_modal-item-detail {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 30px -35px 0;
  }
  .okimeseal-lineup_modal-item-detail dt,
  .okimeseal-lineup_modal-item-detail dd {
    text-align: left;
    font-size: 1.2rem;
  }
  .okimeseal-lineup_modal-item-detail dt {
    width: 33.3%;
  }
  .okimeseal-lineup_modal-item-detail dd {
    width: 66.4%;
  }
  .okimeseal-lineup_modal-secret {
    margin: 0 -35px;
    text-align: left;
    font-size: 1.2rem;
  }
  .okimeseal-lineup_modal-secret-img-layout {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }
  .okimeseal-lineup_modal-secret-img-col {
    width: 26.87%;
  }
  .okimeseal-lineup_modal-secret-img-col p {
    margin-top: 5px;
    text-align: center;
    font-size: .9rem;
    color: #999999;
  }
  .okimeseal-gallery-wrap {
    margin-top: 50px;
  }
  .okimeseal-gallery_heading {
    background-color: #00a2d5;
  }
  .okimeseal-gallery_heading-lv2 {
    text-align: center;
    padding-bottom: 1px;
  }
  .okimeseal-gallery_heading-lv2 img {
    width: 45.866%;
  }
  .okimeseal-gallery_list {
    position: relative;
    margin: 25px 0 30px 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .okimeseal-gallery_list-item {
    display: inline-block;
    width: 79.1%;
    height: 100%;
  }
  .okimeseal-gallery_list-item a {
    display: block;
    height: 100%;
  }
  .okimeseal-gallery_list-item:nth-of-type(n + 2) {
    margin-left: 22px;
  }
  .okimeseal-gallery_modal-list {
    display: none;
  }
  .okimeseal-gallery_modal-inner {
    padding: 35px 30px 20px;
    border-left: none;
    border-right: none;
    background-color: #fff;
  }
  .okimeseal-attention-wrap {
    margin: 0 15px;
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
    line-height: 1.5;
  }
  .okimeseal-attention-wrap .okimeseal-list-bullet {
    position: relative;
    margin-top: 30px;
    padding-left: 10px;
    font-size: 1.1rem;
    color: #555555;
  }
  .okimeseal-attention-wrap .okimeseal-list-bullet::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #777;
    content: "";
    border-radius: 10px;
  }
  
  
  
  
  
  
  
  
  
  
}