﻿@media screen and (min-width: 769px) {
  body {
    width: 100% !important;
    margin: 0
  }

  body.scroll {
    position: inherit
  }

  body #sapporo-topicpath-area.topicpathB {
    background: #fff;
    position: relative;
    z-index: 10
  }

  body #sapporo-footer-area {
    position: relative
  }

  body #sapporo-footer-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background: #fff;
    position: absolute;
    bottom: -18px
  }

  body .layout-footer_return-top a {
    border-radius: 50%;
    border: 2px solid #fff
  }

  body .pageTop {
    margin: 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 15px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 9;
    display: none !important
  }

  body .pageTop a {
    display: block;
    width: 45px;
    height: 45px;
    background: #000 url(/common/img/layout/footer-return-top_img01.svg) no-repeat 0 0;
    background-size: 45px auto;
    border-radius: 50%;
    display: none !important
  }

  body .pageTop.fixed {
    position: absolute;
    bottom: -25px
  }

  .sapporo-otokoume-contents-area {
    position: relative
  }

  #content {
    min-width: 950px;
    overflow-x: hidden;
    margin-bottom: 0 !important;
    position: relative
  }

  #content ul {
    list-style: none;
    padding: 0
  }

  #content .sp {
    display: none
  }

  #content .inner {
    width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative
  }

  #content .clr:after {
    content: '';
    display: block;
    clear: both;
    height: 0
  }

  #content h1,
  #content h2,
  #content h3,
  #content p {
    margin: 0
  }

  #content ul,
  #content ol,
  #content dl,
  #content li,
  #content dt,
  #content dd {
    margin: 0;
    padding: 0;
    list-style: none
  }

  #content .figure img {
    width: inherit;
    height: inherit;
    display: inherit;
    margin: inherit
  }

  #content .popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none
  }

  #content .popup span.overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(168, 7, 12, 0.9)
  }

  #content .popup .popupInner {
    width: 100%;
    max-width: 950px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
  }

  #content .popup .popupInner .image {
    width: 100%
  }

  #content .popup .popupInner span.close {
    position: absolute;
    top: 20%;
    right: 0;
    cursor: pointer
  }

  #content #bnrArea {
    position: relative;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px
  }

  #content #bnrArea ul {
    margin: 0 0 0 -20px;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  #content #bnrArea ul li {
    margin: 0 10px 10px;
  }

  #content #bnrArea ul li a span {
    display: block;
    width: 465px;
    height: 190px;
    overflow: hidden
  }

  #content #bnrArea ul li a span.small {
    height: 90px
  }

  #content #bnrArea ul li a:after {
    display: none
  }

  #content #bnrArea ul li a:hover img {
    animation: hover 300ms ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running
  }

  #content #snsArea {
    position: relative;
    background: #fff;
    padding: 18px 0 10px
  }

  #content #snsArea ul {
    text-align: center
  }

  #content #snsArea ul li {
    margin: 0 4px;
    display: inline-block
  }

  #content #snsArea ul li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden
  }

  #content #snsArea ul li a:hover img {
    margin: -50px 0 0
  }

  #content #snsArea p {
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 8;
    cursor: pointer
  }

  #content #snsArea p.fixed {
    position: fixed;
    bottom: 30px
  }

  #content #snsArea p:hover img {
    animation: hover 300ms ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running
  }

  .sapporo-otokoume-contents-area #content #modal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: url(/otokoume/img/index/bg_text.png);
    display: none
  }

  .sapporo-otokoume-contents-area #content #text {
    width: 950px;
    height: 534px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200
  }

  .sapporo-otokoume-contents-area #content #modal #close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -60px;
    right: 0;
    cursor: pointer;
    background: url(/otokoume/img/index/bt_close.png) right top no-repeat
  }

  .sapporo-otokoume-contents-area #content #modal.bottom {
    top: inherit;
    bottom: 0
  }

  .sapporo-otokoume-contents-area #content #text p img {
    width: 100%;
    height: auto
  }

  #content .section {
    position: relative;
    max-width: none;
    margin-top: auto
  }

  #content .section .line {
    width: 200px;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: 1.5s ease;
    opacity: 0
  }

  #content .section .line:before {
    content: "";
    width: 200px;
    height: 1px;
    background: #fff;
    transform: translate(-25px, -5px);
    display: block
  }

  #content .section .line:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #fff;
    transform: translate(-60px, 10px);
    display: block
  }

  #content .section .line.right {
    transform: translateX(50px)
  }

  #content .section .line.left {
    transform: translateX(-50px)
  }

  #content .section .line.show {
    opacity: 1;
    transform: translateX(0)
  }
}

@media screen and (max-width: 768px) {
  #sapporo-topicpath-area {
    display: none
  }

  body {
    width: 100% !important;
    margin: 0
  }

  body.scroll {
    position: inherit;
    overflow-y: inherit
  }

  body #sapporo-topicpath-area.topicpathB {
    background: #fff;
    position: relative;
    z-index: 1
  }

  body .sp-area-footer {
    position: relative;
    z-index: 6
  }

  body #sapporo-footer-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background: #fff;
    position: absolute;
    bottom: -18px
  }

  body .sp-all,
  body #sp-area-footer {
    position: relative
  }

  body .sp-all {
    z-index: 11
  }

  body .layout-footer_return-top a {
    border-radius: 50%;
    border: 2px solid #fff
  }

  body .pageTop {
    display: none
  }

  #content {
    max-width: 750px;
    overflow: hidden;
    margin-bottom: 0 !important
  }

  #content .pc {
    display: none !important
  }

  #content .inner {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative
  }

  #content .clr:after {
    content: '';
    display: block;
    clear: both;
    height: 0
  }

  #content h1,
  #content h2,
  #content h3,
  #content p {
    margin: 0
  }

  #content ul,
  #content ol,
  #content dl,
  #content li,
  #content dt,
  #content dd {
    margin: 0;
    padding: 0;
    list-style: none
  }

  #content img {
    width: 100%;
    min-width: auto !important
  }

  #content .popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none
  }

  #content .popup span.overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(168, 7, 12, 0.9)
  }

  #content .popup .popupInner {
    width: 100%;
    max-width: 950px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 10
  }

  #content .popup .popupInner span.close {
    position: absolute;
    top: 20%;
    right: 20px;
    background: #000;
    width: 12%;
    height: 9%;
    top: -2%
  }

  #content #bnrArea {
    position: relative;
    background: #fff;
    padding: 30px 20px;
  }

  #content #bnrArea li {
    max-width: 335px;
    margin: 0 auto
  }

  #content #bnrArea li a:after {
    content: none !important
  }

  #content #bnrArea li+li {
    margin-top: 15px
  }

  #content #snsArea {
    position: relative;
    background: #fff
  }

  #content #snsArea ul {
    text-align: center;
    padding: 25px 0 20px
  }

  #content #snsArea ul li {
    margin: 0 5px;
    display: inline-block
  }

  #content #snsArea ul li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden
  }

  .sapporo-otokoume-contents-area #content #modal {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.6);
    display: none
  }

  .sapporo-otokoume-contents-area #content #text {
    width: 80%;
    height: auto;
    z-index: 10;
    position: fixed;
    top: 50%;
    margin: auto;
    margin-top: -210px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
    background: url(/otokoume/img/index/bt_close.png) right top no-repeat
  }

  .sapporo-otokoume-contents-area #content #modal #close {
    width: 10%;
    height: 15%;
    display: none
  }

  .sapporo-otokoume-contents-area #content #text object,
  .sapporo-otokoume-contents-area #content #text iframe,
  .sapporo-otokoume-contents-area #content #text embed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 300px !important
  }

  #content .section {
    position: relative;
    margin: 0;
    max-width: auto;
    position: relative
  }

  #content .section .line {
    width: 200px;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: 1.5s ease;
    opacity: 0
  }

  #content .section .line:before {
    content: "";
    width: 200px;
    height: 1px;
    background: #fff;
    transform: translate(-25px, -5px);
    display: block
  }

  #content .section .line:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #fff;
    transform: translate(-60px, 10px);
    display: block
  }

  #content .section .line.right {
    transform: translateX(50px)
  }

  #content .section .line.left {
    transform: translateX(-50px)
  }

  #content .section .line.show {
    opacity: 1;
    transform: translateX(0)
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0
}

@media screen and (max-width: 768px) {
  body.is-fixed #nav {
    opacity: 0
  }

  #content img{
    height: auto;
  }
}

#content * {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif
}

@media screen and (max-width: 768px) {
  #content #contentWrap {
    position: relative
  }
}

#content .mainContents {
  position: relative
}

@media screen and (max-width: 768px) {
  #content .mainContents {
    z-index: 10
  }
}

#loading {
  width: 100%;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  opacity: 1;
  -webkit-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s
}

#loading .inner {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#loading .image {
  width: 270px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media print,
screen and (min-width: 769px) {
  #loading .image {
    width: 516px
  }
}

#loading .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/otokoume/img/index/loading_img_light.png") no-repeat center top;
  background-size: 100%;
  opacity: 0
}

#loading .image .onImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5
}

#loading .image.is-animate:before {
  -webkit-animation: scaleLight 6s 3s linear infinite;
  animation: scaleLight 6s 3s linear infinite
}

#loading .image.is-animate .onImage {
  -webkit-animation: loadingLight 2.6s 0.5s linear forwards;
  animation: loadingLight 2.6s 0.5s linear forwards
}

@media screen and (max-width: 768px) {
  #loading .image img {
    width: 100%;
    height: auto
  }
}

#loading .text {
  font-size: 0;
  text-align: center;
  position: relative;
  top: -10px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media print,
screen and (min-width: 769px) {
  #loading .text {
    top: -30px
  }
}

#loading .text.hide {
  opacity: 0
}

@media print,
screen and (min-width: 769px) {
  #loading .text img {
    width: 180px;
    height: auto
  }
}

@media screen and (max-width: 768px) {
  #loading .text img {
    width: 120px;
    height: auto
  }
}

#loading.hide {
  opacity: 0
}

#loading.hide span {
  opacity: 0
}

#loading.hide .image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  transition: 0.5s
}

@-webkit-keyframes loadingBounce {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-15px) rotate(3deg) scale(1.1);
    transform: translateY(-15px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce01 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce01 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce02 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce02 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce03 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce03 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce04 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce04 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce05 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce05 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce06 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce06 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce07 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce07 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce08 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce08 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce09 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce09 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingBounce10 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@keyframes loadingBounce10 {

  0%,
  60%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  20% {
    -webkit-transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    transform: rotateX(20deg) translateY(2px) rotate(-3deg)
  }

  40% {
    -webkit-transform: translateY(-8px) rotate(3deg) scale(1.1);
    transform: translateY(-8px) rotate(3deg) scale(1.1)
  }
}

@-webkit-keyframes loadingLight {

  0%,
  27% {
    opacity: 0
  }

  3% {
    opacity: 0.15
  }

  6% {
    opacity: 0
  }

  9% {
    opacity: 0.35
  }

  12% {
    opacity: 0.05
  }

  15% {
    opacity: 0.65
  }

  18% {
    opacity: 0.15
  }

  21% {
    opacity: 0.75
  }

  24% {
    opacity: 0.05
  }

  100% {
    opacity: 1
  }
}

@keyframes loadingLight {

  0%,
  27% {
    opacity: 0
  }

  3% {
    opacity: 0.15
  }

  6% {
    opacity: 0
  }

  9% {
    opacity: 0.35
  }

  12% {
    opacity: 0.05
  }

  15% {
    opacity: 0.65
  }

  18% {
    opacity: 0.15
  }

  21% {
    opacity: 0.75
  }

  24% {
    opacity: 0.05
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes scaleLight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.3
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.1
  }

  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.3
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes scaleLight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.4
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.1
  }

  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes stamp {
  0% {
    opacity: 0;
    transform: scale(5)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes stamp {
  0% {
    opacity: 0;
    transform: scale(5)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #mv {
    background: url("/otokoume/img/index/mv_bg.png") no-repeat;
    position: relative;
    background-size: cover;
    height: 697px;
    width: 100%
  }

  #content #mv .inner {
    height: 100%
  }
}

@media print,
screen and (min-width: 769px) and (min-width: 769px) {
  #content #mv .inner:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
    -webkit-animation: scrollDown 1.0s linear infinite;
    animation: scrollDown 1.0s linear infinite
  }
}

@media screen and (max-width: 768px) {
  #content #mv {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  #content #mv:before {
    content: '';
    display: block;
    background-image: url("/otokoume/img/index/mv_gra.png");
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    height: 697px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  #content #mv .img {
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    width: 2000px;
    height: 697px;
    margin: auto;
    z-index: 1;
  }
}

#content #mv .ttl {
  width: 949px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
  transform: translateX(-50%) scale(4);
  transform-origin: center left;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #content #mv .ttl {
    left: 0;
    right: 0;
    margin: auto;
    width: 93.73vw;
    top: 2vw;
    transform: scale(4);
    transform-origin: center center
  }
}

#content #mv .ttl02 {
  width: 256px;
  position: absolute;
  right: 0;
  bottom: 104px;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1.5s;
  transform: translateX(-50%) scale(4);
  transform-origin: center left;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #content #mv .ttl02 {
    right: 0;
    margin: auto;
    width: 36.53vw;
    top: 28.33vw;
    transform: scale(4);
    transform-origin: center center;
  }
}

#content #mv .ttl-sub {
  width: 131px;
  position: absolute;
  left: 190px;
  top: 330px;
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
  z-index: 3;
}

#content #mv .ttl-sub img {
  width: 100%
}

@media screen and (max-width: 768px) {
  #content #mv .ttl-sub {
    left: 0;
    right: 0;
    margin: auto;
    width: 22.67vw;
    top: 94.93vw;
    z-index: 10;
  }
}

#content #mv .ttl-sub span {
  display: block
}

#content #mv .table {
  bottom: 40px;
  width: 65%;
  position: absolute;
  left: 47%;
  transition: all 0.8s;
  opacity: 0;
  z-index: 9;
  transform: translateY(-400px)
}

@media screen and (max-width: 768px) {
  #content #mv .table {
    width: 97.666667%;
    left: 1vw;
    top: 21vw;
    bottom: inherit;
    transition-delay: 0.2s;
    transform: translateY(-200px)
  }
}

#content #mv .bnr {
  position: absolute;
  left: 1px;
  bottom: 19px;
  z-index: 6;
  opacity: 0;
  transition: 1s;
  transition-delay: 1s
}

@media screen and (max-width: 768px) {
  #content #mv .bnr {
    bottom: 19.5vw;
    padding-left: 4vw;
    padding-right: 4vw;
    left: 1.3333vw;
    right: 1.3333vw;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #mv .bnr a img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    width: 100%;
    height: auto;
    -webkit-user-select: none;
  }
  #content #mv .bnr:hover a img {
    animation: hover 300ms ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running
  }
}

#content #mv .image-left {
  position: absolute;
  width: 246px;
  left: 264px;
  top: 80px;
  opacity: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #content #mv .image-left {
    width: 32.67vw;
    right: auto;
    left: 23.73vw;
    top: 34vw;
  }
}

#content #mv .image-right {
  position: absolute;
  width: 261px;
  right: 265px;
  top: 124px;
  opacity: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #content #mv .image-right {
    width: 34.67vw;
    right: 20.4vw;
    top: 42.33vw;
  }
}

#content #mv .btnMovie {
  position: absolute;
  width: 160px;
  left: 0;
  top: 13.1%;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0.8s
}

@media print,
screen and (min-width: 769px) {
  #content #mv .btnMovie:hover img {
    animation: hover 300ms ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running
  }
}

@media screen and (max-width: 768px) {
  #content #mv .btnMovie {
    width: 29.3333333333%;
    top: inherit;
    bottom: 4.9333333vw;
    right: 0;
    margin: 0 auto
  }
}

#content #mv.show .ttl-sub,
#content #mv.show .btnMovie,
#content #mv.show .bnr {
  opacity: 1
}

#content #mv.show .table {
  opacity: 1;
  transform: translateY(0)
}

#content #mv.show .ttl {
  opacity: 1;
  transform: scale(1)
}

#content #mv.show .ttl02 {
  opacity: 1;
  transform: scale(1)
}

#content #mv.show .image-left {
  opacity: 1
}

#content #mv.show .image-left.is-slide {
  animation-fill-mode: both;
  animation-name: slideInUpRight;
  animation-duration: 1s;
  animation-delay: 1.8s
}

#content #mv.show .image-left.is-slide02.aminated {
  animation-fill-mode: both;
  animation-name: slideUpLeft;
  animation-duration: 1.8s
}

#content #mv.show .image-right {
  opacity: 1
}

#content #mv.show .image-right.is-slide {
  animation-fill-mode: both;
  animation-name: slideInUpLeft;
  animation-duration: 1s;
  animation-delay: 1.8s
}

#content #mv.show .image-right.is-slide02.aminated {
  animation-fill-mode: both;
  animation-name: slideUpRight;
  animation-duration: 1.6s
}

#content #text video {
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px
}

.brightcove-video-playerA01-wrap {
  position: relative
}

.sapporo-otokoume-contents-area #content #text .brightcove-video-playerA01-wrap iframe {
  position: absolute;
  border: 0;
  width: 100%;
  height: 100% !important;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px
}

#btn-play {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-tap-highlight-color: transparent
}

#btn-play:before {
  content: '';
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-right: -50px;
  top: 50%;
  right: 50%;
  background: #999999;
  position: absolute;
  z-index: 99;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 124.5 124.5' style='enable-background:new 0 0 124.5 124.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M114,57L16.6,0.8c-4-2.3-9,0.6-9,5.2v112.5c0,4.6,5,7.5,9,5.2L114,67.5C118,65.1,118,59.3,114,57z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 54% center;
  background-size: 30px;
  border: none
}

@media screen and (max-width: 768px) {
  #btn-play:before {
    width: 80px;
    height: 80px;
    margin-top: -50px;
    margin-right: -40px;
    background-size: 20px
  }
}

#btn-play:hover:before {
  background-color: #d52484
}

@-webkit-keyframes opacityLight {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0.8
  }

  100% {
    opacity: 0
  }
}

@keyframes opacityLight {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0.8
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 35px;
    opacity: 0
  }

  50% {
    bottom: 30px;
    opacity: 1
  }

  100% {
    bottom: 25px;
    opacity: 0
  }
}

@keyframes scrollDown {
  0% {
    bottom: 35px;
    opacity: 0
  }

  50% {
    bottom: 30px;
    opacity: 1
  }

  100% {
    bottom: 25px;
    opacity: 0
  }
}

@keyframes textAnim01 {
  0% {
    transform: scale(1)
  }

  15% {
    transform: scale(1.1)
  }

  30% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes slideInUpRight {
  0% {
    -webkit-transform: translateX(-80px) rotate(20deg);
    transform: translateX(-80px) rotate(20deg);
    visibility: visible;
    opacity: 0
  }

  50% {
    -webkit-transform: translateX(30px) rotate(10deg);
    transform: translateX(30px) rotate(10deg)
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1
  }
}

@keyframes slideInUpLeft {
  0% {
    -webkit-transform: translateX(80px) rotate(-20deg);
    transform: translateX(80px) rotate(-20deg);
    visibility: visible;
    opacity: 0
  }

  50% {
    -webkit-transform: translateX(-30px) rotate(-10deg);
    transform: translateX(-30px) rotate(-10deg)
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1
  }
}

@keyframes slideUpLeft {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
    visibility: visible
  }

  50% {
    -webkit-transform: translateX(30px) rotate(20deg);
    transform: translateX(30px) rotate(20deg)
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg)
  }
}

@keyframes slideUpRight {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
    visibility: visible
  }

  50% {
    -webkit-transform: translateX(-30px) rotate(-20deg);
    transform: translateX(-30px) rotate(-20deg)
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg)
  }
}

@keyframes pulsate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8)
  }

  100% {
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

#content .modalMovie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none
}

#content .modalMovie .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(168, 7, 12, 0.9);
  z-index: 100
}

#content .modalMovie .modalInner {
  max-width: 950px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 200
}

@media screen and (max-width: 768px) {
  #content .modalMovie .modalInner {
    width: 90%
  }
}

#content .modalMovie .modalInner .modalBox video {
  width: 100%
}

#content .modalMovie .modalInner .close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer
}

#content #nav {
  background: #000;
  height: 50px;
  border-top: 1px solid #666;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 211
}

@media print,
screen and (min-width: 769px) {
  #content #nav {
    height: 70px;
    border: none;
    background: rgba(7, 6, 7, 0.7)
  }
}

@media screen and (max-width: 768px) {
  #content #nav {
    top: -50px
  }
}

#content #nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0
}

#content #nav .ttl {
  width: 115px;
  line-height: 50px;
  position: absolute;
  top: 12px;
  left: 10px
}

@media print,
screen and (min-width: 769px) {
  #content #nav .ttl {
    top: 9px;
    left: -1px
  }
}
@media print,
screen and (max-width: 768px) {
  #content #nav.is-fixed  {
    top: -1px;
  }
}
#content #nav .ttl a {
  display: block
}

@media print,
screen and (min-width: 769px) {
  #content #nav .ttl a:hover {
    background: url("/otokoume/img/index/ttl_on.png") no-repeat;
    background-size: 102px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .ttl a:hover img {
    opacity: 0
  }
}

#content #nav .sns {
  position: absolute;
  right: 60px;
  top: 11px
}

@media print,
screen and (min-width: 769px) {
  #content #nav .sns {
    width: 115px;
    height: 81px;
    padding: 10px 0 0;
    top: 1px;
    right: -10px
  }
}

@media screen and (max-width: 768px) {
  #content #nav .sns .text {
    display: none
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .sns .text {
    text-align: center;
    height: 13px;
    margin: 0 0 6px;
  }
  #content #nav .sns .text picture {
    display: flex;
    justify-content: center;
  }
}

#content #nav .sns .snsBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#content #nav .sns .snsBtn li {
  margin: 0 8px
}

@media print,
screen and (min-width: 769px) {
  #content #nav .sns .snsBtn li {
    margin: 0 4px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .sns .snsBtn a:hover img {
    animation: hover 0.3s ease
  }
}

#content #nav .sns .snsBtn img {
  width: 28px
}

@media screen and (max-width: 768px) {
  #content #nav .gnav {
    background: #e60012;
    width: 100%;
    height: calc(100vh - 50px);
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 230;
    box-sizing: border-box
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav {
    position: absolute;
    top: 9px;
    left: 152px
  }
}

@media screen and (max-width: 768px) {
  #content #nav .gnav ul {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -15px
  }
}

@media screen and (max-width: 768px) {
  body.landscape #content #nav .gnav ul {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

#content #nav .gnav li {
  margin: 10vw 0
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav li {
    margin: 0 22px 0 0;
    background-repeat: no-repeat;
    background-position: 0;
    height: 52px;
  }
}

@media screen and (max-width: 768px) {
  body.landscape #content #nav .gnav li {
    width: 340px;
    margin: 17px auto
  }
}

@media screen and (max-width: 768px) {
  #content #nav .gnav li a {
    display: block;
    overflow: hidden
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav li a:hover img {
    opacity: 0
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav .navTop:hover {
    background-image: url("/otokoume/img/index/nav_txt01_on.png");
    background-size: 52px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav .navNews:hover {
    background-image: url("/otokoume/img/index/nav_txt02_on.png");
    background-size: 98px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav .navWhat:hover {
    background-image: url("/otokoume/img/index/nav_txt03_on.png");
    background-size: 136px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav .navLineup:hover {
    background-image: url("/otokoume/img/index/nav_txt04_on.png");
    background-size: 105px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav .navDrink:hover {
    background-image: url("/otokoume/img/index/nav_txt05_on.png");
    background-size: 142px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav .navSns:hover {
    background-image: url("/otokoume/img/index/nav_txt07_on.png");
    background-size: 120px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #nav .gnav .navPickup:hover {
    background-image: url("/otokoume/img/index/nav_txt08_on.png");
    background-size: 88px;
  }
}

@media screen and (max-width: 768px) {
  #content #nav .gnav {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s
  }
}

@media screen and (max-width: 768px) {
  #content #nav .gnav li {
    overflow: hidden
  }
}

@media screen and (max-width: 768px) {
  #content #nav .gnav li a img {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.5s 1.0s;
    transition: 0.5s 1.0s
  }
}

@media screen and (max-width: 768px) {
  #content #nav .gnav.is-open {
    opacity: 1;
    height: calc(100vh - 50px);
    overflow-y: scroll
  }
}

@media screen and (max-width: 768px) {
  #content #nav .gnav.is-open li a img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s 1.0s;
    transition: 0.5s 1.0s
  }
}

#content #nav .navBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/otokoume/img/index/sp/nav_btn.png");
  background-size: 50px;
  background-position: center top
}

@media print,
screen and (min-width: 769px) {
  #content #nav .navBtn {
    display: none
  }
}

#content #nav .navBtn.is-open {
  background-position: center bottom
}

@keyframes hover {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

#tie-up,
#umeeyokocho {
  margin-top: -72px;
  padding-top: 72px
}

@media screen and (max-width: 768px) {

  #tie-up,
  #umeeyokocho {
    margin-top: -50px;
    padding-top: 50px
  }
}

#content #campaign {
  background: #e60012;
  color: #fff
}

#content #campaign .inner {
  padding: 40px 0
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .inner {
    width: 100%;
    padding: 50px 0 75px
  }
}

#content #campaign .ttl {
  position: relative;
  margin: 0 0 20px
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .ttl {
    text-align: center;
    margin: 0 0 40px
  }
}

#content #campaign .ttl .ttl01 {
  display: block
}

#content #campaign .ttl .ttl02 {
  position: absolute;
  top: 0;
  left: 0
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .ttl .ttl02 {
    left: 50%;
    margin-left: -267px
  }
}

#content #campaign .camWrapper {
  margin: 0 0 20px;
  height: 125px
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .camWrapper {
    height: 165px
  }
}

#content #campaign .detail {
  padding: 0 15px
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .detail {
    width: 950px;
    margin: 0 auto;
    text-align: center
  }
}

#content #campaign .detail p {
  line-height: 1.7
}

#content #campaign .detail .lead {
  font-size: 19px;
  font-weight: bold
}

@media screen and (max-width: 768px) {
  #content #campaign .detail .lead {
    letter-spacing: -0.05em
  }
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .detail .lead {
    font-size: 26px
  }
}

#content #campaign .detail .text {
  font-size: 14px;
  margin: 5px 0 0
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .detail .text {
    font-size: 18px;
    margin: 20px 0 0
  }
}

#content #campaign .detail .text b {
  font-weight: bold
}

#content #campaign .detail .text a {
  color: #fff;
  text-decoration: none;
  position: relative
}

#content #campaign .detail .text a:after {
  content: ">";
  padding: 0 3px
}

#content #campaign .detail .text a:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0
}

#content #campaign .detail .text a:hover:before {
  content: none
}

#content #campaign .detail .note {
  margin: 15px 0 0
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .detail .note {
    margin: 22px 0 0
  }
}

#content #campaign .detail .note li {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .detail .note li {
    font-size: 12px
  }
}

#content #campaign .detail .btn {
  margin: 20px 0 0
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .detail .btn {
    width: 565px;
    margin: 40px auto 0;
    position: relative
  }
}

#content #campaign .detail .btn:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

#content #campaign .detail .btn:hover:before {
  width: 100%
}

#content #campaign .detail .btn a {
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 8px 0;
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .detail .btn a {
    border: 2px solid #fff;
    padding: 12px 0
  }
}

#content #campaign .detail .btn a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 15px;
  background: url("/otokoume/img/index/icon_insta.png") no-repeat center top;
  background-size: 100%;
  margin-top: -12px
}

#content #campaign .detail .btn a:after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 12px;
  background: url("/otokoume/img/index/arrow.png") no-repeat center top;
  background-size: 100%;
  margin-top: -3px
}

#content #campaign .detail .btn a span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 40px
}

@media print,
screen and (min-width: 769px) {
  #content #campaign .detail .btn a span {
    font-size: 17px
  }
}

#content #campaign .ttl01 {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(30px);
  transform: scale(0.8) translateY(30px);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.2, 1.96);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.2, 1.96)
}

#content #campaign .detail .lead,
#content #campaign .detail .text,
#content #campaign .detail .note {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.3s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#content #campaign .detail .btn {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.3s 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#content #campaign.show .ttl01 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}

#content #campaign.show .detail .lead,
#content #campaign.show .detail .text,
#content #campaign.show .detail .note {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #campaign.show .detail .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content .modalTerms {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none
}

#content .modalTerms .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(168, 7, 12, 0.9);
  z-index: 100
}

#content .modalTerms .modalInner {
  max-width: 950px;
  width: 100%;
  position: absolute;
  top: 6vh;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 200
}

@media screen and (max-width: 768px) {
  #content .modalTerms .modalInner {
    width: 90%;
    top: 75px
  }
}

#content .modalTerms .modalInner .modalBox {
  overflow-y: scroll;
  max-height: 80vh;
  background: #fff;
  padding: 50px;
  word-break: break-all
}

@media screen and (max-width: 768px) {
  #content .modalTerms .modalInner .modalBox {
    padding: 20px;
    min-height: inherit;
    height: 68vh
  }
}

#content .modalTerms .modalInner .modalBox .ttl {
  font-size: 18px;
  margin: 0 0 5px
}

#content .modalTerms .modalInner .modalBox p {
  font-size: 14px
}

#content .modalTerms .modalInner .modalBox dt {
  font-weight: bold;
  margin: 20px 0 0
}

#content .modalTerms .modalInner .modalBox ul li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em
}

#content .modalTerms .modalInner .modalBox ul li:before {
  content: "・"
}

#content .modalTerms .modalInner .modalBox a {
  color: #e60012
}

#content .modalTerms .modalInner .modalBox a:hover {
  text-decoration: none
}

#content .modalTerms .modalInner .close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer
}

#content #news {
  background: url("/otokoume/img/index/sp/news_bg.png") repeat-y center top;
  background-size: 100%;
  padding: 40px 0 41px 0
}

@media print,
screen and (min-width: 769px) {
  #content #news {
    background: url("/otokoume/img/index/news_bg.png") center top;
    padding: 60px 50px 60px 50px;
  }
}

@media print,
screen and (max-width: 768px) {
  #content #news {
    width: 100%;
  }
}

#content #news .ttl {
  text-align: center
}

#content #news .slider {
  margin: 29px 0 0
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider {
    margin: 39px 0 0
  }
}

#content #news .slider a:after {
  display: none !important
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .noSlider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #content #news .slider .noSlider a {
    flex: calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: calc(50% - 10px)
  }

  #content #news .slider .noSlider a:nth-child(n+3) {
    margin-top: 26px
  }
}

@media screen and (max-width: 768px) {
  #content #news .slider .noSlider {
    padding: 0 20px
  }

  #content #news .slider .noSlider a {
    display: block
  }

  #content #news .slider .noSlider a~a {
    margin-top: 25px
  }
}

#content #news .slider * {
  outline: none
}

#content #news .slider a:hover img {
  -webkit-animation: hover 0.3s ease;
  animation: hover 0.3s ease
}

#content #news .slider .noSlider {
  text-align: center;
  width: 950px;
  margin: 0 auto;
}

#content #news .slider .noSlider img {
  max-width: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .slick-slide {
    width: 635px;
    margin: 0 8px;
    background: #000
  }
}

@media screen and (max-width: 768px) {
  #content #news .slider .slick-slide {
    width: 100vw
  }
  #content #news .slider .noSlider {
    width: 79vw;
  }
}

#content #news .slider .slick-slide img {
  width: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .slick-slide img {
    opacity: 0.5
  }
}

#content #news .slider .slick-slide.slick-center img {
  opacity: 1
}

#content #news .slider .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 23vw;
  width: 20px;
  height: 60px;
  text-indent: -999em;
  z-index: 10
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .slick-arrow {
    width: 50px;
    height: 100px;
    top: 140px
  }
}

#content #news .slider .slick-prev {
  left: 0;
  background: url("/otokoume/img/index/sp/btn_slider_prev.png");
  background-size: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .slick-prev {
    left: 50%;
    margin-left: -383px;
    background: url("/otokoume/img/index/btn_slider_prev.png");
    background-size: 100%
  }
}

#content #news .slider .slick-next {
  right: 0;
  background: url("/otokoume/img/index/sp/btn_slider_next.png");
  background-size: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .slick-next {
    right: 50%;
    margin-right: -384px;
    background: url("/otokoume/img/index/btn_slider_next.png");
    background-size: 100%
  }
}

#content #news .slider .slick-dots {
  margin: 20px auto 0;
  font-size: 0;
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .slick-dots {
    margin: 40px 0 0
  }
}

#content #news .slider .slick-dots li {
  display: inline-block;
  margin: 0 5px
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .slick-dots li {
    margin: 0 8px
  }
}

#content #news .slider .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 40px;
  height: 2px;
  background: #000;
  text-indent: -999em
}

@media print,
screen and (min-width: 769px) {
  #content #news .slider .slick-dots button {
    width: 80px
  }
}

#content #news .slider .slick-dots .slick-active {
  background: #d80c18
}

#content #news .slider .slick-dots .slick-active button {
  background: #d80c18
}

#content #tieup {
  background: #000 url("/otokoume/img/index/sp/tieup_bg01.png") no-repeat center top;
  background-size: 100%;
  padding: 40px 0
}

@media print,
screen and (min-width: 769px) {
  #content #tieup {
    background: #000 url("/otokoume/img/index/tieup_bg01.png") no-repeat center top;
    padding: 65px 0
  }
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .inner {
    width: 100%;
    text-align: center
  }
}

#content #tieup .ttl {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .ttl {
    text-align: center;
    display: inline-block;
    position: relative
  }
}

#content #tieup .ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/otokoume/img/index/tieup_ttl_line.png");
  background-position: 0 100%;
  background-size: 100%
}

@media screen and (max-width: 768px) {
  #content #tieup .ttl:before {
    background-image: url("/otokoume/img/index/sp/tieup_ttl_line.png");
    background-position: 0 100%;
    background-size: 100%
  }
}

#content #tieup .ttl02 {
  margin: 10px 0 13vw;
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .ttl02 {
    width: 510px;
    margin: 20px auto 75px
  }
}

#content #tieup .ttl02 span {
  position: absolute;
  top: 0;
  left: 0
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .ttl02 span {
    width: 100%
  }
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .ttl02 span img {
    width: 100%
  }
}

#content #tieup .detail {
  background: #000 url("/otokoume/img/index/sp/tieup_bg02.png") repeat-x center top;
  background-size: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .detail {
    background: #000 url("/otokoume/img/index/tieup_bg02.png") repeat-x center top;
    animation: scrollBg 36s linear infinite
  }
}

@media screen and (max-width: 768px) {
  #content #tieup .detail {
    animation: scrollBg02 20s linear infinite
  }
}

#content #tieup .detail .sign {
  position: relative;
  top: -8vw
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .detail .sign {
    width: 585px;
    margin: 0 auto;
    top: -50px
  }
}

#content #tieup .detail .sign:before,
#content #tieup .detail .sign:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/otokoume/img/index/sp/tieup_sign_bg01.png") no-repeat center top;
  background-size: 100%;
  z-index: 5
}

#content #tieup .detail .sign:after {
  background: url("/otokoume/img/index/sp/tieup_sign_bg02.png") no-repeat center top;
  background-size: 100%;
  z-index: 4
}

#content #tieup .detail .sign img {
  position: relative;
  z-index: 6;
  width: 100%
}

#content #tieup .detail .detailTtl {
  position: relative;
  z-index: 6
}

@media screen and (max-width: 768px) {
  #content #tieup .detail .detailTtl {
    margin: -33vw 0 0
  }
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .detail .detailTtl {
    text-align: center;
    margin: -190px 0 0
  }
}

#content #tieup .detail .detailInner {
  position: relative;
  padding: 0 15px;
  margin: 30px 0 0
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .detail .detailInner {
    width: 980px;
    margin: 60px auto 0
  }
}

#content #tieup .detail .image {
  width: 55%;
  float: right;
  margin: -8vw -4vw -5vw;
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .detail .image {
    float: none;
    margin: 0;
    position: absolute;
    top: -157px;
    left: -76px
  }
}

#content #tieup .detail .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/otokoume/img/index/sp/tieup_bg_lottery.png") no-repeat center top;
  background-size: 100%;
  -webkit-animation: rotateLight 8s infinite;
  animation: rotateLight 8s infinite
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .detail .image:before {
    z-index: 1;
    top: 30px
  }
}

@media screen and (max-width: 768px) {
  #content #tieup .detail .image:before {
    height: 113%
  }
}

#content #tieup .detail .image img {
  position: relative;
  z-index: 3
}

#content #tieup .detail .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.7
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .detail .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    margin-left: 390px;
    text-align: left
  }
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prizeWrap {
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2
  }
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prizeWrap .note {
    margin: 30px 0 0
  }
}

#content #tieup .prizeWrap .note li {
  color: #fff;
  text-align: center;
  font-size: 10px
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prizeWrap .note li {
    font-size: 13px
  }
}

#content #tieup .prize {
  background: #fff;
  border: 6px solid #e60012;
  margin: 30px 15px 10px;
  padding: 20px 0
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize {
    padding: 20px 25px 30px
  }
}

#content #tieup .prize .prizeTtl {
  width: 34%;
  margin: 0 auto 20px
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .prizeTtl {
    width: 170px;
    margin: 0 auto 40px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .prizeTtl img {
    width: 100%;
    height: auto
  }
}

#content #tieup .prize .courseWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#content #tieup .prize .courseWrap .course {
  width: 50%;
  box-sizing: border-box;
  position: relative
}

#content #tieup .prize .courseWrap .course .name {
  background: #e60012;
  width: 80%;
  height: 20px;
  text-align: center;
  margin: 0 auto 10px
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .courseWrap .course .name {
    width: 370px;
    height: 40px
  }
}

#content #tieup .prize .courseWrap .course .name img {
  height: 20px;
  width: auto
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .courseWrap .course .name img {
    height: 40px
  }
}

#content #tieup .prize .courseWrap .course .number {
  width: 10.5vw;
  position: absolute;
  z-index: 5
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .courseWrap .course .item {
    position: relative;
    top: -10px;
    z-index: 5
  }
}

#content #tieup .prize .courseWrap .course01 {
  border-right: 1px solid #e4e4e4
}

#content #tieup .prize .courseWrap .course01 .number {
  top: 28px;
  right: -2vw
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .courseWrap .course01 .number {
    width: auto;
    top: 5px;
    right: 15px
  }
}

#content #tieup .prize .courseWrap .course02 .number {
  top: 28px;
  right: 1vw
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .courseWrap .course02 .number {
    width: auto;
    top: 5px;
    right: 10px
  }
}

#content #tieup .prize .other {
  margin: 15px 5% 0;
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .other {
    background: #000;
    color: #fff;
    width: 816px;
    margin: 25px auto 0;
    padding: 25px 20px 35px 110px;
    box-sizing: border-box;
    text-align: left
  }
}

#content #tieup .prize .other .icon {
  position: absolute;
  width: 15vw;
  top: -5vw;
  left: -8vw
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .prize .other .icon {
    width: auto;
    top: -30px;
    left: -50px
  }
}

#content #tieup .prize .other .note {
  margin: 20px 0 0
}

#content #tieup .prize .other .image {
  position: absolute;
  top: 12px;
  right: 55px
}

#content #tieup .shop {
  position: relative;
  margin: 25px 0 0
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .shop {
    width: 980px;
    margin: 40px auto 0
  }
}

#content #tieup .shop .image {
  width: 38vw;
  position: absolute;
  top: -8vw;
  left: -4vw
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .shop .image {
    width: auto;
    top: -100px;
    left: -50px
  }
}

#content #tieup .shop .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/otokoume/img/index/sp/tieup_bg_lantern.png") no-repeat center top;
  background-size: 100%;
  -webkit-animation: scaleLight02 10s infinite;
  animation: scaleLight02 10s infinite
}

#content #tieup .shop .image img {
  position: relative;
  z-index: 5;
  animation: shake 1.8s infinite
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .shop .mark {
    width: 771px;
    height: 86px;
    background: url("/otokoume/img/index/tieup_txt02_bg.png") no-repeat center top;
    text-align: center;
    margin-left: 172px;
    position: relative;
    z-index: 5
  }
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .shop .mark .text {
    color: #fff;
    font-size: 21px;
    padding-left: 25px;
    line-height: 80px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .shop .mark .text span {
    font-size: 29px;
    font-weight: bold
  }
}

#content #tieup .shop .note {
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin: 15px 30px 0
}

@media print,
screen and (min-width: 769px) {
  #content #tieup .shop .note {
    font-size: 14px;
    margin: 20px auto 0;
    position: relative;
    left: 60px
  }
}

#content #tieup .ttl02 {
  position: relative;
  z-index: 5
}

#content #tieup .ttl02 span {
  opacity: 0;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  -webkit-transition: transform 0.1s cubic-bezier(0.68, 0.97, 0.99, 1.11), opacity 0.3s ease;
  transition: transform 0.1s cubic-bezier(0.68, 0.97, 0.99, 1.11), opacity 0.3s ease
}

#content #tieup .ttl02 span:nth-child(1) {
  transition-delay: 0.5s
}

#content #tieup .ttl02 span:nth-child(2) {
  transition-delay: 0.6s
}

#content #tieup .ttl02 span:nth-child(3) {
  transition-delay: 0.7s
}

#content #tieup .ttl02 span:nth-child(4) {
  transition-delay: 0.8s
}

#content #tieup .ttl02 span:nth-child(5) {
  transition-delay: 0.9s
}

#content #tieup .ttl02 span:nth-child(6) {
  transition-delay: 1.0s
}

#content #tieup .detail .sign {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1.0s 1.0s;
  transition: 1.0s 1.0s
}

#content #tieup .detail .sign:before {
  -webkit-animation: scaleLight02 6s 3s linear infinite;
  animation: scaleLight02 6s 3s linear infinite
}

#content #tieup .detail .detailTtl {
  opacity: 0;
  -webkit-transition: 1.0s 1.0s;
  transition: 1.0s 0.8s
}

#content #tieup .detail .detailInner .image {
  opacity: 0;
  -webkit-transition: 1.0s 1.2s;
  transition: 1.0s 1.0s
}

#content #tieup .detail .detailInner .text {
  opacity: 0;
  -webkit-transition: 1.0s 1.2s;
  transition: 1.0s 1.0s
}

#content #tieup .prizeWrap {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 1.0s 2s;
  transition: 0.7s 2s
}

#content #tieup .prizeWrap .prizeTtl {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#content #tieup .prizeWrap .course01 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s 2.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s 2.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#content #tieup .prizeWrap .course02 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s 2.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s 2.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#content #tieup .prizeWrap .other {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s 2.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s 2.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#content #tieup.show .ttl:before {
  -webkit-animation: lineAnim 0.2s steps(9) forwards;
  animation: lineAnim 0.2s steps(9) forwards
}

#content #tieup.show .ttl02 span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

#content #tieup.show .detail .sign {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #tieup.show .detail .detailTtl {
  opacity: 1
}

#content #tieup.show .detail .detailInner .image {
  opacity: 1
}

#content #tieup.show .detail .detailInner .text {
  opacity: 1
}

#content #tieup.show .prizeWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #tieup.show .prizeWrap .prizeTtl,
#content #tieup.show .prizeWrap .course01,
#content #tieup.show .prizeWrap .course02,
#content #tieup.show .prizeWrap .other {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #tieup.show .prizeWrap.is-animate .prizeTtl,
#content #tieup.show .prizeWrap.is-animate .course01,
#content #tieup.show .prizeWrap.is-animate .course02,
#content #tieup.show .prizeWrap.is-animate .other {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@-webkit-keyframes lineAnim {
  0% {
    opacity: 0;
    background-position: 0 100%
  }

  100% {
    opacity: 1;
    background-position: 0 0
  }
}

@keyframes lineAnim {
  0% {
    opacity: 0;
    background-position: 0 100%
  }

  100% {
    opacity: 1;
    background-position: 0 0
  }
}

@-webkit-keyframes scrollBg {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: -1221px 0
  }
}

@keyframes scrollBg {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: -1221px 0
  }
}

@-webkit-keyframes scrollBg02 {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: -100vw 0
  }
}

@keyframes scrollBg02 {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: -100vw 0
  }
}

@-webkit-keyframes scaleLight02 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.6
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3
  }

  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.6
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes scaleLight02 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.6
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3
  }

  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.6
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes rotateLight {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
  }

  50% {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
  }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg)
  }
}

@keyframes rotateLight {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
  }

  50% {
    -webkit-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg)
  }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg)
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  10% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  30% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  10% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  30% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

#content #coming {
  background: #e60012
}

#content #coming .inner {
  padding: 105px 0 110px;
  background: url("/otokoume/img/index/coming_sign.png") no-repeat left -75px
}

@media screen and (max-width: 768px) {
  #content #coming .inner {
    background-position: left -4vw;
    background-size: 46vw;
    padding: 10vw 0
  }
}

#content #coming .text {
  text-align: center;
  padding-left: 150px
}

@media screen and (max-width: 768px) {
  #content #coming .text {
    padding-left: 38vw;
    width: 50vw
  }
}

#content #place {
  background: #e60012;
  padding: 40px 0 10px
}

@media print,
screen and (min-width: 769px) {
  #content #place {
    padding: 50px 0 30px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #place .ttl {
    text-align: center;
    margin-bottom: 45px
  }
}

@media screen and (max-width: 768px) {
  #content #place .ttl {
    margin-bottom: 40px
  }
}

#content #place .ttl+.note {
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 4px
}

@media print,
screen and (min-width: 769px) {
  #content #place .ttl+.note {
    font-size: 13px
  }
}

#content .placeList {
  margin: 35px 0 0
}

#content .placeList li {
  position: relative;
  text-align: center;
  margin: 0 0 40px
}

@media print,
screen and (min-width: 769px) {
  #content .placeList li {
    margin: 0 0 70px
  }
}

#content .placeList .name {
  text-align: center
}

#content .placeList .name img {
  height: 10vw;
  width: auto
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .name img {
    height: 70px
  }
}

#content .placeList .area {
  height: 36px;
  background: #000;
  position: absolute;
  top: -18px
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .area {
    height: 52px;
    top: -26px
  }
}

#content .placeList .area span {
  padding: 8px 20px;
  display: block
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .area span {
    padding: 10px 30px
  }
}

@media print,
screen and (max-width: 360px) {
  #content .placeList .area span {
    padding: 10px 15px
  }
}

#content .placeList .area span img {
  height: 20px;
  width: auto
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .area span img {
    height: 30px
  }
}

@media print,
screen and (max-width: 360px) {
  #content .placeList .area span img {
    height: 15px
  }
}

#content .placeList .period {
  margin: 20px 0 0
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .period {
    margin: 30px 0 0
  }
}

#content .placeList .period img {
  height: 3.5vw;
  width: auto
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .period img {
    height: 24px
  }
}

#content .placeList .address {
  margin: 10px 0 0;
  font-size: 12px
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .address {
    margin: 15px 0 0;
    font-size: 17px
  }
}

#content .placeList .btn {
  width: 38vw;
  margin: 15px auto 0
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .btn {
    width: 218px;
    background: #000;
    margin: 25px auto 0;
    box-shadow: 4px 4px 0 0 #fff
  }
}

#content .placeList .sign {
  position: absolute;
  top: -73px
}

#content .placeList .human p {
  position: absolute
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .human img {
    width: 100%
  }
}

#content .placeList .placeInner {
  position: relative;
  z-index: 5;
  padding: 30px 0 0
}

#content .placeList .placeInner:before {
  content: "";
  display: block;
  width: 20.6vw;
  height: 11.6vw;
  position: absolute;
  top: 1px;
  right: 0;
  background: url("/otokoume/img/index/sp/place_obj01.png") no-repeat center top;
  background-size: 100%
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .placeInner:before {
    width: 283px;
    height: 120px;
    background: url("/otokoume/img/index/place_obj01.png") no-repeat center top;
    background-size: 100%;
    right: -200px
  }
}

@media screen and (max-width: 768px) {
  #content .placeList .placeInner:after {
    content: "";
    display: block;
    width: 48vw;
    height: 50vw;
    position: absolute;
    bottom: -12vw;
    left: -12vw;
    background: url("/otokoume/img/index/sp/place_sign.png") no-repeat center top;
    background-size: 100%
  }
}

#content .placeList .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: calc(100% - 20px);
  overflow: hidden;
  background: #e3b7a5
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .bg {
    width: calc(100% + 200px)
  }
}

#content .placeList .bg span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/otokoume/img/index/sp/place_bg.png") no-repeat center center;
  background-size: cover
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .bg span {
    background: url("/otokoume/img/index/place_bg.png") no-repeat center center;
    background-size: cover
  }
}

#content .placeList .placeRight .sign {
  left: -130px
}

#content .placeList .placeRight .area {
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  left: -20px
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .placeRight .area {
    left: -140px
  }
}

#content .placeList .placeRight .area span {
  padding-left: 40px;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg)
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .placeRight .area span {
    padding-left: 180px
  }
}

#content .placeList .placeRight .bg {
  -webkit-transform: skewX(6deg);
  transform: skewX(6deg)
}

@media screen and (max-width: 768px) {
  #content .placeList .placeRight .bg {
    left: 25px
  }
}

#content .placeList .placeRight .bg span {
  -webkit-transform: skewX(-6deg) scale(1.2);
  transform: skewX(-6deg) scale(1.2)
}

#content .placeList .placeLeft .sign {
  right: -150px
}

#content .placeList .placeLeft .placeInner:before {
  background: url("/otokoume/img/index/sp/place_obj02.png") no-repeat center top;
  background-size: 100%;
  right: inherit;
  left: 0
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .placeLeft .placeInner:before {
    background: url("/otokoume/img/index/place_obj02.png") no-repeat center top;
    background-size: 100%;
    left: -200px
  }
}

#content .placeList .placeLeft .placeInner:after {
  left: inherit;
  right: -12vw
}

#content .placeList .placeLeft .area {
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  right: -20px
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .placeLeft .area {
    right: -140px
  }
}

#content .placeList .placeLeft .area span {
  padding-right: 40px;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg)
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .placeLeft .area span {
    padding-right: 180px
  }
}

#content .placeList .placeLeft .bg {
  -webkit-transform: skewX(-6deg);
  transform: skewX(-6deg)
}

@media screen and (max-width: 768px) {
  #content .placeList .placeLeft .bg {
    left: -25px
  }
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .placeLeft .bg {
    left: -210px
  }
}

#content .placeList .placeLeft .bg span {
  -webkit-transform: skewX(6deg) scale(1.2);
  transform: skewX(6deg) scale(1.2)
}

#content .placeList .placeLeft .bg span {
  background: url("/otokoume/img/index/sp/place_bg.png") no-repeat center center;
  background-size: cover
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .placeLeft .bg span {
    background: url("/otokoume/img/index/place_bg02.png") no-repeat center center;
    background-size: cover
  }
}

#content .placeList .place01 .human .human01 {
  width: 10vw;
  position: absolute;
  top: 19vw;
  right: 7vw;
  z-index: 5
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .place01 .human .human01 {
    width: 66px;
    top: 88px;
    right: 135px
  }
}

#content .placeList .place01 .human .human02 {
  top: 105px;
  right: -27px
}

#content .placeList .place01 .human .human02 img {
  position: relative;
  z-index: 4
}

#content .placeList .place01 .human .human02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/otokoume/img/index/place_human01_03.png") no-repeat center top;
  background-size: 100%;
  z-index: 3
}

#content .placeList .place02 .human .human01 {
  width: 10vw;
  position: absolute;
  top: 21vw;
  left: 7vw
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .place02 .human .human01 {
    width: 68px;
    top: 100px;
    left: 135px
  }
}

#content .placeList .place02 .human .human02 {
  top: 105px;
  left: -3px
}

#content .placeList .place02 .human .human02 img {
  position: relative;
  z-index: 4
}

#content .placeList .place02 .human .human02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/otokoume/img/index/place_human02_03.png") no-repeat center top;
  background-size: 100%;
  z-index: 3
}

#content .placeList .place03 .human .human01 {
  width: 9vw;
  position: absolute;
  top: 19vw;
  right: 7vw;
  z-index: 5
}

@media print,
screen and (min-width: 769px) {
  #content .placeList .place03 .human .human01 {
    width: 60px;
    top: 63px;
    right: 135px
  }
}

#content .placeList .place03 .human .human02 {
  top: 84px;
  right: -4px
}

#content .placeList .place03 .human .human02 img {
  position: relative;
  z-index: 4
}

#content .placeList .place03 .human .human02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/otokoume/img/index/place_human03_03.png") no-repeat center top;
  background-size: 100%;
  z-index: 5
}

#content #place .placeList .btn {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #place .placeList .btn:before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #b3070c;
    -webkit-transition: 0.2s;
    transition: 0.2s
  }
}

#content #place .placeList .btn img {
  position: relative
}

#content #place .placeList .btn:hover:before {
  width: 100%
}

#content #place .placeList li .name,
#content #place .placeList li .address,
#content #place .placeList li .period,
#content #place .placeList li .btn {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s
}

#content #place .placeList li .area {
  width: 0;
  -webkit-transition: 0.4s 0.6s;
  transition: 0.4s 0.6s
}

#content #place .placeList li .area img {
  opacity: 0;
  -webkit-transition: 0.5s 0.9s;
  transition: 0.5s 0.9s
}

#content #place .placeList li .sign,
#content #place .placeList li .placeInner:before,
#content #place .placeList li .placeInner:after {
  opacity: 0;
  -webkit-transition: 0.8s 0.9s;
  transition: 0.8s 0.9s
}

#content #place .placeList li.placeRight .placeInner:before {
  -webkit-transform: translateX(40px);
  transform: translateX(40px)
}

#content #place .placeList li.placeRight .placeInner:after {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px)
}

#content #place .placeList li.placeRight .sign {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px)
}

#content #place .placeList li.placeLeft .placeInner:before {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px)
}

#content #place .placeList li.placeLeft .placeInner:after {
  -webkit-transform: translateX(40px);
  transform: translateX(40px)
}

#content #place .placeList li.placeLeft .sign {
  -webkit-transform: translateX(40px);
  transform: translateX(40px)
}

#content #place .placeList li.place01 .human01 {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: 1.2s 1.3s;
  transition: 1.2s 1.3s
}

#content #place .placeList li.place01 .human02 img {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 1.2s 1.4s;
  transition: 1.2s 1.4s
}

#content #place .placeList li.place01 .human02:before {
  opacity: 0;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: 1.2s 1.5s;
  transition: 1.2s 1.5s
}

#content #place .placeList li.place02 .human01 {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 1.2s 1.6s;
  transition: 1.2s 1.6s
}

#content #place .placeList li.place02 .human02 img {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 1.0s 1.4s;
  transition: 1.0s 1.4s
}

#content #place .placeList li.place02 .human02:before {
  opacity: 0;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: 1.0s 1.5s;
  transition: 1.0s 1.5s
}

#content #place .placeList li.place03 .human01 {
  opacity: 0;
  -webkit-transition: 1.2s 1.3s;
  transition: 1.2s 1.3s
}

#content #place .placeList li.place03 .human02 img {
  opacity: 0;
  -webkit-transition: 1.2s 1.4s;
  transition: 1.2s 1.4s
}

#content #place .placeList li.place03 .human02:before {
  opacity: 0;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: 1.2s 1.5s;
  transition: 1.2s 1.5s
}

#content #place .placeList .bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e60012;
  -webkit-transition: 0.6s;
  transition: 0.6s
}

#content #place .placeList li.is-animate .name,
#content #place .placeList li.is-animate .address,
#content #place .placeList li.is-animate .period,
#content #place .placeList li.is-animate .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #place .placeList li.is-animate .area {
  width: 360px
}

@media screen and (max-width: 768px) {
  #content #place .placeList li.is-animate .area {
    width: 40vw
  }
}

#content #place .placeList li.is-animate .area img {
  opacity: 1
}

#content #place .placeList li.is-animate .sign,
#content #place .placeList li.is-animate .placeInner:before,
#content #place .placeList li.is-animate .placeInner:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

#content #place .placeList li.is-animate .bg:after {
  height: 0
}

#content #place .placeList li.is-animate.place01 .human01,
#content #place .placeList li.is-animate.place01 .human02 img,
#content #place .placeList li.is-animate.place01 .human02:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

#content #place .placeList li.is-animate.place02 .human01,
#content #place .placeList li.is-animate.place02 .human02 img,
#content #place .placeList li.is-animate.place02 .human02:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

#content #place .placeList li.is-animate.place03 .human01,
#content #place .placeList li.is-animate.place03 .human02 img,
#content #place .placeList li.is-animate.place03 .human02:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

#content #placeEnd {
  background: #000;
  padding: 40px 0
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd {
    padding: 50px 0
  }
}

#content #placeEnd .ttl {
  text-align: center;
  margin: 0 0 45px
}

#content #placeEnd .placeist li {
  margin: 0px 0 60px !important
}

#content #placeEnd .placeInner:after {
  content: "";
  display: block;
  width: 16vw;
  height: 24vw;
  position: absolute;
  bottom: -2vw;
  left: 5vw;
  background: url("/otokoume/img/index/sp/place_sign_end.png") no-repeat center top;
  background-size: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd .placeInner:after {
    width: 125px;
    height: 180px;
    bottom: 0px;
    left: -40px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd .placeLeft .placeInner:after {
    left: 855px;
    bottom: 0px
  }
}

@media screen and (max-width: 768px) {
  #content #placeEnd .placeLeft .placeInner:after {
    left: 77vw
  }
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd .name img {
    height: 50px
  }
}

#content #placeEnd .area {
  background: #707070
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd .period {
    margin-top: 25px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd .period img {
    height: 18px;
    margin: 0
  }
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd .address {
    font-size: 13px
  }
}

#content #placeEnd .btn {
  background: #999;
  color: #fff;
  font-weight: 600;
  width: 40vw;
  font-size: 14px;
  line-height: 10vw
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd .btn {
    font-size: 18px;
    width: 218px;
    height: 55px;
    line-height: 55px;
    box-shadow: none;
    margin-top: 20px
  }
}

#content #placeEnd .human p {
  width: 19vw;
  position: absolute;
  top: 27vw;
  right: 4vw
}

@media print,
screen and (min-width: 769px) {
  #content #placeEnd .human p {
    width: 120px;
    top: 59px;
    right: 121px
  }
}

#content #placeEnd .placeEnd01 .human01 {
  width: 48px;
  top: 55px;
  right: 241px
}

@media screen and (max-width: 768px) {
  #content #placeEnd .placeEnd01 .human01 {
    width: 11vw;
    right: 4vw
  }
}

#content #placeEnd .placeEnd01 .human02 {
  width: 115px;
  top: 72px;
  right: 130px
}

@media screen and (max-width: 768px) {
  #content #placeEnd .placeEnd01 .human02 {
    width: 12vw;
    right: inherit;
    left: 3vw
  }
}

#content #placeEnd .placeEnd01 .human02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/otokoume/img/index/place_human03_03.png) no-repeat center top;
  background-size: 100%;
  z-index: 5
}

@media screen and (max-width: 768px) {
  #content #placeEnd .placeEnd01 .human02:before {
    display: none
  }
}

#content #placeEnd .placeEnd02 .human01 {
  width: 55px;
  top: 73px;
  left: 171px
}

@media screen and (max-width: 768px) {
  #content #placeEnd .placeEnd02 .human01 {
    width: 12vw;
    left: 3vw
  }
}

#content #placeEnd .placeEnd02 .human02 {
  width: 100px;
  top: 78px;
  left: 67px
}

#content #placeEnd .placeEnd02 .human02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/otokoume/img/index/place_human02_03.png) no-repeat center top;
  background-size: 100%;
  z-index: 3
}

@media screen and (max-width: 768px) {
  #content #placeEnd .placeEnd02 .human02:before {
    display: none
  }
}

#content #placeEnd .placeEnd03 .human01 {
  width: 53px;
  top: 61px;
  right: 242px
}

@media screen and (max-width: 768px) {
  #content #placeEnd .placeEnd03 .human01 {
    width: 13vw;
    right: 3vw
  }
}

#content #placeEnd .placeEnd03 .human02 {
  width: 140px;
  top: 76px;
  right: 108px
}

#content #placeEnd .placeEnd03 .human02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/otokoume/img/index/place_human01_03.png) no-repeat center top;
  background-size: 100%;
  z-index: 3
}

@media screen and (max-width: 768px) {
  #content #placeEnd .placeEnd03 .human02:before {
    display: none
  }
}

@media print,
screen and (min-width: 769px) {
  #content .bgVideo {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1
  }

  #content .bgVideo:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(/otokoume/img/index/video_overlay.png)
  }

  #content .bgVideo video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
    min-width: 100%;
    min-height: 100%
  }
}

#content #lead {
  /* padding: 49px 0 64px; */
  /* background-image: url(/otokoume/img/index/sp/bg_lineup.png); */
  /* background-size: 100% 100% */
  margin-left: -20px;
  margin-right: -20px;
}

@media print,
screen and (min-width: 769px) {
  #content #lead {
    margin: 0;
    padding:17px 0 0px;
    /* background-image: url(/otokoume/img/index/bg_lineup.png); */
    /* background-size: 100% auto */
  }
}

#content #lead .inner {
  position: relative;
  z-index: 1
}

@media print,
screen and (min-width: 769px) {
  #content #lead h2 {
    margin-left: 260px
  }
}

#content #lead .txt {
  margin-top: 25px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.8s ease 0.3s;
  transition: 0.8s ease 0.3s
}

@media print,
screen and (min-width: 769px) {
  #content #lead .txt {
    text-align: left;
    margin-top: 51px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.8s ease 0.3s;
    transition: 0.8s ease 0.3s;
    padding-left: 38px
  }
}

#content #lead .txt:after {
  content: "";
  width: 83.66666%;
  max-width: 426px;
  height: 347px;
  background: url(/otokoume/img/index/sp/lead_products.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: -176%;
  right: 12px
}

@media print,
screen and (min-width: 769px) {
  #content #lead .txt:after {
    content: "";
    width: 343px;
    height: 305px;
    background: url(/otokoume/img/index/lead_products.png) no-repeat;
    position: absolute;
    bottom: -92px;
    right: 0
  }
}

#content #lead .lineup {
  margin-top: 31.5%;
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup {
    margin-top: 100px;
    position: relative
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup h3 {
    position: absolute;
    top: -6%;
    left: 0;
    z-index: 2;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup h3 {
    position: absolute;
    top: -70px;
    left: 20px;
    z-index: 2;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul {
    padding: 0 20px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li {
    width: 100%;
    position: relative;
    text-align: left;
    box-sizing: border-box
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li {
    width: 900px;
    height: 330px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    margin-left: 30px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li .img {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    bottom: 25px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.15s ease 0.4s;
    transition: 0.15s ease 0.4s;
    width: 43%;
  }
  #content #lead .lineup ul li.lineup03 .img {
    width: 44.5%;
    left: 3.5% !important;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup03 .img{
    top: -20px;
  }
  #content #lead .lineup ul li .img {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    bottom: 25px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.15s ease 0.4s;
    transition: 0.15s ease 0.4s
  }
}

#content #lead .lineup ul li .img img {
  -webkit-transform: translateY(8%);
  transform: translateY(8%)
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li .img img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

#content #lead .lineup ul li .img+div {
  overflow: hidden;
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li .img+div {
    height: 330px
  }
}

#content #lead .lineup ul li .img+div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  transform: translateY(-101%);
  transform: translateY(-101%)
}

#content #lead .lineup ul li .img+div:after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: -5%;
  z-index: 1;
  -webkit-transition: 0.15s ease 0.6s;
  transition: 0.15s ease 0.6s;
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: bottom
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li dl {
    padding: 8% 0 8%;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.6s ease 0.3s;
    transition: 0.6s ease 0.3s
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li dl {
    padding-top: 35px;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.6s ease 0.4s;
    transition: 0.6s ease 0.4s
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li dl dd {
    width: 39%;
    height: 60vw;
    margin-top: 9%;
    margin-left: 53%
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li dl dd {
    margin-top: 19px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li .btn {
    position: absolute;
    width: 52.8%;
    bottom: -20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s ease 1s;
    transition: 0.3s ease 1s
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li .btn {
    position: absolute;
    top: 110px;
    right: -20px;
    background: #000;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease 1s;
    transition: 0.3s ease 1s;
    z-index: 2;
    box-shadow: 3px 3px 0 0 #fff
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li .btn:before {
    content: "";
    width: 200px;
    height: 40px;
    background: #b3070c;
    position: absolute;
    left: -200px;
    -webkit-transition: 0.2s;
    transition: 0.2s
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li .btn a {
    width: 200px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    position: relative
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li .btn:hover:before {
    left: 0
  }
}

#content #lead .lineup ul li+li {
  margin-top: 32px
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li+li {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li:nth-child(odd) .img {
    left: 5%;
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li:nth-child(odd) dd {
    margin-left: 53%;
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li:nth-child(odd) .btn {
    right: -12px;
    bottom: -15px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li:nth-child(even) {
    margin-left: 50px
  }
}

@media screen and (max-width: 768px) {

  #content #lead .lineup ul li.lineup02  .img { 
    width: 44%;
  }
  #content #lead .lineup ul li:nth-child(even) .img {
    right: 3%
  }
  #content #lead .lineup ul li.lineup02 dl dd{
    height: 56vw;
  }
 
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul li:nth-child(even) dl {
    padding-left: 50px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li:nth-child(even) dd {
    margin-left: 6%;
    width: 41%;
    margin-top: 12.3%;
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul li:nth-child(even) .btn {
    left: -10px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup01 {
    margin-left: 0
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup01 .img {
    width: 166px;
    left: 114px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup01 .img+div {
    height: 95vw;
  }
}

#content #lead .lineup ul .lineup01 .img+div:before {
  background: #e60012
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup01 .img+div:before {
    content: "";
    width: 900px;
    height: 330px;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(-900px);
    transform: translateX(-900px)
  }
}

#content #lead .lineup ul .lineup01 .img+div:after {
  width: 70%;
  height: 362px;
  background: url(/otokoume/img/index/sp/lineup01_splash.png) no-repeat center bottom/contain
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup01 .img+div:after {
    content: "";
    width: 368px;
    height: 219px;
    background: url(/otokoume/img/index/lineup01_splash.png) no-repeat;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.6s;
    transition: 0.15s ease 0.6s;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup01 dl {
    padding-left: 304px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup01 .btn {
    top: 140px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup02 {
    width: 880px;
    height: 290px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup02 .img {
    left: 84px;
    top: 11px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup02 .img img {
    -webkit-transform: translateY(27px);
    transform: translateY(27px)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup02 .img+div {
    height: 290px
  }
}

#content #lead .lineup ul .lineup02 .img+div:before {
  background: #000
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup02 .img+div:before {
    content: "";
    width: 880px;
    height: 290px;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(880px);
    transform: translateX(880px)
  }
}

#content #lead .lineup ul .lineup02 .img+div:after {
  width: 60%;
  height: 370px;
  background: url(/otokoume/img/index/sp/lineup02_splash.png) no-repeat center bottom/contain;
  right: 35%;
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup02 .img+div:after {
    content: "";
    width: 368px;
    height: 221px;
    background: url(/otokoume/img/index/lineup02_splash.png) no-repeat;
    position: absolute;
    bottom: -90px;
    left: 420;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.6s;
    transition: 0.15s ease 0.6s;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup02 .btn {
     top: 124px;
  }
  #content #lead .lineup ul .lineup02 dl{
    padding-left: 305px!important;
    padding-top: 39px;
  }
}

#content #lead .lineup ul .lineup03 {
  margin-top: 60px
}
@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup03 .btn {
    right: -12px!important;
    left: initial!important;
  }
}

@media screen and (max-width: 768px){
#content #lead .lineup ul .lineup03 {
    margin-top: 38px;
}
#content #lead .lineup ul .lineup01 dd {
  margin-left: 53%!important;
  width: 40%;
  margin-top: 7%;
}
}

#content #lead .lineup ul .lineup05 .image{
  margin-top: 12px;
  position: relative;
}
#content #lead.show .lineup05.show .image img{
  bottom: 0;
  opacity: 1;
}
#content #lead.show .lineup05.show .image:after {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

@media print,
screen and (min-width: 769px) {
  #content #lead.show .lineup05.show .image:after {
    bottom: -10px;
    left: -80px
  }
  #content #lead.show .lineup05.show .image>picture img {
    margin-left: 5px;
  }
}

@media screen and (min-width: 769px) {
  #content #lead.show .lineup05.show .image:after {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

#content #lead .lineup ul .lineup05 .image:after {
  width: 100%;
  height: 38.666vw;
  background: url(/otokoume/img/index/sp/lineup05_splash.jpg) no-repeat center bottom/contain;
  left: -20%;
  content: "";
   position: absolute;
    bottom: 11px;
    left: -10%;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.5s;
    transition: 0.15s ease 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center;
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup05 .image:after {
    content: "";
    width: 358px;
    height: 207px;
    background: url(/otokoume/img/index/lineup05_splash.png) no-repeat;
    position: absolute;
    bottom: 11px;
    left: -10%;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.5s;
    transition: 0.15s ease 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center;
  }
}
@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup03 {
    margin-top: 20px;
    margin-left: 50px;
    height: auto
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup03 .img {
    left: 76px
  }
}

#content #lead .lineup ul .lineup03 .img img {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media screen and (max-width: 768px){
  #content #lead .lineup ul .lineup03 dd{
    width: 47%!important;
    margin-top: 9%!important;
    margin-left: 50%!important;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup03 .img+div {
    height: auto
  }
}

#content #lead .lineup ul .lineup03 .img+div:before {
  background: #222
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup03 .img+div:before {
    content: "";
    width: 880px;
    height: 100%;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(-880px);
    transform: translateX(-880px)
  }
}

#content #lead .lineup ul .lineup03 .img+div:after {
  width: 70%;
  height: 370px;
  background: url(/otokoume/img/index/sp/lineup03_splash.png) no-repeat center bottom/contain;
  left: -16%
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup03 .img+div:after {
    content: "";
    width: 332px;
    height: 221px;
    background: url(/otokoume/img/index/lineup03_splash.png) no-repeat;
    position: absolute;
    bottom: -90px;
    left: 435px;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.5s;
    transition: 0.15s ease 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup03 dl {
    padding-left: 215px !important;
    padding-bottom: 35px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup03 dt img {
    -webkit-transform: translateX(20.5%);
    transform: translateX(20.5%)
  }
}

#content #lead .lineup ul .lineup06 {
  margin-top: 60px;
  margin-left: 0
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup06 {
    margin-top: 20px;
    height: auto
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup06 .img {
    width: 186px;
    left: 65px
  }
}

#content #lead .lineup ul .lineup06 .img img {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup06 .img+div {
    height: auto
  }
}

#content #lead .lineup ul .lineup06 .img+div:before {
  background: #8c0017
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup06 .img+div:before {
    content: "";
    width: 880px;
    height: 100%;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(-880px);
    transform: translateX(-880px)
  }
}

#content #lead .lineup ul .lineup06 .img+div:after {
  width: 74%;
  height: 370px;
  background: url(/otokoume/img/index/sp/lineup06_splash.png) no-repeat center bottom/contain;
  left: -7%;
  bottom: 1.5%
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup06 .img+div:after {
    content: "";
    width: 366px;
    height: 191px;
    background: url(/otokoume/img/index/lineup06_splash.png) no-repeat center bottom/contain;
    position: absolute;
    bottom: 0;
    left: -35px;
    z-index: 1;
    transition: 0.15s ease 0.6s;
    transform-origin: center
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup06 dl {
    padding-left: 280px !important;
    padding-bottom: 35px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup06 dl {
    padding: 6% 0 17%
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup06 dl dd img {
    max-height: 100%;
    width: auto;
    margin-top: 16px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup06 .btn {
    top: 135px
  }
}

#content #lead .lineup ul .lineup07 {
  margin-top: 30px;
  margin-left: 0
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup07 {
    margin-top: 20px;
    height: auto
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup07 .img {
    width: 156px;
    left: 110px
  }
}

#content #lead .lineup ul .lineup07 .img img {}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup07 .img+div {
    height: 330px
  }
}

#content #lead .lineup ul .lineup07 .img+div:before {
  background: #0097e0
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup07 .img+div:before {
    content: "";
    width: 900px;
    height: 100%;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(-900px);
    transform: translateX(-900px)
  }
}

#content #lead .lineup ul .lineup07 .img+div:after {
  width: 100%;
  height: 514px;
  background: url(/otokoume/img/index/sp/lineup07_splash.jpg) no-repeat center bottom/contain;
  left: 0%
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup07 .img+div:after {
    content: "";
    width: 423px;
    height: 252px;
    background: url(/otokoume/img/index/lineup07_splash.jpg) no-repeat center bottom/contain;
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 1;
    transition: 0.15s ease 0.6s;
    transform-origin: center
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup07 dl {
    padding-left: 293px;
    padding-bottom: 20px;
    padding-top: 30px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup07 dl {
    padding: 6% 0 11%
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup07 dl dd {
    margin-top: 15px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup07 dl dd {
    width: 46%;
    margin-left: 49%;
    margin-top: 4.2%;
    height: 71vw
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup07 .btn {
    top: 152px;
    right: -26px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup04 {
    margin-left: 30px !important;
    width: 885px;
    height: 265px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup04 .img {
    width: 166px;
    left: 75px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup04 .img {
    left: 12.2%!important;
    width: 25%
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup04 .img img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup04 .img img {
    -webkit-transform: translateY(4%);
    transform: translateY(4%)
  }
  #content #lead .lineup ul .lineup04 dd{
    margin-top: 7.3%!important;
    width: 47%!important;;
  }
}

#content #lead .lineup ul .lineup04 .img+div:before {
  background: #ffed43
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup04 .img+div:before {
    content: "";
    width: 900px;
    height: 265px;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(-900px);
    transform: translateX(-900px)
  }
}

#content #lead .lineup ul .lineup04 .img+div:after {
  width: 70%;
  height: 362px;
  left: 0;
  background: url(/otokoume/img/index/lineup04_splash.png) no-repeat center bottom/contain
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup04 .img+div:after {
    content: "";
    width: 368px;
    height: 219px;
    background: url(/otokoume/img/index/lineup04_splash.png) no-repeat;
    position: absolute;
    bottom: 10px;
    left: -50px;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.6s;
    transition: 0.15s ease 0.6s;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup04 dl {
    padding-left: 220px !important;
    padding-top: 43px;
  }
}

/*@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup04 .btn {
    background: #e70012
  }
}*/
@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup04 .btn {
    right: -12px!important;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup05 {
    left: -80px;
    height: 230px
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup05 {
    padding: 5px 0 0px
  }
  #content #lead .lineup ul .lineup0 .image{
    margin-top: 13px;
    margin-bottom: -10px;
  }
  #content #lead .lineup ul .lineup05 h4{
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup05:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup05>div {
    position: relative
  }
}

#content #lead .lineup ul .lineup05>div:before {
  background: #e0e0e0
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup05>div:before {
    content: "";
    width: 880px;
    height: 210px;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left
  }
}

#content #lead .lineup ul .lineup05 h4 {
  opacity: 0;
  -webkit-transition: 0.4s 0.2s ease;
  transition: 0.4s 0.2s ease;
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup05 h4 {
    position: absolute;
    top: 35px;
    left: 50px;
    opacity: 0;
    z-index: 2;
    margin: 0;
  }
}

#content #lead .lineup ul .lineup05 .text {
  opacity: 0;
  -webkit-transition: 0.4s 0.2s ease;
  transition: 0.4s 0.2s ease
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup05 .text {
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 2;
  }
}

#content #lead .lineup ul .lineup05 .image {
  opacity: 0;
  -webkit-transition: 0.4s 0.2s ease;
  transition: 0.4s 0.2s ease;
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup05 .image {
    position: relative;
    top: -11px;
    left: 510px;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup05 .image>img {
    width: 187px;
  }
}

#content #lead .lineup ul .lineup05 .image img {
    position: relative;
    opacity: 0;
    z-index: 2;
    bottom: 25px;
    transition: 0.15s ease 0.4s;
  }

@media print,
screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup05 .image {
    display: flex;
  }
  #content #lead .lineup ul .lineup05 .image:after{
    bottom: 0px;
    right: -40px;
    left: initial;
  }
}

#content #lead .lineup ul .lineup05 .image .message {
  position: absolute;
  top: 7px;
  left: -56px
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup05 .btn {
    top: 85px;
    background: #e70012;
    right: 0
  }
}


@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup08 {
    margin-left: 0;
    height: 458px;
    margin-bottom: 30px;
  }
  #content #lead .lineup ul .lineup09 {
    margin-left: 0;
    height: 360px;
  }
  #content #lead .lineup ul .lineup10 {
    margin-left: 0;
    height: 330px;
  }
  #content #lead .lineup ul .lineup12 {
    width: 880px;
    margin-left: 0;
    height: 372px;
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup08 {
    height: 140.3333vw;
  }
  #content #lead .lineup ul .lineup09 {
    height: 129.5vw;
  }
  #content #lead .lineup ul .lineup10 {
    height: 94vw;
  }
  #content #lead .lineup ul .lineup12 {
    height: 142vw;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup08 .img {
    width: 168px;
    height: 288px;
    overflow: hidden;
    left: 94px;
  }
  #content #lead .lineup ul .lineup08 .img img{
  	-webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  #content #lead .lineup ul .lineup09 .img {
    width: 168px;
    height: 288px;
    overflow: hidden;
    left: 94px;
  }
  #content #lead .lineup ul .lineup09 .img img{
  	-webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  #content #lead .lineup ul .lineup10 .img {
    width: 169px;
    height: 283px;
    overflow: hidden;
    left: 512px;
  }
  #content #lead .lineup ul .lineup10 .img img{
  	-webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  #content #lead .lineup ul .lineup12 .img {
    width: 157px;
    height: 257px;
    overflow: hidden;
    left: 540px;
  }
  #content #lead .lineup ul .lineup12 .img img{
  	-webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup08 .img {
    width:45%;
    left: 4% !important;
  }
  #content #lead .lineup ul .lineup08 .img img{
  	-webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  #content #lead .lineup ul .lineup09 .img {
    width:45%;
    left: 4% !important;
  }
  #content #lead .lineup ul .lineup09 .img img{
  	-webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  #content #lead .lineup ul .lineup10 .img {
    width:45%;
    right: 4% !important;
  }
  #content #lead .lineup ul .lineup10 .img img{
  	-webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  #content #lead .lineup ul .lineup12 .img {
    width:38.93vw;
    right: 2% !important;
  }
  #content #lead .lineup ul .lineup12 .img img{
  	-webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
}
#content #lead .lineup ul .lineup08 .img+div {
  height: 458px;
}
#content #lead .lineup ul .lineup09 .img+div {
  height: 357px;
}
#content #lead .lineup ul .lineup10 .img+div {
  height: 327px;
}
#content #lead .lineup ul .lineup12 .img+div {
  height: 372px;
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup08 .img+div {
    height:140.3333vw;
  }
  #content #lead .lineup ul .lineup09 .img+div {
    height:129.5vw;
  }
  #content #lead .lineup ul .lineup10 .img+div {
    height:94vw;
  }
  #content #lead .lineup ul .lineup12 .img+div {
    height:142vw;
  }
}

#content #lead .lineup ul .lineup08 .img+div:before {
  background: #041f78
}
#content #lead .lineup ul .lineup09 .img+div:before {
  background: #fff
}
#content #lead .lineup ul .lineup10 .img+div:before {
  background: #0085d2;
}
#content #lead .lineup ul .lineup12 .img+div:before {
  background: #fff;
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup08 .img+div:before {
    content: "";
    width: 900px;
    height: 458px;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(-900px);
    transform: translateX(-900px)
  }
  #content #lead .lineup ul .lineup09 .img+div:before {
    content: "";
    width: 900px;
    height: 458px;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(-900px);
    transform: translateX(-900px)
  }
  #content #lead .lineup ul .lineup10 .img+div:before {
    content: "";
    width: 900px;
    height: 458px;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(-900px);
    transform: translateX(-900px)
  }
  #content #lead .lineup ul .lineup12 .img+div:before {
    content: "";
    width: 880px;
    height: 372px;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateX(880px);
    transform: translateX(880px)
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup08 .img+div:before {
    height: 140.3333vw;
  }
  #content #lead .lineup ul .lineup09 .img+div:before {
    height: 140.3333vw;
  }
  #content #lead .lineup ul .lineup10 .img+div:before {
    height: 140.3333vw;
  }
  #content #lead .lineup ul .lineup12 .img+div:before {
    height: 142vw;
  }
}

#content #lead .lineup ul .lineup08 .img+div:after {
  width: 70.6666vw;
  height: 50.9333vw;
  bottom: -1.6666vw;
  left: -6.33333vw;
  background: url(/otokoume/img/index/sp/lineup08_splash.png) no-repeat center bottom/contain
}

#content #lead .lineup ul .lineup09 .img+div:after {
  width: 65.6666vw;
  height: 48.9333vw;
  bottom: -1.7vw;
  left: -5vw;
  background: url(/otokoume/img/index/sp/lineup09_splash.png) no-repeat center bottom/contain
}

#content #lead .lineup ul .lineup10 .img+div:after {
  width: 84.13vw;
  height: 60.67vw;
  bottom: 0;
  left: 40vw;
  background: url(/otokoume/img/index/sp/lineup10_splash.png) no-repeat center bottom/contain;
}

#content #lead .lineup ul .lineup12 .img+div:after {
  width: 57.33vw;
  height: 47.33vw;
  bottom: 0;
  right: 0;
  left: initial;
  background: url(/otokoume/img/index/sp/lineup12_splash.png) no-repeat center bottom/contain
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup08 .img+div:after {
    content: "";
    width: 362px;
    height: 227px;
    background: url(/otokoume/img/index/lineup08_splash.png) no-repeat;
    position: absolute;
    bottom: 1px;
    left: 0px;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.6s;
    transition: 0.15s ease 0.6s;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  #content #lead .lineup ul .lineup09 .img+div:after {
    content: "";
    width: 361px;
    height: 182px;
    background: url(/otokoume/img/index/lineup09_splash.png) no-repeat;
    position: absolute;
    bottom: 1px;
    left: 0px;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.6s;
    transition: 0.15s ease 0.6s;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  #content #lead .lineup ul .lineup10 .img+div:after {
    content: "";
    width: 427px;
    height: 259px;
    background: url(/otokoume/img/index/lineup10_splash.png) no-repeat;
    position: absolute;
    bottom: 1px;
    left: 425px;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.6s;
    transition: 0.15s ease 0.6s;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  #content #lead .lineup ul .lineup12 .img+div:after {
    content: "";
    width: 423px;
    height: 252px;
    background: url(/otokoume/img/index/lineup12_splash.png) no-repeat;
    position: absolute;
    bottom: -50px;
    left: 425px;
    z-index: 1;
    -webkit-transition: 0.15s ease 0.6s;
    transition: 0.15s ease 0.6s;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

#content #lead .lineup ul .lineup08 .date {
  width: 94px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
}

#content #lead .lineup ul .lineup09 .date {
  width: 94px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
}

#content #lead .lineup ul .lineup10 .date {
  width: 94px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
}

#content #lead .lineup ul .lineup12 .date {
  width: 94px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
}


@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup08 .date{
  	width: 100%;
  }
  #content #lead .lineup ul .lineup09 .date{
  	width: 100%;
  }
  #content #lead .lineup ul .lineup10 .date{
  	width: 100%;
  }
  #content #lead .lineup ul .lineup12 .date{
  	width: 100%;
  }
}

#content #lead .lineup ul .lineup08.show .date {
  opacity: 1;
}
#content #lead .lineup ul .lineup09.show .date {
  opacity: 1;
}
#content #lead .lineup ul .lineup10.show .date {
  opacity: 1;
}
#content #lead .lineup ul .lineup12.show .date {
  opacity: 1;
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup08 dl {
    padding-left: 305px;
    padding-top: 45px;
  }

  #content #lead .lineup ul .lineup08 dl dd {
    margin-top: 14px;
  }
  #content #lead .lineup ul .lineup09 dl {
    padding-left: 305px;
    padding-top: 45px;
  }

  #content #lead .lineup ul .lineup09 dl dd {
    margin-top: 14px;
  }
  #content #lead .lineup ul .lineup10 dl {
    padding-left: 305px;
    padding-top: 40px;
  }

  #content #lead .lineup ul .lineup10 dl dd {
    margin-top: 20px;
  }
  #content #lead .lineup ul .lineup12 dl {
    padding-left: 305px;
    padding-top: 40px;
  }

  #content #lead .lineup ul .lineup12 dl dd {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .lineup08 dl {
    padding-top: 15.4vw;
  }

  #content #lead .lineup ul .lineup08 dl dd {
    margin-top: 4%;
    margin-left: 50%;
    width: 44%;
    height: auto;
  }

  #content #lead .lineup ul .lineup09 dl {
    padding-top: 14.4vw;
  }

  #content #lead .lineup ul .lineup09 dl dd {
    margin-top: -5px;
    margin-left: 52%;
    width: 39%;
    height: auto;
  }

  #content #lead .lineup ul .lineup10 dl {
    padding-top: 8%;
  }

  #content #lead .lineup ul .lineup10 dl dd {
    margin-top: 5.33vw;
    margin-left: 5.33%;
    width: 37%;
    height: auto;
  }

  #content #lead .lineup ul .lineup12 dl {
    padding-top: 13.87%;
  }

  #content #lead .lineup ul .lineup12 dl dd {
    margin-top: 5.33vw;
    margin-left: 6%;
    width: 37.6vw;
    height: auto;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup08 .btn {
        top: 215px;
    	right: -27px;
  }

  #content #lead .lineup ul .lineup09 .btn {
    top: 157px;
    right: -27px;
  }

  #content #lead .lineup ul .lineup10 .btn {
    top: 157px;
    right: -27px;
    background: #e70012;
  }

  #content #lead .lineup ul .lineup12 .btn {
    background: #e70012;
    top: 182px;
    right: -27px;
  }
}

#content #lead .lineup ul .btn.modal {
  max-width: inherit;
  width: auto;
  height: inherit;
  display: block;
  bottom: inherit;
  left: inherit
}

@media screen and (max-width: 768px) {
  #content #lead .lineup ul .btn.modal {
    width: 52%;
    top: inherit;
    bottom: -10px;
    padding-top: inherit
  }
}

#content #lead.show h2 {
  width: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #lead.show h2 {
    width: 435px
  }
}

#content #lead.show .txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #lead.show h3.show {
  height: 290px;
  top: -3.7%;
  left: 6px;
}

@media print,
screen and (min-width: 769px) {
  #content #lead.show h3.show {
    height: 246px;
    top: -67px;
    left: 20px;
  }
}

#content #lead.show li.show .img {
  opacity: 1;
  bottom: 0
}

@media screen and (max-width: 768px) {
  #content #lead.show li.show .img+div:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead.show li.show .img+div:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

#content #lead.show li.show .img+div:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

#content #lead.show li.show dl {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #lead.show li.show .btn {
  opacity: 1
}

@media print,
screen and (min-width: 769px) {
  #content #lead .lineup ul .lineup03 .btn {
    /*background: #e70012*/
  }
}

@media screen and (max-width: 768px) {
  #content #lead.show .lineup03.show:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead.show .lineup01.show .img+div:after {
    bottom: -19px;
    left: 2px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead.show .lineup02.show .img+div:after {
    bottom: -70px;
    left: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  #content #lead.show .lineup03.show .img+div:after {
    bottom: -70px;
    left: -100px
  }
}

@media screen and (max-width: 768px) {
  #content #lead.show .lineup05.show:before {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

#content #lead.show .lineup05.show>div:before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

#content #lead.show .lineup05.show h4 {
  opacity: 1
}

#content #lead.show .lineup05.show .image {
  opacity: 1
}

#content #lead.show .lineup05.show .text {
  opacity: 1
}

#content #drink {
  background: #000
}

#content #drink .inner {
  width: 100%;
}

#content #drink .drinkTtl {
  background: url("/otokoume/img/index/sp/drink_bg01.png") no-repeat center top;
  background-size: 100%;
  padding: 17vw 0 7vw
}

@media print,
screen and (min-width: 769px) {
  #content #drink .drinkTtl {
    position: relative;
    background: url("/otokoume/img/index/drink_bg01.png") repeat-x center top;
    padding: 70px 0 0;
    height: 233px;
    box-sizing: border-box;
    text-align: center
  }
}

@media print,
screen and (min-width: 769px) {
  #content #drink .drinkTtl:after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/otokoume/img/index/drink_bg01_obj.png") repeat-x center 20px
  }
}

#content #drink .drinkTtl span {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  #content #drink .drinkTtl span {
    display: inline-block;
    margin: 0 auto;
    width: 491px
  }
}

@media screen and (max-width: 768px) {
  #content #drink .drinkTtl span {
    height: 20vw;
    display: block
  }
}

#content #drink .drinkTtl span img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: inherit
}

@media screen and (max-width: 768px) {
  #content #drink .drinkTtl span img {
    width: 90%;
    left: 5%
  }
}

#content #drink .drinkTtl02 {
  background: url("/otokoume/img/index/sp/drink_bg_panel.png") no-repeat center 5vw;
  background-size: 100%;
  padding: 6vw 0
}

@media print,
screen and (min-width: 769px) {
  #content #drink .drinkTtl02 {
    background: url("/otokoume/img/index/drink_bg_panel.png") no-repeat center 15px;
    width: 497px;
    height: 186px;
    margin: 0 auto;
    padding: 50px 0 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    left: 10px
  }
}

#content #drink .popular,
#content #drink .other {
  position: relative
}

#content #drink .popular:before,
#content #drink .other:before {
  content: "";
  display: block;
  width: 100%;
  height: 50vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/otokoume/img/index/sp/drink_bg_desk.png") no-repeat center top;
  background-size: 100%
}

@media print,
screen and (min-width: 769px) {

  #content #drink .popular:before,
  #content #drink .other:before {
    height: 220px;
    bottom: -65px;
    background: url("/otokoume/img/index/drink_bg_desk.png") no-repeat center top
  }
}

#content #drink .slider {
  position: relative
}

#content #drink .slider .ttl {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  -webkit-transition: 0.4s ease 0.8s;
  transition: 0.4s ease 0.8s;
  overflow: hidden
}

#content #drink .slider .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0
}

#content #drink .slider .slick-slide {
  position: relative
}

#content #drink .slider .slick-active .ttl {
  height: 100%
}

#content #drink .slider .slick-active .text {
  opacity: 1
}

#content #drink .slider.is-changing .text {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

#content #drink .slider .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: flex;
  justify-content: center;
  z-index: 6;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media print,
screen and (min-width: 769px) {
  #content #drink .slider .slick-dots {
    bottom: 0
  }
}

#content #drink .slider .slick-dots li {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: solid 2px #000;
  line-height: 0;
  cursor: pointer
}

#content #drink .slider .slick-dots li+li {
  margin-left: 10px
}

#content #drink .slider .slick-dots li.slick-active {
  border-bottom: solid 2px #d80c18
}

#content #drink .slider .slick-dots li button {
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px
}

#content #drink .slider .slick-arrow {
  border: none;
  width: 12%;
  height: 100%;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
  top: 0;
  background: none;
  outline: none
}

#content #drink .slider .slick-next {
  right: 0
}

#content #drink .slider .slick-prev {
  left: 0
}

#content #drink .popular {
  background: url("/otokoume/img/index/sp/drink_bg02.png") no-repeat center top;
  background-size: 100%;
  padding-bottom: 8vw
}

@media print,
screen and (min-width: 769px) {
  #content #drink .popular {
    background: url("/otokoume/img/index/drink_bg02.png") no-repeat center top;
    padding-bottom: 0
  }
}

#content #drink .popular .slider {
  background: url(/otokoume/img/index/sp/drink_slider_bg.png) no-repeat center/contain
}

#content #drink .popular .slider .slick-dots li:nth-child(1) {
  background: url(/otokoume/img/index/sp/popular_thumb01.png) no-repeat center/contain
}

#content #drink .popular .slider .slick-dots li:nth-child(2) {
  background: url(/otokoume/img/index/sp/popular_thumb03.png) no-repeat center/contain
}

#content #drink .popular .slider .slick-dots li:nth-child(3) {
  background: url(/otokoume/img/index/sp/popular_thumb02.png) no-repeat center/contain
}

#content #drink .popular .noSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media print,
screen and (min-width: 769px) {
  #content #drink .popular .noSlider {
    min-width: 950px
  }
}

#content #drink .popular .noSlider li {
  position: relative;
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  #content #drink .popular .noSlider li {
    margin: 0 -20px
  }
}

@media screen and (max-width: 1024px) {
  #content #drink .popular .noSlider li {
    margin: 0 -24px
  }
}

#content #drink .popular .noSlider li dt {
  position: absolute;
  top: -10px;
  left: 80px
}

#content #drink .popular .noSlider li .img {
  position: relative
}

#content #drink .popular .noSlider li:nth-child(1) dt {
  left: 73px
}

#content #drink .popular .noSlider li:nth-child(2) .img {
  left: -5px
}

#content #drink .popular .noSlider li:nth-child(3) dt {
  left: 67px
}

#content #drink .other {
  background: url("/otokoume/img/index/sp/drink_bg03.png") no-repeat center top;
  background-size: 100%;
  margin-top: 50px;
  padding-top: 2.5vw;
  padding-bottom: 20vw
}

@media print,
screen and (min-width: 769px) {
  #content #drink .other {
    background: url("/otokoume/img/index/drink_bg03.png") no-repeat center top;
    padding-bottom: 40px;
    padding-top: 10px
  }

  #content #drink .other.other--last {
    background: url("/otokoume/img/index/drink_bg04.png") no-repeat center top;
    margin-top: 9px;
    padding-top: 108px
  }

  #content #drink .other.other--last:before {
    bottom: 0
  }
}

@media screen and (max-width: 768px) {
  #content #drink .other:before {
    bottom: 12vw
  }
}

@media print,
screen and (min-width: 769px) {
  #content #drink .other:before {
    bottom: 80px
  }
}

@media screen and (max-width: 768px) {
  #content #drink .other .slider {
    background: url(/otokoume/img/index/sp/drink_slider_bg.png) no-repeat center/contain
  }
}

#content #drink .other .slider .slick-dots li:nth-child(1) {
  background: url(/otokoume/img/index/sp/other_thumb04.png) no-repeat center/contain
}

#content #drink .other .slider .slick-dots li:nth-child(2) {
  background: url(/otokoume/img/index/sp/other_thumb05.png) no-repeat center/contain
}

#content #drink .other .slider .slick-dots li:nth-child(3) {
  background: url(/otokoume/img/index/sp/other_thumb06.png) no-repeat center/contain
}

#content #drink .other .slider .slick-dots li:nth-child(4) {
  background: url(/otokoume/img/index/sp/other_thumb01.png) no-repeat center/contain
}

#content #drink .other .slider .slick-dots li:nth-child(5) {
  background: url(/otokoume/img/index/sp/other_thumb02.png) no-repeat center/contain
}

#content #drink .other .slider .slick-dots li:nth-child(6) {
  background: url(/otokoume/img/index/sp/other_thumb03.png) no-repeat center/contain
}

#content #drink .other .sliderOther * {
  outline: none
}

#content #drink .other .sliderOther dd {
  margin-top: 17px
}

#content #drink .other .sliderOther .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#content #drink .other .sliderOther .slide li {
  position: relative;
  text-align: center;
  margin: 0 -20px
}

#content #drink .other .sliderOther .slide li dt {
  position: absolute;
  top: 0;
  left: 65px;
  height: 0;
  overflow: hidden
}

#content #drink .other .sliderOther .slide li img {
  display: inline-block
}

#content #drink .other .sliderOther .slide li:nth-child(1) {
  margin-right: -30px
}

#content #drink .other .sliderOther .slide li:nth-child(1) dt {
  left: 73px
}

#content #drink .other .sliderOther .slide li:nth-child(2) .img {
  position: relative;
  left: -10px
}

#content #drink .other .sliderOther .slide li:nth-child(2) dt {
  left: 73px
}

#content #drink .other .sliderOther .slick-arrow {
  width: 175px;
  height: 50px;
  top: -100px;
  box-shadow: 3px 3px 0 0 #d80c18
}

#content #drink .other .sliderOther .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default
}

#content #drink .other .sliderOther .slick-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

#content #drink .other .sliderOther .slick-next {
  left: 50%;
  background: #000;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  overflow: hidden
}

#content #drink .other .sliderOther .slick-next:after {
  background: url("/otokoume/img/index/drink_btn_next.png") no-repeat center top;
  background-size: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #drink .other .sliderOther .slick-next:before {
    content: "";
    width: 175px;
    height: 50px;
    background: #b3070c;
    position: absolute;
    top: 0;
    left: -175px;
    transition: 0.2s
  }
}

#content #drink .other .sliderOther .slick-next:hover:before {
  left: 0
}

#content #drink .other .sliderOther .slick-prev {
  left: 50%;
  background: #000;
  -webkit-transform: translateX(-480px);
  transform: translateX(-480px);
  overflow: hidden
}

#content #drink .other .sliderOther .slick-prev:after {
  background: url("/otokoume/img/index/drink_btn_prev.png") no-repeat center top;
  background-size: 100%
}

@media print,
screen and (min-width: 769px) {
  #content #drink .other .sliderOther .slick-prev:before {
    content: "";
    width: 175px;
    height: 50px;
    background: #b3070c;
    position: absolute;
    top: 0;
    left: -175px;
    transition: 0.2s
  }
}

#content #drink .other .sliderOther .slick-prev:hover:before {
  left: 0
}

#content #drink .other .sliderOther .slick-dots li {
  width: 172px;
  height: 51px
}

@media print,
screen and (min-width: 769px) {
  #content #drink .other .sliderOther .slick-dots li {
    margin: 0 5px
  }
}

#content #drink .other .sliderOther .slick-dots li:nth-child(1) {
  background: url(/otokoume/img/index/other_thumb01.png) no-repeat center/contain
}

#content #drink .other .sliderOther .slick-dots li:nth-child(2) {
  background: url(/otokoume/img/index/other_thumb02.png) no-repeat center/contain
}

#content #drink .other .sliderOther .slick-active .ttl {
  height: 100%
}

#content #drink .drinkTtl02 span {
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  -webkit-transition: transform 0.1s cubic-bezier(0.68, 0.97, 0.99, 1.11), opacity 0.3s ease;
  transition: transform 0.1s cubic-bezier(0.68, 0.97, 0.99, 1.11), opacity 0.3s ease
}

#content #drink.show .drinkTtl span img {
  animation: bounce 0.4s
}

#content #drink.show .drinkTtl span img:nth-child(2) {
  animation-delay: 0.1s
}

#content #drink.show .drinkTtl span img:nth-child(3) {
  animation-delay: 0.2s
}

#content #drink.show .drinkTtl span img:nth-child(4) {
  animation-delay: 0.3s
}

#content #drink.show .drinkTtl span img:nth-child(5) {
  animation-delay: 0.4s
}

#content #drink.show .drinkTtl span img:nth-child(6) {
  animation-delay: 0.5s
}

#content #drink.show .drinkTtl span img:nth-child(7) {
  animation-delay: 0.6s
}

#content #drink .is-animate .drinkTtl02 span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

@keyframes bounce {
  0% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-20px)
  }

  100% {
    transform: translateY(0)
  }
}

#content #drink.show h2 {
  width: 100%
}

#content #drink.show .popular.show h3:before,
#content #drink.show .popular.show h3:after,
#content #drink.show .other.show h3:before,
#content #drink.show .other.show h3:after {
  width: 100%
}

#content #drink.show .popular.show h3 img,
#content #drink.show .other.show h3 img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #drink.show .popular.show li,
#content #drink.show .other.show li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#content #drink.show .popular.show li dt {
  height: 100%
}

body>.overlay {
  z-index: 211 !important
}

body.is-opened-fixed #content #nav {
  z-index: 210
}

.layout-header .layout-header_inner {
  z-index: 212 !important
}

#sapporo-footer-area .layout-footer .layout-footer_return-top>a,
.sp-area-footer .layout-footer .layout-footer_return-top>a {
  z-index: 209 !important
}

#content #pickup {
  background: url(/otokoume/img/index/bg_pickup02.jpg) top center/cover;
  padding-top: 72px;
  padding-bottom: 73px
}

@media screen and (max-width: 768px) {
  #content #pickup {
    padding-top: 8vw;
    background: url(/otokoume/img/index/sp/bg_pickup02.jpg) top center/cover;
    padding-bottom: 41px
  }
}

#content #pickup .pickup-content {
  background: url(/otokoume/img/index/bg_pickup-content.jpg);
  padding-bottom: 46px;
  margin-top: 60px
}

@media screen and (max-width: 768px) {
  #content #pickup .pickup-content {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 29px;
    margin-top: 70px
  }
}

#content #pickup .pickup-content__des {
  padding: 28px 45px 11px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease
}

@media screen and (max-width: 768px) {
  #content #pickup .pickup-content__des {
    padding: 19px 14px 0px 14px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #pickup .pickup-content__des h4 {
    margin-left: -20px
  }
}

@media screen and (max-width: 768px) {
  #content #pickup .pickup-content__des h4 {
    margin: 0
  }
}

#content #pickup .pickup-content__img {
  padding: 0 5px;
  margin-top: 20px
}

@media screen and (max-width: 768px) {
  #content #pickup .pickup-content__img {
    margin-top: 7px
  }
}

#content #pickup .pickup-content .pickup-content__wrap {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease
}

#content #pickup .pickup-content .is-animate.pickup-content__des,
#content #pickup .pickup-content .is-animate.pickup-content__wrap {
  opacity: 1;
  transform: translateY(0)
}

#content #pickup .pickup-content .note {
  text-align: center;
  margin: 20px 0 0
}

@media screen and (max-width: 768px) {
  #content #pickup .pickup-content .note {
    font-size: 12px
  }
}

#content #pickup .pickup-content .btn a[target="_blank"]:not(.m-no-icon):after {
  display: none !important
}

#content #pickup .anniversary {
  background: #f5f5f5;
  margin-top: 70px;
  position: relative
}

#content #pickup .anniversary .close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  padding: 30% 0;
  text-align: center
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary .close {
    padding-left: 20px;
    padding-right: 20px
  }
}

#content #pickup .anniversary .close h2 {
  text-align: center;
  margin: 0 auto 20px;
  border: 1px solid #fff;
  border-radius: 22px;
  padding: 10px;
  font-size: 22px;
  line-height: 38px;
  max-width: 570px
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary .close h2 {
    font-size: 15px;
    max-width: 100%;
    line-height: 1.6;
    border-radius: 18px
  }
}

#content #pickup .anniversary .close .note {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary .close .note {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 20px
  }
}

#content #pickup .anniversary .pc_none {
  display: none
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary .pc_none {
    display: block
  }
}

#content #pickup .anniversary .close .highlight {
  background: #fde800;
  color: #000;
  padding: 1px 3px
}

#content #pickup .anniversary .close .lead {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 36px 0
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary .close .lead {
    font-size: 11px;
    margin: 0 0 31px 0;
    line-height: 1.7
  }
}

#content #pickup .anniversary .close .lead sup {
  font-size: 80%;
  position: relative;
  top: 1px
}

#content #pickup .anniversary .close .txt {
  line-height: 1.73;
  font-size: 15px
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary .close .txt {
    font-size: 14px;
    line-height: 1.8
  }
}

#content #pickup .anniversary .close .txt~.txt {
  margin-top: 29px
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary .close .txt~.txt {
    margin-top: 13px
  }
}

#content #pickup .anniversary .close .txt~.txt .txt-yellow {
  color: #fde800
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary {
    margin: 4vw 20px 0
  }
}

#content #pickup .anniversary__wrap {
  position: relative;
  padding: 15px 50px 40px
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary__wrap {
    padding: 25px 0 40px
  }
}

#content #pickup .anniversary__wrap--bg {
  background: url(/otokoume/img/index/bg_anniversary.jpg) no-repeat center 100px #f2f2f2;
  padding-top: 150px;
  position: relative
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary__wrap--bg {
    background: url(/otokoume/img/index/sp/bg_anniversary.jpg) no-repeat top center #f2f2f2;
    padding-top: 42.6666666667vw;
    background-size: 100%;
    background-position: center 42.6666666667vw
  }
}

#content #pickup .anniversary__wrap--bg .anniversary__lead {
  margin-bottom: 0
}

#content #pickup .anniversary__wrap--bg .anniversary__txt {
  margin-top: -10px
}

#content #pickup .anniversary__wrap--bg .btn {
  margin: 22px auto 10px
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary__wrap--bg .btn {
    margin: 0 20px
  }
}

#content #pickup .anniversary .ttl-sub {
  opacity: 0;
  transition: 0.4s ease;
  z-index: 3
}

#content #pickup .anniversary .ttl-sub.is-animate {
  opacity: 1
}

#content #pickup .anniversary__flag {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease
}

#content #pickup .anniversary__flag.is-animate {
  opacity: 1
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary__flag {
    right: 0
  }
}

#content #pickup .anniversary__number {
  position: absolute;
  top: -20px;
  left: 75px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease
}

#content #pickup .anniversary__number.is-animate {
  opacity: 1;
  transform: translateY(0);
  z-index: 3
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary__number {
    width: 16.5333333333vw;
    top: -14.6666666667vw;
    left: -2.6666666667vw
  }
}

#content #pickup .anniversary__lead {
  margin-bottom: 7px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease
}

#content #pickup .anniversary__lead.is-animate {
  opacity: 1;
  transform: translateY(0)
}

#content #pickup .anniversary__txt {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease
}

#content #pickup .anniversary__txt.is-animate {
  opacity: 1;
  transform: translateY(0)
}

@media screen and (max-width: 768px) {
  #content #pickup .anniversary__txt {
    margin-bottom: 0px
  }
}

#content #pickup .anniversary__campaign {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease
}

#content #pickup .anniversary__campaign.is-animate {
  opacity: 1;
  transform: translateY(0)
}

.natsumatsuri {
  margin-top: 60px;
  position: relative;
}

.natsumatsuri .natsumatsuri__ttl {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.natsumatsuri .natsumatsuri__wrap {
  background: url(/otokoume/img/index/natsumatsuri_bg01.jpg)top center/cover;
  text-align: center;
  padding: 23px 0 10px;
}

.natsumatsuri .natsumatsuri__munu_list {
  background: url(/otokoume/img/index/natsumatsuri_bg02.jpg)top center/cover;
  position: relative;
}

.natsumatsuri .anniversary__menu {
  text-align: center;
  width: 116px;
  margin: auto;
  padding: 73px 0 20px;
}

#content .natsumatsuri ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 860px;
  margin: auto;
}

#content .natsumatsuri ul li {
  margin-bottom: 23px;
}

#content .natsumatsuri ul li:hover,
#content .natsumatsuri .natsumatsuri_btn:hover {
  animation: hover 300ms ease;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.natsumatsuri .natsumatsuri_btn {
  text-align: center;
  padding: 50px 0 60px
}

.natsumatsuri_illust img {
  position: absolute;
}

.natsumatsuri_illust img.ill_01 {
  left: 30px;
  top: 0px;
  width: 73px;
}

.natsumatsuri_illust img.ill_02 {
  right: 70px;
  top: 19px;
  width: 73px;
}

.natsumatsuri_illust img.ill_03 {
  left: -30px;
  top: 179px;
  width: 62px;
}

.natsumatsuri_illust img.ill_04 {
  right: -25px;
  top: 159px;
  width: 54px;
}

.natsumatsuri_illust img.ill_05 {
  right: -35px;
  top: 335px;
  width: 57px;
}

.natsumatsuri_illust img.ill_06 {
  left: -50px;
  top: 391px;
  width: 82px;
}

.natsumatsuri_illust img.ill_07 {
  right: 40px;
  top: 519px;
  width: 68px;
}

.natsumatsuri_illust img.ill_08 {
  left: 20px;
  top: 549px;
  width: 72px;
}

.natsumatsuri .js-anim {
  opacity: 0;
  transition: 0.4s ease;
  transform: translateY(50px);
}

.natsumatsuri .js-anim.is-animate {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .natsumatsuri {
    margin: 4vw 20px 80px;
  }

  .natsumatsuri .natsumatsuri__wrap {
    padding: 4vw 6vw 2vw;
  }

  .natsumatsuri .natsumatsuri__munu_list {
    background: url(/otokoume/img/index/sp/natsumatsuri_bg02.jpg)top center/cover;
  }

  .natsumatsuri .anniversary__menu {
    width: 30%;
    padding: 14vw 0 4vw;
  }

  #content .natsumatsuri ul {
    width: 85%;
  }

  #content .natsumatsuri ul li {
    margin-bottom: 0;
  }

  #content .natsumatsuri ul li:hover,
  #content .natsumatsuri .natsumatsuri_btn:hover {
    animation: hover 0ms ease;
  }

  #content .natsumatsuri .natsumatsuri_btn {
    width: 75%;
    padding: 9vw 3vw;
    margin: auto;
  }

  #content .natsumatsuri_illust img.ill_01 {
    width: 14vw;
    left: -4%;
  }

  #content .natsumatsuri_illust img.ill_02 {
    width: 18vw;
    right: -5%;
    top: 6%;
  }

  #content .natsumatsuri_illust img.ill_03 {
    width: 13vw;
    left: -5%;
    top: 31%;
  }

  #content .natsumatsuri_illust img.ill_04 {
    width: 11vw;
    right: -5%;
    top: 28%;
  }

  #content .natsumatsuri_illust img.ill_05 {
    width: 12vw;
    right: -5%;
    top: 69%;
  }

  #content .natsumatsuri_illust img.ill_06 {
    width: 17vw;
    left: -5%;
    top: 57%;
  }

  #content .natsumatsuri_illust img.ill_07 {
    width: 14vw;
    right: -5%;
    top: 92%;
  }

  #content .natsumatsuri_illust img.ill_08 {
    width: 15vw;
    left: -4%;
    top: 92%;
  }

  .natsumatsuri .natsumatsuri__ttl {
    width: 70%;
  }
}

#content #pickup .ninjozake-content {
  background: url(/otokoume/img/index/bg_pickup-content_ninjouzake.jpg) top center/cover;
  padding-bottom: 68px;
  margin-top: 60px
}

@media screen and (max-width: 768px) {
  #content #pickup .ninjozake-content {
    background: url(/otokoume/img/index/sp/bg_pickup-content_ninjouzake.jpg) top center/cover;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px
  }
}

#content #pickup .ninjozake-content__title {
  margin-bottom: 20px
}

@media screen and (max-width: 768px) {
  #content #pickup .ninjozake-content__title {
    margin: 2.6666666667vw 0 5.3333333333vw
  }
}

#content #pickup .ninjozake-content__des {
  padding: 50px 50px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease
}

@media screen and (max-width: 768px) {
  #content #pickup .ninjozake-content__des {
    padding: 19px 20px 0px 20px
  }
}

#content #pickup .ninjozake-content__wrap {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease;
  position: relative;
  padding-top: 60px
}

@media screen and (max-width: 768px) {
  #content #pickup .ninjozake-content__wrap {
    padding-top: 7.8vw
  }
}

@media screen and (max-width: 768px) {
  #content #pickup .ninjozake-content__txt {
    width: calc(100% + 40px);
    margin-left: -20px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #pickup .ninjozake-content__img02 {
    position: absolute;
    top: 14px;
    right: -1px;
  }
}

@media screen and (max-width: 768px) {
  #content #pickup .ninjozake-content__img02 {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 10px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #pickup .ninjozake-content .btn {
    margin-top: 68px
  }
}

#content #pickup .ninjozake-content .is-animate.ninjozake-content__des,
#content #pickup .ninjozake-content .is-animate.ninjozake-content__wrap {
  opacity: 1;
  transform: translateY(0)
}

#content #pickup .ttl {
  text-align: center;
  margin: 0 0 -40px 0
}

@media screen and (max-width: 768px) {
  #content #pickup .ttl {
    margin: 0 0 0px 0
  }
}

#content #pickup .ttl-sub {
  position: relative
}

#content #pickup .icon {
  position: absolute;
  left: 74px;
  top: -21px;
  max-width: 124px
}

@media screen and (max-width: 768px) {
  #content #pickup .icon {
    max-width: 62px;
    top: inherit;
    bottom: 78%;
    left: -13px
  }
}

@media screen and (max-width: 768px) {
  #content #pickup .btn {
    -webkit-transition: 0.3s ease 0.6s;
    transition: 0.3s ease 0.6s;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 25px
  }
}

@media print,
screen and (min-width: 769px) {
  #content #pickup .btn {
    width: 360px;
    height: 50px;
    background: #e70012;
    overflow: hidden;
    margin: 39px auto 0 auto;
    position: relative;
    -webkit-transition: 0.3s ease 0.6s;
    transition: 0.3s ease 0.6s;
    z-index: 2;
    box-shadow: 3px 3px 0 0 #fff
  }
}

@media print,
screen and (min-width: 769px) {
  #content #pickup .btn:before {
    content: "";
    width: 360px;
    height: 50px;
    background: #b3070c;
    position: absolute;
    left: -360px;
    transition: 0.2s
  }
}

@media print,
screen and (min-width: 769px) {
  #content #pickup .btn a {
    display: block;
    box-sizing: border-box;
    position: relative
  }
}

@media print,
screen and (min-width: 769px) {
  #content #pickup .btn:hover:before {
    left: 0
  }
}

#sns {
  background: url(/otokoume/img/index/bg_sns.jpg)
}

@media screen and (max-width: 768px) {
  #sns {
    background-size: 250px
  }
}

@media print,
screen and (min-width: 769px) {
  #sns .inner {
    width: 850px;
    padding: 70px 0 80px
  }
}

@media screen and (max-width: 768px) {
  #sns .inner {
    padding: 30px 20px
  }
}

@media print,
screen and (min-width: 769px) {
  #sns .ttl {
    display: inline-block;
    vertical-align: middle
  }
}

@media print,
screen and (min-width: 769px) {
  #sns .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    position: relative;
    top: 3px
  }
}

@media screen and (max-width: 768px) {
  #sns .txt {
    margin-top: 15px
  }
}

@media print,
screen and (min-width: 769px) {
  #sns .bnr {
    margin-top: 13px
  }

  #sns .bnr a:hover img {
    animation: hover 0.3s ease
  }
}

@media screen and (max-width: 768px) {
  #sns .bnr {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .isSafari #btn-play::before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-right: -30px;
    background-size: 20px
  }
}

a[href$=".pdf"]:not(.m-no-icon):after,
a[target="_blank"]:not(.m-no-icon):after {
  display: none;
}

.secondary-nav a[target="_blank"]:after {
  display: inline-block;
}

#content .what *{
  box-sizing: border-box;
}
#content .what-grid {
  display: flex;
}
#content .what-grid .info{
  flex: 0 0 68%;
}
#content .what-grid .img{
  flex: 0 0 32%;
  text-align: right;
  position: relative;
  bottom: -31px;
  padding-right: 7px;
}
#content .bg01what{
  padding: 0 0 36px;
  background-image: url(/otokoume/img/index/bg_lineup.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#content .what .inner {
  background-color: rgb(255 255 255 / 90%);
  padding: 50px 50px 61px 50px;
}
#content .what{
  padding-top: 105px;
}
#content .what .inner .ttl {
  margin-top: -104px;
  text-align: center;
  margin-bottom: 33px;
}
#content .what-info {
  margin-top: 52px;
  background-color: #f6ece3;
  text-align: center;
  background-image: url(/otokoume/img/index/bg_what.png);
  padding-bottom: 36px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#content .what-info .txt{
  margin-top: 29px;
  margin-bottom: 22px;
}
#content .what-info .img {
  margin-left: 12px;
}
#content .what .js-anim {
  opacity: 0;
  transition: 0.4s ease;
  transform: translateY(50px);
}

#content .what .js-anim.is-animate {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #content .what{
    padding-top: 55px;
  }
  #content .bg01what{
    background-image: url(/otokoume/img/index/sp/bg_lineup.png);
    background-size: cover;
    padding: 50px 20px 63px;
  }
  #content .what-info {
    background-image: url(/otokoume/img/index/sp/bg_what.png);
    padding-bottom: 37px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #content .what .inner {
    padding:63px 0px 40px 0px
  }
  #content .what .inner .ttl {
    margin-top: -92px;
    margin-bottom: 20px;
  }
  #content .what-grid {
    display: block;
    padding: 0 17px;
  }
  #content .what-grid .info,#content .what-grid .img{
    width: 100%;
  }
  #content .what-grid .img {
    padding-left: 38px;
    bottom: 0;
    padding-right: 38px;
    margin-top: 35px;
  }
  #content .what-info .txt {
    margin-top: 21px;
    margin-bottom: 18px;
}
#content .what-info .img {
  margin-left: 20px;
  margin-right: 20px;
}
}

#content .anni {
  text-align: center;
  background-image: url("/otokoume/img/index/anni_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
}
@media print, screen and (max-width: 768px) {
  #content .anni {
    padding: 50px 20px 50px;
    background-image: url("/otokoume/img/index/sp/anni_bg.png");
  }
}
#content .anni__wrap {
  background-image: url("/otokoume/img/index/anni_box_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 50px;
}
@media print, screen and (max-width: 768px) {
  #content .anni__wrap {
    padding: 25px 20px 26px;
    background-image: url("/otokoume/img/index/sp/anni_box_bg.png");
  }
}
#content .anni__lead {
  margin-bottom: 36px;
}
@media print, screen and (max-width: 768px) {
  #content .anni__lead {
    margin: 12px -17px 16px -2px;
  }
}
#content .anni-box__tag {
  position: relative;
  top: -18px;
  z-index: 7;
}
@media print, screen and (max-width: 768px) {
  #content .anni-box__tag {
    left: 50%;
    margin-left: -12vw;
    width: 24.8vw;
    top: -2.34vw;
  }
}
#content .anni-box + .anni-box {
  margin-top: -20px;
}
@media print, screen and (max-width: 768px) {
  #content .anni-box + .anni-box {
    margin-top: -10px;
  }
}
#content .anni-box__link {
  display: block;
}
@media print, screen and (min-width: 769px) {
  #content .anni-box__link:hover img {
    -webkit-animation: hover 0.5s ease;
            animation: hover 0.5s ease;
  }
}
#content .anni .js-anim {
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#content .anni .js-anim.is-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#content .anni02-box {
  background-image: url("/otokoume/img/index/anni02_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 24px 50px 0;
  padding: 0 20px 45px;
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box {
    background-image: url("/otokoume/img/index/sp/anni02_bg.png");
    margin: 4.3vw 0 0;
    padding: 0 4.3vw 9.11vw;
    text-align: center;
  }
}
#content .anni02-box__ttl {
  margin: 10px auto 30px;
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box__ttl {
    margin: 1.3vw auto 4.43vw;
  }
}
#content .anni02-box__present {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box__present {
    margin-bottom: 2.6vw;
  }
}
#content .anni02-box__flow--ttl {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box__flow--ttl {
    margin: 0 auto 3.91vw;
    width: 25.65vw;
  }
}
#content .anni02-box__flow .flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 30px;
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box__flow .flow {
    flex-direction: column;
    margin: 0;
    padding: 0 5.21vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box__flow .flow .list {
    margin-bottom: 3.91vw;
  }
}
#content .anni02-box__flow .flow a {
  transition: all 0.2s;
}
#content .anni02-box__flow .flow a:hover {
  opacity: 0.75;
}
#content .anni02-box__notes {
  margin-bottom: 30px;
  padding: 0 30px;
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box__notes {
    margin-bottom: 7.16vw;
  }
}
#content .anni02-box__date {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box__date {
    margin-bottom: 5.21vw;
  }
}
@media print, screen and (max-width: 768px) {
  #content .anni02-box__btn {
    width: 44.92vw;
    margin: 0 auto;
  }
}
#content .anni02-box__btn a {
  transition: all 0.2s;
}
#content .anni02-box__btn a:hover {
  opacity: 0.75;
}

#bnr_area .inner {
  background-color: rgba(0, 0, 0, 0.85);
  margin-top: 80px;
  padding: 80px 50px 40px;
}

@media print,
screen and (max-width: 768px) {
  #bnr_area .inner {
    margin-top: 10.67vw;
    padding: 10.67vw 5.33vw 7vw;
  }
}
#bnr_area .list .item + .item {
  margin-top: 40px;
}
@media print,
screen and (max-width: 768px) {
  #bnr_area .list .item + .item {
    margin-top: 5.33vw;
  }
}
#bnr_area .list .item a {
  position: relative;
  display: block;
  transition: all .3s;
}
#bnr_area .list .item a.no-link {
  pointer-events: none;
}
#bnr_area .list .item a .comingsoon {
  position: absolute;
  right: -16px;
  bottom: -16px;
}
@media print,
screen and (min-width: 769px) {
  #bnr_area .list .item a:hover {
    opacity: 0.7;
  }
}
@media print,
screen and (max-width: 768px) {
  #bnr_area .list .item a .comingsoon {
    width: 26.93vw;
    right: -4vw;
    bottom: -3.2vw;
  }
}

#bnr_area .event__copy {
  text-align: center;
  margin: 40px auto 0;
}
@media print,
screen and (max-width: 768px) {
  #bnr_area .event__copy {
    margin: 7vw auto 0;
  }
}

/* 裏メニューヒント */
#uramenu {
  background: #000;
  height: 250px;
  position: relative;
}
@media print,screen and (max-width: 768px) {
  #uramenu {
    height: 45.45vw;
  }
}
@media print,screen and (min-width: 769px) {
  #uramenu a {
    transition: all .3s;
  }
  #uramenu a:hover .uramenu_bnr_on {
    opacity: 1;
  }
}

#uramenu .uramenu_bnr_on {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .3s;
}

/* ショッピング */
#shoppingArea {
  margin-top: -100px;
  padding-top: 100px;
}
@media print,screen and (max-width: 768px) {
  #shoppingArea {
    margin-top: -80px;
    padding: 80px 20px 0;
  }
}
#shoppingArea .inner {
  background: #f5f6fa;
  margin: 10px auto 80px;
  padding: 20px 10px;
  width: 684px;
}
@media print,screen and (max-width: 768px) {
  #shoppingArea .inner {
    margin: 0 auto 60px;
    padding: 20px;
    width: 100%;
  }
}
#shoppingArea .ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 14px;
}
@media print,screen and (max-width: 768px) {
  #shoppingArea .ttl {
    font-size: 4.17vw;
  }
}
#shoppingArea ul {
  display: flex;
  justify-content: center;
}
@media print,screen and (max-width: 768px) {
  #shoppingArea ul {
    flex-direction: column;
    align-items: center;
  }
}
#shoppingArea ul li {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
@media print,screen and (max-width: 768px) {
  #shoppingArea ul li {
    width: fit-content;
    text-align: center;
    margin-bottom: 20px;
  }
}
#shoppingArea ul li:after {
  content: '';
  display: block;
  background-image: url("/otokoume/img/index/icon_window.svg");
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print,screen and (max-width: 768px) {
  #shoppingArea ul li:after {
    width: 2.99vw;
    height: 2.99vw;
  }
}
@media print,screen and (min-width: 769px) {
  #shoppingArea ul li a {
    display: block;
    overflow: hidden;
  }
  #shoppingArea ul li a:hover img {
    animation: hover 300ms ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
  }
}
@media print,screen and (max-width: 768px) {
  #shoppingArea ul li img {
    height: 18.23vw;
    width: auto;
  }
}

/* オンライン購入追従 */
#onlineBtn {
  width: 123px;
  position: absolute;
  right: 10px;
  bottom: 100px;
  transition: all .5s;
}
@media print,screen and (max-width: 768px) {
  #onlineBtn {
    width: 20vw;
    right: 1vw;
    bottom: 29vw;
  }
}
#onlineBtn.fixed {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 210;
}
@media print,screen and (max-width: 768px) {
  #onlineBtn.fixed {
    width: 20vw;
    bottom: 20vw;
    right: 1vw;
  }
}
#onlineBtn.fixed.none {
  opacity: 0!important;
  pointer-events: none;
}

/* MV -裏メニュー */
#mv .mv-uramenu {
  position: absolute;
  top: 70px;
  right: 0;
  width: 343px;
  z-index: 210;
}
@media print,screen and (max-width: 768px) {
  #mv .mv-uramenu {
    top: 0;
    width: 29vw;
  }
}