/* =========================================================
body
========================================================= */
body {
  background: #0068B7;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .to-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .to-sp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/*------------------------------------------
fade up
------------------------------------------*/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

/*------------------------------------------
fonts
------------------------------------------*/
.en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/*------------------------------------------
.img__bedding,
.img__peak
------------------------------------------*/
.img__bedding,
.img__peak {
  width: 100%;
  height: 100%;
}
.img__bedding > img,
.img__peak > img {
  width: 100%;
  height: 100%;
}

.img__bedding {
  background: #fff;
}
.img__bedding > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img__peak {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img__peak > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*------------------------------------------
left__container
right__container
------------------------------------------*/
.left__container,
.right__container {
  display: none;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .left__container,
  .right__container {
    display: block;
  }
}

@-webkit-keyframes loop-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -58.345534407vw;
  }
}

@keyframes loop-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -58.345534407vw;
  }
}
@-webkit-keyframes loop-txt-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 58.345534407vw;
  }
}
@keyframes loop-txt-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 58.345534407vw;
  }
}
.left__loop {
  margin: 0 auto;
}
.left__loop::before {
  background-image: url(../images/left_img.png);
  -webkit-animation: loop-txt-2 20s linear infinite;
          animation: loop-txt-2 20s linear infinite;
}

.right__loop {
  margin: 0 0 0 2.7818448023vw;
}
.right__loop::before {
  background-image: url(../images/right_img.png);
  -webkit-animation: loop-txt 20s linear infinite;
          animation: loop-txt 20s linear infinite;
}

.left__loop,
.right__loop {
  width: 4.7584187408vw;
  height: 100%;
  position: relative;
}
.left__loop::before,
.right__loop::before {
  content: "";
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: auto 58.345534407vw;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*------------------------------------------
left__container
------------------------------------------*/
.left__container {
  width: 19.9121522694vw;
  background: #F99900;
}

/*------------------------------------------
right__container
------------------------------------------*/
.right__container {
  width: 40.2635431918vw;
  padding-left: 2.3426061493vw;
}

/*------------------------------------------
gnav
------------------------------------------*/
.nav__container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 1025px) {
  .nav__container {
    display: block !important;
    left: auto;
    width: 26.0614934114vw;
  }
}
@media (max-width: 1024px) {
  .nav__container {
    background: rgba(51, 51, 51, 0.3);
    display: none;
    overflow: auto;
    overscroll-behavior-y: contain;
  }
}
.nav__container::after {
  content: "";
  background: url(../images/right_label.png) no-repeat center/100%;
  width: 356px;
  height: 208px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .nav__container::after {
    z-index: -1;
    width: 26.0614934114vw;
    height: 15.2269399707vw;
  }
}
.nav__container .gav__btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  z-index: 10;
}
@media (min-width: 1025px) {
  .nav__container .gav__btn {
    display: none;
  }
}
.nav__container .nav__cnt {
  height: 100%;
}
@media (min-width: 1025px) {
  .nav__container .nav__cnt {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .nav__container .nav__cnt {
    width: calc(100% - 20px);
    height: 120%;
    margin-left: auto;
    background: #0068B7;
    padding: 130px 0 80px;
  }
}
.nav__container .nav__inner {
  position: relative;
  z-index: 2;
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .nav__container .nav__inner {
    padding: 0 10px 0 8px;
  }
}
.nav__container .nav__box {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .nav__container .nav__box {
    margin: 0 auto;
  }
}
.nav__container .nav__list {
  width: 100%;
}
.nav__container .nav__list .main__item {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .nav__container .nav__list .main__item {
    margin-bottom: 40px;
  }
}
.nav__container .nav__list .main__item:last-child {
  margin-bottom: 0;
}
.nav__container .nav__list .main__item .main__link {
  color: #ffffff;
  background: #E83320;
  font-size: 25px;
  padding-left: 16px;
  position: relative;
}
.nav__container .nav__list .main__item .main__link::before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/nav_arrow.png) no-repeat center/100%;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .nav__container .nav__list .main__item .main__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav__container .nav__list .main__item .main__link:hover {
    background: #ffffff;
    color: #E83320;
  }
  .nav__container .nav__list .main__item .main__link:hover::before {
    background: url(../images/nav_arrow_on.png) no-repeat center/100%;
  }
}
@media (max-width: 1024px) {
  .nav__container .nav__list .main__item .main__link {
    letter-spacing: 0;
  }
}
.nav__container .nav__list .main__item .main__link.ja {
  font-weight: 700;
  font-size: 21px;
}
.nav__container .nav__list .sub__nav {
  margin-top: 24px;
  padding-left: 20px;
}
.nav__container .nav__list .sub__nav .sub__item {
  margin-bottom: 24px;
}
.nav__container .nav__list .sub__nav .sub__item:last-child {
  margin-bottom: 0;
}
.nav__container .nav__list .sub__nav .sub__item .sub__link {
  color: #0068B7;
  background: #ffffff;
  font-size: 17px;
  padding-left: 16px;
  position: relative;
}
.nav__container .nav__list .sub__nav .sub__item .sub__link::before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/nav_arrow_2.png) no-repeat center/100%;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .nav__container .nav__list .sub__nav .sub__item .sub__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav__container .nav__list .sub__nav .sub__item .sub__link:hover {
    background: #1C87D8;
    color: #ffffff;
  }
  .nav__container .nav__list .sub__nav .sub__item .sub__link:hover::before {
    background: url(../images/nav_arrow.png) no-repeat center/100%;
  }
}
@media (max-width: 1024px) {
  .nav__container .nav__list .sub__nav .sub__item .sub__link {
    letter-spacing: 0;
  }
}

/*------------------------------------------
header__container
------------------------------------------*/
.header__container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #0068B7;
  z-index: 10;
}
@media (min-width: 1025px) {
  .header__container {
    display: none;
  }
}
.header__container .header__box {
  padding: 14px 0 12px;
  border-bottom: 1px solid #0e588f;
}
.header__container .header__box .inner {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__container .header__box .inner .logo {
  width: 152px;
}
.header__container .header__box .inner .logo > a {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__container .header__box .inner .gav__btn {
  width: 22px;
  height: 14px;
  position: relative;
}
.header__container .header__box .inner .gav__btn span {
  background: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.header__container .header__box .inner .gav__btn span:first-child {
  top: 0;
}
.header__container .header__box .inner .gav__btn span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.header__container .header__box .inner .gav__btn span:nth-child(3) {
  bottom: 0;
}
.header__container .header__nav {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.header__container .header__nav > li {
  height: 46px;
}
.header__container .header__nav > li:first-child {
  width: 118px;
}
.header__container .header__nav > li:first-child > a::before {
  background: url(../images/nav_ico_1.png) no-repeat center/100%;
}
.header__container .header__nav > li:nth-child(2) {
  width: 82px;
}
.header__container .header__nav > li:nth-child(2) > a::before {
  background: url(../images/nav_ico_2.png) no-repeat center/100%;
}
.header__container .header__nav > li:nth-child(3) {
  width: 124px;
}
.header__container .header__nav > li:nth-child(3) > a::before {
  background: url(../images/nav_ico_3.png) no-repeat center/100%;
}
.header__container .header__nav > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 40px;
  position: relative;
}
.header__container .header__nav > li > a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.header__container .header__nav > li > a .txt {
  line-height: 1;
  letter-spacing: 0.01em;
  background: #E83320;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  left: 45px;
}
.header__container .header__nav > li > a .line-1 {
  top: 10px;
}
.header__container .header__nav > li > a .line-2 {
  bottom: 10px;
}

/*------------------------------------------
main__container
------------------------------------------*/
.cmn__inner {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1025px) {
  .cmn__inner {
    padding: 0 1.0980966325vw;
  }
}

.cmn__link {
  width: 264px;
  height: 56px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .cmn__link {
    width: 19.3265007321vw;
    height: 4.0995607613vw;
  }
}
.cmn__link::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #F99900;
  border-radius: 28px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .cmn__link::before {
    border-radius: 2.0497803807vw;
  }
}
.cmn__link > a {
  background: #F99900;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  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;
  position: relative;
}
@media (min-width: 1025px) {
  .cmn__link > a {
    border-radius: 2.0497803807vw;
  }
}
.cmn__link > a::after {
  content: "";
  background: url(../images/ico_arrow.png) no-repeat center/100%;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.cmn__link.ico--pdf > a.ja {
  font-size: 15px;
}
.cmn__link.ico--pdf > a::after {
  background: url(../images/ico_pdf.png) no-repeat center/100%;
  width: 22px;
  height: 27px;
}
.cmn__link.items > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cmn__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cmn__ttl::after {
  content: "";
  background: #E83320;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cmn__ttl span {
  display: inline-block;
  font-weight: 600;
  font-size: 33px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.cmn__date {
  color: #F99900;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .cmn__date {
    margin-bottom: 1.1713030747vw;
  }
}

.bg__dot {
  width: 100%;
  background-image: url(../images/bg_dot.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center top;
}

.main__container {
  padding-top: 110px;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .main__container {
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.main__container .mv__img {
  width: 100%;
}

/*------------------------------------------
pointup__container
------------------------------------------*/
.pointup__container {
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .pointup__container {
    padding: 2.9282576867vw 0 4.39238653vw;
  }
}
.pointup__container .ttl__area {
  margin: 0 auto 24px;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .pointup__container .ttl__area {
    margin: 0 auto 48px;
  }
}
.pointup__container .ttl__area span {
  display: block;
}
.pointup__container .ttl__area .ttl__1 {
  width: 100%;
  margin: 0 auto 8px;
}
@media (min-width: 1025px) {
  .pointup__container .ttl__area .ttl__1 {
    max-width: 22.8404099561vw;
    margin: 0 auto 16px;
  }
}
.pointup__container .ttl__area .ttl__2 {
  width: 100%;
  margin: 0 auto 4px;
}
@media (min-width: 1025px) {
  .pointup__container .ttl__area .ttl__2 {
    max-width: 22.8404099561vw;
    margin: 0 auto 8px;
  }
}
.pointup__container .ttl__area .ttl__3 {
  text-align: center;
  font-size: 12px;
  margin: 0 auto 16px;
}
@media (min-width: 1025px) {
  .pointup__container .ttl__area .ttl__3 {
    font-size: 24px;
    margin: 0 auto 32px;
  }
}
.pointup__container .ttl__area .ttl__4 {
  width: 100%;
  max-width: 238px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .pointup__container .ttl__area .ttl__4 {
    max-width: 17.4231332357vw;
  }
}
.pointup__container .pointup__list {
  width: 100%;
  max-width: 81.6vw;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .pointup__container .pointup__list {
    max-width: 22.4011713031vw;
    margin: 0 auto 2.196193265vw;
  }
}
.pointup__container .pointup__list .img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .pointup__container .pointup__list .img {
    margin-bottom: 1.4641288433vw;
  }
}
.pointup__container .pointup__list .txt {
  letter-spacing: 0.16em;
  line-height: 2;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .pointup__container .pointup__list .txt {
    letter-spacing: 0.06em;
    font-size: 16px;
  }
}

/*------------------------------------------
special__container
------------------------------------------*/
.special__container {
  padding: 52px 0 45px;
}
@media (min-width: 1025px) {
  .special__container {
    padding: 3.8067349927vw 0 3.2942898975vw;
  }
}
.special__container .cmn__ttl {
  margin: 0 auto 45px;
}
@media (min-width: 1025px) {
  .special__container .cmn__ttl {
    margin: 0 auto 1.8301610542vw;
  }
}
.special__container .special__info {
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .special__container .special__info {
    margin: 0 auto 2.196193265vw;
  }
}
.special__container .special__info:last-child {
  margin: 0 auto;
}
.special__container .special__ttl {
  width: 100%;
  margin: 0 auto 24px;
}
@media (min-width: 1025px) {
  .special__container .special__ttl {
    max-width: 24.1581259151vw;
    margin: 0 auto 1.756954612vw;
  }
}
.special__container .special__list {
  width: 100%;
  max-width: 81.6vw;
  margin: 0 auto 16px;
}
@media (min-width: 1025px) {
  .special__container .special__list {
    max-width: 22.4011713031vw;
    margin: 0 auto 1.1713030747vw;
  }
}
.special__container .special__list .img {
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .special__container .special__list .img {
    margin: 0 auto 1.4641288433vw;
  }
}
.special__container .special__list .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #0068B7;
  font-weight: 700;
}
.special__container .special__list .detail .ttl {
  color: #F99900;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .special__container .special__list .detail .ttl {
    font-size: 20px;
    margin-bottom: 1.0980966325vw;
  }
}
.special__container .special__list .detail .date {
  font-size: 13px;
}
@media (min-width: 1025px) {
  .special__container .special__list .detail .date {
    font-size: 16px;
  }
}
.special__container .special__detail {
  background: #0068B7;
  width: 100%;
  max-width: 81.6vw;
  letter-spacing: 0.16em;
  line-height: 2;
  font-size: 13px;
  margin: 0 auto 38px;
}
@media (min-width: 1025px) {
  .special__container .special__detail {
    max-width: 22.4011713031vw;
    letter-spacing: 0.06em;
    font-size: 16px;
    margin: 0 auto 2.7818448023vw;
  }
}
.special__container .special__event,
.special__container .special__book {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .special__container .special__event,
  .special__container .special__book {
    margin-bottom: 3.6603221083vw;
  }
}
.special__container .special__img {
  width: 100%;
  max-width: 81.6vw;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .special__container .special__img {
    max-width: 22.4011713031vw;
    margin: 0 auto 2.196193265vw;
  }
}
.special__container .special__ill .special__ttl {
  margin: 0 auto 6px;
}
@media (min-width: 1025px) {
  .special__container .special__ill .special__ttl {
    margin: 0 auto 0.439238653vw;
  }
}
.special__container .special__ill .special__img {
  max-width: 84.8vw;
}
@media (min-width: 1025px) {
  .special__container .special__ill .special__img {
    max-width: 23.2796486091vw;
  }
}
.special__container .special__ill .detail {
  padding: 10px 0 0;
  background: #0068B7;
  font-weight: 700;
  margin: 0 auto;
  width: 100%;
  max-width: 84.8vw;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .special__container .special__ill .detail {
    padding: 20px 0 0;
    max-width: 23.2796486091vw;
    margin: 0 auto 2.196193265vw;
  }
}
.special__container .special__ill .detail .ttl {
  text-align: center;
  color: #F99900;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .special__container .special__ill .detail .ttl {
    font-size: 20px;
    margin-bottom: 1.0980966325vw;
  }
}
.special__container .special__ill .detail .ttl span {
  font-weight: 700;
  display: block;
  line-height: 1.6;
}
.special__container .special__ill .detail .ttl .txt--1 {
  letter-spacing: 0.06em;
  font-size: 12px;
}
.special__container .special__ill .detail .ttl .txt--2 {
  letter-spacing: 0.14em;
  font-size: 16px;
}
.special__container .special__ill .detail .ttl .txt--3 {
  letter-spacing: 0.2em;
  font-size: 20px;
}
.special__container .special__ill .detail .date {
  line-height: 2;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .special__container .special__ill .detail .date {
    font-size: 16px;
  }
}

/*------------------------------------------
newshop__container
------------------------------------------*/
.newshop__container {
  padding: 30px 0 70px;
}
@media (min-width: 1025px) {
  .newshop__container {
    padding: 2.196193265vw 0 5.1244509517vw;
  }
}
.newshop__container .cmn__ttl {
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .newshop__container .cmn__ttl {
    margin: 0 auto 2.196193265vw;
  }
}
.newshop__container .newshop__slide .splide.no-slide {
  visibility: visible;
}
.newshop__container .newshop__slide .splide.no-slide .splide__arrows {
  display: none;
}
.newshop__container .newshop__slide .splide.no-slide .splide__slide {
  width: 100%;
}
.newshop__container .newshop__slide .splide__wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 75px;
}
@media (min-width: 1025px) {
  .newshop__container .newshop__slide .splide__wrapper {
    padding: 0 7.3206442167vw;
  }
}
.newshop__container .newshop__slide .splide__slide {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.newshop__container .newshop__slide .splide__slide .slide--cnt {
  position: relative;
}
.newshop__container .newshop__slide .splide__track {
  border-radius: 0;
  border: 0;
  overflow: visible;
}
.newshop__container .newshop__slide .cnt--img {
  position: relative;
  z-index: 2;
  border-radius: 50% 50% 0 0;
  background-color: #1C87D8;
}
.newshop__container .newshop__slide .cnt--img > img {
  border-radius: 50%;
}
.newshop__container .newshop__slide .cnt--img .link__1 {
  width: 51px;
  height: 52px;
  height: 52px;
  position: absolute;
  left: 10px;
  bottom: 8px;
}
@media (min-width: 1025px) {
  .newshop__container .newshop__slide .cnt--img .link__1 {
    width: 3.7335285505vw;
    height: 3.8067349927vw;
    left: 2.196193265vw;
    bottom: 0.5856515373vw;
  }
}
.newshop__container .newshop__slide .cnt--img .link__1 > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/slide_ico_more.png) no-repeat center/100%;
}
.newshop__container .newshop__slide .cnt--detail {
  padding: 16px 15px 42px;
  background-color: #1C87D8;
  border-radius: 0 0 50% 50%;
}
@media (min-width: 1025px) {
  .newshop__container .newshop__slide .cnt--detail {
    padding: 1.1713030747vw 1.0980966325vw 5.8565153734vw;
  }
}
.newshop__container .newshop__slide .cnt--detail .in .ttl__area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  margin: 0 auto 10px;
  position: relative;
}
@media (min-width: 1025px) {
  .newshop__container .newshop__slide .cnt--detail .in .ttl__area {
    margin: 0 auto 1.0980966325vw;
  }
}
.newshop__container .newshop__slide .cnt--detail .in .ttl__area > span {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.newshop__container .newshop__slide .cnt--detail .in .ttl__area .floor {
  width: 38px;
  height: 22px;
  background: #0068B7;
  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;
  font-size: 13px;
  border: 1px solid #ffffff;
}
.newshop__container .newshop__slide .cnt--detail .in .ttl__area .floor.other {
  width: 140px;
}
@media (max-width: 1024px) {
  .newshop__container .newshop__slide .cnt--detail .in .ttl__area .floor.other {
    width: 104px;
    font-size: 10px;
  }
}
.newshop__container .newshop__slide .cnt--detail .in .ttl__area .date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
}
.newshop__container .newshop__slide .cnt--detail .in .ttl__area.new::after {
  content: "";
  background: url(../images/ico_open.png) no-repeat center/100%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  width: 70px;
  height: 44px;
  position: absolute;
  top: -22px;
  right: -71px;
  z-index: 3;
}
.newshop__container .newshop__slide .cnt--detail .in .ttl__area.renewal::after {
  content: "";
  background: url(../images/ico_renewal.png) no-repeat center/100%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  width: 73px;
  height: 56px;
  position: absolute;
  top: -30px;
  right: -75px;
  z-index: 3;
}
.newshop__container .newshop__slide .cnt--detail .in .shop {
  text-align: center;
  font-size: 14px;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .newshop__container .newshop__slide .cnt--detail .in .shop {
    margin: 0 auto 1.4641288433vw;
  }
}
.newshop__container .newshop__slide .cnt--detail .in .notice {
  background: #0068B7;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 5px 8px 6px;
  margin: 0 auto 12px;
  position: relative;
}
@media (min-width: 1025px) {
  .newshop__container .newshop__slide .cnt--detail .in .notice {
    padding: 0.3660322108vw 0.5856515373vw 0.439238653vw;
    margin: 0 auto 1.4641288433vw;
  }
}
.newshop__container .newshop__slide .cnt--detail .in .notice::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0068B7;
}
.newshop__container .newshop__slide .cnt--detail .in .link__2 {
  width: 128px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .newshop__container .newshop__slide .cnt--detail .in .link__2 {
    width: 9.3704245974vw;
  }
}

/*------------------------------------------
cinema__container
------------------------------------------*/
.cinema__container {
  padding: 30px 0 90px;
}
@media (min-width: 1025px) {
  .cinema__container {
    padding: 0 0 9.5168374817vw;
  }
}
.cinema__container .cmn__ttl {
  margin: 0 auto 25px;
}
@media (min-width: 1025px) {
  .cinema__container .cmn__ttl {
    margin: 0 auto 1.8301610542vw;
  }
}
.cinema__container .cinema__info {
  width: 100%;
  position: relative;
}
.cinema__container .cinema__info::after {
  content: "";
  background: url(../images/cinema_bg.png) no-repeat center/100%;
  width: 454px;
  height: 79px;
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
  z-index: -1;
}
@media (min-width: 1025px) {
  .cinema__container .cinema__info::after {
    width: 33.1625183016vw;
    height: 5.710102489vw;
    top: 3.2210834553vw;
  }
}
.cinema__container .cinema__logo {
  width: 100%;
  max-width: 120px;
  margin: 0 auto 16px;
  position: relative;
}
@media (min-width: 1025px) {
  .cinema__container .cinema__logo {
    max-width: 8.78477306vw;
    margin: 0 auto 1.1713030747vw;
  }
}
.cinema__container .cinema__floor {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (min-width: 1025px) {
  .cinema__container .cinema__floor {
    margin: 0 auto 1.0980966325vw;
  }
}
.cinema__container .cinema__floor span {
  display: block;
  line-height: 1;
}
.cinema__container .cinema__floor .txt--1 {
  width: 38px;
  height: 22px;
  border: 1px solid #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 13px;
}
.cinema__container .cinema__floor .txt--2 {
  font-size: 14px;
}
.cinema__container .cinema__ttl {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 32px;
}
@media (min-width: 1025px) {
  .cinema__container .cinema__ttl {
    max-width: 23.4260614934vw;
    margin: 0 auto 2.4890190337vw;
  }
}
.cinema__container .cinema__coupon {
  width: 100%;
  max-width: 345px;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .cinema__container .cinema__coupon {
    max-width: 25.2562225476vw;
    margin: 0 auto 1.4641288433vw;
  }
}
.cinema__container .cinema__detail {
  padding: 0 15px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .cinema__container .cinema__detail {
    padding: 0 1.0980966325vw 0 1.9033674963vw;
    margin-bottom: 1.4641288433vw;
  }
}
.cinema__container .cinema__detail > li {
  width: 100%;
}
.cinema__container .cinema__detail > li > span {
  display: block;
  font-size: 13px;
}
.cinema__container .cinema__detail > li .detail__1 {
  font-weight: 700;
  width: 84px;
  height: 26px;
  border: 1px solid #ffffff;
  border-radius: 14px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.cinema__container .cinema__detail > li .detail__1::after {
  content: "";
  background: #ffffff;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 0;
  right: -6px;
  bottom: 0;
  margin: auto;
}

/*------------------------------------------
limited__container
------------------------------------------*/
.limited__container {
  background: #1C87D8;
  padding: 35px 0 50px;
  position: relative;
}
@media (min-width: 1025px) {
  .limited__container {
    padding: 2.5622254758vw 0 3.6603221083vw;
  }
}
.limited__container::before {
  content: "";
  background: url(../images/wave_bg.svg) no-repeat center/100%;
  width: 100%;
  height: 84px;
  position: absolute;
  top: -83px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .limited__container::before {
    height: 8.78477306vw;
    top: -8.7115666179vw;
  }
}
.limited__container .cmn__ttl {
  margin: 0 auto 16px;
}
@media (min-width: 1025px) {
  .limited__container .cmn__ttl {
    margin: 0 auto 1.1713030747vw;
  }
}
.limited__container .limited__lead {
  line-height: 2;
  font-size: 13px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .limited__container .limited__lead {
    margin-bottom: 2.196193265vw;
  }
}
.limited__container .limited__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
}
.limited__container .limited__nav > li {
  width: calc(50% - 5px);
  height: 42px;
  position: relative;
}
.limited__container .limited__nav > li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #0068B7;
  border-radius: 60px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.limited__container .limited__nav > li > a {
  text-align: center;
  color: #ffffff;
  background: #0068B7;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  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;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.limited__container .limited__nav > li > a::after {
  content: "";
  background: url(../images/ico_arrow.png) no-repeat center/100%;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 2px;
  right: 12px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .limited__container .limited__nav > li:hover::before {
    border: 1px solid #ffffff;
  }
  .limited__container .limited__nav > li:hover > a {
    color: #0068B7;
    background: #ffffff;
  }
  .limited__container .limited__nav > li:hover > a::after {
    background: url(../images/nav_arrow_2.png) no-repeat center/100%;
  }
}
@media (max-width: 1024px) {
  .limited__container .limited__nav > li:nth-child(2) > a, .limited__container .limited__nav > li:nth-child(5) > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 17px;
  }
}
@media (max-width: 1024px) {
  .limited__container .limited__nav > li:nth-child(4) > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
  }
}
.limited__container .limited__nav > li:nth-child(5) > a {
  font-size: 11px;
}
@media (max-width: 1024px) {
  .limited__container .limited__nav > li:nth-child(10) > a {
    font-size: 11px;
  }
}
.limited__container .limited__nav.top {
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .limited__container .limited__nav.top {
    margin-bottom: 4.39238653vw;
  }
}
.limited__container .limited__nav.bottom {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .limited__container .limited__nav.bottom {
    margin-top: 2.9282576867vw;
  }
}
.limited__container .limited__items {
  margin-bottom: 34.6666666667vw;
}
@media (min-width: 1025px) {
  .limited__container .limited__items {
    margin-bottom: 10.980966325vw;
  }
}
.limited__container .limited__items:last-child {
  margin-bottom: 0;
}
.limited__container .limited__items .item__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 60px;
  position: relative;
  padding-left: 74px;
}
.limited__container .limited__items .item__ttl::before {
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.limited__container .limited__items .item__ttl .txt {
  line-height: 1.2;
  color: #0068B7;
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  position: relative;
  z-index: 2;
}
.limited__container .limited__items .item__ttl .txt::after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.limited__container .limited__items .item__ttl.fashion::before {
  background: url(../images/ico_fashion.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.goods::before {
  background: url(../images/ico_goods.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.cosme::before {
  background: url(../images/ico_cosme.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.lifegoods::before {
  background: url(../images/ico_lifegoods.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.service::before {
  background: url(../images/ico_service.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.restaurant::before {
  background: url(../images/ico_restaurant.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.kitchen::before {
  background: url(../images/ico_kitchen.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.cafe::before {
  background: url(../images/ico_cafe.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.marche::before {
  background: url(../images/ico_marche.png) no-repeat center/100%;
}
.limited__container .limited__items .item__ttl.happy::before {
  background: url(../images/ico_happy.png) no-repeat center/100%;
}
.limited__container .limited__items .item__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16vw 14px;
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  .limited__container .limited__items .item__list {
    gap: 8.0527086384vw 14px;
    margin-bottom: 7.3206442167vw;
  }
}
.limited__container .limited__items .item__list > li {
  width: calc(50% - 7px);
}
.limited__container .limited__items .item__list > li > a {
  pointer-events: none;
  height: 100%;
  display: block;
  background: #ffffff;
  letter-spacing: 0.04em;
  padding-bottom: 65px;
  position: relative;
}
@media (min-width: 1025px) {
  .limited__container .limited__items .item__list > li > a {
    padding-bottom: 5.1244509517vw;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .limited__container .limited__items .item__list > li > a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.limited__container .limited__items .item__list > li > a.ico--new::before {
  content: "";
  background: url(../images/ico_newshop.png) no-repeat center/100%;
  width: 64px;
  height: 62px;
  position: absolute;
  top: -22px;
  right: -12px;
  z-index: 2;
}
.limited__container .limited__items .item__list > li > a.ico--renewal::before {
  content: "";
  background: url(../images/ico_renewalshop.png) no-repeat center/100%;
  width: 64px;
  height: 62px;
  position: absolute;
  top: -22px;
  right: -12px;
  z-index: 2;
}
.limited__container .limited__items .item__list > li .logo {
  width: 100%;
  margin-bottom: 6px;
  border-bottom: 2px dotted #0068B7;
  overflow: hidden;
  position: relative;
  aspect-ratio: 468/284;
}
.limited__container .limited__items .item__list > li .shop {
  font-size: 10px;
  color: #707070;
  padding: 0 8px;
  margin-bottom: 6px;
}
.limited__container .limited__items .item__list > li .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #F99900;
  padding: 3px 10px 6px 8px;
  border-radius: 0px 14px 14px 0px;
  margin-bottom: 6px;
}
.limited__container .limited__items .item__list > li .label .label--txt {
  display: inline-block;
  padding-left: 18px;
  position: relative;
  font-size: 12px;
}
.limited__container .limited__items .item__list > li .label .label--txt::before {
  content: "";
  background: url(../images/ico_star.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 12px;
}
.limited__container .limited__items .item__list > li .special {
  padding: 0 8px;
  margin-bottom: 10px;
}
.limited__container .limited__items .item__list > li .special .special--txt {
  display: inline-block;
  color: #E83320;
  padding-bottom: 2px;
  border-bottom: 1px solid #E83320;
  font-size: 12px;
}
.limited__container .limited__items .item__list > li .box {
  padding: 0 8px;
  margin-bottom: 8px;
}
.limited__container .limited__items .item__list > li .box .sub {
  color: #333333;
  font-size: 10px;
  margin-bottom: 4px;
}
.limited__container .limited__items .item__list > li .box .main {
  color: #F99900;
  font-size: 12px;
  font-weight: 700;
}
.limited__container .limited__items .item__list > li .img {
  width: 100%;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 468/284;
}
.limited__container .limited__items .item__list > li .product,
.limited__container .limited__items .item__list > li .option {
  color: #333333;
  font-weight: 400;
  font-size: 10px;
  padding: 0 8px;
}
.limited__container .limited__items .item__list > li .product {
  margin-bottom: 15px;
}
.limited__container .limited__items .item__list > li .date {
  width: 100%;
  height: 24.8vw;
  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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12.5333333333vw;
}
@media (min-width: 1025px) {
  .limited__container .limited__items .item__list > li .date {
    height: 10.6149341142vw;
    bottom: -5.3440702782vw;
  }
}
.limited__container .limited__items .item__list > li .date.label--1 {
  background: url(../images/item_label_1.png) no-repeat center/100%;
}
.limited__container .limited__items .item__list > li .date.label--2 {
  background: url(../images/item_label_2.png) no-repeat center/100%;
}
.limited__container .limited__items .item__list > li .date .en {
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}
@media (max-width: 1024px) {
  .limited__container .limited__items .item__list > li .date .en {
    line-height: 1.2;
    margin-top: 10px;
  }
}
.limited__container .notice__txt {
  margin-top: 40px;
}
.limited__container .notice__txt .txt {
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 13px;
}

/*------------------------------------------
footer__container
------------------------------------------*/
.footer__container {
  padding: 32px 0 55px;
}
@media (min-width: 1025px) {
  .footer__container {
    padding: 2.3426061493vw 0 4.0263543192vw;
  }
}
.footer__container .logo {
  width: 174px;
  margin: 0 auto 24px;
}
.footer__container .address {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.footer__container .tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 13px;
  padding-left: 18px;
  position: relative;
}
.footer__container .tel::before {
  content: "";
  background: url(../images/ico_tel.png) no-repeat center/100%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
.footer__container .copyright {
  text-align: center;
  font-weight: 400;
  font-size: 11px;
}

/*------------------------------------------
pagetop
------------------------------------------*/
.pagetop {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 11;
  width: 56px;
  height: 56px;
  right: 5px;
  bottom: 10px;
}
@media (min-width: 1025px) {
  .pagetop {
    width: 48px;
    height: 48px;
    right: calc(40.2635431918vw + 5px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .pagetop:hover {
    opacity: 0.6;
  }
}
.pagetop::after {
  content: "";
  background: url(../images/btn_pagetop.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* =========================================================
splash 
========================================================= */
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.splash {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0068B7;
}
.splash .splash__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.splash .splash__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.splash .splash__cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 298px;
  height: 430px;
}
@media (min-width: 1025px) {
  .splash .splash__cnt {
    width: 330px;
    height: 452px;
  }
}
.splash .splash__cnt .ttl {
  width: 260px;
  margin: 0 auto 28px;
}
@media (min-width: 1025px) {
  .splash .splash__cnt .ttl {
    width: 312px;
    margin: 0 auto 23px;
  }
}
.splash .splash__cnt .img {
  width: 280px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}
.splash .splash__cnt .img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-animation: logo 1s linear forwards;
          animation: logo 1s linear forwards;
}
.splash .splash__cnt .img .img--2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.splash .splash__cnt .img .img--3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.splash .splash__cnt .img .img--4 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.splash .splash__cnt .txt {
  width: 100%;
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .splash .splash__cnt .txt {
    margin: 28px auto 0;
  }
}
.splash .splash__logo {
  width: 104px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* =========================================================
animation
========================================================= */
.pointup__container .ttl__area .ttl__1,
.pointup__container .ttl__area .ttl__3,
.pointup__container .ttl__area .ttl__4 {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.pointup__container .ttl__area .ttl__2 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.pointup__container .ttl__area.is-active .ttl__1,
.pointup__container .ttl__area.is-active .ttl__3,
.pointup__container .ttl__area.is-active .ttl__4 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pointup__container .ttl__area.is-active .ttl__2 {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.cmn__ttl {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.cmn__ttl.is-active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}