@charset "UTF-8";
/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
html {
    min-height: 100vh;
    overflow-x: hidden;
    font-size: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  html {
        font-size: calc(10 / 1000 * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  html {
        font-size: calc(10 / 1400 * 100vw);
  }
}
@media screen and (min-width: 1600px) {
  html {
        font-size: 10px;
  }
}

/* 固定
html { font-size: 62.5%; }
*/
.forSP {
    display: none;
}
@media screen and (max-width: 767px) {
  .forSP {
        display: block;
  }
}

.forPC {
    display: block;
}
@media screen and (max-width: 767px) {
  .forPC {
        display: none;
  }
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

body {
    background: white;
    margin: 0;
    padding: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: #666666;
}

#contents {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    overflow: hidden;
}

/*---------------------------------------------------------------
header
---------------------------------------------------------------*/
/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
footer {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
footer nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: 100%;
}
footer ul li {
    width: calc(100%/4);
}
footer ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    border-top: 3px solid white;
}
@media screen and (min-width: 768px) {
  footer ul li a {
        font-size: 1.6rem;
  }
}
.morning footer ul li a {
    background-image: linear-gradient(180deg, #8d8be2 10%, #fdbbcb 80%);
}
.noon footer ul li a {
    color: #666666;
    background-image: linear-gradient(180deg, #9bcbd6 10%, #e2f0f9 80%);
}
.afternoon footer ul li a {
    background-image: linear-gradient(180deg, #738cc2 10%, #d6847f 80%);
}
.night footer ul li a {
    background-image: linear-gradient(180deg, #2e4b7b 10%, #49689d 80%);
}
footer ul li a.yet {
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}
footer ul li:not(:last-child) a::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/babble.svg) no-repeat center center/contain;
}

/*---------------------------------------------------------------
    common
---------------------------------------------------------------*/
#mainImage {
    position: relative;
}
@media screen and (min-width: 768px) {
  #mainImage {
        background: url(../img/hoffdylan.jpg) no-repeat bottom right/cover;
  }
  #mainImage::before {
        content: "";
        display: block;
        padding-top: calc(800 / 1400 * 100vw);
  }
}
#mainImage .txt {
    position: absolute;
    width: calc(550 / 1400 * 100%);
    top: 0;
    left: 0;
    padding: 0;
    margin: calc(60 / 1400 * 100%) 0 0 calc(60 / 1400 * 100%);
}
@media screen and (min-width: 1024px) {
  #mainImage .txt {
        width: calc(460 / 1400 * 100%);
  }
}
#mainImage .txt h1 {
    color: #49a89e;
    font-size: 5rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  #mainImage .txt h1 {
        font-size: 7rem;
  }
}
#mainImage .txt h1 img {
    max-width: 360px;
}
#mainImage .txt p.release {
    color: #49a89e;
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 10px;
    text-align: center;
}
@media screen and (min-width: 1024px) {
  #mainImage .txt p.release {
        font-size: 4rem;
        padding: 20px 0 40px;
  }
}

#subImage {
    position: relative;
    background: url(../img/header_island_bg.jpg) no-repeat bottom right/cover;
}
#subImage img {
    width: 100%;
    max-width: 1130px;
}
#subImage .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin: calc(360 / 750 * 100%) 0 0 calc(50 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  #subImage .txt {
        margin: calc(500 / 1400 * 100%) 0 0 calc(100 / 1400 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  #subImage .txt {
        margin: calc(500 / 1400 * 100%) 0 0 calc(150 / 1400 * 100%);
  }
}
@media screen and (min-width: 1600px) {
  #subImage .txt {
        margin: calc(500 / 1400 * 100%) 0 0 calc(250 / 1400 * 100%);
  }
}
#subImage .txt h1 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
    position: relative;
}
#subImage .txt h1::before {
    content: "『";
    position: absolute;
    top: 0;
    left: -1.2em;
}
#subImage .txt h1::after {
    content: "』";
    position: absolute;
    bottom: 0;
    right: -1.2em;
}
#subImage .txt p {
    font-size: 1.8rem;
    text-align: right;
    display: block;
    padding-top: 30px;
}

.inner {
    width: 90%;
    max-width: 1130px;
    margin: auto;
}

.half {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

p {
    text-align: left;
}

#contents {
    background: url(../img/bg_hama_sp.svg) no-repeat bottom center/100%;
    position: relative;
    padding-bottom: 280px;
}
@media screen and (min-width: 768px) {
  #contents {
        background: url(../img/bg_hama.svg) no-repeat bottom center/100%;
        padding-bottom: 400px;
  }
}

.tgtCnt {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.morning {
    background-image: linear-gradient(180deg, #8d8be2 30%, #fdbbcb 30.1%);
}

.noon {
    background-image: linear-gradient(180deg, #9bcbd6 30%, #e2f0f9 30.1%);
}

.afternoon {
    background-image: linear-gradient(180deg, #738cc2 30%, #d6847f 30.1%);
}

.night {
    background-image: linear-gradient(180deg, #2e4b7b 30%, #49689d 30.1%);
}

.babble01,
.babble02,
.babble03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.babble01 {
    background: url(../img/awa01_sp.png) repeat-y top center/100%;
}
@media screen and (min-width: 768px) {
  .babble01 {
        background: url(../img/awa01.png) repeat-y top center/100%;
  }
}

.babble02 {
    background: url(../img/awa02_sp.png) repeat-y top center/100%;
}
@media screen and (min-width: 768px) {
  .babble02 {
        background: url(../img/awa02.png) repeat-y top center/100%;
  }
}

.babble03 {
    animation: wobbling_x 2s ease-in-out infinite alternate, wobbling_y 3s ease-in-out infinite alternate;
    background: url(../img/awa03_sp.png) repeat-y top center/100%;
}
@media screen and (min-width: 768px) {
  .babble03 {
        background: url(../img/awa03.png) repeat-y top center/100%;
  }
}

.p10 {
    position: relative;
    z-index: 10;
}

.lead {
    padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .lead {
        padding: 100px 0 50px;
  }
}
.lead h2 {
    line-height: 2;
}
.lead h2 span {
    display: inline-block;
    width: 120%;
    background: white;
    color: #FD8E8E;
    padding: 5px 0;
    font-size: 5rem;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    position: relative;
}
.lead h2 span:first-child {
    transform: rotate(3deg);
}
.lead h2 span:nth-child(3) {
    transform: rotate(-2deg);
}
@media screen and (max-width: 767px) {
  .lead h2 span {
        margin-left: -10%;
        line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .lead h2 span {
        width: auto;
        font-size: 4rem;
        padding: 5px 50px;
  }
}
.lead h2 span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-right: 2px solid yellow;
    border-bottom: 2px solid yellow;
    position: absolute;
    right: -5px;
    bottom: -5px;
}
.lead p {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 2;
    max-width: 900px;
    margin: 20px auto 40px;
}
@media screen and (min-width: 768px) {
  .lead p {
        font-size: 2rem;
        margin: 40px auto;
  }
}
.morning .lead p, .afternoon .lead p, .night .lead p {
    color: white;
}

.cd_block {
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    max-width: 1000px;
    border-radius: 30px;
    margin: auto;
    padding: 50px 40px 0;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .cd_block {
        padding: 100px 0;
  }
}
.cd_block a.listen {
    display: block;
    background: #FD8E8E;
    color: white;
    border-radius: 50px;
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
    font-size: 3rem;
    padding: 20px 0;
    font-weight: bold;
    position: relative;
    transition: all .3s;
}
@media screen and (min-width: 768px) {
  .cd_block a.listen {
        margin: 40px auto 0;
  }
}
.cd_block a.listen:hover {
    background: #4aa99f;
}
.cd_block a.listen::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background: url(../img/icon_onpu.svg) no-repeat center center/cover;
    z-index: 1;
    opacity: 0.3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: music;
    animation-duration: .3s;
}

@keyframes music {
  0% {
        transform: scale(0.5);
  }
  100% {
        transform: scale(1);
  }
}
.cd_info01 {
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}
.cd_info01 .jacket {
    width: 100%;
    margin: auto;
    box-shadow: 0 0 20px rgba(74, 169, 159, 0.4);
}
@media screen and (min-width: 768px) {
  .cd_info01 .jacket {
        max-width: 440px;
        margin: auto 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .cd_info01 .txt {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: auto;
        text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cd_info01 .txt {
        text-align: left;
        display: inline-block;
  }
}
.cd_info01 .txt h3 {
    width: 100px;
    margin: 30px auto 10px;
}
@media screen and (min-width: 768px) {
  .cd_info01 .txt h3 {
        width: 110px;
  }
}
.cd_info01 .txt p.songs {
    font-size: 1.6rem;
    font-weight: 700;
    color: #4aa99f;
}
@media screen and (max-width: 767px) {
  .cd_info01 .txt p {
        text-align: center;
        line-height: 1.3;
  }
  .cd_info01 .txt p.songs {
        font-size: 3.2rem;
        font-weight: 700;
        color: #4aa99f;
  }
  .cd_info01 .txt p.price {
        font-size: 3rem;
        padding-top: 10px;
  }
}
.cd_info02 {
    justify-content: center;
    text-align: left;
    margin-top: 40px;
}
.cd_info02 > div {
    margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .cd_info02 > div {
        width: 100%;
        margin: 0 auto 40px;
  }
}
.cd_info02 h3 {
    color: #4aa99f;
    font-size: 3.2rem;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cd_info02 h3 {
        font-size: 1.8rem;
  }
}
.cd_info02 p {
    padding-top: 5px;
    font-size: 3rem;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cd_info02 p {
        font-size: 1.6rem;
  }
}
.cd_info02 ol {
    list-style: none;
    padding: 0 0 0 1em;
    margin-top: 15px;
    font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .cd_info02 ol {
        font-size: 1.6rem;
  }
}
.cd_info02 ol li {
    list-style: decimal;
    padding-left: 0.5em;
    padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .cd_info02 ol li {
        line-height: 1.4;
  }
}

.tokuten {
    position: relative;
    margin: 40px auto;
    width: 95%;
    max-width: 1000px;
    border: 1px solid transparent;
}
.tokuten .tokuten01 {
    width: 85%;
}
@media screen and (min-width: 768px) {
  .tokuten .tokuten01 {
        width: 47%;
        position: absolute;
        top: 0;
        left: 0;
  }
}
.tokuten .tokuten02 {
    display: block;
    width: 100%;
    margin-top: -50px;
    margin-left: 3%;
}
@media screen and (min-width: 768px) {
  .tokuten .tokuten02 {
        width: 62%;
        margin: calc(150 / 1000 * 100%) 0 0 calc(370 / 1000 * 100%);
  }
}

.towerBtn {
    width: 90%;
    max-width: 600px;
    margin: 40px auto;
}
.towerBtn a {
    display: block;
    background: #F1CF00;
    padding: 15px;
    color: #333;
    font-size: 3.2rem;
    font-weight: bold;
    transition: all .3s;
}
@media screen and (min-width: 768px) {
  .towerBtn a {
        font-size: 2.2rem;
  }
}
.towerBtn a img {
    width: 70%;
    margin-bottom: 10px;
}
.towerBtn a:hover {
    transform: scale(1.1);
}

.towerEvent {
    background: white;
    width: 90%;
    max-width: 860px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 3rem;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .towerEvent {
        padding: 40px;
  }
}
.towerEvent h2 {
    color: #4aa99f;
    font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .towerEvent h2 {
        font-size: 2.8rem;
  }
}
.towerEvent p {
    font-size: 3.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .towerEvent p {
        font-size: 1.8rem;
  }
}
.towerEvent a {
    display: block;
    background: #FD8E8E;
    padding: 15px;
    color: white;
    border-radius: 50px;
    font-size: 3.2rem;
    font-weight: bold;
    transition: all .3s;
    max-width: 500px;
    margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .towerEvent a {
        font-size: 2.2rem;
  }
}
.towerEvent a:hover {
    transform: scale(1.1);
}

#mv {
    margin-top: 150px;
    padding: 20px 0;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  #mv {
        padding: 30px 0 50px;
  }
}
#mv::before, #mv::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    background: url(../img/nami.svg) repeat-x top center/cover;
    z-index: -1;
}
#mv::before {
    top: -40px;
}
#mv::after {
    bottom: -40px;
    transform: scale(1, -1);
}
#mv h2 {
    font-size: 6rem;
    line-height: 1.4;
    margin-top: 60px;
    margin-bottom: 50px;
    color: #4aa99f;
}
#mv h2 span.txt01 {
    display: inline-block;
    transform: skewY(-5deg);
}
@media screen and (max-width: 767px) {
  #mv h2 span.txt01 {
        transform: skewY(-5deg) translateY(-30px);
  }
}
@media screen and (min-width: 768px) {
  #mv h2 span.txt01 {
        transform: skewY(-15deg);
  }
}
#mv h2 span.txt02 {
    display: inline-block;
    transform: skewY(5deg);
}
@media screen and (min-width: 768px) {
  #mv h2 span.txt02 {
        transform: skewY(15deg);
  }
}
#mv .inner {
    max-width: 800px;
}
#mv .movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}
#mv .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.live {
    margin-top: 170px;
    padding: 0 0 50px;
    position: relative;
    animation: wobbling_y 1.1s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .live {
        padding: 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .live {
        padding: 30px 0 95px;
  }
}
.live::before {
    content: "";
    display: block;
    width: 100%;
    height: 170%;
    position: absolute;
    top: -35%;
    left: 0;
    z-index: -1;
    background: url(../img/bg_bottole.svg) no-repeat center center;
    background-size: 530%;
}
@media screen and (min-width: 768px) {
  .live::before {
        background-size: 200%;
  }
}
@media screen and (min-width: 1024px) {
  .live::before {
        background-size: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .live::before {
        background-size: 100%;
  }
}
.live h2 {
    font-size: 7rem;
    line-height: 1.2;
    transform: skewY(-12deg);
    margin-bottom: 50px;
    color: #4aa99f;
}
@media screen and (min-width: 768px) {
  .live h2 {
        margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .live h2 {
        font-size: 6rem;
        line-height: 1.4;
        margin-bottom: 80px;
  }
}
.live dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 90%;
    max-width: 36em;
    margin: auto;
    text-align: left;
    font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .live dl {
        font-size: 1.8rem;
  }
}
.live dl dt, .live dl dd {
    margin-bottom: 5px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .live dl dt, .live dl dd {
        margin-bottom: 10px;
        line-height: 1.6;
  }
}
.live dl dt {
    width: 6em;
    background: #4aa99f;
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-right: 1em;
}
.live dl dd {
    width: calc(100% - 7em);
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .live dl dd {
        font-size: 3.2rem;
  }
}
.live .ticket {
    margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .live .ticket {
        margin: 20px 0 0;
  }
}
.live .ticket ul {
    margin: 10px auto 20px;
    width: 90%;
    max-width: 1300px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.live .ticket ul li {
    width: 100%;
    padding: 0;
    margin: 0 1% 10px;
    transition: all 0.3s;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .live .ticket ul li {
        width: 50%;
  }
}
.live .ticket ul li a {
    display: block;
    height: 100%;
    padding: 10px 20px 15px;
    color: white;
    font-size: 3rem;
    position: relative;
    transition: all 0.3s;
    background: #FD8E8E;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
  .live .ticket ul li a {
        font-size: 2rem;
  }
}
.live .ticket ul li a:hover {
    background: #4aa99f;
}
.live .ticket ul li a span {
    display: block;
    padding: 0 0 5px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .live .ticket ul li a span {
        font-size: 1.8rem;
  }
}
.live .ticket ul li a.yet {
    background: #aeaeae;
    pointer-events: none;
}
.live .ticket p {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.4;
    padding: 0 1rem;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}
@media screen and (min-width: 768px) {
  .live .ticket p {
        font-size: 1.6rem;
  }
}
.live .ticket p a {
    color: #666666;
}

.live.kyoto::before {
    background-image: url(../img/bg_bottole02.svg);
}

.kani {
    display: block;
    width: 120px;
    height: 120px;
    background: url(../img/kani.png) no-repeat center center/contain;
    position: absolute;
    bottom: 40px;
    right: -200px;
    z-index: 10;
    transition: 1s ease-in-out;
}
.kani.on {
    right: -40px;
}
.kani a {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes poyooon {
  0% {
        transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
        transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  40% {
        transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  50% {
        transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  60% {
        transform: scale(1, 1) translate(0%, 0%);
  }
  75% {
        transform: scale(1, 1) translate(0%, 0%);
  }
  85% {
        transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
        transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes wobbling_x {
  0% {
        margin-left: 8px;
  }
  100% {
        margin-left: 0px;
  }
}
@keyframes wobbling_y {
  0% {
        transform: translateY(0);
  }
  100% {
        transform: translateY(15px);
  }
}
#t_interview,
#interview_2nd {
    margin: 80px auto 0;
    position: relative;
    z-index: 1000;
}
@media screen and (min-width: 768px) {
  #t_interview,
  #interview_2nd {
        margin: 100px auto 0;
  }
}
#t_interview h2, #interview_2nd h2 {
    font-family: 'Pacifico', cursive;
    font-size: 8rem;
    color: yellow;
    font-weight: 400;
    line-height: 2;
}
@media screen and (min-width: 768px) {
  #t_interview h2, #interview_2nd h2 {
        font-size: 6rem;
  }
}
.noon #t_interview h2,
.noon #interview_2nd h2 {
    color: #FD8E8E;
}
#t_interview p, #interview_2nd p {
    text-align: center;
    color: white;
    font-size: 3rem;
    line-height: 1.6;
    padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #t_interview p, #interview_2nd p {
        font-size: 2rem;
        transform: rotate(-2deg);
  }
}
.noon #t_interview p,
.noon #interview_2nd p {
    color: #4aa99f;
}
#t_interview ul,
#interview_2nd ul {
    margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #t_interview ul,
  #interview_2nd ul {
        margin: 100px auto 0;
        display: flex;
        justify-content: center;
        max-width: 1000px;
  }
}
#t_interview ul li, #interview_2nd ul li {
    width: 80%;
}
#t_interview ul li:first-child, #t_interview ul li.baby_box,
#interview_2nd ul li:first-child,
#interview_2nd ul li.baby_box {
    animation: wobbling_x 2s ease-in-out infinite alternate, wobbling_y 3s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  #t_interview ul li:first-child, #t_interview ul li.baby_box,
  #interview_2nd ul li:first-child,
  #interview_2nd ul li.baby_box {
        width: 45%;
        margin: 0 2.5%;
  }
}
#t_interview ul li.yuhi_box,
#interview_2nd ul li.yuhi_box {
    animation: wobbling_x 3s ease-in-out infinite alternate, wobbling_y 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  #t_interview ul li.yuhi_box,
  #interview_2nd ul li.yuhi_box {
        padding-left: 18% !important;
  }
}
@media screen and (min-width: 768px) {
  #t_interview ul li.yuhi_box,
  #interview_2nd ul li.yuhi_box {
        width: 45%;
        margin: 0 2.5%;
  }
}
#yuhi #t_interview ul li, #baby #t_interview ul li,
#yuhi #interview_2nd ul li, #baby #interview_2nd ul li {
    margin: auto !important;
}
#t_interview ul li .photo, #interview_2nd ul li .photo {
    width: 85%;
    margin: auto;
}
#t_interview ul li a, #interview_2nd ul li a {
    display: block;
    position: relative;
    z-index: 100;
    width: 100%;
}
#t_interview ul li a .babyphoto, #interview_2nd ul li a .babyphoto {
    transform: rotate(-10deg);
    transition: all .3s;
}
#t_interview ul li a .yuhiphoto, #interview_2nd ul li a .yuhiphoto {
    transform: rotate(12deg);
    transition: all .3s;
}
#t_interview ul li a:hover .babyphoto,
#t_interview ul li a:hover .yuhiphoto, #interview_2nd ul li a:hover .babyphoto,
#interview_2nd ul li a:hover .yuhiphoto {
    transform: rotate(0) translateY(-50px);
    transform-origin: center center 0;
}
#t_interview ul li a:hover .nami, #interview_2nd ul li a:hover .nami {
    opacity: 0;
}
#t_interview ul li .nami, #interview_2nd ul li .nami {
    transition: all .3s;
    opacity: 1;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    animation: wobbling_x 4s ease-in-out infinite alternate, wobbling_y 5s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  #t_interview ul li .nami, #interview_2nd ul li .nami {
        margin-top: -40px;
  }
}
.morning #t_interview ul li .nami-svg, .morning #interview_2nd ul li .nami-svg {
    fill: #fdbbcb;
}
.noon #t_interview ul li .nami-svg, .noon #interview_2nd ul li .nami-svg {
    fill: #e2f0f9;
}
.afternoon #t_interview ul li .nami-svg, .afternoon #interview_2nd ul li .nami-svg {
    fill: #d6847f;
}
.night #t_interview ul li .nami-svg, .night #interview_2nd ul li .nami-svg {
    fill: #49689d;
}

#interview_2nd ul {
    width: 80%;
    margin: auto;
}
#interview_2nd ul li {
    width: 100%;
}

#baby .lead,
#yuhi .lead {
    padding-bottom: 0 !important;
}
#baby .lead .inner,
#yuhi .lead .inner {
    width: 90% !important;
}
#baby .lead .inner p,
#yuhi .lead .inner p {
    max-width: 1000px;
    padding: 0 !important;
    margin: 0 auto !important;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
  #baby .lead .inner p,
  #yuhi .lead .inner p {
        font-size: 20px;
  }
}

.talk .inner {
    text-align: left;
    width: 90%;
    max-width: 1000px;
    box-sizing: border-box;
}
.talk h3 {
    font-size: 20px;
    text-align: left;
    color: white;
    margin: 80px 0 50px;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .talk h3 {
        font-size: 28px;
        transform: rotate(-2deg);
  }
}
.noon .talk h3 {
    color: #246e64;
}
.talk h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    display: inline-block;
    background: white;
    color: #4aa99f;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-left: 0;
    position: relative;
}
@media screen and (min-width: 768px) {
  .talk h4 {
        font-size: 17px;
  }
}
.noon .talk h4, .afternoon .talk h4, .night .talk h4 {
    color: #FD8E8E;
}
.talk h4::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-right: 2px solid yellow;
    border-bottom: 2px solid yellow;
    position: absolute;
    right: -5px;
    bottom: -5px;
}
.talk p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    padding: 20px;
    background: white;
    border-radius: 1.5em;
    margin: 0 0 70px 60px;
    position: relative;
}
@media screen and (min-width: 768px) {
  .talk p {
        font-size: 17px;
        margin: 0 0 70px 80px;
  }
}
.talk p::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../img/yuhi.jpg) no-repeat center center/contain;
    position: absolute;
    left: -65px;
    top: 0;
}
@media screen and (min-width: 768px) {
  .talk p::before {
        width: 60px;
        height: 60px;
        left: -80px;
  }
}
#baby .talk p::before {
    background: url(../img/baby.jpg) no-repeat center center/contain;
}
.talk p::after {
    content: "▲";
    font-size: 20px;
    color: white;
    transform: rotate(-90deg);
    position: absolute;
    left: -13px;
    top: 0.5em;
}
@media screen and (min-width: 768px) {
  .talk p::after {
        font-size: 30px;
        left: -20px;
        top: 0.2em;
  }
}

p.interviewer {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    text-align: right;
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.noon p.interviewer {
    color: #666666;
}

.next,
.prev {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 30px;
}
.next a,
.prev a {
    display: block;
    background: #4aa99f;
    color: white;
    border-radius: 50px;
    padding: 10px 50px 10px 30px;
    box-sizing: border-box;
    font-size: 2.8rem;
    line-height: 1.4;
    position: relative;
}
@media screen and (min-width: 768px) {
  .next a,
  .prev a {
        font-size: 1.6rem;
        padding: 15px 20px;
  }
}
.next a::after,
.prev a::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/arrow.svg) no-repeat center center/contain;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    transition: all 0.3s;
}
.next a:hover::after,
.prev a:hover::after {
    right: 10px;
}
.next a.yet,
.prev a.yet {
    background: #aeaeae;
    color: #eee;
    pointer-events: none;
}

.prev a {
    padding: 10px 30px 10px 50px;
}
.prev a::after {
    content: "";
    right: auto;
    left: 20px;
    transform: scale(-1, 1);
}
.prev a:hover::after {
    right: auto;
    left: 10px;
}

/*---------------------------------------------------------------
    poster
---------------------------------------------------------------*/
.poster_bg {
    background: #f8f5f0;
}

#poster {
    position: relative;
    z-index: 0;
    background: url(../img/poster/bg_nami.png) no-repeat bottom right/80%;
}
#poster h1 {
    width: calc(600 / 750 * 100%);
    max-width: 800px;
    margin: calc(100 / 750 * 100%) auto calc(130 / 750 * 100%);
    position: relative;
}
@media screen and (min-width: 768px) {
  #poster h1 {
        width: calc(900 / 1400 * 100%);
        margin: calc(100 / 1400 * 100%) auto calc(100 / 1400 * 100%);
  }
}
#poster h1::before {
    content: "";
    display: block;
    width: 12rem;
    height: 12rem;
    position: absolute;
    bottom: -8rem;
    left: calc(50% - 6rem);
    background: url(../img/poster/soba.png) no-repeat center bottom/contain;
}
@media screen and (min-width: 768px) {
  #poster h1::before {
        width: 16rem;
        height: 16rem;
        bottom: -10rem;
        left: calc(50% - 8rem);
  }
}
#poster h2 {
    width: 75%;
    max-width: 1400px;
    margin: 0 auto calc(50 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  #poster h2 {
        width: 90%;
        margin: 0 auto calc(50 / 1400 * 100%);
  }
}
#poster p {
    color: #253b69;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.8;
    padding: 0 15px calc(100 / 1400 * 100%);
    margin: 0;
}
@media screen and (min-width: 768px) {
  #poster p {
        font-size: 1.9rem;
  }
}

.poster {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/$mainColor+49,253b69+50 */
    background: #4aa99f;
  /* Old browsers */
    background: -moz-linear-gradient(left, #4aa99f 49.9%, #253b69 50%);
  /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4aa99f 49.9%, #253b69 50%);
  /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4aa99f 49.9%, #253b69 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$fujisoba',GradientType=1 );
  /* IE6-9 */
    position: relative;
    z-index: 10;
  /*&::before,
  &::after {
      content: "";
      display: block;
      width: 100%;
      height: 40px;
      position: absolute;
      left: 0;
      background: url(../img/nami.svg) repeat-x top center/cover;
      z-index: 10;
  }
  &::before {
      top: -40px;
  }
  &::after {
      bottom: -40px;
      transform: scale(1,-1);
  }*/
}
.poster .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    padding: calc(20 / 1400 * 100%) 0;
    max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .poster .inner {
        width: 100%;
  }
}
.poster .inner > div {
    width: 45%;
    margin: 2%;
}
@media screen and (min-width: 768px) {
  .poster .inner > div {
        width: 30%;
        margin: 5%;
  }
}
.poster .inner > div .img {
    padding: 10px;
    position: relative;
}
.poster .inner > div .img::before, .poster .inner > div .img::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
}
.poster .inner > div .img::before {
    top: 0;
    left: 0;
    border-left: 1px solid white;
    border-top: 1px solid white;
}
.poster .inner > div .img::after {
    right: 0;
    bottom: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.poster .inner > div h2 {
    color: white;
    font-size: 2.4rem;
    text-align: center;
    padding: 1rem 0 0;
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .poster .inner > div h2 {
        font-size: 2rem;
  }
}

ul.stores {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 97%;
    max-width: 1300px;
    margin: 0 auto 5rem;
    padding: 0 0 10rem;
    z-index: 10;
}
@media screen and (min-width: 768px) {
  ul.stores {
        width: 90%;
  }
}
ul.stores li {
    background: white;
    width: 30%;
    margin: 1% 1.5% 20px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
  /*&:last-child {
      a {
          display: flex;
          width: 100%;
          height: 100%;
          align-items: center;
          justify-content: center;
          font-size: 2.4rem;
          color: $mainColor;
          text-align: center;
          position: relative;
          padding-top: 8rem;
          box-sizing: border-box;
          &:hover {
              background: rgba($bgColor,0.3);
          }
          &::before {
              content: "";
              display: block;
              width: 7rem;
              height: 7rem;
              position: absolute;
              top: calc(50% - 7rem);
              left: calc(50% - 3.5rem);
              background: url(../img/poster/icon_map.svg) no-repeat center center/contain;
          }
      }
  }*/
}
@media screen and (min-width: 768px) {
  ul.stores li {
        width: 18%;
        margin: 1%;
        padding: 15px;
  }
}
ul.stores li h3 {
    color: #253b69;
    font-size: 2.2rem;
    text-align: center;
    padding: 0;
    margin: 5px auto;
}
@media screen and (min-width: 768px) {
  ul.stores li h3 {
        font-size: 1.6rem;
        margin: 10px auto 0;
  }
}

h2.ttl_poster {
    color: #253b69;
    font-size: 4rem;
    line-height: 2;
}
@media screen and (min-width: 768px) {
  h2.ttl_poster {
        font-size: 4rem;
  }
}

.map {
    position: relative;
    margin-bottom: calc(60 / 1400 * 100%);
}
.map iframe {
    width: 100%;
    height: 450px;
}
@media screen and (min-width: 768px) {
  .map iframe {
        height: 600px;
  }
}
.map::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.onlinestore {
    width: 90%;
    margin: auto;
    padding: 40px 0;
    box-sizing: border-box;
    background: white;
    border-radius: 4rem;
    max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .onlinestore {
        padding: 40px;
  }
}
.onlinestore .inner {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .onlinestore .inner {
        align-items: center;
  }
}
.onlinestore .inner .txt {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
}
@media screen and (min-width: 768px) {
  .onlinestore .inner .txt {
        width: 33%;
        margin: 0 0 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .onlinestore .inner .txt .txt_img {
        width: 80%;
        margin: auto;
  }
}
.onlinestore .inner .txt p {
    font-size: 3.4rem;
    text-align: center;
    padding: 30px 0 15px;
}
@media screen and (min-width: 768px) {
  .onlinestore .inner .txt p {
        font-size: 2rem;
  }
}
.onlinestore .inner .txt a {
    display: block;
    background: red;
    color: white;
    font-size: 3.4rem;
    padding: 10px 0;
    border-radius: 30px;
    margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .onlinestore .inner .txt a {
        font-size: 2rem;
  }
}
.onlinestore .inner .t {
    width: 100%;
}
@media screen and (min-width: 768px) {
  .onlinestore .inner .t {
        width: 65%;
  }
}

/*# sourceMappingURL=styles.css.map */
