@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.price {
  font-family: "beaufort-pro", serif;
  font-weight: 500;
  font-style: italic;
}

.buy {
  font-family: "beaufort-pro", serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .buy {
    -webkit-text-stroke: 0.2px black;
  }
}

.bold {
  font-weight: bold;
}

.thin {
  font-weight: 100;
}

.lgr {
  background-color: #C8E6E6;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*リセット
--------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
FV
---------------------------------------------*/
section {
  padding-top: 44px;
  overflow: hidden;
}

.text {
  font-size: clamp(11px, 2.13vw, 14px);
  line-height: 2.3;
  margin: auto;
  text-align: center;
}

.fv {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .fv .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv .pc_flex .title {
    width: 24%;
  }
  .fv .text {
    width: 30%;
    margin-top: 100px;
    margin-bottom: 75px;
  }
}
.fv .slider-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 769px) {
  .fv .slider-wrap {
    width: 67%;
    height: 100vh;
    margin: initial;
    margin-left: auto;
  }
}
.fv .slider-wrap.slick-initialized {
  display: block;
}
.fv .slide-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fv .slick-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
          animation: fadezoom 5s 0s forwards;
}
.fv .title {
  width: 55%;
  margin: 30px auto;
}
.fv .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 30px auto 44px;
}
@media screen and (min-width: 769px) {
  .fv .index {
    width: 42%;
    margin-bottom: 140px;
  }
}
.fv .index a {
  display: block;
  width: 48%;
}

/*---------------------------------------------
OCCASION
---------------------------------------------*/
#occ .title {
  width: 60%;
  margin: 0 auto 14px;
}
@media screen and (min-width: 769px) {
  #occ .title {
    width: 30%;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #occ .top_img {
    width: 47%;
    margin: auto;
  }
}
#occ .main_text {
  width: 90%;
  text-align: center;
  line-height: 2.3;
  margin: 26px auto 65px;
  font-size: clamp(11px, 2.13vw, 14px);
}
@media screen and (min-width: 769px) {
  #occ .main_text {
    width: 46%;
  }
}
@media screen and (min-width: 769px) {
  #occ .pc_position {
    position: relative;
    width: 1150px;
    height: 1030px;
    margin: auto;
  }
}
#occ .img_wrap {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #occ .img_wrap {
    position: absolute;
    width: 53%;
    z-index: 20;
  }
}
#occ .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #occ .img_box {
    display: block;
  }
}
#occ .img_box .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  #occ .img_box .pair {
    position: absolute;
    right: 3%;
    z-index: 30;
    top: 0;
  }
}
#occ .img_box .img1 {
  width: 67%;
  margin-left: 32px;
  margin-top: 23px;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  #occ .img_box .img1 {
    width: 34%;
  }
}
#occ .img_box .glass {
  width: 20%;
}
@media screen and (min-width: 769px) {
  #occ .img_box .glass {
    width: 10%;
    margin-bottom: 7%;
    margin-left: -1%;
  }
}
#occ .img_box .img2 {
  width: 81%;
  margin: -10px auto 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #occ .img_box .img2 {
    position: absolute;
    width: 37%;
    bottom: 7%;
    right: 5%;
  }
}
@media screen and (min-width: 769px) {
  #occ .img_box .pair2 {
    position: absolute;
    width: 42%;
    left: 5%;
    bottom: -7%;
  }
}
#occ .img_box .flag {
  width: 14%;
  z-index: 30;
  margin-left: 45px;
  margin-bottom: 40px;
}
#occ .img_box .img3 {
  width: 76%;
  margin-left: auto;
  z-index: 20;
  margin-top: -28px;
  margin-right: -16px;
}
#occ .img_box .img4 {
  width: 72%;
  margin-left: -14px;
}
#occ .img_box .img5 {
  width: 40%;
  margin-left: auto;
  margin-top: -150px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  #occ .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 1100px;
    margin: 300px auto;
  }
  #occ .pc_flex .img4 {
    width: 84%;
    margin: 0;
    margin-left: 10%;
  }
  #occ .pc_flex .img5 {
    width: 50%;
    margin: 0;
    margin-left: 35%;
    margin-top: 6%;
  }
}

.img_box2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .imgs {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .title_credit {
    width: 100%;
  }
}

.item_title {
  width: 83%;
  margin-left: 4vw;
}
@media screen and (min-width: 769px) {
  .item_title {
    width: 100%;
    margin: 0;
  }
}

.credits {
  margin-right: 10px;
}

.credit_wrap {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.credit_wrap .credit_img {
  width: 28%;
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .credit_wrap .credit_img {
    width: 34%;
  }
}
.credit_wrap .credits .links {
  margin-left: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .credit_wrap .credits .links {
    margin-bottom: 26px;
  }
}
.credit_wrap .credits .item_name {
  font-size: clamp(11px, 2.13vw, 14px);
  margin-top: 20px;
  margin-bottom: 4px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .credit_wrap .credits .item_name {
    margin-bottom: 4px;
    margin-top: 18px;
  }
}
.credit_wrap .credits .price {
  font-size: clamp(16px, 3vw, 28px);
}
.credit_wrap .credits .buy {
  font-size: clamp(12px, 3vw, 22px);
  color: #fff;
  background-color: #000;
  padding: 2px 14px;
  border-radius: 8px;
  font-weight: lighter;
  margin-left: 4px;
}
@media screen and (min-width: 769px) {
  .credit_wrap .credits .buy {
    padding: 2px 20px;
    border-radius: 12px;
    margin-left: 4px;
  }
}
.credit_wrap .credits a {
  text-decoration: none;
}
.credit_wrap .credits .com {
  pointer-events: none;
  text-decoration: none;
}
.credit_wrap .credits .text {
  text-align: left;
  width: 100%;
  margin: 0;
  margin-top: 12px !important;
  margin-bottom: 20px !important;
  line-height: 2 !important;
}
@media screen and (min-width: 769px) {
  .credit_wrap .credits .text {
    width: 100%;
    margin-bottom: 30px !important;
  }
}

.block2,
.block3,
.block4,
.block5 {
  padding-top: 120px;
}
@media screen and (min-width: 769px) {
  .block2,
  .block3,
  .block4,
  .block5 {
    padding-top: 0;
  }
}

.block2 .pc_flex,
.block4 .pc_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.block2 .img9 {
  width: 100%;
  margin-left: 4%;
}
.block2 .img10 {
  width: 52%;
  margin-top: -24%;
  margin-left: 1%;
}
@media screen and (min-width: 769px) {
  .block2 .img10 {
    margin-top: 3%;
  }
}
.block2 .img11 {
  width: 42%;
  margin-left: auto;
  margin-right: 2%;
  margin-top: -41%;
}

.block3 .img12 {
  width: 85%;
  margin-left: -5%;
}
@media screen and (min-width: 769px) {
  .block3 .img12 {
    width: 87%;
  }
}
.block3 .img13 {
  width: 56%;
  margin-left: auto;
  margin-top: -50%;
  margin-right: -5%;
}
@media screen and (min-width: 769px) {
  .block3 .img13 {
    width: 59%;
    margin-top: -22%;
    margin-right: 7%;
  }
}

.block4 .img14 {
  width: 46%;
  margin-top: 30%;
  margin-left: 4%;
}
@media screen and (min-width: 769px) {
  .block4 .img14 {
    margin-top: 50%;
  }
}
.block4 .img15 {
  width: 65%;
  margin-left: auto;
  margin-top: -81%;
  margin-bottom: 10%;
  margin-right: -5%;
}
@media screen and (min-width: 769px) {
  .block4 .img15 {
    width: 70%;
    margin-top: -113%;
  }
}
.block4 .ribbon {
  width: 13%;
  margin-left: 64%;
}
@media screen and (min-width: 769px) {
  .block4 .ribbon {
    width: 20%;
  }
}

.block5 .img16 {
  width: 60%;
  margin-left: 2%;
}
@media screen and (min-width: 769px) {
  .block5 .img16 {
    width: 51%;
    margin-left: 40%;
    margin-top: 74%;
  }
}
.block5 .img17 {
  width: 60%;
  margin-left: auto;
  margin-top: -60%;
  margin-right: -4%;
  margin-bottom: 4%;
}
@media screen and (min-width: 769px) {
  .block5 .img17 {
    width: 73%;
    margin-top: -127%;
    margin-right: 17%;
    margin-bottom: 4%;
  }
}

/*---------------------------------------------
NEW LIFE
---------------------------------------------*/
#new {
  background-image: url(../images/sp_dgr_bg.jpg);
  color: #fff;
  background-attachment: fixed;
}
#new .title {
  width: 60%;
  margin: 0 auto 26px;
}
@media screen and (min-width: 769px) {
  #new .title {
    width: 30%;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #new .top_img {
    width: 47%;
    margin: auto;
  }
}
#new .main_text {
  width: 90%;
  margin: 26px auto 65px;
  line-height: 2.3;
  text-align: center;
  font-size: clamp(11px, 2.13vw, 14px);
}
@media screen and (min-width: 769px) {
  #new .main_text {
    width: 46%;
  }
}
#new .dummy_hight::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#new .dummy_hight2::before {
  content: "";
  display: block;
  padding-top: 100%;
  margin-top: -100%;
}
@media screen and (min-width: 769px) {
  #new .dummy_hight2::before {
    margin-top: -200%;
    margin-bottom: -50%;
  }
}
#new .credits {
  margin-bottom: 100px;
  margin-top: 66px;
  margin-left: 3vw;
}
#new .credits .links {
  margin-left: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #new .credits .links {
    margin-bottom: 26px;
  }
}
#new .credits .item_name {
  font-size: clamp(10px, 2.13vw, 14px);
  margin-top: 20px;
  margin-bottom: 4px;
  line-height: 1.4;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #new .credits .item_name {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
#new .credits .price {
  font-size: clamp(16px, 3vw, 28px);
}
#new .credits .buy {
  font-size: clamp(12px, 3vw, 22px);
  color: #455B63;
  background-color: #fff;
  padding: 2px 14px;
  border-radius: 8px;
  font-weight: lighter;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #new .credits .buy {
    padding: 2px 20px;
    border-radius: 12px;
    margin-left: 4px;
  }
}
#new .credits a {
  text-decoration: none;
}
#new .credits .com {
  pointer-events: none;
  color: #fff;
  background-color: transparent;
  border: 1px solid;
}
#new .credits .text {
  text-align: left;
  width: 100%;
  margin: 0;
  margin-top: 12px !important;
  margin-bottom: 20px !important;
  line-height: 2 !important;
}
@media screen and (min-width: 769px) {
  #new .credits .text {
    width: 100%;
    margin-bottom: 30px !important;
  }
}
#new .outline_box {
  position: relative;
  height: auto;
  margin-left: 4%;
}
@media screen and (min-width: 769px) {
  #new .outline_box {
    margin-left: 10%;
    margin-top: 10%;
  }
}
#new .outline_box .outline {
  position: absolute;
  width: 76%;
  top: 0;
}
@media screen and (min-width: 769px) {
  #new .outline_box .outline {
    width: 38%;
  }
}
#new .outline_box .inner {
  position: absolute;
  width: 68%;
  left: 4vw;
  top: 3.8vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box .inner {
    width: 34%;
    top: 1.8vw;
    left: 2%;
  }
}
#new .outline_box .wave {
  position: absolute;
  height: 30vh;
  width: auto;
  top: 8%;
  right: 13%;
}
@media screen and (min-width: 769px) {
  #new .outline_box .wave {
    right: initial;
    left: 40%;
    height: 30%;
    top: 6%;
  }
}
#new .outline_box2 {
  position: relative;
  height: auto;
}
#new .outline_box2 .bag {
  position: absolute;
  width: 25%;
  top: 12vw;
  left: 5vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box2 .bag {
    margin-top: -91%;
    width: 10%;
    top: 11%;
    left: 5vw;
    left: initial;
    right: 36%;
  }
}
#new .outline_box2 .drawings {
  position: absolute;
  width: 98%;
  top: 0;
}
@media screen and (min-width: 769px) {
  #new .outline_box2 .drawings {
    position: absolute;
    margin-top: -92%;
    width: 30%;
    top: 13%;
    right: 17%;
  }
}
@media screen and (min-width: 769px) {
  #new .outline_box2 .flower {
    position: absolute;
    width: 18%;
    right: 10%;
    margin-top: -56%;
  }
}
#new .outline_box2 .circle {
  position: relative;
  height: auto;
}
#new .outline_box2 .circle .outline {
  position: absolute;
  width: 50%;
  right: 3vw;
  top: 16vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box2 .circle .outline {
    width: 31%;
    right: 16%;
    top: 20%;
  }
}
#new .outline_box2 .circle .girl {
  position: absolute;
  width: 43%;
  right: 6.3vw;
  top: 19.5vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box2 .circle .girl {
    width: 21%;
    right: 17.5%;
    top: 21.5%;
  }
}
#new .outline_box3 {
  position: relative;
  height: auto;
  left: -12vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box3 {
    left: 24%;
  }
}
#new .outline_box3 .outline {
  position: absolute;
  width: 78%;
  top: 0;
  left: -4vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box3 .outline {
    position: absolute;
    width: 37%;
    top: 16%;
    left: -2%;
  }
}
#new .outline_box3 .boyandgirl {
  position: absolute;
  width: 70%;
  top: 4vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box3 .boyandgirl {
    width: 34%;
    top: 17.5%;
    left: -0.5%;
  }
}
#new .outline_box3 .sun {
  position: absolute;
  width: 20%;
  top: 0;
  right: -3vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box3 .sun {
    width: 10%;
    top: 18%;
    right: -3vw;
    right: 50%;
  }
}
#new .outline_box3 .boy {
  position: absolute;
  width: 20%;
  right: -4vw;
  top: 14vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box3 .boy {
    width: 9%;
    right: 49.5%;
    top: 24.5%;
  }
}
#new .outline_box4 {
  position: relative;
  height: auto;
}
@media screen and (min-width: 769px) {
  #new .outline_box4 {
    margin-top: -44%;
  }
}
#new .outline_box4 .ase {
  position: absolute;
  width: 50%;
  z-index: 1;
  top: -11vw;
  left: 10vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box4 .ase {
    width: 26%;
    left: 30vw;
    top: -5vw;
  }
}
#new .outline_box4 .boy {
  position: absolute;
  width: 88%;
  left: 6vw;
  top: 0;
}
@media screen and (min-width: 769px) {
  #new .outline_box4 .boy {
    max-width: 41%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
#new .outline_box4 .fuwa {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
#new .outline_box4 .credits {
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #new .outline_box4 .credits {
    margin-top: -47%;
    position: absolute;
    left: 26%;
  }
}
#new .outline_box5 {
  position: relative;
  height: auto;
}
@media screen and (min-width: 769px) {
  #new .outline_box5 {
    margin-top: -14%;
  }
}
#new .outline_box5 .star {
  position: absolute;
  z-index: 1;
  top: -16vw;
  width: 90%;
  left: 6vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box5 .star {
    width: 41%;
    left: 31%;
    top: -7vw;
  }
}
#new .outline_box5 .girl {
  position: absolute;
  width: 88%;
  left: 6vw;
  top: 0;
}
@media screen and (min-width: 769px) {
  #new .outline_box5 .girl {
    max-width: 41%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
#new .outline_box5 .credits {
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #new .outline_box5 .credits {
    margin-top: -47%;
    position: absolute;
    left: 26%;
  }
}
#new .outline_box5 .waving_girl {
  position: absolute;
  width: 42%;
  z-index: 50;
  bottom: -16vw;
  right: 5vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box5 .waving_girl {
    width: 20%;
    bottom: 19.5vw;
    right: 30vw;
  }
}
#new .outline_box6 {
  position: relative;
  height: auto;
}
@media screen and (min-width: 769px) {
  #new .outline_box6 {
    margin-top: -20%;
  }
}
#new .outline_box6 .music {
  position: absolute;
  width: 27%;
  top: 3vw;
  left: 8vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box6 .music {
    width: 13%;
    top: 9vw;
    left: 30vw;
  }
}
#new .bag1 {
  position: absolute;
  width: 74%;
  top: 16vw;
  left: 13vw;
}
@media screen and (min-width: 769px) {
  #new .bag1 {
    width: 35%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  #new .links {
    margin-bottom: 26px;
  }
}
#new .item_name {
  font-size: clamp(10px, 2.13vw, 14px);
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  #new .item_name {
    margin-bottom: 8px;
  }
}
#new .price {
  font-size: clamp(16px, 3vw, 28px);
}
#new .buy {
  font-size: clamp(12px, 3vw, 22px);
  color: #fff;
  background-color: #000;
  padding: 2px 14px;
  border-radius: 8px;
  font-weight: lighter;
  text-decoration: none;
  margin-left: 6px;
}
@media screen and (min-width: 769px) {
  #new .buy {
    padding: 2px 20px;
    border-radius: 12px;
    margin-left: 4px;
  }
}
#new a {
  text-decoration: none;
}
#new .com {
  pointer-events: none;
  text-decoration: none;
}
#new .text {
  text-align: left;
  width: 100%;
  margin: 0;
  margin-top: 12px !important;
  margin-bottom: 20px !important;
  line-height: 2 !important;
}
@media screen and (min-width: 769px) {
  #new .text {
    width: 100%;
    margin-bottom: 30px !important;
  }
}
#new .bubble1 {
  position: absolute;
  top: 18vw;
  right: 3vw;
}
@media screen and (min-width: 769px) {
  #new .bubble1 {
    top: 17vw;
    right: 26vw;
  }
}
#new .bubble2 {
  position: absolute;
  bottom: -3vw;
  left: 6vw;
}
@media screen and (min-width: 769px) {
  #new .bubble2 {
    bottom: 43vw;
    left: 27vw;
  }
}
#new .bubble3 {
  position: absolute;
  bottom: -9vw;
  right: 6vw;
}
@media screen and (min-width: 769px) {
  #new .bubble3 {
    bottom: 39vw;
    right: 27vw;
  }
}
#new .outline_box7 {
  position: relative;
  height: auto;
  padding-top: 110px;
}
@media screen and (min-width: 769px) {
  #new .outline_box7 {
    margin-top: -27vw;
  }
}
#new .outline_box7 .cutie {
  position: absolute;
  width: 18%;
  top: 21vw;
  left: 5vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box7 .cutie {
    width: 8%;
    top: -3vw;
    left: 30vw;
  }
}
#new .outline_box7 .bag2 {
  position: absolute;
  width: 74%;
  right: 4vw;
  top: 28vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box7 .bag2 {
    width: 34%;
    right: 29vw;
    top: 0;
  }
}
#new .outline_box7 .bubble2 {
  bottom: 73.5vw;
  left: 39vw;
}
#new .outline_box8 {
  position: relative;
  margin-top: 30px;
  height: auto;
}
@media screen and (min-width: 769px) {
  #new .outline_box8 {
    margin-top: -46vw;
    margin-bottom: -58%;
  }
}
#new .outline_box8 .star {
  position: absolute;
  width: 83%;
  top: -10vw;
  left: 9vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #new .outline_box8 .star {
    width: 39%;
    top: -12vw;
    left: 33vw;
  }
}
#new .outline_box8 .bag3 {
  position: absolute;
  top: 0;
  width: 80%;
  left: 3vw;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #new .outline_box8 .bag3 {
    top: -7vw;
    width: 37%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
#new .outline_box8 .bubble4 {
  position: absolute;
  top: 7vw;
  left: 5vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #new .outline_box8 .bubble4 {
    top: -4vw;
    left: 32vw;
  }
}
#new .outline_box8 .bubble5 {
  position: absolute;
  top: -13vw;
  right: 3vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #new .outline_box8 .bubble5 {
    right: 25vw;
  }
}
#new .outline_box8 .bubble6 {
  position: absolute;
  left: 4vw;
  bottom: 14vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box8 .bubble6 {
    left: 32vw;
    bottom: initial;
    top: 25vw;
  }
}
#new .outline_box8 .bubble7 {
  position: absolute;
  bottom: 18vw;
  right: 4vw;
}
@media screen and (min-width: 769px) {
  #new .outline_box8 .bubble7 {
    right: 23vw;
    bottom: initial;
    top: 22vw;
  }
}

#mom {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #mom {
    margin-bottom: 120px;
  }
}
#mom .title {
  width: 30%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  #mom .title {
    width: 16%;
    margin-top: 90px;
  }
}
#mom .text {
  width: 60%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  #mom .text {
    width: 40%;
  }
}
#mom .img {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #mom .img {
    max-width: 41%;
  }
}

#footer {
  position: relative;
  height: auto;
  background-image: url(../images/footer.jpg);
  width: 100%;
  height: 63vh;
  background-size: cover;
  background-position: top center;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  #footer {
    background-image: url(../images/pc_footer.jpg);
    height: 100vh;
  }
}
#footer ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  line-height: 2.5;
  font-size: clamp(16px, 3vw, 24px);
  letter-spacing: 1px;
}
#footer ul li a {
  color: #fff;
}
#footer img {
  position: absolute;
  width: 74%;
  bottom: 23vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #footer img {
    width: 33%;
    bottom: 8vw;
  }
}
#footer small {
  position: absolute;
  font-size: clamp(8px, 3vw, 14px);
  color: #fff;
  bottom: 17vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 769px) {
  #footer small {
    bottom: 5.5vw;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */