
@charset "UTF-8";

/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*=======================================================

    common

========================================================*/
html {
  height: 100%;
}

:root {
  --min-width: 1000px;
  --max-width: 1366px;
}

body {
  color: #000;
  font-family: "Roboto", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

.red {
  color: #c1272d;
}

a {
  color: #000;
}

a:hover {
  opacity: 0.8;
}

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  background: #fff !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 4px -4px 15px rgb(0 0 0 / 40%);
}

header .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1364px;
  padding: 0 24px;
}

header .inner img {
  /* max-height: 40px; */
}

header .inner .company_logo {
  align-items: center;
  display: flex;
}

header .inner h1 {
  width: 132.62px;
}

header .inner .mfg_logo {
  width: 185px;
  display: flex;
  justify-content: center;
  margin-left: 15px;
}

header .inner .mitsuioutletpark_logo {
  width: 132.61px;
  margin-left: 13.26px;
}

header .inner .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

header .inner .menu_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
  height: 36px;
  margin-right: -5px;
}

header .inner .menu_btn span {
  background-color: #000000;
  height: 2px;
  left: 5px;
  width: 20px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .inner .menu_btn span:nth-of-type(1) {
  top: 10px;
}

header .inner .menu_btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .inner .menu_btn span:nth-of-type(3) {
  bottom: 10px;
}

header .inner .menu_btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

header .inner .menu_btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar 0.8s forwards;
  animation: active-menu-bar 0.8s forwards;
}

header .inner .menu_btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

header .inner nav ul li {
  background-color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

header .inner nav ul li a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 9px 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
}

header .inner .company_logo a img {
  width: auto;
}

header .inner nav ul li a:hover,
header .inner nav ul li a.current {
  color: #b0b0b0;
}

header .inner nav ul li a span {
  margin-right: 2.3076923077vw;
}

header .inner nav.active {
  color: #5fca4f;
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .inner .child_1 {
  order: 2;
}

header .inner .child_2 {
  order: 1;
}

@media screen and (min-width: 769px) {
  header {
    height: 80px;
    min-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  header .inner {
    position: relative;
    padding: 0 5%;
    font-size: 130%;
    letter-spacing: 0em;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 768px) {
  header .inner .company_logo {
    width: auto;
    max-width: calc((300 / 350) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  header .inner h1 {
    margin: 0 10px 0 0;
    width: 92.38px;
  }

  header .inner h1 img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header .inner .mfg_logo {
    margin: 0 10px 0 0;
    width: 110px;
  }

  header .inner .mitsuioutletpark_logo {
    margin: 0 9.24px 0 0;
    width: 92.38px;
  }
}

@media screen and (max-width: 300px) {
  header .inner .mfg_logo {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  header .inner .menu_btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header .inner .child_1 {
    order: 1;
  }

  header .inner .child_2 {
    order: 2;
  }
}

@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 57px;
  }

  header .inner nav {
    opacity: 0;
    position: absolute;
    z-index: 300;
    right: -100%;
    top: 57px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

@media screen and (min-width: 769px) {
  header .inner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .inner nav ul .active a {
    background-color: #f3f0e7;
  }
}

@media screen and (max-width: 768px) {
  header .inner nav ul {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  header .inner nav ul li {
    border-top: 1px solid #008bde;
  }

  header .inner nav ul li a {
    padding: 15px 15px;
    font-size: 14px;
    display: block;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  header .inner nav ul li + li {
    margin-left: 3.0769230769vw;
    margin-left: 45px;
    margin-left: 10px;
  }
}

footer {
  font-size: 14px;
}

footer .foot_nav {
  padding: 30px 0;
}

footer .foot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .foot_nav ul li {
  margin-right: 20px;
}

footer .foot_nav ul li:last-child {
  margin-right: 0;
}

footer .foot_nav ul li:last-child::after {
  display: none;
}

footer .foot_nav ul li::after {
  content: "・";
  color: #0e9d46;
  margin-left: 20px;
}

footer .foot_nav ul li a:hover {
  color: #0e9d46;
}

@media screen and (max-width: 768px) {
  footer .pagetop {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  footer .foot_nav {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .foot_nav ul {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  footer .foot_nav ul li {
    margin-bottom: 10px;
  }
}

#movie .container {
  height: 100%;
  margin: auto;
  position: relative;
}

#movie .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

#movie section {
  overflow: hidden;
  position: relative;
}

#movie #bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.7692307692vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4.6153846154vw 12.3076923077vw;
}

#movie #bottom_nav li a {
  text-decoration: none;
}

#movie #bottom_nav li a:hover,
#movie #bottom_nav li a.current {
  color: #00a192;
}

#movie .link-section .container {
  padding: 50px 0 60px;
}

@media screen and (max-width: 768px) {
  #movie .link-section .container {
    padding: 15px 5% 15px;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

#movie .link-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px;
}

#movie .link-section ul li {
  width: 50%;
  padding: 0 20px;
}

#movie .link-section ul li img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

#movie .link-section a {
  display: block;
  margin: 20px auto 0;
  opacity: 1;
  max-width: 590px;
}

#movie .link-section a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#movie .link-section a:hover img {
  -webkit-box-shadow: 0px 3px 17px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 17px -7px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  #movie .container {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 769px) {
  #movie #bottom_nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #movie .link-section h2 {
    margin: auto;
    max-width: 275px;
  }

  #movie .link-section a {
    margin-top: 15px;
  }
}

@font-face {
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Adobe Garamond Pro Regular"),
    url("../fonts/AGaramondPro/AGaramondPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Adobe Garamond Pro Bold"),
    url("../fonts/AGaramondPro/AGaramondPro-Bold.woff") format("woff");
}

@font-face {
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Adobe Garamond Pro Semibold"),
    url("../fonts/AGaramondPro/AGaramondPro-Semibold.otf") format("opentype");
}

body {
  line-height: 1.7;
}

.font-mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.font-gothic {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  #movie {
    padding-bottom: calc((72 / 375) * 100vw * 2 - 20px);
  }
}

.kadoma-content {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 1280px;
  /*  letter-spacing: 0.1em;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased; */
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .kadoma-content {
    min-width: auto;
    padding-top: 57px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  #movie .container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.color01 {
  color: #0092d9;
}

.color02 {
  color: #f6ab00;
}

.bg01 {
  background-color: #0092d9;
}

.bg02 {
  background-color: #f6ab00;
}

.mt0 {
  margin-top: 0 !important;
}

#btm_card {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -160px;
  z-index: 100;
}

#btm_card a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.sp_btn {
  display: none;
}

#btm_card img {
  height: 316px;
}

#btm_card a:hover {
  -webkit-filter: brightness(102%);
  filter: brightness(102%);
}

@media screen and (max-width: 520px) {
  #btm_card {
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 270px;
    z-index: 100;
    left: 0;
    right: 0;
  }

  #btm_card img {
    height: auto;
    width: 100%;
  }

  #btm_card a:hover {
    opacity: 1;
  }

  .sp_btn {
    display: block;
  }

  .pc_btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .nav_bg {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    z-index: 250;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }

  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
}

.text-link {
  margin-top: 35px;
}

.text-link p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7777777778;
}

@media screen and (max-width: 768px) {
  .text-link p {
    font-size: 13px;
  }
}

.text-link.mt0 {
  margin-top: 0;
}

.time-comment {
  color: red;
}

@media screen and (min-width: 768px) {
  .time-comment {
    padding: 13px 0;
    color: red;
  }
}

@media screen and (max-width: 768px) {
  .time-comment {
    padding: 9px 0;
  }
}

.side-bar {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .side-bar {
    width: 81px;
    top: 170px;
    right: -1px;
  }

  .multiple-items {
    margin-top: 25px;
  }

  .multiple-items .slick-arrow {
    color: black;
  }
}

@media screen and (max-width: 768px) {
  .side-bar {
    bottom: -1px;
    width: 100%;
  }
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.yugothic {
  font-family: "Yu Gothic Pr6N", sans-serif;
}

.saishinjoho {
  font-family: "Yu Gothic Pr6N", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  margin-top: 15px;
}

.div-new-list-absolute {
  position: relative;
}

.div-gourmet-absolute {
  position: relative;
  background-color: transparent;
  margin-top: 200px;
}

.div-bottom-relative {
  height: 1650px;
  width: 100%;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  margin-top: -1300px;
}

#movie div.container-left {
  margin-left: 143px;
}

.gourmet-content-1 {
  display: grid;
  grid-template-columns: 460px;
  margin-top: 60px;
}

.gourmet-content-2 {
  display: grid;
  grid-template-columns: calc(100% - 460px);
  margin-top: 70px;
}

.gourmet-content-title-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  height: 44px;
  color: #ffffff;
  background: linear-gradient(143.05deg, #0093da 5.14%, #50c1f8 94.5%);
  text-align: center;
  margin-left: 50px;
}

.gourmet-content-content-1 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-left: 50px;
  margin-top: 30px;
}

.gourmet-content-detail-1 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-left: 50px;
  margin-top: 30px;
}

.gourmet-content-detail-1 i {
  margin-left: 20px;
  font-size: 30px;
}

.gourmet-content-content-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-right: 50px;
  margin-top: 30px;
}

.gourmet-content-detail-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-right: 50px;
  margin-top: 30px;
}

.gourmet-content-3 {
  margin-right: 143px;
  border: 1px solid #444343;
  box-sizing: border-box;
  position: absolute;
  width: 1000px;
  height: 60px;
  margin-top: 80px;
  text-align: center;
}

.gourmet-content-3-bold {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 51px;
}

.gourmet-content-3-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-left: 15px;
  color: #444343;
}

.new-list-title-1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 109px;
  color: #444343;
  padding-top: 46px;
}

.new-list-title-2 {
  margin-top: 10px;
  padding-bottom: 20px;
}

.new-list-title-3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  padding-bottom: 30px;
  color: #000000;
  max-width: 1000px;
}

.new-list-title-5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: calc(38 / 26);
  color: #444343;
  margin-top: 10px;
}

.new-list-title-5__text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(30 / 16);
  margin-top: 40px;
  font-weight: 700;
}

.new-list-content {
  display: grid;
  grid-template-columns: 100px calc(100% - 150px) 50px;
  border-bottom: 1px solid #acacac;
  padding-top: 25px;
  padding-bottom: 25px;
}

.new-list-content .gird-column-1 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #5e5e5e;
}

.new-list-content .gird-column-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  padding-left: 30px;
}

.new-list-content .gird-column-3 {
  font-size: 26px;
  text-align: right;
  margin-top: -5px;
  padding-bottom: 4px;
}

.sp-only {
  display: none;
}

.new-list-content .gird-column-2 .new {
  color: #ff495f;
}

.new-list-content .fa-arrow-right:before {
  color: #000000;
  border-radius: 21px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
  border: solid #000000 3px;
}

.div-gourmet-absolute .fa-arrow-right:before {
  color: #ffffff;
  border-radius: 21px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
  border: solid #000000 3px;
  background: #000000;
}

.new-list-content .gird-column-2 .new {
  color: #ff495f;
}

.no-padding-no-border img {
  width: 100%;
}

.div-gourmet-absolute .gird-column-1,
.div-gourmet-absolute .gird-column-2 {
  position: relative;
}

.div-gourmet-absolute .gird-column-1 img {
  position: relative;
  z-index: 2;
  border-radius: 0px 100px 0px 0px;
}

.div-gourmet-absolute .gird-column-2 img {
  position: relative;
  z-index: 2;
  border-radius: 100px 0px 0px 0px;
}

.div-gourmet-absolute .gird-column-1 .backgroud-behind {
  width: 100%;
  height: 100%;
  background: linear-gradient(143.05deg, #0093da 5.14%, #50c1f8 94.5%);
  border-radius: 0px 100px 0px 0px;
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 1;
}

.div-gourmet-absolute .gird-column-2 .backgroud-behind {
  width: 100%;
  height: 100%;
  background: linear-gradient(327.51deg, #f5a200 25.78%, #ffc451 96.46%);
  border-radius: 100px 0px 0px 0px;
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  :root {
    --min-width: 100vw;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none !important;
  }

  #movie .slide-top-2 .gird-column-3 div {
    width: unset;
  }

  .div-top-relative {
    /* padding-bottom: 50px; */
  }

  .new-list-title-1 {
    font-size: 40px;
    line-height: 54px;
    padding-top: 50px;
  }

  .new-list-title-2 {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .new-list-title-3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
  }

  .new-list-title-5__text {
    line-height: calc(23 / 16);
  }

  .mt0 {
    margin-top: 0;
  }

  .new-list-content {
    padding-top: 15px;
    padding-bottom: 10px;
    grid-template-columns: 60px calc(100% - 130px) 70px;
  }

  .new-list-content .gird-column-1 {
    font-size: 10px;
    line-height: 14px;
    margin: auto;
    margin-left: 0px;
  }

  .new-list-content .gird-column-2 {
    font-size: 11px;
    line-height: 16px;
  }

  .new-list-content .gird-column-3 {
    font-size: 20px;
    margin-top: -5px;
    padding-bottom: 5px;
  }

  #movie div.container-left {
    margin-left: 13px;
  }

  #movie div.container-right {
    padding-right: 35px;
    margin-left: 0px;
  }

  .gird-row-1-sp {
    grid-row: 1;
  }

  .gird-row-2-sp {
    grid-row: 2;
  }

  .gird-row-3-sp {
    grid-row: 3;
  }

  .gird-row-4-sp {
    grid-row: 4;
  }

  .gird-row-5-sp {
    grid-row: 5;
  }

  .gird-row-6-sp {
    grid-row: 6;
  }

  .gird-row-7-sp {
    grid-row: 7;
  }

  .gird-column-1-sp {
    grid-column: 1;
  }

  .gird-column-2-sp {
    grid-column: 2;
  }

  .gird-column-3-sp {
    grid-column: 3;
  }

  .gird-column-4-sp {
    grid-column: 4;
  }

  .gird-column-5-sp {
    grid-column: 5;
  }

  .div-gourmet-absolute {
    margin-top: 100px;
    border-radius: 0px 70px 0px 0px;
  }

  .div-mid-relative {
    height: 7020px;
  }

  .div-bottom-relative {
    height: 1250px;
  }

  #slide .slider img {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 20px;
  }

  #slide .slider .slick-next {
    right: 40px;
    margin-top: 7px;
  }

  #slide .slider .slick-prev {
    z-index: 2;
    margin-top: 7px;
    left: 23px;
  }

  .tiny-circle {
    display: unset;
  }

  .div-circle-1-absolute {
    top: -70px;
    margin-left: 170px;
    height: 385.45px;
    width: 385.45px;
    border-radius: 192.25px;
    opacity: 60%;
  }

  .div-circle-2-absolute {
    width: 312.55px;
    height: 312.55px;
    left: 43.9px;
    top: 250.72px;
    opacity: 60%;
  }

  .div-circle-3-absolute {
    width: 278.87px;
    height: 278.87px;
    left: 209px;
    top: 660.26px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
  }

  .div-circle-4-absolute {
    width: 379.65px;
    height: 379.65px;
    left: -150.88px;
    top: 934.46px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
  }

  .div-circle-5-absolute {
    width: 385.45px;
    height: 385.45px;
    left: 185px;
    top: 1468.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
  }

  .div-circle-6-absolute {
    width: 488.44px;
    height: 488.44px;
    left: -185px;
    top: 1908.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-7-absolute {
    width: 385.45px;
    height: 385.45px;
    left: 185px;
    top: 2458.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-8-absolute {
    width: 312.55px;
    height: 312.55px;
    left: -155px;
    top: 2768.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-9-absolute {
    width: 278.87px;
    height: 278.87px;
    left: 195px;
    top: 3188.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-10-absolute {
    left: -135px;
    top: 3438.51px;
    width: 379.65px;
    height: 379.65px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-11-absolute {
    width: 385.45px;
    height: 385.45px;
    left: 155px;
    top: 3958.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-12-absolute {
    width: 488.44px;
    height: 488.44px;
    left: -175px;
    top: 4448.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-13-absolute {
    width: 385.45px;
    height: 385.45px;
    left: 155px;
    top: 4978.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-14-absolute {
    width: 312.55px;
    height: 312.55px;
    left: -125px;
    top: 5248.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-15-absolute {
    width: 278.87px;
    height: 278.87px;
    left: 155px;
    top: 5618.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  .div-circle-16-absolute {
    width: 379.65px;
    height: 379.65px;
    left: -155px;
    top: 5958.51px;
    margin-left: 0px;
    border-radius: 231px;
    opacity: 60%;
    position: relative;
    background-color: #f6f0e0;
  }

  #movie div.div-gourmet-absolute .container-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-gourmet-absolute .gird-column-1 .backgroud-behind {
    width: calc(100% - 11px);
    left: 11px;
    border-radius: 0px 60px 0px 0px;
  }

  .div-gourmet-absolute .gird-column-1 img {
    padding-right: 11px;
    border-radius: 0px 50px 0px 0px;
  }

  .div-gourmet-absolute .gird-column-2 .backgroud-behind {
    width: calc(100% - 11px);
    right: 11px;
    border-radius: 60px 0px 0px 0px;
  }

  .div-gourmet-absolute .gird-column-2 img {
    padding-right: 11px;
    border-radius: 50px 0px 0px 0px;
  }

  .tiny-circle {
    width: 8.09px;
    height: 8.09px;
  }

  .div-dot-1-absolute {
    width: 56px;
    height: 56px;
    left: -20px;
    top: 810px;
  }

  .div-dot-2-absolute {
    width: 56px;
    height: 56px;
    left: calc(100% - 50px);
    top: 1310px;
  }

  .div-dot-3-absolute {
    width: 56px;
    height: 56px;
    left: 10px;
    top: 1780px;
  }

  .div-dot-4-absolute {
    width: 56px;
    height: 56px;
    left: calc(100% - 120px);
    top: 2240px;
  }

  .div-dot-5-absolute {
    display: grid;
    position: absolute;
    width: 56px;
    height: 56px;
    left: 10px;
    top: 3060px;
  }

  .div-dot-6-absolute {
    display: grid;
    position: absolute;
    width: 56px;
    height: 56px;
    left: -20px;
    top: 3310px;
  }

  .div-dot-7-absolute {
    display: grid;
    position: absolute;
    width: 56px;
    height: 56px;
    left: calc(100% - 40px);
    top: 3800px;
  }

  .div-dot-8-absolute {
    display: grid;
    position: absolute;
    width: 56px;
    height: 56px;
    left: 10px;
    top: 4310px;
  }

  .div-dot-9-absolute {
    display: grid;
    position: absolute;
    width: 56px;
    height: 56px;
    left: calc(100% - 90px);
    top: 4810px;
  }

  .div-dot-10-absolute {
    display: grid;
    position: absolute;
    width: 56px;
    height: 56px;
    left: 10px;
    top: 5550px;
  }

  .div-dot-11-absolute {
    display: grid;
    position: absolute;
    width: 56px;
    height: 56px;
    left: 10px;
    top: 5850px;
  }

  .div-dot-12-absolute {
    display: grid;
    position: absolute;
    width: 56px;
    height: 56px;
    left: calc(100% - 40px);
    top: 6450px;
  }
}

.div-top-relative {
  background-image: url(../img/forever21/bg_paturn_01.png);
  background-repeat: repeat-y;
  background-size: 2662px auto;
  background-position: center top -810px;
  padding-bottom: 130px;
}

.list-column {
  list-style-type: none;
  margin: 96px auto 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}

.btn-wrap {
  margin-top: 100px;
}

.mt20 {
  margin-top: 20px;
}

.btn-c {
  padding: 17px;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #000000;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  border: solid 1px black;
}

.btn-c:hover {
  color: black;
  background-color: white;
}

.btn-c i {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn-c {
    font-size: 18px;
    padding: 15px;
  }
}

@media screen and (min-width: 769px) {
  #movie .new-list-title-1 {
    white-space: nowrap;
    padding-top: 130px;
  }
}

.movie-content {
  margin-top: 110px;
}

.movie-vol__item {
}

.movie-vol__item + .movie-vol__item {
  margin-top: 50px;
}

.movie-vol__ttl {
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 52px;
  line-height: calc(71 / 52);
  color: #444343;
}

.movie-vol__ttl_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: calc(38 / 26);

  color: #444343;
}

.movie-vol__video {
  margin-top: 20px;
}

.movie-vol__video img,
.movie-vol__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.forever21-check {
  text-align: center;
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .movie-content {
    margin-top: 80px;
  }

  .movie-vol__item + .movie-vol__item {
    margin-top: 60px;
  }

  .movie-vol__ttl {
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
  }

  .movie-vol__ttl_sub {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #000;
  }

  .forever21-check {
    margin-top: 50px;
  }
  .div-top-relative {
    padding-bottom: 50px;
    background-size: 750px;
    background-position-y: -71px;
  }
}



