body {
  background-color: #EAEAFF; }

.top .marquee .marquee__inner {
  background-color: #EAEAFF; }

.header_menu a {
  background-color: #EAEAFF; }

@media (hover: hover) {
  .header_menu a:hover {
    background-color: #F5F5FF; } }
/************************************/
main {
  background: url("../images/page_bg/mieu_trip_guide_bg.svg") top 29px center repeat-x #EAEAFF;
  background-size: 29px 792px;
  padding: 0 30px;
  position: relative; }
  main:after, main:before {
    position: absolute;
    content: "";
    pointer-events: none;
    display: block;
    background-color: #EAEAFF;
    width: 30px;
    height: 100%;
    top: 0; }
  main:before {
    left: 0;
    border-right: 1px solid #858585; }
  main:after {
    right: 0;
    border-left: 1px solid #858585; }

@media (max-width: 768px) {
  main {
    background: url("../images/page_bg/mieu_trip_guide_bg.svg") top 20px center repeat-x #EAEAFF;
    background-size: 20px auto;
    padding: 0 20px;
    position: relative; }
    main:after, main:before {
      width: 20px;
      height: 100%;
      top: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  main {
    background: url("../images/page_bg/mieu_trip_guide_bg_sp.svg") top 20px center repeat-x #EAEAFF;
    background-size: 12px auto;
    padding: 0 10px;
    position: relative; }
    main:after, main:before {
      width: 10px;
      height: 100%;
      top: 0; } }
/*max-width:480px*/
/************************************/
.trip_mv {
  padding: 110px 0 0; }
  .trip_mv .mv_link {
    margin-bottom: 65px; }
  .trip_mv h1 {
    aspect-ratio: 1772/738;
    width: calc(100% - 80px);
    max-width: 982px;
    height: auto;
    margin: 0 auto 40px;
    position: relative;
    z-index: auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .trip_mv h1:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/page_ttl/index_mieu_trip_guid.png") center center no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 5; }
  .trip_mv > p {
    font: 2rem/2em "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    margin: 0 auto 60px; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .trip_mv > p {
    font: 1.8rem/2em "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    letter-spacing: .05em; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .trip_mv > p {
    font: 1.6rem/2em "M PLUS Rounded 1c", sans-serif;
    font-weight: 500; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .trip_mv h1 {
    aspect-ratio: 650/318;
    width: calc(100% - 60px);
    max-width: 548px; }
    .trip_mv h1:before {
      background: url("../images/page_ttl/mieu_trip_guid_sp.png") center center no-repeat;
      background-size: contain; }
  .trip_mv p {
    width: calc(100% - 60px); }
    .trip_mv p br {
      display: none; }
    .trip_mv p span {
      display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .trip_mv {
    padding: 100px 0 0; }
    .trip_mv h1 {
      width: calc(100% - 30px);
      margin: 0 auto 20px; }
    .trip_mv > p {
      width: calc(100% - 30px);
      font: 1.4rem/2em "M PLUS Rounded 1c", sans-serif;
      font-weight: 500;
      margin: 0 auto 40px; } }
/*max-width:480px*/
/************************************/
.trip_list {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0 0 120px; }

.trip_tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 40px; }
  .trip_tag a {
    padding: 6px 4px;
    text-decoration: none;
    margin: 0 5px 5px;
    border: 1px solid #949494;
    background-color: #fff;
    font: 1.5rem/1em "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em; }
    .trip_tag a.current {
      background-color: #EAEAFF; }
    .trip_tag a:hover {
      background-color: #EAEAFF; }

.trip_list_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto 60px; }
  .trip_list_box a {
    width: calc((100% - 40px)/3);
    max-width: 387px;
    display: block;
    margin: 0 20px 35px 0;
    text-decoration: none; }
    .trip_list_box a:nth-of-type(3n) {
      margin-right: 0; }
    .trip_list_box a .pic {
      aspect-ratio: 387/258;
      width: 100%;
      max-width: 100%;
      height: auto;
      overflow: hidden;
      border: 1px solid #858585;
      margin: 0 0 15px; }
      .trip_list_box a .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .trip_list_box a .cat {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .trip_list_box a .cat span {
        font: 1.5rem/30px "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        width: fit-content;
        background-color: #9797FE;
        color: #fff;
        padding: 0 10px;
        display: block;
        margin: 0 10px 8px 0; }
    .trip_list_box a h2 {
      letter-spacing: 0.01em;
      font: 1.8rem/1.8em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      margin: 0 0 10px; }
    .trip_list_box a .flex_tag {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .trip_list_box a .flex_tag span {
        padding: 3px 8px;
        text-decoration: none;
        margin: 0 5px 5px 0;
        border: 1px solid #949494;
        background-color: #fff;
        font: 1.4rem/1em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em; }

@media (max-width: 1024px) {
  .trip_list_box {
    justify-content: space-between;
    max-width: 768px; }
    .trip_list_box a {
      width: calc((100% - 20px)/2);
      margin: 0 0 35px 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .trip_list {
    max-width: 480px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 0 120px; }

  .trip_tag {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 40px; }
    .trip_tag a {
      margin: 0 5px 5px 0;
      font: 1.4rem/1em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400; }

  .trip_list_box {
    margin: 0 auto 30px; }
    .trip_list_box a {
      width: calc((100% - 15px)/2); }
      .trip_list_box a .cat {
        font: 1.4rem/30px "M PLUS Rounded 1c", sans-serif;
        font-weight: 400; }
      .trip_list_box a h2 {
        font: 1.7rem/1.8em "M PLUS Rounded 1c", sans-serif; }
      .trip_list_box a .flex_tag span {
        padding: 3px 5px;
        font: 1.3rem/1em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .trip_list {
    max-width: 480px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 50px; }

  .trip_tag {
    margin: 0 auto 25px; }
    .trip_tag a {
      margin: 0 5px 5px 0;
      font: 1.2rem/1em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400; }

  .trip_list_box {
    margin: 0 auto 15px; }
    .trip_list_box a {
      max-width: 159px;
      width: calc((100% - 10px)/2);
      margin: 0 0 20px; }
      .trip_list_box a .pic {
        aspect-ratio: 159/ 106;
        margin: 0 0 8px; }
      .trip_list_box a .cat span {
        font: 1.2rem/25px "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        padding: 0 5px;
        margin: 0 5px 5px 0; }
      .trip_list_box a h2 {
        margin: 0 0 5px;
        font: 1.3rem/1.8em "M PLUS Rounded 1c", sans-serif; }
      .trip_list_box a .flex_tag span {
        padding: 3px 5px;
        font: 1.1rem/1em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400; } }
/*max-width:480px*/
/************************************/
.scroll {
  position: absolute;
  top: 115px;
  left: 0;
  overflow: hidden;
  width: 100%; }

.scroll-inner {
  display: inline-flex;
  animation: scrollAnim 20s linear infinite; }

.scroll-inner img {
  display: block; }

@keyframes scrollAnim {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
/************************************/
.single_mv {
  margin: 0 auto 300px; }
  .single_mv h1 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    aspect-ratio: 1590/362;
    width: 100%;
    max-width: 795px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: auto;
    display: block;
    background: url("../images/page_ttl/mieu_trip_guid_single.png") center center no-repeat;
    background-size: contain; }
    .single_mv h1:before, .single_mv h1:after {
      display: none; }

.guide_singler {
  border-top: #949494 1px solid;
  padding: 0 0 100px;
  background-color: #F5F5FF;
  position: relative; }

.singler_mv {
  aspect-ratio: 1040/700;
  width: calc(100% - 40px);
  max-width: 1060px;
  height: auto;
  margin: -230px auto 0;
  padding: 10px;
  background-color: #D6D6FF;
  border: 1px solid #858585;
  position: relative; }
  .singler_mv img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .singler_mv:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #858585;
    top: 10px;
    leftt: 10px;
    z-index: 5; }

@media (max-width: 768px) {
  .single_mv {
    margin: 0 auto 60px; }
    .single_mv h1 {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      aspect-ratio: 650/318;
      width: calc(100% - 60px);
      max-width: 615px;
      background: url("../images/page_ttl/mieu_trip_guid_sp.png") center center no-repeat;
      background-size: contain; }
      .single_mv h1:before, .single_mv h1:after {
        display: none; }

  .guide_singler {
    border-top: none;
    padding: 0 0 100px; }

  .singler_mv {
    aspect-ratio: 1040/700;
    width: 100%;
    max-width: 1060px;
    height: auto;
    margin: 0;
    padding: 5px; }
    .singler_mv:before {
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      top: 5px;
      leftt: 5px;
      z-index: 5; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .single_mv {
    margin: 0 auto 40px; }
    .single_mv h1 {
      width: calc(100% - 40px);
      max-width: 330px;
      background: url("../images/page_ttl/mieu_trip_guid_sp.png") center center no-repeat;
      background-size: contain; }

  .guide_singler {
    border-top: none;
    padding: 0 0 60px; }

  .singler_mv {
    aspect-ratio: 1040/700;
    width: 100%;
    max-width: 1060px;
    height: auto;
    margin: 0;
    padding: 5px; }
    .singler_mv:before {
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      top: 5px;
      leftt: 5px;
      z-index: 5; } }
/*max-width:480px*/
/************************************/
.profile {
  max-width: 1060px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 30px 0 40px;
  border-bottom: #CECCCC 1px solid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
  .profile .left {
    width: calc(100% - 380px); }
    .profile .left .cat {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .profile .left .cat span {
        margin: 0 10px 8px 0;
        font: 1.5rem/30px "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        width: fit-content;
        background-color: #9797FE;
        color: #fff;
        padding: 0 15px; }
    .profile .left h2 {
      font: 3rem/1.8em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      margin: 0 0 5px; }
    .profile .left .add {
      font: 1.5rem/1.8em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      position: relative;
      margin: 0 0 12px; }
    .profile .left .kyori {
      font: 1.6rem/1.8em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      position: relative;
      padding: 0 0 0 35px;
      margin: 0 0 7px; }
      .profile .left .kyori:before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        top: 4px;
        background: url("../images/common/icon_kyori.png") center center no-repeat;
        background-size: contain;
        width: 28px;
        height: 20px; }
    .profile .left .web {
      margin: 0 0 10px;
      font: 1.6rem/1.8em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      position: relative;
      padding: 0 0 0 35px; }
      .profile .left .web:before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        top: 4px;
        background: url("../images/common/icon_web.png") center center no-repeat;
        background-size: contain;
        width: 28px;
        height: 20px; }
    .profile .left .sns {
      margin: 0 0 30px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .profile .left .sns span {
        font: 1.6rem/24px "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin: 0 14px 0 0; }
      .profile .left .sns a {
        margin: 0 10px 0 0;
        display: block;
        width: 24px;
        height: 24px; }
        .profile .left .sns a img {
          width: 100%; }
    .profile .left .flex_tag {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .profile .left .flex_tag span {
        padding: 6px 4px;
        text-decoration: none;
        margin: 0 5px 5px 0;
        border: 1px solid #949494;
        background-color: #fff;
        font: 1.4rem/1em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em; }
  .profile .right {
    padding: 20px;
    border: 1px solid #949494;
    background-color: #fff;
    width: 340px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .profile .right dl {
      width: calc(100% - 130px); }
    .profile .right dt {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 0 0 11px; }
      .profile .right dt span:nth-of-type(1) {
        width: 88px;
        height: 24px;
        font: 1.4rem/23px "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        background-color: #D6D6FF;
        border-radius: 25px;
        text-align: center; }
      .profile .right dt span:nth-of-type(2) {
        width: calc(100% - 88px);
        height: 24px;
        font: 1.5rem/23px "M PLUS Rounded 1c", sans-serif;
        font-weight: 700;
        letter-spacing: 0.05em;
        padding: 0 0 0 15px; }
    .profile .right dd {
      font: 1.4rem/1.5em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      text-align: justify;
      text-justify: inter-ideograph; }
    .profile .right .pic {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden; }
      .profile .right .pic img {
        object-fit: cover;
        width: 100%;
        height: 100%; }

/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .profile .left {
    width: 100%;
    margin: 0 0 30px; }
  .profile .right {
    width: 100%;
    max-width: 425px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .profile {
    max-width: 1060px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 30px 0 40px;
    border-bottom: #CECCCC 1px solid; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .profile {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30px; }
    .profile .left {
      max-width: 307px;
      margin: 0 auto 30px; }
      .profile .left .cat {
        margin: 0 0 8px;
        font: 1.3rem/25px "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        width: 100%;
        color: #fff;
        padding: 0; }
      .profile .left h2 {
        font: 1.8rem/1.8em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin: 0 0 5px; }
      .profile .left .add {
        font: 1.3rem/1.8em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        position: relative;
        margin: 0 0 12px; }
      .profile .left .kyori {
        font: 1.3rem/1.8em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        position: relative;
        padding: 0 0 0 35px;
        margin: 0 0 7px; }
        .profile .left .kyori:before {
          top: 3px;
          width: 25px;
          height: 18px; }
      .profile .left .web {
        font: 1.3rem/1.8em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        position: relative;
        padding: 0 0 0 35px;
        margin: 0 0 10px; }
        .profile .left .web:before {
          top: 3px;
          width: 25px;
          height: 18px; }
      .profile .left .sns {
        margin: 0 0 20px; }
        .profile .left .sns span {
          font: 1.3rem/24px "M PLUS Rounded 1c", sans-serif;
          font-weight: 400;
          letter-spacing: 0.05em;
          margin: 0 10px 0 0; }
      .profile .left .flex_tag span {
        padding: 3px 5px;
        font: 1.2rem/1em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em; }
    .profile .right {
      max-width: 307px;
      margin: 0 auto;
      padding: 15px; }
      .profile .right dl {
        width: calc(100% - 120px); }
      .profile .right dt span:nth-of-type(1) {
        width: 80px;
        height: 24px;
        font: 1rem/23px "M PLUS Rounded 1c", sans-serif;
        font-weight: 400; }
      .profile .right dt span:nth-of-type(2) {
        width: calc(100% - 80px);
        height: 24px;
        font: 1.2rem/23px "M PLUS Rounded 1c", sans-serif;
        font-weight: 700;
        letter-spacing: 0.05em;
        padding: 0 0 0 10px; }
      .profile .right dd {
        font: 1.2rem/1.5em "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em; } }
/*max-width:480px*/
/************************************/
.guide_box {
  max-width: 1060px;
  width: calc(100% - 80px);
  margin: 0 auto 50px;
  padding: 50px 50px 0 50px; }
  .guide_box .guide_content {
    max-width: 880px;
    width: 100%;
    font: 1.7rem/2em "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph; }
    .guide_box .guide_content p {
      margin-bottom: 30px; }
    .guide_box .guide_content img {
      margin-bottom: 30px; }
    .guide_box .guide_content h1 {
      font: 140%/1.8em "M PLUS Rounded 1c", sans-serif;
      font-weight: 600;
      margin-bottom: 15px; }
    .guide_box .guide_content h2 {
      font: 130%/1.8em "M PLUS Rounded 1c", sans-serif;
      font-weight: 600;
      margin-bottom: 15px; }
    .guide_box .guide_content h3 {
      font: 120%/2em "M PLUS Rounded 1c", sans-serif;
      font-weight: 600;
      margin-bottom: 10px; }
    .guide_box .guide_content h4 {
      font: 110%/2em "M PLUS Rounded 1c", sans-serif;
      font-weight: 600;
      margin-bottom: 10px; }
    .guide_box .guide_content h5 {
      font: 100%/2em "M PLUS Rounded 1c", sans-serif;
      font-weight: 600;
      margin-bottom: 10px; }

@media (max-width: 1024px) {
  .guide_box {
    padding: 50px 0 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .guide_box {
    max-width: 560px;
    width: calc(100% - 60px);
    margin: 0 auto 50px;
    padding: 35px 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .guide_box {
    width: calc(100% - 40px);
    max-width: 307px;
    margin: 0 auto 50px; }
    .guide_box .guide_content {
      max-width: 880px;
      width: 100%;
      font: 1.4rem/2em "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em; }
      .guide_box .guide_content p {
        margin-bottom: 30px; }
      .guide_box .guide_content img {
        margin-bottom: 30px; }
      .guide_box .guide_content h1 {
        font: 120%/1.8em "M PLUS Rounded 1c", sans-serif;
        font-weight: 600;
        margin-bottom: 15px; }
      .guide_box .guide_content h2 {
        font: 115%/1.8em "M PLUS Rounded 1c", sans-serif;
        font-weight: 600;
        margin-bottom: 15px; }
      .guide_box .guide_content h3 {
        font: 110%/2em "M PLUS Rounded 1c", sans-serif;
        font-weight: 600;
        margin-bottom: 10px; }
      .guide_box .guide_content h4 {
        font: 105%/2em "M PLUS Rounded 1c", sans-serif;
        font-weight: 600;
        margin-bottom: 10px; }
      .guide_box .guide_content h5 {
        font: 100%/2em "M PLUS Rounded 1c", sans-serif;
        font-weight: 600;
        margin-bottom: 10px; } }
/*max-width:480px*/
/************************************/
a.back {
  display: block;
  background: url("../images/common/back_btn.svg") center center no-repeat;
  background-size: contain;
  text-align: center;
  aspect-ratio: 170/70;
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 0 auto;
  text-decoration: none;
  font: 1.6rem/50px "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative; }

@media (hover: hover) {
  a.back:hover {
    top: -10px; } }
@media (max-width: 480px) {
  a.back {
    max-width: 160px;
    font: 1.5rem/50px "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em; } }
/*max-width:480px*/
