@charset "utf-8";

/*--------------- 
     base style 
-----------------*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: contain;
}

body {
    color: #3C0001;
    background-color: #C4D2DB;
}

p,
h2,
h4 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.71em;
}

h1 {
    width: 105%;
    margin: 0;
    margin-left: max(-2.5vw, -15px);
    text-align: center;
}

h3 {
    font-size: 4.14em;
}

h4 {
    font-weight: 500;
}

a {
    color: #3C0001;
    text-decoration: none;
}

ul {
    list-style: none;
}

/*--------------- 
   common　class
-----------------*/
.padding-side_img {
    padding-left: 20px;
    padding-right: 20px;
}

.first-contents {
    margin-top: -30px;
}

/* ---calendar style--- */
.calendar {
    margin-top: -130px;
    transform-origin: top left;
    transform: rotate(-10deg);
}

#day1 .calendar {
    margin-top: -25px;
}

#day2 .calendar {
    transform-origin: top right;
    text-align: right;
    transform: rotate(10deg);
}

.calendar_inner {
    display: inline-block;
    text-align: center;
}

.calendar img {
    width: 3.21em;
    margin-bottom: -10px;
}

.days {
    padding: 1.07em;
    background-color: #F5EEDC;
    box-shadow: 4px 4px 0px rgba(60, 0, 1);
}

h3,
.days p {
    font-family: 'Gasoek One', sans-serif;
}

.days p {
    font-size: 1.2em;
}

.img_flex {
    display: flex;
    align-items: start;
    justify-content: center;
}

/* ---time-table--- */
.time-table {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 30px 20px;
    font-size: 1.285em;
    font-weight: 500;
}

.time-table_left {
    justify-content: left;
}

.time-table_right {
    justify-content: right;
}

/* marker */
.marker {
    padding: 5px 7px;
    line-height: 1.77em;
    background: linear-gradient(transparent 60%, #FFFB7F8f 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1s ease;
}

.marker.active {
    background-size: 100% 100%;
}

/* ---time-contents_inner--- */
/* time-contents_inner */
.time-contents_inner {
    position: relative;
    width: 100%;
}

/* text*/
.text {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.text_bac {
    margin: 0 10px;
    padding: 4px 10px;
    background-color: #fff;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

/* place-info */
.place-info {
    padding-top: 20px;
    padding-left: 40px;
}

.location a,
.instagram a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.instagram a {
    padding-top: 5px;
}

.location a p,
.instagram a p {
    font-size: 10px;
    line-height: normal;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 2.5px;
}

.address-title {
    font-size: 10px;
    padding-bottom: 4px;
}

/* scroll */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.scroll {
    display: flex;
    overflow-x: hidden;
}

.scroll-list {
    display: flex;
    padding: 10px 0;
    gap: 15px;
    background-color: #FFEFC6;
}

.scroll-item:last-child {
    margin-right: 15px;
}

.scroll-item {
    width: 330px;
}

/*--------------- 
      Header
-----------------*/
header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

.header_inner_sp {
    padding-right: 10px;
    text-align: right;
}

.header_inner_pc {
    display: none;
}

nav {
    display: inline-block;
}

.line {
    position: relative;
    height: 1px;
    background: #F5EEDC;
    box-shadow: 0px 1px 1px rgba(60, 0, 1, 0.5);
}

.line i {
    position: absolute;
    right: 0px;
    top: -9.5px;
    color: #F5EEDC;
    font-size: 20px;
}

.global-nav {
    display: flex;
    justify-content: flex-end;
    gap: 1.42em;
    padding-left: 10px;
    padding-right: 30px;
}

.global-nav a,
.to_top {
    color: #F5EEDC;
    font-family: 'Gasoek One', sans-serif;
    line-height: 2em;
}

.line i,
.global-nav a {
    text-shadow: 0px 1px 1px rgba(60, 0, 1, 0.5);
}

/*--------------- 
       Main
-----------------*/
/*--- top ---*/
.top_inner {
    width: 100%;
    height: 100vh;
    background-image: url(../img/top.webp);
    background-repeat: no-repeat;
    background-position: 87% 50%;
    background-size: cover;
}

/* titile */
.title {
    padding-top: 6.57em;
    transform: rotate(-7.42deg);
}

.sab-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    max-width: 608.01px;
    margin: 0 auto;
    padding-right: 2em;
}

.title-days p {
    padding: 0 10px 0.05em;
    font-size: 1.5em;
    line-height: normal;
    background-color: #F5EEDC;
    border: 2px solid #3C0001;
    border-radius: 1em;
    box-shadow: 1.5px 2px 0px rgba(60, 0, 1);
}

h2 {
    font-size: 2.85em;
    letter-spacing: -6%;
}

/* about */
.about,
.about_inner {
    padding: 15px;
}

.about {
    position: relative;
    margin-top: -55px;
    padding-top: 18px;
    font-size: 16px;
    background-color: #DD9F9F;
}

.about_inner {
    padding-top: 55px;
    line-height: 2em;
    border: 3px solid #900002;
    border-top: none;
}

.about p {
    font-weight: 500;
    text-indent: 1em;
}

.about,
.about_inner {
    clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 100%);
}

.about::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin-left: 12px;
    margin-right: 15.5px;
    background-color: inherit;
    z-index: 1;
    transform: rotate(-7.42deg);
    transform-origin: top right;
    border-bottom: 3px solid #900002;
}

/* ---time-contents--- */
.time-contents {
    max-width: 100%;
    padding-bottom: 80px;
}

.time-contents:last-of-type {
    padding-bottom: 150px;
}

/* -- day1 -- */
/* ours-in */
.ours-inn .time-contents_inner {
    height: 425px;
}

.ours-inn .img_div {
    align-items: end;
    margin-left: 10px;
    margin-right: 10px;
}

.ours-inn .img_div img {
    transform-origin: top left;
}

.ours-inn .img_div img:first-child {
    z-index: 1;
    width: 180px;
    height: 240px;
    margin-bottom: -40px;
    transform: rotate(-7.52deg);
    aspect-ratio: 3/4;
}

.ours-inn .img_div img:nth-child(2) {
    width: 248px;
    height: 331px;
    margin-left: -55px;
    transform: rotate(3.94deg);
}

.ours-inn .text:first-of-type {
    top: 0;
}

.ours-inn .text:nth-of-type(2) {
    bottom: 30px;
}

.ours-inn .place-info {
    position: absolute;
    bottom: 0;
}

/* chawan */
.chawan img {
    padding-bottom: 10px;
}

.chawan .text {
    bottom: 30px;
}

/* asakusa */
.asakusa .scroll {
    margin-left: -100px;
    transform: rotate(-5.5deg);
    transform-origin: top right;
}

.asakusa .scroll-list {
    animation: scroll-left 30s infinite linear 0.5s both;
}

.asakusa .time-contents_inner:nth-of-type(2) {
    padding-bottom: 60px;
}

.asakusa .img_div {
    position: relative;
    height: 570px;
}

.asakusa .img_div img {
    position: absolute;
}

.asakusa .img_div img:first-of-type {
    left: 50%;
    z-index: -1;
    width: 295.67px;
    transform: translatex(-50%) rotate(7.9deg);
}

.asakusa .img_div img:nth-of-type(2) {
    top: -33px;
    width: 61px;
    margin-left: 18px;
}

.asakusa .img_div img:nth-of-type(3) {
    bottom: 20px;
    z-index: 1;
    width: 225px;
    transform: rotate(-7.9deg);
}

.asakusa .img_div img:nth-of-type(4) {
    right: 0;
    bottom: 0;
    width: 220px;
    margin-right: 20px;
}

.asakusa .time-contents_inner:nth-of-type(2) .text:first-of-type {
    top: 267.5px;
}

.asakusa .text:nth-of-type(2) {
    top: 545px;
}

.asakusa .time-contents_inner:nth-of-type(3) img:first-of-type {
    padding-bottom: 52px;
}

.asakusa .time-contents_inner:nth-of-type(3) img:nth-of-type(2) {
    width: 170px;
    margin-top: -145px;
    margin-left: 15px;
    transform: rotate(-8deg);
}

.asakusa .time-contents_inner:nth-of-type(3) .text {
    margin-top: -105px;
}

.asakusa .time-contents_inner:nth-of-type(3) .text .text_bac:first-child {
    margin-right: 85px;
}

.asakusa .time-contents_inner:nth-of-type(3) .text .text_bac:nth-of-type(2) {
    margin-right: 20px;
}

.asakusa .time-contents_inner:nth-of-type(3) .place-info {
    margin-top: -20px;
}

/* tokyo-tower */
.tokyo-tower .img_div img:first-child {
    display: block;
    margin: 0 auto;
}

.tokyo-tower .img_div img:nth-child(2) {
    position: absolute;
    top: 150px;
    left: 188px;
    height: 320px;
}

.tokyo-tower .scroll {
    margin-top: -48px;
    margin-right: -100px;
    transform: rotate(5.5deg);
    transform-origin: top;
}

.tokyo-tower .scroll-list {
    animation: scroll-right 30s infinite linear 0.5s both;
}

.tokyo-tower .text {
    top: 375px;
}

/* botejyu */
.botejyu .time-contents_inner {
    height: 304px;
}

.botejyu .img_div {
    margin-right: 8.5px;
    margin-left: 11.5px;
}

.botejyu img {
    width: 220px;
}

.botejyu img:first-child {
    transform: rotate(-5.43deg);
}

.botejyu img:nth-child(2) {
    transform: rotate(10.21deg);
    margin-top: 70px;
    margin-left: -67px;
}

.botejyu .text {
    padding-top: 20px;
}

.botejyu .place-info {
    position: absolute;
    bottom: 0;
}

/* -- day2 -- */
/* breakfast_day2 */
.breakfast_day2 .time-contents_inner {
    height: 276px;
}

.breakfast_day2 .text {
    bottom: 0;
}

/* mitsue */
.mitsue img:first-of-type {
    padding-bottom: 20px;
}

.mitsue img:last-of-type {
    padding-bottom: 10.19px;
}

.mitsue .text {
    top: 248px;
}

.important_text {
    padding: 10px;
    margin: 0 10px;
    background-color: #FFEFC6;
}

/* cafe486 */
.cafe486 .time-contents_inner {
    height: 544px;
}

.cafe486 .time-contents_inner>img {
    position: absolute;
    top: 33px;
    left: 42px;
    width: 120px;
}

.cafe486 .img_div img:first-of-type {
    z-index: -1;
    width: 276px;
    margin-right: -59px;
}

.cafe486 .img_div img:nth-of-type(2) {
    width: 334px;
    margin-top: 225px;
    margin-right: -158px;
}

.cafe486 .img_div {
    flex-direction: row-reverse;
    margin-top: -51.84px;
}

.cafe486 .text {
    margin-top: -9px;
}

.cafe486 .place-info {
    position: absolute;
    bottom: 0;
}

/* takesita */
.takesita .time-contents_inner {
    height: 42em;
}

.takesita .img_div img:nth-child(2) {
    margin-top: 203px;
    margin-left: -135px;
}

.takesita .time-contents_inner>img:last-of-type {
    width: 200px;
    margin-top: -30em;
    margin-left: -10px;
    transform: rotate(-8.99deg);
}

.takesita .text:first-of-type {
    top: 13.21em;
}

.takesita .text:nth-of-type(2) {
    top: 31.2em;
}

.takesita .place-info {
    position: absolute;
    bottom: 0;
}

/* shibuya */
.shibuya .img_div {
    flex-direction: row-reverse;
    overflow-x: hidden;
}

.shibuya .img_div img:first-child {
    width: 240px;
    z-index: -1;
}

.shibuya .img_div img:nth-child(2) {
    width: 275px;
    margin-top: 6.71em;
    margin-right: -47px;
}

.shibuya .time-contents_inner:nth-of-type(2) {
    height: 560.2px;
    margin-bottom: 20px;
}

.shibuya .time-contents_inner:nth-of-type(2)>img {
    margin-top: -9.5em;
}

.shibuya .time-contents_inner:nth-of-type(2) .text:first-of-type {
    top: 18px;
}

.shibuya .time-contents_inner:nth-of-type(2) .text:last-of-type {
    bottom: -1.89em;
}

.shibuya .time-contents_inner:last-of-type img:first-child {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -45px;
    width: 200px;
    transform: rotate(15.46deg);
}

.shibuya .time-contents_inner:last-of-type .text {
    top: 235px;
}

.shibuya .place-info div:first-child {
    padding-bottom: 10px;
}

.shibuya .time-contents_inner:last-of-type img:last-child {
    position: absolute;
    right: 25px;
    bottom: -25px;
    width: 110px;
    transform: rotate(27.87deg);
}

/* -- day3 -- */
/* breakfast_day3 */
.breakfast_day3 .time-contents_inner {
    height: 19.71em;
}

.breakfast_day3 .text {
    bottom: 0;
}

/* yusoshi */
.yusoshi .time-contents_inner {
    height: 26.07em;
}

.yusoshi img:first-of-type {
    padding-bottom: 50px;
}

.yusoshi .text {
    margin-top: -82px;
}

.yusoshi .text .text_bac:nth-of-type(2) {
    margin-right: 34px;
}

.yusoshi .text .text_bac:last-child {
    margin-right: 75px;
}

.yusoshi img:nth-of-type(2),
.yusoshi img:last-of-type {
    position: absolute;
    width: 100px;
}

.yusoshi img:nth-of-type(2) {
    top: 200px;
    left: 10px;
    transform: rotate(13.42deg);
}

.yusoshi img:last-of-type {
    right: 0;
    bottom: -20px;
    transform: rotate(-12.49deg);
}

/* line-friends */
.line-friends .time-contents_inner {
    height: 43.21em;
}

.line-friends .time-contents_inner>img:nth-of-type(2) {
    position: absolute;
    top: -110px;
    left: -40px;
    width: 215px;
}

.line-friends .img_div {
    margin-top: -10.63px;
}

.line-friends .img_div img {
    width: 218px;
}

.line-friends .img_div img:last-child {
    margin-top: 74.63px;
    margin-left: -44.13px;
}

.line-friends .text:first-of-type {
    top: 277px;
}

.line-friends .text:first-of-type .text_bac:first-child {
    margin-right: 20px;
}

.line-friends .text:last-of-type {
    bottom: 78px;
}

.line-friends .text:last-of-type .text_bac:last-child {
    margin-left: 50px;
}

/* tawareko */
.tawareko .img_div {
    margin-right: 20px;
}

.tawareko .img_div img {
    width: 250px;
}

.tawareko .img_div img:first-child {}

.tawareko .img_div img:last-child {
    z-index: -1;
    margin-top: 13px;
    margin-left: -126px;
}

.tawareko .text {
    margin-top: -43px;
}

.tawareko .text .text_bac:last-child {
    margin-right: 20px;
}

/* gontya */
.gontya img {
    padding-bottom: 12px;
}

.gontya .text {
    margin-top: -1.71em;
}

/* haneda */
.haneda img {
    padding-bottom: 2.35em;
}

.haneda .text {
    margin-top: -3.5em;
}

.haneda .text .text_bac:first-child {
    margin-right: 34px;
}

/*--------------- 
      Footer
-----------------*/
footer {
    text-align: center;
    padding-bottom: 50px;
}

.to_top {
    letter-spacing: 0.1em;
}

/* -----------pc------------- */
@media screen and (min-width: 431px) {
    .page {
        max-width: 400px;
        margin-left: 10vw;
    }
}

/*--------------- 
      Header
-----------------*/
@media screen and (min-width: 1180px) {
    header {
        display: flex;
        left: calc(430px + 10vw);
        width: calc(100% - (430px + 10vw));
        height: 100vh;
        padding-top: 25px;
        justify-content: center;
        align-items: center;
    }

    .header_inner_sp {
        display: none;
    }

    .header_inner_pc {
        display: block;
        font-size: 1.25em;
    }

    .header_inner_pc .title {
        padding-top: 0;
    }

    .calendar-group {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: -20px;
    }

    .calendar-group .calendar {
        margin-top: 0;
        transform-origin: center;
        transform: rotate(-15deg);
    }

    .calendar-group a:nth-of-type(2) .calendar {
        transform: rotate(10deg);
        padding-left: 15px;
    }

    .header_inner_pc .to_top {
        display: block;
        text-align: center;
        padding-top: 30px;
        font-size: 1.25em;
    }
}