@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-size: 16px;
  font-family: Arial, Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
  line-height: 35px;
  letter-spacing: 0.017em;
  color: #00125D;
  font-weight: 300;
}

main {
  position: relative;
  z-index: 0;
}

#mask {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
.wrapper .wrapper_left,
.wrapper .wrapper_right {
  width: 36px;
  position: absolute;
}
.wrapper .wrapper_left {
  left: 15px;
}
.wrapper .wrapper_right {
  right: 15px;
}

.inner2 {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  border-right: 1px solid #00ade3;
  border-left: 1px solid #00ade3;
}

.top_btn,
.top_btn2 {
  display: inline-block;
  margin: 0 auto;
  width: 380px;
  margin-bottom: 138px;
  position: relative;
  z-index: 1000;
}

.top_btn2 {
  margin-bottom: 152px;
}

.page_top {
  position: relative;
  text-align: center;
}
.page_top .top_inner {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.page_top .top_inner .new_kix {
  width: 363px;
  display: block;
  margin: 0 auto 50px auto;
  padding-top: 25px;
}
.page_top .top_inner h2 {
  display: inline-block;
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 114px;
  position: relative;
  line-height: 116px;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}
.page_top .top_inner h2::before {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 1.5px;
  background-color: #00ade3;
  transform: rotate(-45deg);
  transform-origin: 0 50%;
  width: 162px;
  bottom: 31px;
  left: -50px;
}
.page_top .top_inner h3 {
  font-size: 29px;
  line-height: 49px;
  letter-spacing: 0.21em;
  margin-bottom: 30px;
  font-weight: 600;
}
.page_top .top_inner .h3_newshop_top_en {
  letter-spacing: 0.08em;
}
.page_top .top_inner .h3_schedule_top_en {
  letter-spacing: 0.06em;
}
.page_top .top_inner p {
  padding: 0 5%;
  font-weight: 300;
}
.page_top .top_inner .p_schedule_top_en {
  line-height: 34px;
  letter-spacing: 0.14em;
}
.page_top .top_inner .p_en_page_top {
  letter-spacing: 0.13em;
}
.page_top .top_inner::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 1.5px;
  background-color: #00ade3;
  width: 162px;
  bottom: 0;
  transform: translate(-50%) rotate(-45deg);
  transform-origin: 50% 50%;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .page_top .top_inner::after {
    width: 80px;
    height: 1px;
    border-radius: 0.5px;
  }
}

.sp {
  display: none;
}

.pc_hidden {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .content {
    margin-top: 54px;
  }
  .wrapper {
    max-width: 100%;
    padding: 0;
  }
  .wrapper .wrapper_left,
  .wrapper .wrapper_right {
    display: none;
  }
  .inner2 {
    max-width: 100%;
    border: none;
    padding: 0 5%;
  }
  .top_btn,
  .top_btn2 {
    width: 90%;
    margin-bottom: 80px;
  }
  .page_top .top_inner {
    max-width: 100%;
    padding: 0 5%;
  }
  .page_top .top_inner .new_kix {
    width: 50%;
    margin: 0 auto 50px auto;
    padding-top: 25px;
  }
  .page_top .top_inner h2 {
    font-size: 50px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  .page_top .top_inner h2::before {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 1.5px;
    background-color: #00ade3;
    transform: rotate(-45deg);
    transform-origin: 0 50%;
    width: 80px;
    height: 2px;
    border-radius: 1px;
    bottom: 31px;
    left: -25px;
  }
  .page_top .top_inner h3 {
    font-size: 21px;
    line-height: 1.75;
  }
  .page_top .top_inner p {
    padding: 0;
  }
  .sp {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
  .pc_hidden {
    display: block;
  }
}
#header .inner3 {
  display: flex;
  justify-content: space-between;
}
#header .inner3 .site_title {
  width: 212px;
  margin-left: 37px;
  padding-top: 22px;
}
#header .inner3 .sp_site_title {
  display: none;
}
#header .inner3 #nav-global {
  margin-right: 52px;
  position: relative;
}
#header .inner3 #nav-global .header_charactor {
  position: absolute;
  width: auto;
  height: 81px;
  top: 0;
  left: -140px;
}
#header .inner3 #nav-global .navigation {
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
}
#header .inner3 #nav-global .navigation li {
  padding-left: 21px;
  padding-right: 18px;
  border-right: 1px solid #040000;
}
#header .inner3 #nav-global .navigation li a {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #040000;
  display: block;
  line-height: 1;
}
#header .inner3 #nav-global .navigation li:first-child {
  padding-left: 0;
}
#header .inner3 #nav-global .navigation li:last-child {
  padding-right: 0;
  border-right: none;
}
#header .inner3 .hamburger_menu,
#header .inner3 .menu_open,
#header .inner3 .hamburger_menu_back {
  display: none;
}

@media screen and (max-width: 480px) {
  #header {
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition: top 0.4s, box-shadow 0.4s;
    will-change: box-shadow;
    z-index: 9999;
  }
  #header .inner3 {
    height: 54px;
    position: relative;
  }
  #header .inner3 .site_title {
    display: none;
  }
  #header .inner3 .sp_site_title {
    position: absolute;
    display: block;
    bottom: 22.22222%;
    left: 16px;
    width: 152.5px;
    height: 30px;
  }
  #header .inner3 .sp_site_title a {
    display: inline-block;
    height: 100%;
    white-space: nowrap;
  }
  #header .inner3 .sp_site_title a img {
    height: 30px;
    width: 96.75px;
  }
  #header .inner3 #nav-global {
    display: none;
  }
  #header .inner3 .hamburger_menu {
    display: block;
    position: absolute;
    top: 0;
    left: calc(100vw - 54px);
    width: 54px;
    height: 54px;
    z-index: 1000;
    line-height: 1.09091;
    overflow: hidden;
    border-radius: 0;
    color: #07185c;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0;
    transition: color 0.2s;
    will-change: color;
    font-feature-settings: "kern", "palt";
    padding: 36px 2px 6px 2px;
  }
  #header .inner3 .hamburger_menu .bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #07185c;
    position: absolute;
    right: 16px;
  }
  #header .inner3 .hamburger_menu .bar:first-child {
    top: 15px;
  }
  #header .inner3 .hamburger_menu .bar:nth-child(2) {
    top: 21px;
  }
  #header .inner3 .hamburger_menu .bar:nth-child(3) {
    top: 27px;
  }
  #header .inner3 .hamburger_menu span {
    position: relative;
    z-index: 1000;
  }
  #header .inner3 .hamburger_menu_back {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54px;
    height: 54px;
    z-index: 700;
    background-color: #ebebeb;
  }
  #header .inner3 .menu_open {
    display: none;
    position: absolute;
    top: 54px;
    width: 100vw;
    background-color: #ebebeb;
    z-index: 9999;
  }
  #header .inner3 .menu_open .hamburger_nav li {
    border-bottom: 1px solid #d7d7d7;
  }
  #header .inner3 .menu_open .hamburger_nav li a {
    display: block;
    padding: 21px 36px 21px 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }
  #header .inner3 .menu_open .hamburger_nav li a:visited {
    color: inherit;
  }
  #header .inner3 .menu_open .menu_close {
    text-align: center;
    padding: 17px 0;
    position: relative;
  }
  #header .inner3 .menu_open .menu_close::before,
  #header .inner3 .menu_open .menu_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    width: 2px;
    border-radius: 1px;
    height: 18px;
    background: #00125D;
  }
  #header .inner3 .menu_open .menu_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .inner3 .menu_open .menu_close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
#footer .inner .lyt-footer .column .list-airport li a {
  line-height: 1;
}
#footer .inner .lyt-footer .column .list-airport li em {
  font-style: normal;
  line-height: 1;
}
#footer .inner .lyt-footer .column .list-footer-01 li {
  line-height: 1.5;
}
#footer .inner .lyt-footer .column .list-footer-02 li {
  line-height: 1.5;
}

.nav-backtotop {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 9999;
  margin-bottom: 0;
  transition: bottom 0.4s;
  will-change: bottom;
}

.nav-backtotop > a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.2s;
  will-change: background-color;
}

.nav-backtotop > a::before, .nav-backtotop > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  border-radius: 2px;
  background-color: #fff;
  will-change: -webkit-transform, transform;
}

.nav-backtotop > a::before {
  margin-left: -0.5px;
  transform: rotate(35deg);
  transform-origin: 0 0;
}

.nav-backtotop > a::after {
  margin-left: -1.5px;
  transform: rotate(-35deg);
  transform-origin: 100% 0;
}

@media screen and (max-width: 480px) {
  .nav-backtotop {
    position: static;
    margin: 0 -16px;
    transition: none;
    will-change: auto;
  }
  .nav-backtotop a {
    position: relative;
    top: 0;
    width: 100%;
  }
  .nav-backtotop a span {
    display: none;
  }
}
.fix {
  display: none;
  width: 140px;
  height: 140px;
  position: fixed;
  right: 120px;
  bottom: 60px;
  z-index: 10;
}

.content .main_view {
  width: 100%;
}
.content .hello {
  position: relative;
  text-align: center;
}
.content .hello_ai {
  position: absolute;
  max-width: 224.8449px;
  right: -74px;
  top: 434px;
}
.content .hello .line {
  width: 100%;
  position: absolute;
  top: -300px;
  z-index: -1;
}
.content .hello .line .inner2 {
  height: 300px;
}
.content .hello .inner2 {
  padding-bottom: 170px;
}
.content .hello .hello_title {
  margin-bottom: 22px;
  width: 1078px;
  transform: translateX(-26px);
}
.content .hello h3 {
  font-size: 25px;
  line-height: 42px;
  letter-spacing: 0.13em;
  margin-bottom: 10px;
  font-weight: 600;
}
.content .hello .h3_en_top1 {
  letter-spacing: 0.06em;
}
.content .hello p {
  margin-bottom: 30px;
  line-height: 34px;
  letter-spacing: 0.006em;
  font-weight: 300;
}
.content .hello .p_en_top1 {
  font-size: 15px;
  letter-spacing: 0;
}
.content .new_shop,
.content .topics {
  text-align: center;
}
.content .new_shop .section_title,
.content .topics .section_title {
  padding-top: 150px;
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
}
.content .new_shop .section_title.sm,
.content .topics .section_title.sm {
  font-size: 60px;
}
.content .new_shop {
  position: relative;
}
.content .new_shop--com {
  width: 478.8371px;
}
.content .new_shop.two {
  border-top: 1px solid #00A6DC;
}
.content .new_shop.two .inner2 {
  padding-top: 76px;
}
.content .new_shop.two .section_title {
  padding-top: 0;
}
.content .new_shop.two .wrapper .wrapper_right {
  right: auto;
  left: 15px;
}
.content .new_shop.three .wrapper .wrapper_right {
  right: 0;
  left: auto;
}
.content .new_shop .top_charactor {
  width: 262px;
  position: absolute;
  top: -165px;
  transform: translateX(-378px);
}
.content .new_shop .inner2 .top_newshop_img {
  width: 906px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.content .new_shop .inner2 p {
  font-size: 25px;
  line-height: 42px;
  letter-spacing: 0.21em;
  margin-bottom: 26px;
  font-weight: 300;
}
.content .new_shop .inner2 .p_en_top2 {
  letter-spacing: 0.05em;
}
.content .new_shop::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 1.5px;
  background-color: #00ade3;
  width: 162px;
  bottom: 0;
  transform: translate(-50%) rotate(-45deg);
  transform-origin: 50% 50%;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .content .new_shop::after {
    width: 80px;
    height: 1px;
    border-radius: 0.5px;
  }
}
.content .topics {
  background-color: #f7f4e5;
}
.content .topics .inner2 {
  padding-bottom: 70px;
}
.content .topics .inner2 .section_title {
  margin-bottom: 80px;
}
.content .topics .inner2 .topics_list {
  display: flex;
  margin: 0 73px;
  justify-content: center;
  gap: 0 40px;
}
.content .topics .inner2 .topics_list .topics_items {
  width: 263px;
}
.content .topics .inner2 .topics_list .topics_items .topics_logo {
  height: 85px;
  margin-bottom: 37px;
}
.content .topics .inner2 .topics_list .topics_items .topics_logo img {
  width: auto;
  align-items: center;
}
.content .topics .inner2 .topics_list .topics_items .topics_logo .event_logo {
  height: 100%;
}
.content .topics .inner2 .topics_list .topics_items .topics_logo .calendar_logo {
  height: 80px;
}
.content .topics .inner2 .topics_list .topics_items .topics_logo .movie_logo {
  height: 71px;
  padding-top: 7px;
}
.content .topics .inner2 .topics_list .topics_items .en {
  display: block;
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 15px;
}
.content .topics .inner2 .topics_list .topics_items .ja {
  display: block;
  color: #00ade3;
  font-size: 21px;
  letter-spacing: 0.21em;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 600;
}
.content .topics .inner2 .topics_list .topics_items .topics_text {
  line-height: 25px;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}

.renova--com {
  width: 478.8371px;
  margin: 0 auto;
}
.renova--section:nth-of-type(2) {
  margin-top: 70px;
}
.renova--section:nth-of-type(2) .renova--section--content {
  flex-direction: row-reverse;
}
.renova--section:nth-of-type(2) .renova--section--content--pic {
  width: 316.7677px;
}
.renova--section:nth-of-type(2) .renova--section--content--right {
  width: 527.1455px;
}
.renova--section--tit {
  font-size: 43px;
  font-weight: 800;
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  text-align: center;
  padding-bottom: 35px;
  width: 787.4738px;
  margin: 30px auto 0;
  border-bottom: 1px solid #00A6DC;
  letter-spacing: 0.03em;
}
.renova--section--tit strong {
  font-size: 60px;
}
.renova--section--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 37px;
  margin-top: 57px;
}
.renova--section--content--pic {
  width: 473.5192px;
}
.renova--section--content--right {
  width: 409.1328px;
  color: #00125d;
  text-align: left;
}
.renova--section--content--right--tit {
  font-size: 33px;
  line-height: 1.4545454545;
  letter-spacing: 0.15em;
  color: #00A6DC;
}
.renova--section--content--right--list {
  display: block;
  width: 100%;
  height: 128.5725px;
  box-sizing: border-box;
  padding: 25px 0 0 12px;
  background-color: #ffe6d9;
}
.renova--section--content--right--item {
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.renova--section--content--right--item--txt {
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 0;
}
.renova--section--content--right--txt {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.17em;
  margin-top: 28px;
}
.renova--btn {
  display: block;
  width: 380px;
  margin: 24px auto 0;
}

.schedule {
  background-color: #ffe6d9;
  border-bottom: 1px solid #00ade3;
  position: relative;
  text-align: center;
}
.schedule:after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 1.5px;
  background-color: #00ade3;
  width: 162px;
  bottom: 0;
  transform: translate(-50%) rotate(-45deg);
  transform-origin: 50% 50%;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .schedule:after {
    width: 80px;
    height: 1px;
    border-radius: 0.5px;
  }
}
.schedule .inner2 {
  padding-left: 80px;
  position: relative;
  text-align: left;
}
.schedule--tit {
  position: relative;
  padding-top: 50px;
  font-size: 60px;
  letter-spacing: 0.03em;
  color: #00A6DC;
  width: 345.4165px;
}
.schedule--txt {
  font-size: 18px;
  line-height: 1.8333333333;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  margin-top: 30px;
}
.schedule--pic {
  top: -80px;
  left: -30px;
  position: relative;
  max-width: 980.9279px;
}

.banners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 65px 0 55px;
}

.banner {
  max-width: 396.9971px;
}

@media screen and (max-width: 480px) {
  .content .hello_ai {
    position: absolute;
    max-width: 64.8449px;
    right: 0;
    top: 104px;
  }
  .content .hello .wrapper .inner2 {
    padding: 0 4% 50px;
  }
  .content .hello .wrapper .inner2 .hello_title {
    margin-bottom: 30px;
    width: 90%;
    transform: translateX(0);
  }
  .content .hello .wrapper .inner2 h3 {
    font-size: 21px;
    line-height: 1.75;
    letter-spacing: 0.13em;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .content .hello p {
    text-align: left;
  }
  .content .new_shop .section_title,
  .content .topics .section_title {
    padding-top: 80px;
    font-size: 45px;
  }
  .content .new_shop .section_title.sm,
  .content .topics .section_title.sm {
    font-size: 45px;
  }
  .content .new_shop.two .inner2 {
    padding-top: 80px;
  }
  .content .new_shop .top_charactor {
    width: 100px;
    position: absolute;
    top: -65px;
    left: 10%;
    transform: translateX(0);
  }
  .content .new_shop .inner2 .top_newshop_img {
    width: 906px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .content .new_shop .inner2 p {
    font-size: 21px;
    line-height: 1.75;
    letter-spacing: 0.21em;
    margin-bottom: 26px;
  }
  .content .topics {
    background-color: #f7f4e5;
  }
  .content .topics .inner2 {
    padding-bottom: 70px;
  }
  .content .topics .inner2 .section_title {
    margin-bottom: 40px;
  }
  .content .topics .inner2 .topics_list {
    flex-direction: column;
    margin: 0;
  }
  .content .topics .inner2 .topics_list .topics_items {
    width: 100%;
    margin-bottom: 40px;
  }
  .content .topics .inner2 .topics_list .topics_items .en {
    font-size: 24px;
  }
  .content .topics .inner2 .topics_list .topics_items .ja {
    font-size: 18px;
  }
  .content .topics .inner2 .topics_list .topics_items:last-child {
    margin-bottom: 0;
  }
  .renova--com {
    width: 250px;
    margin: 0 auto;
  }
  .renova--section:nth-of-type(2) {
    margin-top: 40px;
  }
  .renova--section:nth-of-type(2) .renova--section--content {
    flex-direction: row-reverse;
  }
  .renova--section:nth-of-type(2) .renova--section--content--pic {
    width: 316.7677px;
  }
  .renova--section:nth-of-type(2) .renova--section--content--right {
    width: 350px;
  }
  .renova--section--tit {
    font-size: 33px;
    font-weight: 800;
    /* font-family: "EB Garamond", serif; */
    color: #00A6DC;
    text-align: center;
    padding-bottom: 25px;
    width: 330px;
    margin: 30px auto 0;
    border-bottom: 1px solid #00A6DC;
    letter-spacing: 0.03em;
  }
  .renova--section--tit strong {
    font-size: 50px;
  }
  .renova--section--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 37px;
    margin-top: 57px;
  }
  .renova--section--content--pic {
    width: 350px;
  }
  .renova--section--content--right {
    width: 350px;
    color: #00125d;
    text-align: left;
  }
  .renova--section--content--right--tit {
    font-size: 33px;
    line-height: 1.4545454545;
    letter-spacing: 0.15em;
    color: #00A6DC;
    text-align: center;
  }
  .renova--section--content--right--list {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 25px;
    background-color: #ffe6d9;
  }
  .renova--section--content--right--item {
    font-size: 15px;
    line-height: 1.7222222222;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .renova--section--content--right--txt {
    font-size: 13px;
    line-height: 1.7333333333;
    letter-spacing: 0.17em;
    margin-top: 28px;
  }
  .renova--btn {
    display: block;
    width: 300px;
    margin: 0px auto 0;
  }
  .schedule {
    background-color: #ffe6d9;
  }
  .schedule .inner2 {
    padding-left: 0px;
    position: relative;
    padding-bottom: 60px;
  }
  .schedule--tit {
    position: relative;
    padding-top: 50px;
    font-size: 33px;
    letter-spacing: 0.03em;
    color: #00A6DC;
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }
  .schedule--txt {
    font-size: 16px;
    line-height: 1.8333333333;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
    margin-top: 30px;
    text-align: center;
  }
  .schedule--pic {
    display: block;
    margin: 30px auto 0;
    top: 0px;
    left: 0px;
    position: relative;
    width: 330px;
  }
  .banners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin: 35px 0 35px;
  }
  .banner {
    max-width: 330px;
  }
}
@media screen and (max-width: 480px) {
  .fix {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 10;
  }
}
.open-tit {
  font-size: 32px;
  line-height: 1.53125;
  font-feature-settings: "palt";
  margin: 50px 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .open-tit {
    font-size: 28px;
  }
}

.content .renewal_top {
  padding-top: 37px;
  padding-bottom: 110px;
}
.content .renewal_top .top_inner .bg_new_kix {
  width: 854px;
  margin-bottom: 40px;
}
.content .renewal01 .renewal_title,
.content .renewal02 .renewal_title,
.content .renewal03 .renewal_title {
  background-color: #f7f4e5;
  border-bottom: 1px solid #00ade3;
}
.content .renewal01 .renewal_title .wrapper .inner2,
.content .renewal02 .renewal_title .wrapper .inner2,
.content .renewal03 .renewal_title .wrapper .inner2 {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 105px 0 4.5px 57px;
}
.content .renewal01 .renewal_title .wrapper .inner2 .sec_number,
.content .renewal02 .renewal_title .wrapper .inner2 .sec_number,
.content .renewal03 .renewal_title .wrapper .inner2 .sec_number {
  font-size: 80px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-right: 55px;
}
.content .renewal01 .renewal_title .wrapper .inner2 .sec_concept,
.content .renewal02 .renewal_title .wrapper .inner2 .sec_concept,
.content .renewal03 .renewal_title .wrapper .inner2 .sec_concept {
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.017em;
  line-height: 1;
}
.content .renewal01 .renewal_title .wrapper .inner2 .en_concept1,
.content .renewal01 .renewal_title .wrapper .inner2 .en_concept2,
.content .renewal01 .renewal_title .wrapper .inner2 .en_concept3,
.content .renewal02 .renewal_title .wrapper .inner2 .en_concept1,
.content .renewal02 .renewal_title .wrapper .inner2 .en_concept2,
.content .renewal02 .renewal_title .wrapper .inner2 .en_concept3,
.content .renewal03 .renewal_title .wrapper .inner2 .en_concept1,
.content .renewal03 .renewal_title .wrapper .inner2 .en_concept2,
.content .renewal03 .renewal_title .wrapper .inner2 .en_concept3 {
  font-family: Arial, Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
}
.content .renewal01 .renewal_title .wrapper .inner2 .en_concept1,
.content .renewal02 .renewal_title .wrapper .inner2 .en_concept1,
.content .renewal03 .renewal_title .wrapper .inner2 .en_concept1 {
  line-height: 51px;
  letter-spacing: 0.17em;
}
.content .renewal01 .renewal_title .wrapper .inner2 .en_concept2,
.content .renewal02 .renewal_title .wrapper .inner2 .en_concept2,
.content .renewal03 .renewal_title .wrapper .inner2 .en_concept2 {
  letter-spacing: 0.17em;
}
.content .renewal01 .renewal_title .wrapper .inner2 .en_concept3,
.content .renewal02 .renewal_title .wrapper .inner2 .en_concept3,
.content .renewal03 .renewal_title .wrapper .inner2 .en_concept3 {
  letter-spacing: 0.01em;
}
.content .renewal01 {
  position: relative;
  background-color: #F7F4E5;
}
.content .renewal01 .renewal_title .wrapper .inner2 {
  position: relative;
}
.content .renewal01 .renewal_title .wrapper .inner2 .charactor4 {
  width: 272px;
  position: absolute;
  top: -90px;
  right: 56px;
  z-index: 9999;
}
.content .renewal01 .renewal_content .inner2 {
  position: relative;
  height: 1525px;
}
.content .renewal01 .renewal_content .inner2 .renewal_newshop1,
.content .renewal01 .renewal_content .inner2 .renewal_newshop2 {
  width: 58px;
  position: absolute;
}
.content .renewal01 .renewal_content .inner2 .renewal_newshop1 {
  top: 317px;
  left: 152px;
}
.content .renewal01 .renewal_content .inner2 .renewal_newshop2 {
  top: 1027px;
  left: 907px;
}
.content .renewal01 .renewal_content .inner2 .balloon1 {
  width: 571px;
  position: absolute;
  top: 99px;
  left: 149px;
}
.content .renewal01 .renewal_content .inner2 .renewal_shop1 {
  width: 677px;
  position: absolute;
  top: 180px;
  left: 265px;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower1,
.content .renewal01 .renewal_content .inner2 .newshop_lower2 {
  position: absolute;
  display: flex;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower1 .renewal_shop2,
.content .renewal01 .renewal_content .inner2 .newshop_lower2 .renewal_shop2 {
  width: 314px;
  margin-right: 52px;
  height: 206px;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_bold,
.content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 30.6px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}
.content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_text,
.content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_text2,
.content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_text,
.content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_text2 {
  width: 290px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.1px;
  letter-spacing: 0.17em;
  font-feature-settings: "palt";
  margin-bottom: 44px;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_text2,
.content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_text2 {
  width: 316px;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_text_en,
.content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_text_en {
  letter-spacing: 0.06em;
  -webkit-hyphens: manual;
  hyphens: manual;
  margin-bottom: 15px;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .renewal_btn,
.content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .renewal_btn {
  display: block;
  width: 294px;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower1 {
  width: 677px;
  top: 480px;
  left: 265px;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower2 {
  top: 1196px;
  left: 157px;
}
.content .renewal01 .renewal_content .inner2 .newshop_lower2_en {
  top: 1226px;
}
.content .renewal01 .renewal_content .inner2 .renewal_shop3 {
  width: 644px;
  position: absolute;
  top: 897px;
  left: 157px;
}
.content .renewal01 .renewal_content .inner2 .renewal_shop3_en {
  top: 927px;
}
.content .renewal01 .renewal_content .inner2 .balloon2 {
  width: 479px;
  position: absolute;
  top: 816px;
  left: 498px;
}
.content .renewal01 .renewal_content .inner2 .balloon2_en {
  top: 846px;
}
.content .renewal01 .renewal_content::before {
  content: "";
  width: 100%;
  height: 948px;
  background-color: #f7f4e5;
  position: absolute;
  left: 0;
}
.content .renewal01 .renewal_content_en::before {
  height: 978px;
}
.content .renewal02 .renewal_title {
  background-color: #fff;
}
.content .renewal02 .renewal_content .wrapper .inner2 {
  position: relative;
  height: 714px;
}
.content .renewal02 .renewal_content .wrapper .inner2 .renewal_depature {
  width: 58px;
  position: absolute;
  top: 56px;
  left: 159px;
}
.content .renewal02 .renewal_content .wrapper .inner2 .depature1 {
  width: 565px;
  position: absolute;
  top: 50px;
  left: 273px;
}
.content .renewal02 .renewal_content .wrapper .inner2 .depature_lower {
  position: absolute;
  display: flex;
  top: 480px;
  left: 273px;
}
.content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature2 {
  width: 280px;
  margin-right: 56px;
  height: 157px;
}
.content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .lower_bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 30.6px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}
.content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .lower_text3 {
  width: 511.021px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.1px;
  letter-spacing: 0.17em;
  font-feature-settings: "palt";
  margin-bottom: 44px;
}
.content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .lower_text3_en {
  width: 405px;
  letter-spacing: 0.02em;
}
.content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .renewal_btn2 {
  display: block;
  width: 294px;
}
.content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .renewal_btn2_en {
  display: block;
  width: 367px;
}
.content .renewal02 .renewal_content::before {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.content .renewal03 {
  background-color: #F7F4E5;
}
.content .renewal03 .renewal_content .wrapper .inner2 {
  position: relative;
  height: 820px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .renewal_lounge {
  width: 58px;
  position: absolute;
  top: 45px;
  left: 876px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge1 {
  width: 648px;
  position: absolute;
  top: 47px;
  left: 155px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge2 {
  width: 364px;
  position: absolute;
  top: 372px;
  left: 42px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge3 {
  width: 301px;
  position: absolute;
  top: 548px;
  left: 288px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox {
  position: absolute;
  top: 456px;
  left: 642px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 30.6px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_bold_en {
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_text {
  width: 309px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.1px;
  letter-spacing: 0.17em;
  font-feature-settings: "palt";
  margin-bottom: 12px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_text_en {
  width: 360px;
  letter-spacing: 0.04em;
  -webkit-hyphens: manual;
  hyphens: manual;
  margin-bottom: 25px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_small {
  font-size: 10px;
  line-height: 17px;
}
.content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_small_en {
  letter-spacing: 0.14em;
}
.content .renewal03 .renewal_content::before {
  content: "";
  width: 100%;
  height: 341px;
  background-color: #f7f4e5;
  position: absolute;
  left: 0;
}

.pic .page_top .top_inner::after {
  display: none;
}
.pic .inner2 {
  padding-bottom: 68px;
}
.pic--pic {
  display: block;
  width: 960px;
  margin: 0 auto;
}
.pic--pic:first-of-type {
  position: relative;
  top: -68px;
  margin-top: 105px;
}
.pic--pic:nth-of-type(n+3) {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .content .renewal_top {
    padding-top: 37px;
    padding-bottom: 80px;
  }
  .content .renewal_top .top_inner .p_en_page_top {
    letter-spacing: 0.13em;
  }
  .content .renewal01 .renewal_title .wrapper .inner2,
  .content .renewal02 .renewal_title .wrapper .inner2,
  .content .renewal03 .renewal_title .wrapper .inner2 {
    padding: 50px 0 4.5px 5%;
  }
  .content .renewal01 .renewal_title .wrapper .inner2 .sec_number,
  .content .renewal02 .renewal_title .wrapper .inner2 .sec_number,
  .content .renewal03 .renewal_title .wrapper .inner2 .sec_number {
    font-size: 40px;
    margin-right: 20px;
  }
  .content .renewal01 .renewal_title .wrapper .inner2 .sec_concept,
  .content .renewal02 .renewal_title .wrapper .inner2 .sec_concept,
  .content .renewal03 .renewal_title .wrapper .inner2 .sec_concept {
    font-size: 21px;
  }
  .content .renewal01 .renewal_title .wrapper .inner2 .en_concept1,
  .content .renewal02 .renewal_title .wrapper .inner2 .en_concept1,
  .content .renewal03 .renewal_title .wrapper .inner2 .en_concept1 {
    line-height: 1.4;
  }
  .content .renewal01 .renewal_title .wrapper .inner2 .charactor4 {
    width: 100px;
    top: -70px;
    right: 30px;
    z-index: 9999;
  }
  .content .renewal01 .renewal_content .inner2 {
    position: relative;
    height: 1450px;
  }
  .content .renewal01 .renewal_content .inner2 .renewal_newshop1,
  .content .renewal01 .renewal_content .inner2 .renewal_newshop2 {
    width: 30px;
  }
  .content .renewal01 .renewal_content .inner2 .renewal_newshop1 {
    top: 340px;
    left: 10%;
  }
  .content .renewal01 .renewal_content .inner2 .renewal_newshop2 {
    top: 1080px;
    left: calc(90% - 30px);
  }
  .content .renewal01 .renewal_content .inner2 .balloon1 {
    width: 250px;
    position: absolute;
    top: 20px;
    left: 5%;
  }
  .content .renewal01 .renewal_content .inner2 .renewal_shop1 {
    width: 100%;
    position: static;
    margin-top: 60px;
  }
  .content .renewal01 .renewal_content .inner2 .newshop_lower1,
  .content .renewal01 .renewal_content .inner2 .newshop_lower2 {
    position: static;
    flex-direction: column;
    width: 75%;
  }
  .content .renewal01 .renewal_content .inner2 .newshop_lower1 .renewal_shop2,
  .content .renewal01 .renewal_content .inner2 .newshop_lower2 .renewal_shop2 {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_bold,
  .content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_bold {
    font-size: 20px;
    line-height: 30.6px;
  }
  .content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_bold_sp_en,
  .content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_bold_sp_en {
    letter-spacing: 0;
  }
  .content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_text,
  .content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .lower_text2,
  .content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_text,
  .content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .lower_text2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .content .renewal01 .renewal_content .inner2 .newshop_lower1 .newshop_lower1_right .renewal_btn,
  .content .renewal01 .renewal_content .inner2 .newshop_lower2 .newshop_lower1_right .renewal_btn {
    width: 90%;
    margin: 0 auto;
  }
  .content .renewal01 .renewal_content .inner2 .newshop_lower1 {
    margin: 0 0 0 auto;
  }
  .content .renewal01 .renewal_content .inner2 .renewal_shop3 {
    width: 100%;
    position: static;
    margin-top: 100px;
  }
  .content .renewal01 .renewal_content .inner2 .balloon2 {
    width: 250px;
    top: 736px;
    left: calc(95% - 250px);
  }
  .content .renewal01 .renewal_content .inner2 .balloon2_en {
    top: 816px;
  }
  .content .renewal01 .renewal_content .inner2_sp_en {
    height: 1500px;
  }
  .content .renewal01 .renewal_content::before {
    height: 820px;
  }
  .content .renewal01 .renewal_content_en::before {
    height: 865px;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 {
    height: 714px;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .renewal_depature {
    width: 30px;
    top: 350px;
    left: 10%;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .depature1 {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .depature_lower {
    position: static;
    flex-direction: column;
    width: 75%;
    margin: 40px 0 0 auto;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature2 {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .lower_bold {
    font-size: 20px;
    line-height: 30.6px;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .lower_text3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .lower_text3_en {
    letter-spacing: 0.017em;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .renewal_btn2 {
    width: 90%;
    margin: 0 auto;
  }
  .content .renewal02 .renewal_content .wrapper .inner2 .depature_lower .depature_right .renewal_btn2_en {
    width: 100%;
  }
  .content .renewal02 .renewal_content .wrapper .inner2_sp_en {
    height: 880px;
  }
  .content .renewal02 .renewal_content::before {
    height: 60px;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 {
    height: 1000px;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .renewal_lounge {
    width: 30px;
    top: 400px;
    left: 10%;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge1,
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge2,
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge3,
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox {
    position: static;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge1 {
    width: 100%;
    margin-top: 30px;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge2 {
    width: 75%;
    margin: 35px 0 20px auto;
    display: block;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge3 {
    width: 75%;
    margin: 0 0 20px auto;
    display: block;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox {
    width: 75%;
    margin: 0 0 0 auto;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_bold {
    font-size: 20px;
    line-height: 30.6px;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_text {
    width: 100%;
    margin-bottom: 12px;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_small {
    font-size: 10px;
    line-height: 17px;
  }
  .content .renewal03 .renewal_content .wrapper .inner2 .lounge_texbox .lounge_small_en {
    letter-spacing: 0.1em;
  }
  .content .renewal03 .renewal_content .wrapper .inner2_sp_en {
    height: 1020px;
  }
  .content .renewal03 .renewal_content::before {
    height: 200px;
  }
  .pic .renewal_top {
    padding-bottom: 40px;
  }
  .pic .page_top .top_inner::after {
    display: none;
  }
  .pic .inner2 {
    padding-bottom: 68px;
  }
  .pic--pic {
    display: block;
    width: 960px;
    margin: 0 auto;
  }
  .pic--pic:first-of-type {
    position: relative;
    top: 0px;
    margin-top: 0px;
  }
  .pic--pic:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.content .new_shop_top .top_inner {
  position: relative;
}
.content .new_shop_top .top_inner .charactor2,
.content .new_shop_top .top_inner .charactor2_en {
  width: 257px;
  margin: 0;
  position: absolute;
  top: 350px;
  right: -17px;
}
.content .new_shop_top .top_inner .charactor2_en {
  width: 257px;
  margin: 0;
  position: absolute;
  top: 185px;
  right: -110px;
}
.content .new_shop_top .top_inner p {
  padding-bottom: 120px;
}
.content .shop_area {
  color: #00ade3;
  background-color: #f7f4e5;
}
.content .shop_area .tasty_street {
  padding-top: 140px;
  text-align: center;
  padding-bottom: 80px;
}
.content .shop_area .tasty_street h4 {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.content .shop_area .tasty_street h2 {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.content .shop_area .tasty_street h3 {
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0.17em;
  margin-bottom: 33px;
  font-weight: 600;
}
.content .shop_area .tasty_street img {
  max-width: 490px;
}
.content .shop_area .shop .shop_name {
  border-bottom: 1px solid #00ade3;
}
.content .shop_area .shop .shop_name .inner2 {
  position: relative;
}
.content .shop_area .shop .shop_name .inner2 h3 {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.11em;
  position: relative;
  padding-bottom: 20px;
  padding-top: 80px;
  font-weight: 600;
}
.content .shop_area .shop .shop_name .inner2 h3::before {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 1.5px;
  background-color: #00ade3;
  width: 71px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.content .shop_area .shop .shop_name .inner2 span {
  position: absolute;
  left: 111px;
  bottom: 10px;
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.content .shop_area .shop .shop_detail .inner2 {
  position: relative;
}
.content .shop_area .shop .shop_detail .inner2 .shop_location {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 26.1px;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-top: 20px;
  margin-bottom: 40px;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content {
  padding-bottom: 73px;
  display: flex;
  justify-content: right;
  margin: 0 9.5% 0 auto;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .shop_img_sp {
  display: none;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left {
  width: 390px;
  margin-right: 45px;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .text {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.007em;
  margin-bottom: 35px;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .text_en {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 35px;
  text-align: justify;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box {
  width: 389px;
  padding: 48px 54px 25px 54px;
  background-color: #fff;
  position: relative;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box .recomend {
  width: 110px;
  position: absolute;
  top: -16px;
  left: -26px;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box .recomend_en {
  width: 184px;
  height: 74px;
  border-radius: 16px;
  background-color: #00ade3;
  position: absolute;
  top: 21px;
  left: -48px;
  padding: 11.5px 0;
  text-align: center;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box .recomend_en p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07em;
  color: #fff;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box .chef {
  margin-bottom: 25px;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.007em;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box .p_recomend_en {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.04em;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_right {
  max-width: 445px;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_right .food_img {
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_right .shop_img {
  width: 228px;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .shop_area .shop .shop_detail .inner2 .shop_content .content_right .food_price {
  position: absolute;
  top: 434px;
  left: 74%;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.007em;
}
.content .shop_area .pharmacy {
  background-color: #fff;
}
.content .shop_area .pharmacy .inner2 .pharmacy_title {
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0.17em;
  text-align: center;
  padding-top: 100px;
  font-weight: 600;
}
.content .shop_area .pharmacy .shop .shop_name .inner2 h3 {
  padding-top: 85px;
}
.content .shop_area .pharmacy .shop .shop_name .inner2 h3::before {
  display: none;
}
.content .shop_area .pharmacy .shop .shop_detail .inner2 {
  position: relative;
  height: 522px;
}
.content .shop_area .pharmacy .shop .shop_detail .inner2 .phramacy_content p {
  position: absolute;
  width: 414px;
  font-size: 14px;
  color: #00ade3;
  line-height: 26.1px;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  top: 88px;
  left: 170px;
}
.content .shop_area .pharmacy .shop .shop_detail .inner2 .phramacy_content .phramacy_img1 {
  width: 332px;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 226px;
  left: 197px;
}
.content .shop_area .pharmacy .shop .shop_detail .inner2 .phramacy_content .phramacy_img2 {
  width: 446px;
  height: 337px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 94px;
  left: 550px;
}
.content .shop_area .coming_soon {
  background-color: #D4E6ED;
}
.content .shop_area .coming_soon .inner2 {
  text-align: center;
}
.content .shop_area .coming_soon .inner2 h2 {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 32.6px;
  padding-top: 169px;
}
.content .shop_area .coming_soon .inner2 h3 {
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0.17em;
  margin-bottom: 31px;
  font-weight: 600;
}
.content .shop_area .coming_soon .inner2 .h3_coming {
  line-height: 52px;
}
.content .shop_area .coming_soon .inner2 p {
  font-size: 15px;
  line-height: 26.1px;
  letter-spacing: 0.17em;
  margin-bottom: 50px;
}
.content .shop_area .coming_soon .inner2 .security_check {
  width: 490px;
  margin-bottom: 179px;
}
.content .shop_area .coming_soon .inner2 .after_security {
  width: 490px;
  height: 103px;
  background-color: #fff;
  margin: 0 auto 107px auto;
  padding: 21.5px 0;
}
.content .shop_area .coming_soon .inner2 .after_security p {
  color: #00ade3;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.11em;
}
.content .shop_area .coming_soon .inner2 .coming_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 100px;
  padding-bottom: 140px;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items {
  width: 260px;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo {
  height: 170px;
  overflow: hidden;
  margin-bottom: 20px;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .tenpura {
  width: 108px;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .cafe {
  width: 156px;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .jtr {
  width: 246px;
  transform: translateY(-40px);
  mix-blend-mode: multiply;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .osaka {
  width: 247px;
  mix-blend-mode: multiply;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .lawson {
  width: 184px;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .diary {
  mix-blend-mode: multiply;
  transform: translateY(50px);
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_text .coming_shop_name {
  color: #00ade3;
  font-size: 24px;
  letter-spacing: 0.011em;
  font-weight: 600;
  line-height: 87px;
  display: block;
}
.content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_text .jtr_name {
  line-height: 29px;
}
.content .new_open {
  position: relative;
  background-color: #D4E6ED;
}
.content .new_open .shop:last-child .shop_detail .inner2 .shop_content {
  padding-bottom: 173px;
}
.content .new_open::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 1.5px;
  background-color: #00ade3;
  width: 162px;
  bottom: 0;
  transform: translate(-50%) rotate(-45deg);
  transform-origin: 50% 50%;
  z-index: 100;
  left: 50%;
}
@media screen and (max-width: 480px) {
  .content .new_open::after {
    width: 80px;
    height: 1px;
    border-radius: 0.5px;
  }
}

@media screen and (max-width: 480px) {
  .content .new_shop_top .top_inner .charactor2,
  .content .new_shop_top .top_inner .charactor2_en {
    width: 100px;
    top: 880px;
    right: 30px;
  }
  .content .new_shop_top .top_inner p {
    padding-bottom: 120px;
  }
  .content .shop_area .tasty_street {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content .shop_area .tasty_street h4 {
    font-size: 21px;
  }
  .content .shop_area .tasty_street h2 {
    /* font-family: "EB Garamond", serif; */
    color: #00A6DC;
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 20px;
  }
  .content .shop_area .tasty_street h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .content .shop_area .tasty_street img {
    width: 80%;
  }
  .content .shop_area .shop .shop_name .inner2 {
    text-align: center;
  }
  .content .shop_area .shop .shop_name .inner2 h3 {
    font-size: 18px;
    line-height: 1.75;
    padding-bottom: 0;
    padding-top: 3.5px;
    letter-spacing: 0;
  }
  .content .shop_area .shop .shop_name .inner2 h3::before {
    content: none;
  }
  .content .shop_area .shop .shop_name .inner2 span {
    display: block;
    padding-top: 57px;
    position: static;
  }
  .content .shop_area .shop .shop_name .inner2 .shop_text::before {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 1.5px;
    background-color: #00ade3;
    width: 71px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    height: 2px;
  }
  .content .shop_area .shop .shop_detail .inner2 span {
    margin-bottom: 20px;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_location {
    line-height: 1.3;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .shop_img_sp {
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_left {
    width: 100%;
    margin-right: 0;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .text {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.007em;
    margin-bottom: 35px;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .text_en {
    margin-bottom: 60px;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box {
    width: 90%;
    padding: 30px 30px 15px 30px;
    margin: 0 auto 20px auto;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box .recomend {
    width: 90px;
    top: -16px;
    left: -15px;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_left .box .recomend_en {
    width: 154px;
    height: 74px;
    top: -30px;
    left: -20px;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_right {
    max-width: 100%;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_right .food_img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 30px auto;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_right .shop_img {
    display: none;
  }
  .content .shop_area .shop .shop_detail .inner2 .shop_content .content_right .food_price {
    position: static;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.007em;
    padding-left: 16.875px;
  }
  .content .shop_area .pharmacy .inner2 .pharmacy_title {
    font-size: 24px;
    padding-top: 50px;
  }
  .content .shop_area .pharmacy .inner2 .pharmacy_title_en {
    line-height: 1.3;
  }
  .content .shop_area .pharmacy .shop .shop_name .inner2 h3 {
    padding-top: 55px;
  }
  .content .shop_area .pharmacy .shop .shop_name .inner2 h3::before {
    display: none;
  }
  .content .shop_area .pharmacy .shop .shop_detail .inner2 {
    height: 700px;
  }
  .content .shop_area .pharmacy .shop .shop_detail .inner2 .phramacy_content .phramacy_img1,
  .content .shop_area .pharmacy .shop .shop_detail .inner2 .phramacy_content .phramacy_img2,
  .content .shop_area .pharmacy .shop .shop_detail .inner2 .phramacy_content p {
    display: block;
    position: static;
    width: 90%;
    height: auto;
    margin: 0 auto 30px auto;
  }
  .content .shop_area .pharmacy .shop .shop_detail .inner2_en {
    height: 730px;
  }
  .content .shop_area .coming_soon .inner2 h2 {
    font-size: 33px;
    margin-bottom: 32.6px;
    padding-top: 50px;
  }
  .content .shop_area .coming_soon .inner2 h3 {
    font-size: 30px;
    margin-bottom: 31px;
    line-height: 1.3;
  }
  .content .shop_area .coming_soon .inner2 .h3_coming_sp_en {
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
  .content .shop_area .coming_soon .inner2 .security_check {
    width: 90%;
    margin-bottom: 50px;
  }
  .content .shop_area .coming_soon .inner2 .after_security {
    width: 90%;
    height: 103px;
    background-color: #fff;
    margin: 0 auto 107px auto;
    padding: 21.5px 0;
  }
  .content .shop_area .coming_soon .inner2 .after_security p {
    color: #00ade3;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.11em;
  }
  .content .shop_area .coming_soon .inner2 .coming_list {
    flex-direction: column;
    margin: 0;
    padding-bottom: 0;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items {
    width: 70%;
    margin: 0 auto;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo {
    height: 170px;
    margin-bottom: 0;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .tenpura {
    width: 108px;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .cafe {
    width: 156px;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .jtr {
    width: 246px;
    transform: translateY(-40px);
    mix-blend-mode: multiply;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .osaka {
    width: 247px;
    mix-blend-mode: multiply;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .lawson {
    width: 184px;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_logo .diary {
    mix-blend-mode: multiply;
    transform: translateY(50px);
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_text .coming_shop_name {
    color: #00ade3;
    font-size: 24px;
    letter-spacing: 0.011em;
    font-weight: 600;
    line-height: 87px;
    display: block;
  }
  .content .shop_area .coming_soon .inner2 .coming_list .coming_items .coming_text .jtr_name {
    line-height: 29px;
  }
  .content .new_open .shop:last-child .shop_detail .inner2 .shop_content {
    padding-bottom: 73px;
  }
  .content .new_open::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 1.5px;
    background-color: #00ade3;
    width: 162px;
    bottom: 0;
    transform: translate(-50%) rotate(-45deg);
    transform-origin: 50% 50%;
    z-index: 100;
    left: 50%;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .content .new_open::after {
    width: 80px;
    height: 1px;
    border-radius: 0.5px;
  }
}
.content .schedule_top .top_inner {
  padding-bottom: 188.5px;
  position: relative;
}
.content .schedule_top .top_inner .charactor3 {
  width: 404px;
  position: absolute;
  bottom: -39px;
  left: -6px;
}
.content .phase_description {
  background-color: #f7f4e5;
}
.content .phase_description .inner2 {
  text-align: center;
  padding-top: 126px;
}
.content .phase_description .inner2 h3 {
  font-size: 29px;
  line-height: 49px;
  letter-spacing: 0.21em;
  padding-bottom: 115px;
  font-weight: 600;
}
.content .phase_description .inner2 .h3_description_en {
  letter-spacing: 0.13em;
}
.content .phase1 {
  position: relative;
  z-index: -10;
  background-color: #f7f4e5;
}
.content .phase1 .wrapper .wrapper_schedule {
  top: 285px;
}
.content .phase1 .wrapper .inner2::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #00ade3;
  width: 1194px;
  top: 267px;
  left: 103px;
  transform: rotate(44.5deg);
  transform-origin: 0% 50%;
  z-index: -1;
}
.content .phase1 .wrapper .inner2 {
  position: relative;
}
.content .phase1 .wrapper .inner2 .phase_number {
  width: 141.5px;
  position: absolute;
  top: 4px;
  left: -5px;
}
.content .phase1 .wrapper .inner2 .phase_title {
  max-width: 655px;
  margin-bottom: 48px;
  margin-left: 298px;
}
.content .phase1 .wrapper .inner2 .phase_title .date {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 60px;
  line-height: 87px;
  letter-spacing: 0.03em;
  padding-bottom: 11px;
  border-bottom: 1px solid #00ade3;
  margin-bottom: 23px;
}
.content .phase1 .wrapper .inner2 .phase_title .date span {
  font-size: 36.4px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .content .phase1 .wrapper .inner2 .phase_title {
    margin-bottom: 30px;
  }
  .content .phase1 .wrapper .inner2 .phase_title .date {
    font-size: 30px;
    line-height: 1.75;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .content .phase1 .wrapper .inner2 .phase_title .date span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .content .phase1 .wrapper .inner2 .phase_title .open_area {
    display: block;
  }
}
.content .phase1 .wrapper .inner2 .phase_title .open_area {
  width: 517px;
}
.content .phase1 .wrapper .inner2 .phase_title .open_area_en {
  width: 400px;
}
.content .phase1 .wrapper .inner2 .phase1_img {
  position: relative;
  height: 854px;
}
.content .phase1 .wrapper .inner2 .phase1_img .phase1_img1,
.content .phase1 .wrapper .inner2 .phase1_img .phase1_img1_en {
  display: block;
  width: 798px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.content .phase1 .wrapper .inner2 .phase1_img .phase1_img1_en {
  padding-top: 40px;
}
.content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon {
  width: 747.7881px;
  position: absolute;
  top: -28px;
  right: 0px;
}
.content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon1_en {
  width: 864px;
  position: absolute;
  top: 0;
  left: 186px;
}
.content .phase1 .wrapper .inner2 .phase1_img .phase1_img2 {
  width: 374px;
  position: absolute;
  top: 401px;
  left: 125px;
}
.content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon2 {
  width: 412px;
  position: absolute;
  top: 375px;
  left: 95px;
}
.content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon2_en {
  width: 347px;
  position: absolute;
  top: 350px;
  left: 95px;
}
.content .phase1 .wrapper .inner2 .phase1_img .phase1_img3 {
  width: 396px;
  position: absolute;
  top: 398px;
  left: 602px;
}
.content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon3 {
  width: 260px;
  position: absolute;
  top: 375px;
  left: 577px;
}
.content .phase1 .wrapper .inner2 .phase1_img .phase1_img4 {
  width: 348px;
  position: absolute;
  top: 564px;
  left: 294px;
}
.content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon4 {
  width: 383px;
  position: absolute;
  top: 552px;
  left: 188px;
}
.content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon4_en {
  width: 450px;
  position: absolute;
  top: 552px;
  left: 120px;
}
.content .phase2 .wrapper .wrapper_schedule {
  bottom: 70px;
}
.content .phase2 .wrapper .inner2::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #00ade3;
  width: 1274px;
  top: 300px;
  right: 115px;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  z-index: -1;
}
.content .phase2 .wrapper .inner2 {
  position: relative;
  padding-top: 84px;
}
.content .phase2 .wrapper .inner2 .phase_number {
  width: 193px;
  position: absolute;
  top: 90px;
  right: -5px;
}
.content .phase2 .wrapper .inner2 .phase_title {
  max-width: 655px;
  margin-bottom: 48px;
  margin: 0 277px 0 auto;
  margin-bottom: 52px;
}
.content .phase2 .wrapper .inner2 .phase_title .date {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 60px;
  line-height: 87px;
  letter-spacing: 0.03em;
  padding-bottom: 11px;
  border-bottom: 1px solid #00ade3;
  margin-bottom: 23px;
}
.content .phase2 .wrapper .inner2 .phase_title .date span {
  font-size: 36.4px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .content .phase2 .wrapper .inner2 .phase_title {
    margin-bottom: 30px;
  }
  .content .phase2 .wrapper .inner2 .phase_title .date {
    font-size: 30px;
    line-height: 1.75;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .content .phase2 .wrapper .inner2 .phase_title .date span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .content .phase2 .wrapper .inner2 .phase_title .open_area {
    display: block;
  }
}
.content .phase2 .wrapper .inner2 .phase_title .open_area {
  width: 641px;
}
.content .phase2 .wrapper .inner2 .phase2_img {
  width: 798px;
  margin: 0 auto;
}
.content .phase2 .wrapper .inner2 .phase2_img .phase2_img1 {
  padding-bottom: 20px;
}
.content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox {
  width: 562px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  position: relative;
  padding-bottom: 142px;
}
.content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox .imgbox_items {
  width: 274px;
}
.content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox .imgbox_items:nth-child(-n+2) {
  margin-bottom: 29px;
}
.content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox .imgbox_comment {
  width: 249px;
  position: absolute;
  top: 65px;
  left: -271px;
}
.content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox .imgbox_comment_sp {
  display: none;
}
.content .phase3 {
  position: relative;
  z-index: -10;
  background-color: #f7f4e5;
}
.content .phase3 .wrapper .inner2::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #00ade3;
  width: 970px;
  top: 335px;
  left: 113px;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  z-index: -1;
}
.content .phase3 .wrapper .inner2 {
  position: relative;
}
.content .phase3 .wrapper .inner2 .phase_number {
  width: 189px;
  position: absolute;
  top: 127px;
  left: -5px;
}
.content .phase3 .wrapper .inner2 .grand_open {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 100px;
  line-height: 1;
  margin-left: 275px;
  padding-top: 132px;
  margin-bottom: 36px;
}
.content .phase3 .wrapper .inner2 .phase_title {
  max-width: 655px;
  margin-bottom: 48px;
  margin-left: 298px;
  margin-bottom: 40px;
}
.content .phase3 .wrapper .inner2 .phase_title .date {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 60px;
  line-height: 87px;
  letter-spacing: 0.03em;
  padding-bottom: 11px;
  border-bottom: 1px solid #00ade3;
  margin-bottom: 23px;
}
.content .phase3 .wrapper .inner2 .phase_title .date span {
  font-size: 36.4px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .content .phase3 .wrapper .inner2 .phase_title {
    margin-bottom: 30px;
  }
  .content .phase3 .wrapper .inner2 .phase_title .date {
    font-size: 30px;
    line-height: 1.75;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .content .phase3 .wrapper .inner2 .phase_title .date span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .content .phase3 .wrapper .inner2 .phase_title .open_area {
    display: block;
  }
}
.content .phase3 .wrapper .inner2 .phase_title .open_area {
  width: 515px;
}
.content .phase3 .wrapper .inner2 .phase_title .open_area_en {
  width: 713px;
}
.content .phase3 .wrapper .inner2 .phase3_img,
.content .phase3 .wrapper .inner2 .phase3_img_en {
  display: block;
  width: 798px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.content .phase3 .wrapper .inner2 .phase3_img_en {
  padding-top: 36px;
}
.content .phase3 .wrapper .inner2 .schedule_balloon5_en {
  width: 852px;
  position: absolute;
  top: 515px;
  left: 72px;
}
.content .phase4 {
  position: relative;
  z-index: -10;
  background-color: #f7f4e5;
  z-index: -9999;
}
.content .phase4 .wrapper .inner2 {
  position: relative;
}
.content .phase4 .wrapper .inner2 .phase_number {
  width: 213px;
  position: absolute;
  top: 4px;
  right: -5px;
}
.content .phase4 .wrapper .inner2 .phase_title {
  max-width: 655px;
  margin-bottom: 48px;
  margin: 0 296px 0 auto;
  margin-bottom: 0 !important;
  max-width: 560px;
  padding-bottom: 120px;
}
.content .phase4 .wrapper .inner2 .phase_title .date {
  /* font-family: "EB Garamond", serif; */
  color: #00A6DC;
  font-weight: 800;
  font-size: 60px;
  line-height: 87px;
  letter-spacing: 0.03em;
  padding-bottom: 11px;
  border-bottom: 1px solid #00ade3;
  margin-bottom: 23px;
}
.content .phase4 .wrapper .inner2 .phase_title .date span {
  font-size: 36.4px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .content .phase4 .wrapper .inner2 .phase_title {
    margin-bottom: 30px;
  }
  .content .phase4 .wrapper .inner2 .phase_title .date {
    font-size: 30px;
    line-height: 1.75;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .content .phase4 .wrapper .inner2 .phase_title .date span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .content .phase4 .wrapper .inner2 .phase_title .open_area {
    display: block;
  }
}
.content .phase4 .wrapper .inner2 .phase_title .open_area {
  width: 413px;
}
.content .phase4 .wrapper .inner2 .phase_title .open_area_en {
  width: 655px;
}

@media screen and (max-width: 480px) {
  .content .schedule_top .top_inner {
    padding-bottom: 150px;
  }
  .content .schedule_top .top_inner .charactor3 {
    width: 200px;
    bottom: -60px;
    left: 150px;
  }
  .content .schedule_top .top_inner .h3_schesule_top_en {
    letter-spacing: 0.13em;
  }
  .content .schedule_top .top_inner .p_schedule_top_en {
    letter-spacing: 0.07em;
  }
  .content .phase_description {
    background-color: #f7f4e5;
  }
  .content .phase_description .inner2 {
    text-align: center;
    padding-top: 126px;
  }
  .content .phase_description .inner2 h3 {
    font-size: 21px;
    line-height: 1.75;
    padding-bottom: 75px;
  }
  .content .phase1 .wrapper .inner2::before {
    width: 570px;
    top: 100px;
    left: 50px;
    transform: rotate(74deg);
  }
  .content .phase1 .wrapper .inner2 .phase_number {
    width: 70px;
    top: 4px;
    left: 5%;
  }
  .content .phase1 .wrapper .inner2 .phase_title {
    max-width: 655px;
    margin-bottom: 48px;
    margin-left: 120px;
    margin-bottom: 60px !important;
  }
  .content .phase1 .wrapper .inner2 .phase_title .date {
    /* font-family: "EB Garamond", serif; */
    color: #00A6DC;
    font-weight: 800;
    font-size: 60px;
    line-height: 87px;
    letter-spacing: 0.03em;
    padding-bottom: 11px;
    border-bottom: 1px solid #00ade3;
    margin-bottom: 23px;
  }
  .content .phase1 .wrapper .inner2 .phase_title .date span {
    font-size: 36.4px;
    font-weight: bold;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .content .phase1 .wrapper .inner2 .phase_title {
    margin-bottom: 30px;
  }
  .content .phase1 .wrapper .inner2 .phase_title .date {
    font-size: 30px;
    line-height: 1.75;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .content .phase1 .wrapper .inner2 .phase_title .date span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .content .phase1 .wrapper .inner2 .phase_title .open_area {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .content .phase1 .wrapper .inner2 .phase_title .date_en {
    font-size: 25px;
  }
  .content .phase1 .wrapper .inner2 .phase_title .open_area_en {
    width: 150px;
  }
  .content .phase1 .wrapper .inner2 .phase1_img {
    position: relative;
    height: 580px;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .phase1_img1,
  .content .phase1 .wrapper .inner2 .phase1_img .phase1_img1_en {
    width: auto;
    padding-bottom: 50px;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .phase1_img1_en {
    width: 100%;
    height: 203px;
    padding-top: 15px;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .phase1_img2,
  .content .phase1 .wrapper .inner2 .phase1_img .phase1_img3,
  .content .phase1 .wrapper .inner2 .phase1_img .phase1_img4 {
    position: static;
    width: 100%;
    height: 138px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 50px;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .phase1_img4 {
    margin-bottom: 0;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon1_en {
    width: 110%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon2 {
    width: 200px;
    top: 160px;
    left: 0;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon2_en {
    width: 200px;
    position: absolute;
    top: 165px;
    left: 0;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon3 {
    width: 170px;
    top: 350px;
    left: calc(100% - 170px);
  }
  .content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon3_en {
    top: 365px;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon4 {
    width: 250px;
    top: 535px;
    left: 35px;
  }
  .content .phase1 .wrapper .inner2 .phase1_img .schedule_balloon4_en {
    width: 300px;
    position: absolute;
    top: 552px;
    left: 20px;
  }
  .content .phase1 .wrapper .inner2 .phase1_img_en {
    height: 770px;
  }
  .content .phase2 .wrapper .inner2::before {
    width: 640px;
    top: 120px;
    right: 95px;
    transform: rotate(-70deg);
  }
  .content .phase2 .wrapper .inner2 {
    padding-top: 30px;
  }
  .content .phase2 .wrapper .inner2 .phase_number {
    width: auto;
    height: 75px;
    top: 30px;
    right: 5%;
  }
  .content .phase2 .wrapper .inner2 .phase_title {
    max-width: 655px;
    margin-bottom: 48px;
    margin: 0 120px 0 auto;
    margin-bottom: 52px;
  }
  .content .phase2 .wrapper .inner2 .phase_title .date {
    /* font-family: "EB Garamond", serif; */
    color: #00A6DC;
    font-weight: 800;
    font-size: 60px;
    line-height: 87px;
    letter-spacing: 0.03em;
    padding-bottom: 11px;
    border-bottom: 1px solid #00ade3;
    margin-bottom: 23px;
  }
  .content .phase2 .wrapper .inner2 .phase_title .date span {
    font-size: 36.4px;
    font-weight: bold;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .content .phase2 .wrapper .inner2 .phase_title {
    margin-bottom: 30px;
  }
  .content .phase2 .wrapper .inner2 .phase_title .date {
    font-size: 30px;
    line-height: 1.75;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .content .phase2 .wrapper .inner2 .phase_title .date span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .content .phase2 .wrapper .inner2 .phase_title .open_area {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .content .phase2 .wrapper .inner2 .phase_title .date_en {
    font-size: 25px;
  }
  .content .phase2 .wrapper .inner2 .phase_title .open_area {
    width: 220px;
  }
  .content .phase2 .wrapper .inner2 .phase_title .open_area_en {
    width: 220px;
  }
  .content .phase2 .wrapper .inner2 .phase2_img {
    width: 100%;
    margin: 0 auto;
  }
  .content .phase2 .wrapper .inner2 .phase2_img .phase2_img1 {
    padding-bottom: 20px;
  }
  .content .phase2 .wrapper .inner2 .phase2_img .phase2_sp_text {
    display: block;
  }
  .content .phase2 .wrapper .inner2 .phase2_img .phase2_sp_text h3 {
    text-align: center;
    line-height: 1.75;
    /* font-family: "EB Garamond", serif; */
    color: #00A6DC;
    font-weight: 800;
  }
  .content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 150px;
  }
  .content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox .imgbox_items {
    width: 49%;
  }
  .content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox .imgbox_items:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox .imgbox_comment {
    display: none;
  }
  .content .phase2 .wrapper .inner2 .phase2_img .phase2_imgbox .imgbox_comment_sp {
    display: block;
    width: 150px;
    position: absolute;
    top: 0;
    left: 95px;
  }
  .content .phase3 .wrapper .inner2::before {
    width: 410px;
    top: 135px;
    left: 43px;
    transform: rotate(58deg);
  }
  .content .phase3 .wrapper .inner2 .phase_number {
    width: auto;
    height: 75px;
    top: 30px;
    left: 5%;
  }
  .content .phase3 .wrapper .inner2 .grand_open {
    font-size: 50px;
    margin-left: 120px;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .content .phase3 .wrapper .inner2 .phase_title {
    max-width: 655px;
    margin-bottom: 48px;
    margin-left: 120px;
    margin-bottom: 40px;
  }
  .content .phase3 .wrapper .inner2 .phase_title .date {
    /* font-family: "EB Garamond", serif; */
    color: #00A6DC;
    font-weight: 800;
    font-size: 60px;
    line-height: 87px;
    letter-spacing: 0.03em;
    padding-bottom: 11px;
    border-bottom: 1px solid #00ade3;
    margin-bottom: 23px;
  }
  .content .phase3 .wrapper .inner2 .phase_title .date span {
    font-size: 36.4px;
    font-weight: bold;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .content .phase3 .wrapper .inner2 .phase_title {
    margin-bottom: 30px;
  }
  .content .phase3 .wrapper .inner2 .phase_title .date {
    font-size: 30px;
    line-height: 1.75;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .content .phase3 .wrapper .inner2 .phase_title .date span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .content .phase3 .wrapper .inner2 .phase_title .open_area {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .content .phase3 .wrapper .inner2 .phase_title .date_en {
    font-size: 25px;
  }
  .content .phase3 .wrapper .inner2 .phase_title .open_area {
    width: 220px;
  }
  .content .phase3 .wrapper .inner2 .phase_title .open_area_en {
    width: 220px;
  }
  .content .phase3 .wrapper .inner2 .phase3_img {
    display: block;
    width: 798px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .content .phase3 .wrapper .inner2 .phase3_img_en {
    padding-bottom: 50px;
  }
  .content .phase3 .wrapper .inner2 .schedule_balloon5_en {
    width: 90%;
    position: absolute;
    top: 280px;
    left: 5%;
  }
  .content .phase4 .wrapper .inner2 {
    padding-top: 30px;
  }
  .content .phase4 .wrapper .inner2 .phase_number {
    width: auto;
    height: 75px;
    top: 34px;
    right: 5%;
  }
  .content .phase4 .wrapper .inner2 .phase_title {
    max-width: 655px;
    margin-bottom: 48px;
    margin: 0 150px 0 auto;
    margin-bottom: 0;
    max-width: 560px;
    padding-bottom: 50px;
  }
  .content .phase4 .wrapper .inner2 .phase_title .date {
    /* font-family: "EB Garamond", serif; */
    color: #00A6DC;
    font-weight: 800;
    font-size: 60px;
    line-height: 87px;
    letter-spacing: 0.03em;
    padding-bottom: 11px;
    border-bottom: 1px solid #00ade3;
    margin-bottom: 23px;
  }
  .content .phase4 .wrapper .inner2 .phase_title .date span {
    font-size: 36.4px;
    font-weight: bold;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .content .phase4 .wrapper .inner2 .phase_title {
    margin-bottom: 30px;
  }
  .content .phase4 .wrapper .inner2 .phase_title .date {
    font-size: 30px;
    line-height: 1.75;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .content .phase4 .wrapper .inner2 .phase_title .date span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .content .phase4 .wrapper .inner2 .phase_title .open_area {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .content .phase4 .wrapper .inner2 .phase_title .date_en {
    font-size: 25px;
  }
  .content .phase4 .wrapper .inner2 .phase_title .open_area {
    width: 200px;
  }
  .content .phase4 .wrapper .inner2 .phase_title .open_area_en {
    width: 200px;
  }
}
.content .movie_top h3 {
  margin-bottom: 0;
  padding-bottom: 140px;
}
.content .movie {
  background-color: #f7f4e5;
}
.content .movie .wrapper .wrapper_movie {
  top: 656px;
}
.content .movie .wrapper .inner2 .movie_list {
  padding: 190px 106px 97px 129px;
}
.content .movie .wrapper .inner2 .movie_list .movie_items {
  display: flex;
  align-items: center;
  margin-bottom: 98px;
}
.content .movie .wrapper .inner2 .movie_list .movie_items .movie_left {
  margin-right: 42px;
  width: 312px;
}
.content .movie .wrapper .inner2 .movie_list .movie_items .movie_left iframe {
  width: 312px;
  height: 235px;
}
.content .movie .wrapper .inner2 .movie_list .movie_items .movie_right {
  width: 510px;
}
.content .movie .wrapper .inner2 .movie_list .movie_items:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .content .movie_top h3 {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  .content .movie .wrapper .inner2 .movie_list {
    padding: 70px 0 50px 0;
  }
  .content .movie .wrapper .inner2 .movie_list .movie_items {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 50px;
  }
  .content .movie .wrapper .inner2 .movie_list .movie_items .movie_left {
    margin-right: 0;
  }
  .content .movie .wrapper .inner2 .movie_list .movie_items .movie_left iframe {
    width: 100%;
    height: auto;
  }
  .content .movie .wrapper .inner2 .movie_list .movie_items .movie_right {
    width: 100%;
  }
  .content .movie .wrapper .inner2 .movie_list .movie_items:last-child {
    margin-bottom: 0;
  }
  .content .movie .wrapper .inner2 .movie_list .movie_right img {
    width: 90%;
    display: block;
    margin: 0 auto 30px auto;
  }
}/*# sourceMappingURL=style.css.map */