@charset "UTF-8";
/* (main.css) */
/* ================= contents =================
[0] reset
[1] base
[2] headerArea
[3] contentsArea
[4] footerArea
============================================ */
/* ============================================
0. reset
============================================ */
/* --------------------------------------------------------------------------------
margin padding
-------------------------------------------------------------------------------- */
@import url(stylesheet.css);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* font-family */
body {
  font-family: Tahoma,helvetica,clean,sans-serif; }

/* line-height */
body {
  line-height: 1.45; }

*:first-child + html * {
  letter-spacing: 0; }

/* --------------------------------------------------------------------------------
other
-------------------------------------------------------------------------------- */
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal; }

img, iframe {
  border: 0; }

img {
  vertical-align: bottom; }

li {
  list-style: none; }

address {
  font-style: normal;
  font-weight: normal; }

/* --------------------------------------------------------------------------------
table form
-------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

th, td {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: inherit; }

fieldset {
  border: 0; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/* --------------------------------------------------------------------------------
block
-------------------------------------------------------------------------------- */
body {
  text-align: left; }

div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre {
  text-align: left; }

div {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

img, a img {
  border: none; }

table {
  letter-spacing: 1px; }

iframe {
  border: none; }

strong {
  font-weight: bold; }

/* --------------------------------------------------------------------------------
clearfix
-------------------------------------------------------------------------------- */
.cf_og:after {
  content: "";
  clear: both;
  display: block; }

/* ============================================
 1.base
============================================ */
html, body {
  position: relative;
  width: 100%;
  color: #000;
  letter-spacing: .1px;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 500;
  font-family: 'Noto Sans JP',"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff; }

a {
  text-decoration: none;
  will-change: transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1; }
  a:hover {
    opacity: .7; }

.menu {
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.menu.active {
  opacity: .6; }

/* ----------- no-js ----------- */
html#no-js #countdown_time {
  display: none; }

#noscriptBlock {
  width: 520px;
  position: absolute;
  top: 27px;
  left: 27px;
  padding: 10px;
  background: #FFFFFF; }

#noscriptBlock p {
  font-size: 14px;
  background: #FDF3F2;
  color: #D72400;
  border: 1px dotted #F4C3BE;
  padding: 6px 10px;
  line-height: 1.4; }

#container {
  z-index: 100;
  position: relative;
  width: 100%; }

.wrapper {
  padding: 0 40px;
  max-width: 1080px;
  margin: 0 auto; }

/* ============================================
 2.headerArea
============================================ */
header {
  background: #fe4101;
  height: 80px; }

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px; }

.header_item img {
  height: 42px; }

.sns {
  position: absolute;
  right: 35px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 2rem; }
  .sns div {
    margin: 0 10px; }
    .sns div a {
      color: #b3b3b3; }

/* ============================================
3.contentsArea
============================================ */
#contentArea {
  z-index: 10;
  position: relative;
  width: 100%; }

.contentAreaInner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: -1; }

#main_visual {
  background: #092d74;
  padding: 50px; }
  #main_visual h1 {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 1000px; }
  #main_visual .catchy {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 565px; }
  #main_visual .date {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 600px; }

/*---------------- content base ---------------*/
/*---------------- gift ---------------*/
#gift .pacshot01 {
  background: #e4d8d3;
  text-align: center; }
#gift .pacshot02 {
  background: #092f75;
  padding: 0 0 70px;
  text-align: center; }
#gift .box_tracklist {
  padding: 30px 0 30px;
  background: #e3dad1;
  text-align: center; }

.album_box .album_box_inner {
  border: solid 10px #fe4101;
  padding: 60px 60px; }
.album_box .album_catchy {
  font-size: 16px;
  font-size: 1.3333333333rem;
  text-align: center;
  margin: 0 0 50px;
  font-weight: bold;
  line-height: 2.1; }
.album_box h3 {
  text-align: center;
  max-width: 680px;
  margin: 0 auto; }
.album_box .jk_area {
  margin: 40px auto 30px;
  display: flex;
  max-width: 700px; }
  .album_box .jk_area .jk_img {
    width: 50%;
    padding: 20px; }
    .album_box .jk_area .jk_img img {
      border: solid #ccc 1px; }
.album_box .minialbum {
  text-align: center;
  margin-bottom: 30px; }
  .album_box .minialbum img {
    max-width: 250px; }
.album_box .tracklist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5% 0 0; }
  .album_box .tracklist ul li {
    margin: 30px 5% 0 0;
    width: 45%;
    display: flex;
    flex-direction: column; }
    .album_box .tracklist ul li h4 {
      position: relative;
      text-align: center;
      font-size: 20px;
      font-size: 1.6666666667rem;
      font-weight: bold;
      border-bottom: 5px solid #0182c9;
      padding-bottom: 5px;
      margin-bottom: 15px; }
      .album_box .tracklist ul li h4 span {
        font-size: 10px;
        font-size: 0.8333333333rem;
        top: -10px;
        right: -10px;
        position: relative; }
    .album_box .tracklist ul li .meta {
      font-size: 10px;
      font-size: 0.8333333333rem;
      text-align: center;
      margin-bottom: 20px; }
    .album_box .tracklist ul li .btn_track-txt {
      margin: auto auto 20px;
      width: 200px;
      max-width: 200px; }
      .album_box .tracklist ul li .btn_track-txt a {
        font-size: 14px;
        font-size: 1.1666666667rem;
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        background: #122b6f;
        color: #fff;
        font-weight: bold; }
        .album_box .tracklist ul li .btn_track-txt a i {
          position: absolute;
          right: 15px;
          padding-left: 10px;
          font-size: 22px; }
.album_box .album_detail-txt {
  margin: 40px auto;
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: normal; }
.album_box .delivery {
  margin-top: 30px;
  font-weight: bold;
  font-family: 'florentposter_two';
  text-align: center;
  font-size: 30px;
  font-size: 2.5rem; }
  .album_box .delivery small {
    font-size: 12px;
    font-size: 1rem; }

.track_window {
  max-width: 700px;
  flex-wrap: wrap;
  padding: 40px;
  margin: 40px 20px !important;
  background: #fff;
  border-radius: 10px; }
  .track_window h3 {
    position: relative;
    text-align: left;
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: bold;
    border-bottom: 5px solid #122b6f;
    padding-bottom: 5px;
    margin-bottom: 15px; }
    .track_window h3 span {
      font-size: 10px;
      font-size: 0.8333333333rem;
      top: -10px;
      right: -10px;
      position: relative; }
  .track_window p {
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: normal; }
  .track_window .close {
    border-radius: 50px;
    max-width: 200px;
    background: #333;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem; }

/*---------------- um-gift ---------------*/
#um-gift {
  background: #976a4c;
  color: #000;
  padding: 100px 0 60px; }
  #um-gift h2 {
    font-size: 55px;
    font-size: 4.5833333333rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.4;
    margin-bottom: 50px;
    color: #fff; }
    #um-gift h2 span {
      font-size: 40px;
      font-size: 3.3333333333rem;
      letter-spacing: 10px; }
  #um-gift .um-gift_box {
    margin-bottom: 80px; }
    #um-gift .um-gift_box:last-child {
      margin-bottom: 0; }
    #um-gift .um-gift_box h3 {
      background: #f5eb4e;
      padding: 30px 50px;
      color: #692f24;
      font-weight: bold;
      font-size: 22px;
      font-size: 1.8333333333rem;
      text-align: center;
      margin-bottom: 70px; }
      #um-gift .um-gift_box h3 .attention {
        font-size: 14px;
        font-size: 1.1666666667rem;
        display: inline-block; }
    #um-gift .um-gift_box .um-gift_detail {
      font-weight: bold;
      font-size: 22px;
      font-size: 1.8333333333rem;
      color: #fff;
      text-align: left;
      display: flex;
      align-items: center;
      width: 92%;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: 30px; }
      #um-gift .um-gift_box .um-gift_detail .cours {
        display: inline-block;
        border-radius: 10px;
        padding: 10px 20px;
        background: #122b6f;
        color: #fff;
        align-items: center;
        margin-right: 1em; }
    #um-gift .um-gift_box .chusen {
      font-weight: bold;
      color: #fff;
      font-size: 20px;
      font-size: 1.6666666667rem;
      text-align: center;
      margin-bottom: 20px; }
    #um-gift .um-gift_box .um-gift_img {
      max-width: 900px;
      margin: 0 auto; }
      #um-gift .um-gift_box .um-gift_img ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: -2% 0 0 -2%; }
        #um-gift .um-gift_box .um-gift_img ul li {
          width: 18%;
          margin: 2% 0 0 2%; }
    #um-gift .um-gift_box .um-gift_txt {
      text-align: center;
      font-size: 22px;
      font-size: 1.8333333333rem;
      font-weight: bold;
      color: #fff;
      padding: 20px;
      border: solid 5px #fff; }
    #um-gift .um-gift_box .um-gift_img8 {
      margin: 0 auto; }
      #um-gift .um-gift_box .um-gift_img8 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: -2% 0 0 -3%; }
        #um-gift .um-gift_box .um-gift_img8 ul li {
          width: 22%;
          margin: 3% 0 0 3%; }
    #um-gift .um-gift_box .um-gift_img9 {
      margin: 0 auto; }
      #um-gift .um-gift_box .um-gift_img9 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: -2% 0 0 -2%; }
        #um-gift .um-gift_box .um-gift_img9 ul li {
          width: 18%;
          margin: 2% 0 0 2%; }
    #um-gift .um-gift_box .gift_btn_box_area {
      max-width: 800px;
      display: flex;
      margin: 0 auto; }
      #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box {
        width: 50%;
        padding: 30px;
        margin: 40px auto; }
        #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box p {
          font-size: 24px;
          font-size: 2rem;
          margin-bottom: 10px;
          color: #fff;
          text-align: center; }
        #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box .img_jk {
          text-align: center; }
          #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box .img_jk img {
            width: 100%; }
        #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box .btn_buy {
          max-width: 100%; }
          #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box .btn_buy a {
            width: 100%; }
    #um-gift .um-gift_box .btn_buy {
      margin: 40px auto 20px;
      width: 400px;
      max-width: 400px; }
      #um-gift .um-gift_box .btn_buy a {
        font-size: 20px;
        font-size: 1.6666666667rem;
        width: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        top: 25%;
        background: #122b6f;
        color: #fff;
        font-weight: bold; }
        #um-gift .um-gift_box .btn_buy a i {
          position: absolute;
          right: 15px;
          padding-left: 10px;
          font-size: 25px; }
    #um-gift .um-gift_box .sepa {
      margin: 50px auto; }
    #um-gift .um-gift_box .gentei {
      display: inline-block;
      background: #692f24;
      color: #f5eb4d;
      padding: 5px 75px;
      letter-spacing: 1px;
      font-size: 34px;
      font-size: 2.8333333333rem; }
    #um-gift .um-gift_box small {
      font-size: 18px;
      font-size: 1.5rem; }
  #um-gift .btn_contact {
    margin: 150px auto 50px;
    width: 550px;
    max-width: 550px; }
    #um-gift .btn_contact a {
      font-size: 20px;
      font-size: 1.6666666667rem;
      width: 550px;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      padding: 20px;
      background: transparent;
      border: solid 5px #fff;
      color: #fff;
      font-weight: bold; }
      #um-gift .btn_contact a i {
        position: absolute;
        right: 15px;
        padding-left: 10px;
        font-size: 25px; }

/* ============================================
 4.footerArea
============================================ */
#footerArea {
  padding-top: 80px;
  position: relative;
  background: #092d74;
  color: #fff; }
  #footerArea .official_site {
    margin: 0 auto 25px;
    text-align: center;
    max-width: 220px; }
  #footerArea .share_area {
    margin-bottom: 20px; }
    #footerArea .share_area .share_btn {
      text-align: center; }
      #footerArea .share_area .share_btn div {
        display: inline-block;
        margin: 0 20px; }
        #footerArea .share_area .share_btn div a {
          font-size: 20px;
          font-size: 1.6666666667rem;
          color: #fff; }
  #footerArea .copyrights {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-weight: bold;
    padding-bottom: 50px;
    padding-top: 30px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-size: 0.9166666667rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff; }

.no_pc {
  display: none; }

.no_sp {
  display: inline; }

.insta_window {
  max-width: 900px;
  width: 760px;
  flex-wrap: wrap;
  padding: 40px;
  margin: 40px 20px !important;
  background: transparent !important;
  color: #2e2e2e; }
  .insta_window .modal_insta_wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20px; }
    .insta_window .modal_insta_wrap ul li {
      width: 23.33%;
      margin: 0 0 0 10%; }
      .insta_window .modal_insta_wrap ul li a {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        text-align: center;
        padding: 5px 10px;
        margin: 15px auto;
        color: #fff; }
        .insta_window .modal_insta_wrap ul li a .icon {
          font-size: 30px;
          font-size: 2.5rem;
          margin-right: 10px;
          color: #fff; }
        .insta_window .modal_insta_wrap ul li a .name {
          font-size: 14px;
          font-size: 1.1666666667rem; }
  .insta_window p {
    line-height: 1.7;
    margin: 30px auto;
    font-size: 16px;
    font-size: 1.3333333333rem; }
    .insta_window p span {
      color: #e0246e;
      font-weight: 500; }
    .insta_window p a {
      color: #e0246e;
      text-decoration: underline; }
  .insta_window .close {
    padding: 10px;
    margin: 40px auto 0;
    width: 200px;
    height: 35px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    border: solid 1px #fff;
    font-size: 14px;
    font-size: 1.1666666667rem; }

.fancybox-close-small {
  color: #fff;
  font-weight: bold; }

@media screen and (max-width: 900px) {
  .no_pc {
    display: inline; }

  .no_sp {
    display: none; }

  .wrapper {
    padding: 0;
    max-width: 1080px;
    margin: 0 auto;
    width: 92%; }

  /* ============================================
   2.headerArea
  ============================================ */
  header {
    background: #fe4101;
    height: 60px; }

  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px; }

  .header_item img {
    height: 30px; }

  .sns {
    position: absolute;
    right: 35px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-size: 2rem; }
    .sns div {
      margin: 0 10px; }
      .sns div a {
        color: #b3b3b3; }

  /* ============================================
  3.contentsArea
  ============================================ */
  #contentArea {
    z-index: 10;
    position: relative;
    top: 0;
    width: 100%; }

  .contentAreaInner {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1; }

  #main_visual {
    background: #092d74;
    padding: 30px; }
    #main_visual h1 {
      text-align: center;
      margin: 0 auto 15px;
      max-width: 1000px; }
    #main_visual .catchy {
      text-align: center;
      margin: 0 auto 20px;
      max-width: 565px; }
    #main_visual .date {
      text-align: center;
      margin: 0 auto 10px;
      max-width: 600px;
      width: 80%; }

  /*---------------- gift ---------------*/
  .album_box .album_box_inner {
    border: solid 5px #fe4101;
    padding: 20px; }
  .album_box .album_catchy {
    font-size: 8.5px;
    font-size: 2.65625vw;
    text-align: center;
    margin: 0 0 30px;
    font-weight: bold;
    line-height: 2.1; }
  .album_box h3 {
    text-align: center;
    max-width: 680px;
    margin: 0 auto; }
  .album_box .jk_area {
    margin: 20px auto 10px;
    display: flex;
    max-width: 700px; }
    .album_box .jk_area .jk_img {
      width: 50%;
      padding: 20px; }
      .album_box .jk_area .jk_img img {
        border: solid #ccc 1px; }
  .album_box .minialbum {
    text-align: center;
    margin-bottom: 20px; }
    .album_box .minialbum img {
      max-width: 250px;
      width: 40%; }
  .album_box .tracklist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0 0; }
    .album_box .tracklist ul li {
      margin: 20px 0 0 0;
      width: 100%;
      display: flex;
      flex-direction: column; }
      .album_box .tracklist ul li h4 {
        position: relative;
        text-align: center;
        font-size: 12px;
        font-size: 3.75vw;
        font-weight: bold;
        border-bottom: 2px solid #0182c9;
        padding-bottom: 5px;
        margin-bottom: 15px; }
        .album_box .tracklist ul li h4 span {
          font-size: 8px;
          font-size: 2.5vw;
          top: -10px;
          right: -10px;
          position: relative; }
      .album_box .tracklist ul li .meta {
        font-size: 7px;
        font-size: 2.1875vw;
        text-align: center;
        margin-bottom: 15px; }
      .album_box .tracklist ul li .btn_track-txt {
        margin: auto auto 20px;
        width: 200px;
        max-width: 200px; }
        .album_box .tracklist ul li .btn_track-txt a {
          font-size: 10px;
          font-size: 3.125vw;
          width: 200px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px;
          background: #122b6f;
          color: #fff;
          font-weight: bold; }
          .album_box .tracklist ul li .btn_track-txt a i {
            top: 25%;
            position: absolute;
            right: 15px;
            padding-left: 10px;
            font-size: 22px; }
  .album_box .album_detail-txt {
    margin: 20px auto;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: normal; }
  .album_box .delivery {
    margin-top: 30px;
    font-weight: bold;
    font-family: 'florentposter_two';
    text-align: center;
    font-size: 14px;
    font-size: 4.375vw; }
    .album_box .delivery small {
      font-size: 9px;
      font-size: 0.75rem; }

  .track_window {
    max-width: 700px;
    flex-wrap: wrap;
    padding: 35px;
    margin: 20px 20px !important;
    background: #fff;
    border-radius: 10px; }
    .track_window h3 {
      position: relative;
      text-align: left;
      font-size: 13px;
      font-size: 4.0625vw;
      font-weight: bold;
      border-bottom: 2px solid #122b6f;
      padding-bottom: 5px;
      margin-bottom: 15px; }
      .track_window h3 span {
        font-size: 8px;
        font-size: 2.5vw;
        top: -10px;
        right: -10px;
        position: relative; }
    .track_window p {
      line-height: 1.7;
      font-size: 11px;
      font-size: 3.4375vw;
      font-weight: normal; }
    .track_window .close {
      border-radius: 50px;
      max-width: 200px;
      background: #333;
      width: 50%;
      color: #fff;
      padding: 10px 30px;
      margin: 40px auto 0;
      text-align: center;
      font-size: 14px;
      font-size: 1.1666666667rem; }

  /*---------------- um-gift ---------------*/
  #um-gift {
    background: #976a4c;
    color: #000;
    padding: 50px 0; }
    #um-gift h2 {
      font-size: 18px;
      font-size: 5.625vw;
      font-weight: bold;
      text-align: center;
      letter-spacing: 3px;
      line-height: 1.4;
      margin-bottom: 40px;
      color: #fff; }
      #um-gift h2 span {
        font-size: 14px;
        font-size: 4.375vw;
        letter-spacing: 10px; }
    #um-gift .um-gift_box {
      margin-bottom: 50px; }
      #um-gift .um-gift_box:last-child {
        margin-bottom: 0; }
      #um-gift .um-gift_box h3 {
        background: #f5eb4e;
        padding: 20px 25px;
        color: #000;
        font-weight: bold;
        font-size: 10.5px;
        font-size: 3.28125vw;
        text-align: center;
        margin-bottom: 40px; }
        #um-gift .um-gift_box h3 .attention {
          font-size: 8px;
          font-size: 2.5vw;
          display: inline-block; }
      #um-gift .um-gift_box .um-gift_detail {
        font-weight: bold;
        font-size: 10.5px;
        font-size: 3.28125vw;
        color: #fff;
        text-align: left;
        display: flex;
        align-items: center;
        width: 92%;
        margin: 0 auto;
        margin-bottom: 20px; }
        #um-gift .um-gift_box .um-gift_detail .cours {
          display: inline-block;
          border-radius: 10px;
          padding: 10px 5px;
          width: auto;
          min-width: 75px;
          background: #0082ca;
          color: #fff;
          align-items: center;
          text-align: center;
          margin-right: .7em; }
      #um-gift .um-gift_box .chusen {
        font-weight: bold;
        color: #fff;
        font-size: 10px;
        font-size: 3.125vw;
        text-align: center;
        width: 92%;
        margin: 0 auto;
        margin-bottom: 20px; }
      #um-gift .um-gift_box .um-gift_img {
        max-width: 900px;
        margin: 0 auto;
        width: 92%; }
        #um-gift .um-gift_box .um-gift_img ul {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin: -2% 0 0 -2%; }
          #um-gift .um-gift_box .um-gift_img ul li {
            width: 18%;
            margin: 2% 0 0 2%; }
      #um-gift .um-gift_box .um-gift_txt {
        text-align: center;
        font-size: 14px;
        font-size: 1.1666666667rem;
        font-weight: bold;
        color: #fff;
        padding: 10px;
        border: solid 2px #fff; }
      #um-gift .um-gift_box .um-gift_img8 {
        margin: 0 auto; }
        #um-gift .um-gift_box .um-gift_img8 ul {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          margin: -2% 0 0 -3%; }
          #um-gift .um-gift_box .um-gift_img8 ul li {
            width: 22%;
            margin: 3% 0 0 3%; }
      #um-gift .um-gift_box .gift_btn_box_area {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto; }
        #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box {
          width: 100%;
          margin: 25px auto 0;
          padding: 0px; }
          #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box p {
            font-size: 14px;
            font-size: 4.375vw;
            margin-bottom: 10px;
            color: #fff;
            text-align: center; }
          #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box .img_jk {
            text-align: center; }
            #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box .img_jk img {
              width: 60%;
              border: solid #fff 2px; }
          #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box .btn_buy {
            max-width: 100%; }
            #um-gift .um-gift_box .gift_btn_box_area .gift_btn_box .btn_buy a {
              width: 100%; }
      #um-gift .um-gift_box .btn_buy {
        margin: 30px auto 20px;
        width: 90%;
        max-width: 400px; }
        #um-gift .um-gift_box .btn_buy a {
          font-size: 13px;
          font-size: 4.0625vw;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 13px;
          background: #122b6f;
          color: #fff;
          font-weight: bold; }
          #um-gift .um-gift_box .btn_buy a i {
            top: 25%;
            position: absolute;
            right: 15px;
            padding-left: 10px;
            font-size: 25px; }
      #um-gift .um-gift_box .sepa {
        margin: 20px auto; }
      #um-gift .um-gift_box .gentei {
        background: #000;
        color: #f5eb4d;
        padding: 5px 35px;
        font-size: 14px;
        font-size: 4.375vw; }
      #um-gift .um-gift_box small {
        font-size: 8px;
        font-size: 2.5vw; }
    #um-gift .btn_contact {
      margin: 40px auto 20px;
      width: 80%;
      max-width: 550px; }
      #um-gift .btn_contact a {
        font-size: 12px;
        font-size: 3.75vw;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 15px;
        background: transparent;
        border: solid 2px #fff;
        color: #fff;
        font-weight: bold; }
        #um-gift .btn_contact a i {
          top: 34%;
          position: absolute;
          right: 15px;
          padding-left: 10px;
          font-size: 25px; }

  /* ============================================
   4.footerArea
  ============================================ */
  #footerArea {
    position: relative; }
    #footerArea .copyrights {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 300;
      font-weight: bold;
      margin-top: 20px;
      padding-bottom: 50px;
      width: 100%;
      text-align: center;
      font-size: 10px;
      font-size: 0.8333333333rem;
      line-height: 1;
      color: #fff; }

  /*--- modal twitter 190613 --*/
  .insta_window {
    max-width: 900px;
    width: 100%;
    flex-wrap: wrap;
    padding: 40px;
    color: #fff;
    margin: 0px 0px 50px !important;
    background: transparent !important; }
    .insta_window .modal_insta_wrap ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0; }
      .insta_window .modal_insta_wrap ul li {
        width: 100%;
        justify-content: center;
        align-items: center; }
        .insta_window .modal_insta_wrap ul li a {
          display: flex;
          width: 70%;
          /* justify-content: center; */
          align-items: center;
          text-align: center;
          padding: 2px 10px;
          margin: 5px auto; }
          .insta_window .modal_insta_wrap ul li a .icon {
            font-size: 20px;
            font-size: 1.6666666667rem;
            margin-right: 10px;
            color: #fff; }
          .insta_window .modal_insta_wrap ul li a .name {
            font-size: 14px;
            font-size: 1.1666666667rem; }
    .insta_window p {
      line-height: 1.7;
      margin: 30px auto;
      font-size: 16px;
      font-size: 1.3333333333rem; }
      .insta_window p span {
        color: #e0246e;
        font-weight: 500; }
      .insta_window p a {
        color: #e0246e;
        text-decoration: underline; }
    .insta_window .close {
      padding: 10px;
      margin: 40px auto 0;
      width: 200px;
      height: 35px;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      background: transparent;
      text-align: center;
      border-radius: 20px;
      color: #fff;
      border: solid 1px #fff;
      font-size: 14px;
      font-size: 1.1666666667rem; } }

/*# sourceMappingURL=main.css.map */