@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

ol, ul, li {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

.clear, div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

/*---clearFix---*/
.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media print {
  body {
    zoom: 60%;
  }
}
/*--------------------------------------
 common
---------------------------------------*/
.on {
  width: 300px;
}

.on .mini {
  width: 150px !important;
}

html {
  overflow: auto;
}

body {
  background: #fff;
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  overflow: hidden;
}

.headlink {
  position: absolute;
  padding-left: 13px;
  left: 55%;
  top: 20px;
  font-size: 0.8em;
  z-index: 1;
  color: #FFF;
}
@media only screen and (max-width: 320px) {
  .headlink {
    left: 45%;
  }
}

.headlink a {
  color: #fff;
  padding-right: 15px;
  position: relative;
}

.headlink a:before {
  content: url("../image/may/head_arrow.png");
  position: absolute;
  left: -10px;
  top: -3px;
}

.current {
  text-decoration: none;
}

#hero {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.hero_box {
  position: relative;
  /*top: -25px;*/
}

video {
  display: block;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.audio_a {
  display: block;
  width: 109px;
  margin: 0 0 0 auto;
  padding-right: 20px;
}

.audio_btn {
  width: 89px;
  margin-top: 15px;
}

h1 {
  margin: 0;
}

img {
  width: 100%;
}

/*p {
    font-size: 17px;
    line-height: 1.8em;
  }*/
.arrow {
  position: absolute;
  display: inline-block;
  bottom: 2vw;
  left: 46%;
  padding: 2vw;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrow span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.arrow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.footlink {
  position: relative;
  padding: 13px !important;
  border: none !important;
  text-align: center;
  margin-top: -67px;
  margin-bottom: 10px;
}

.footlink a {
  color: #000000;
}

img.title-img {
  position: fixed;
  left: 50%;
  top: 70px;
  z-index: 30;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 100%;
  height: auto;
  padding: 0 15%;
}

.small {
  top: 20px !important;
}

img.rabbit-img {
  height: 32%;
  width: 32%;
  position: absolute;
  top: 0;
  right: 2%;
}

.title-sec {
  max-width: 100%;
  /*margin: 12% 0 8%;
  padding: 0 15%;*/
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .title-sec {
    max-width: 77%;
    margin: 0 auto 1em auto;
    text-align: center;
  }
}

img.title-sec02 {
  display: block;
  margin: 12% auto 5%;
  width: 80%;
}

img.title-item {
  margin-top: -5%;
  margin-bottom: 4%;
}

.sec_txtbox {
  font-size: 0.85em;
  line-height: 2em;
  text-align: center;
  padding: 0 4%;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec_txtbox {
    padding: 0;
  }
}

.sec_txtbox p {
  color: #fff;
}

.letter_box {
  background: #fff;
  position: relative;
}

.sec_imgbox {
  padding: 0 8%;
  text-align: left;
  position: relative;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec_imgbox {
    padding: 0%;
  }
}

.sec_imgbox video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.item_box {
  padding: 0 8% 5%;
  text-align: left;
}

.item_box img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.item_box_right {
  padding: 0 8% 5%;
  text-align: left;
}

.item_box_right img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

img.price {
  margin: 10% 0 5%;
  width: 100%;
}

img.shopping {
  padding: 1em 0;
  width: 100%;
}

.sec_bk_p {
  background: #b2827f;
}

.sec_bk {
  background: #fff;
}

/*--------------------------------------
  #sec01
---------------------------------------*/
#sec01 {
  max-width: 90%;
  margin: 0 auto;
}
#sec01 .inner {
  padding: 5em 0;
}

/*--------------------------------------
  #sec02
---------------------------------------*/
#sec02 {
  background: #fff;
  text-align: center;
}
#sec02 .sec02_img {
  max-width: 800px;
  position: relative;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec02 .sec02_img {
    max-width: 100%;
    position: inherit;
    z-index: 1;
  }
}
#sec02 picture {
  margin-bottom: -8px;
  display: block;
}
#sec02 .sec02_letter {
  padding: 5em 0;
  text-align: center;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec02 .sec02_letter {
    padding: 2em 0;
  }
}
@media only screen and (max-width:640px) {
  #sec02 .sec02_letter {
    padding: 3em 0 4em 0;
  }
}
#sec02 .sec02_letter img {
  max-width: 85%;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec02 .sec02_letter img {
    max-width: 70%;
  }
}
@media only screen and (max-width:640px) {
  #sec02 .sec02_letter img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  #sec02 .sec02_letter img {
    max-width: 95%;
  }
}

.sec02_logo {
  width: 19%;
  position: relative;
  z-index: 3;
  top: 10em;
  left: 75.5%;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec02_logo {
    width: 20%;
    position: absolute;
    top: -1.1em;
    right: 4em;
    left: auto;
  }
}
@media only screen and (max-width:640px) {
  .sec02_logo {
    width: 30%;
    top: -22px;
    right: 1em;
  }
}
.sec02_margin {
  margin-top: -4%;
  position: relative;
  z-index: 9;
}

/*--------------------------------------
  #sec03
---------------------------------------*/
#sec03 {
  background-color: #fff;
  position: relative;
}
#sec03 .container {
  /*@media only screen and (min-width: 1024px) {
  max-width: 95%;
  margin: 0 auto;
  }*/
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec03 .container {
    max-width: 95%;
    margin: 0 auto;
  }
}
#sec03 .sec_img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec03 .sec_img_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2em;
  }
}
#sec03 .sec_img {
  width: 32%;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec03 .sec_img {
    width: 45%;
    margin-bottom: 1em;
  }
}
#sec03 .sec_item {
  max-width: 870px;
  margin: 0 auto;
  padding-bottom: 1em;
  position: relative;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec03 .sec_item {
    max-width: 90%;
    position: absolute;
    top: 10em;
    left: 6em;
  }
}
@media only screen and (max-width:640px) {
  #sec03 .sec_item {
    top: 5em;
    left: 1.5em;
  }
}
#sec03 .item_phot {
  margin-top: -4em;
  padding: 0 3em 3em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec03 .item_phot {
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec03 .item_phot img {
    max-width: 75%;
  }
}
@media only screen and (max-width:640px) {
  #sec03 .item_phot img {
    max-width: 60%;
  }
}
#sec03 .sec_item_txt {
  max-width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec03 .sec_item_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 7em;
  }
}
@media only screen and (max-width:640px) {
  #sec03 .sec_item_txt {
    max-width: 90%;
    padding-bottom: 5em;
  }
}
#sec03 .sec_item_txt p {
  line-height: 1.8em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec03 .sec_item_txt p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width:640px) {
  #sec03 .sec_item_txt p {
    margin-bottom: 1.5em;
  }
}

/*--------------------------------------
  #sec04
---------------------------------------*/
#sec04 {
  background: #fff;
}
#sec04 .container {
  max-width: 890px;
  margin: 0 auto;
}
#sec04 .sec04_img {
  max-width: 100%;
}
#sec04 .phot_sm {
  width: 45%;
  margin: 0 auto 10em auto;
  display: block;
  position: relative;
}
@media only screen and (max-width:640px) {
  #sec04 .phot_sm {
    width: 75%;
    margin: 0 auto 7em auto;
  }
}
#sec04 .phot_sm_b {
  width: 75%;
  margin: 0 auto 4.5em auto;
  display: block;
  position: relative;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec04 .phot_sm_b {
    width: 100%;
  }
}
#sec04 .sec04_img_b {
  margin-bottom: 7em;
}
@media only screen and (max-width:640px) {
  #sec04 .sec04_img_b {
    margin-bottom: 4em;
  }
}
#sec04 .shopping {
  width: 80%;
  margin-bottom: 120px;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec04 .shopping {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width:640px) {
  #sec04 .shopping {
    width: 100%;
    margin-bottom: 5em;
  }
}

.item_txt {
  color: #ccc;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .item_txt {
    font-size: 0.7rem;
    margin-top: -3.5em;
  }
}

.how_to {
  max-width: 1200px;
  margin: 0 0 0 auto;
  padding-bottom: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .how_to {
    max-width: 85%;
  }
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .how_to {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (min-width:320px) and (max-width:1100px) {
  .how_to_l {
    width: 80%;
    margin: 0 auto;
  }
}
.how_to_l p {
  font-size: 0.9rem;
  line-height: 1.8em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .how_to_l p {
    margin-bottom: 1.5em;
  }
}

.how_to_r {
  width: 60%;
  margin-left: 1.5em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .how_to_r {
    margin-left: 0;
    width: 75%;
    margin: 0 auto 5em auto;
  }
}
@media only screen and (max-width:640px) {
  .how_to_r {
    margin: 0 auto 3em auto;
  }
}

@media only screen and (min-width:320px) and (max-width:1100px) {
  .howto_title {
    max-width: 20%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:640px) {
  .howto_title {
    max-width: 35%;
    margin-bottom: 0.5em;
  }
}

.howto_h3 img {
  width: auto;
  padding: 1em 0 0.5em 0;
}
@media only screen and (max-width:640px) {
  .howto_h3 img {
    width: 40%;
  }
}

/*--------------------------------------
  #sec05
---------------------------------------*/
#sec05 {
  position: relative;
}

.sec05_bk_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5em;
}
@media only screen and (max-width:640px) {
  .sec05_bk_area {
    margin-bottom: 2em;
  }
}
.sec05_bk_area .sec05_bk_r {
  max-width: 13%;
  z-index: 4;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec05_bk_area .sec05_bk_r {
    padding-top: 3em;
  }
}

.sec05_bk_l {
  position: relative;
  width: 70%;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec05_bk_l {
    width: 75%;
  }
}
@media only screen and (max-width:640px) {
  .sec05_bk_l {
    width: 80%;
  }
}
.sec05_bk_l:after {
  content: "";
  display: inline-block;
  background: url("../image/may/sec05_txt.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  padding-bottom: 17%;
  -webkit-animation: bounceInLeft 3s ease-in;
          animation: bounceInLeft 3s ease-in;
  z-index: 999;
  position: absolute;
  bottom: 2%;
  left: 3%;
}

.sec05_bk_area_b {
  position: relative;
}
.sec05_bk_area_b:before {
  content: "";
  display: inline-block;
  background: url("../image/may/sec05_img02.jpg") right no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  padding-bottom: 70%;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec05_bk_area_b:before {
    padding-bottom: 80%;
  }
}

.sec05_bk_l_b {
  width: 50%;
  margin: -20em auto 0 20em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec05_bk_l_b {
    margin: -14em auto 0 9em;
  }
}
@media only screen and (max-width:640px) {
  .sec05_bk_l_b {
    width: 80%;
    margin: -9em auto 0 2em;
  }
}
@media only screen and (max-width: 320px) {
  .sec05_bk_l_b {
    width: 70%;
    margin: -7em auto 0 2em;
  }
}

.sec05_bk_l_b_img img {
  padding: 3em 0 3em 5em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec05_bk_l_b_img img {
    padding: 2em 0 2em 5em;
  }
}
@media only screen and (max-width:640px) {
  .sec05_bk_l_b_img img {
    padding: 0.5em 0 5em 3em;
  }
}

.container_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 12em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .container_b {
    padding-bottom: 0;
  }
}

.sec05_img_l {
  width: 45%;
  margin-right: 5em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec05_img_l {
    margin-right: 2.5em;
  }
}
@media only screen and (max-width:640px) {
  .sec05_img_l {
    margin-right: 1em;
  }
}

.sec05_item_r {
  padding-top: 150px;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec05_item_r {
    padding-top: 0;
    width: 45%;
  }
}
.sec05_item_r p {
  font-size: 0.9rem;
  line-height: 1.8em;
  color: #fff;
  margin-bottom: 2.5em;
}
@media only screen and (min-width:641px) and (max-width:1024px) {
  .sec05_item_r p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .sec05_item_r p {
    font-size: 0.8rem;
  }
}

.sec05_btn {
  display: none;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec05_btn {
    width: 60%;
    margin: 0 auto;
    display: block;
    padding: 5em 0;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (max-width:640px) {
  .sec05_btn {
    width: 80%;
    padding: 3em 0 4em 0;
  }
}

.s_btn_pc {
  display: block;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .s_btn_pc {
    display: none;
  }
}

/*--------------------------------------
  #sec06
---------------------------------------*/
#sec06 {
  background: #fff;
  position: relative;
  padding-bottom: 1em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec06 {
    padding-bottom: 0;
  }
}
#sec06:before {
  content: "";
  display: inline-block;
  background: #b2827f;
  width: 100%;
  height: 20%;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec06:before {
    height: 18%;
  }
}
@media only screen and (max-width:640px) {
  #sec06:before {
    height: 11%;
  }
}
#sec06 .item_txt {
  display: none;
  color: #ccc;
  text-align: center;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec06 .item_txt {
    display: block;
    font-size: 0.7rem;
    margin-top: 1em;
  }
}
#sec06 .sec06_mv {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec06 .sec06_mv {
    max-width: 85%;
  }
}
#sec06 .sec06_mv img {
  text-align: center;
}
#sec06 .sec06_b {
  max-width: 800px;
  margin: 0 auto;
  padding: 7em 0;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec06 .sec06_b {
    max-width: 80%;
    padding: 4em 0;
  }
}
@media only screen and (max-width:640px) {
  #sec06 .sec06_b {
    max-width: 75%;
  }
}
#sec06 .sec06_b p {
  font-size: 0.9rem;
  line-height: 1.8em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec06 .sec06_b p {
    margin-bottom: 1.5em;
  }
}
#sec06 .sec06_b .sec06_b_item {
  margin-bottom: 1.5em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec06 .sec06_b .sec06_b_item {
    margin-bottom: 0;
  }
}
#sec06 .sec06_b .sec06_b_item02 {
  margin-bottom: 2em;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #sec06 .sec06_b .sec06_b_item02 {
    margin-bottom: 0;
  }
}

.sec04_txt {
  display: block;
  margin: 2% auto;
  width: 50%;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .sec04_txt {
    width: 40%;
  }
}
@media only screen and (max-width:640px) {
  .sec04_txt {
    width: 60%;
  }
}

/*--------------------------------------
  #profile
---------------------------------------*/
#profile {
  padding: 100px;
  color: #fff;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #profile {
    padding: 8%;
  }
}
#profile h2 {
  margin-bottom: 1em;
  font-size: 2em;
}
@media only screen and (max-width:640px) {
  #profile h2 {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
  }
}
#profile p {
  font-size: 17px;
  line-height: 2em;
}
@media only screen and (max-width:640px) {
  #profile p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #profile .sec05_left {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width:640px) {
  #profile .sec05_left {
    margin-bottom: 1em;
  }
}

/*--------------------------------------
  f_link
---------------------------------------*/
#f_link .flexbox {
  padding: 20% 8% 20%;
  border: solid 1px #333333;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  #f_link .flexbox {
    padding: 20% 8% 10%;
  }
}
@media only screen and (max-width:640px) {
  #f_link .flexbox {
    padding: 20% 8% 15%;
  }
}

@media only screen and (min-width:320px) and (max-width:1100px) {
  #f_link {
    padding: 4% 4% 0;
  }
}
@media only screen and (max-width:640px) {
  #f_link {
    padding: 22% 4% 0;
  }
}
@media only screen and (max-width: 320px) {
  #f_link {
    padding: 29% 4% 0;
  }
}

.footlink {
  position: relative;
  bottom: 100px;
  width: 150px;
  margin: 0 auto;
  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;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .footlink {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width:640px) {
  .footlink {
    margin-top: 2em;
  }
}
.footlink a {
  display: inline-block;
  margin-left: -1em;
}
.footlink a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 5px #000000;
  top: 50%;
  left: -10%;
  margin-top: -4px;
}
.footlink a:nth-last-of-type(1):before {
  left: 60%;
}

.f_area {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .f_area {
    width: 95%;
  }
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .f_area {
    padding: 0 2em 3em;
  }
}
@media only screen and (max-width:640px) {
  .f_area {
    padding: 0 1em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -2em;
  }
}
.f_area p {
  color: #595757;
}

.f_txt {
  font-size: 1rem;
  line-height: 1.6em;
}
.f_txt span {
  font-weight: bold;
}

.copy {
  padding-top: 2em;
}

.footer_img {
  position: relative;
  top: -4em;
  margin-left: auto;
  max-width: 380px;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .footer_img {
    max-width: 40%;
    top: 0;
  }
}
@media only screen and (max-width:640px) {
  .footer_img {
    max-width: 47%;
    top: -6em;
  }
}
@media only screen and (max-width: 320px) {
  .footer_img {
    max-width: 43%;
    top: -4em;
  }
}

#video02 p {
  font-size: 0.7em;
  margin-top: 4%;
  text-align: center;
}

.video_shop {
  padding: 0 8%;
}

/*#sec05 {
  background: #905d92;
  color: #fff;
  padding: 8%;
}*/
.newbland_logo {
  width: 32%;
  padding: 0 4%;
}

.daymust_logo {
  width: 55%;
  margin-top: -30px;
  margin-left: 115px;
  margin-bottom: 20px;
}

.daymust_phot {
  padding: 50px 4%;
}

.phot_lg {
  width: 78%;
}

.foot_link {
  background-color: #fff;
}

.foot_title {
  width: 80%;
  margin: auto;
  display: block;
  padding-top: 50px;
}

.foot_box {
  margin-top: -85px;
}
@media only screen and (min-width:320px) and (max-width:1100px) {
  .foot_box {
    margin-top: -135px;
  }
}

@media only screen and (min-width:320px) and (max-width:1100px) {
  .f_link_img {
    margin-bottom: 2em;
  }
}

@media only screen and (min-width:320px) and (max-width:1100px) {
  .coming_img {
    margin-top: -160px;
    margin-bottom: 160px;
  }
}

#sec07 {
  background-color: #fff;
  margin-top: 75px;
}

.sec07_video {
  padding: 4% 4% 25%;
}

.lilymomo_box {
  margin-bottom: 50px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1080px) {
  #mask-svg {
    position: absolute;
    right: 8% !important;
  }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #mask-svg {
    right: 4% !important;
    width: 17% !important;
    top: -155px !important;
  }
}
@media screen and (min-width: 961px) {
  .container {
    margin: 40px auto 0;
    max-width: 1200px;
  }

  .audio_a {
    display: inline;
    text-align: left;
    padding-right: 0;
  }

  .audio_btn {
    width: 84px;
    text-align: right;
  }

  .headlink {
    position: absolute;
    padding-left: 13px;
    left: 75%;
    top: 20px;
    font-size: 1em;
    z-index: 1;
    color: #FFF;
  }

  .headlink a {
    color: #fff;
    padding-right: 30px;
  }

  .arrow {
    bottom: 2vw;
  }

  .arrow span {
    width: 34px;
    height: 34px;
  }

  img.title-img {
    position: fixed;
    left: 50%;
    top: 50px;
    z-index: 30;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 511px;
    padding: 0;
  }

  /* img.title-sec {
     margin: 100px 0 0;
   }*/
  #sec01 h2 {
    width: 511px;
    margin: auto;
    padding: 0;
  }

  #sec01 .title01 {
    padding: 0;
    margin-bottom: 50px;
  }

  .sec_txtbox {
    font-size: 0.9em;
  }

  #sec02 {
    position: relative;
  }

  .sec02_txtbox {
    margin-bottom: 0;
    position: relative;
    padding: 0 8%;
    text-align: left;
  }

  #letter {
    background: #fff;
  }

  .letter_box {
    width: 800px;
    margin: 0 auto;
    padding: 100px 50px 100px 0;
  }

  .letter_boxs picture {
    width: auto !important;
  }

  img.rabbit-img {
    height: 40%;
    width: 40%;
    position: absolute;
    top: 15px;
    right: -190px;
  }

  .title-sec02 {
    margin: 0 auto 60px !important;
    width: 100% !important;
  }

  #sec02 h2 {
    width: 570px;
    margin: auto;
  }

  .sec03_video {
    padding: 4% 4% 150px;
  }

  /* img.shopping {
     margin: 16% auto 0;
   }*/
  .item_box img {
    width: 90%;
    margin: 0;
    padding-bottom: 30px;
  }

  .item_box_right img {
    width: 90%;
    margin: 0;
    padding-bottom: 30px;
  }

  .howto_title img {
    width: auto;
  }

  .how_to .howto_title {
    width: 50%;
    display: block;
    margin: 0;
  }

  .eyes_h3 {
    margin-top: 40px;
  }

  #sec04 .howto_h3 img {
    margin-top: 30px;
  }

  .video_container {
    margin: 0 auto;
  }

  .video_shop_btn {
    width: 380px;
    display: block;
  }

  #video02 p {
    font-size: 0.85em;
    margin-top: 2%;
    text-align: center;
  }

  #lilymomo {
    margin-top: 200px;
    margin-bottom: 70px;
  }

  .daymust_logo {
    width: 40%;
    margin-left: 73px;
    margin-bottom: 120px;
  }

  .newbland_logo {
    width: 29%;
    padding: 0 4% 0 0;
  }

  .lilymomo_box {
    margin-top: -70px;
    margin-bottom: 100px;
  }

  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 8px;
  }

  /* #sec03 {
     background: linear-gradient(to right, #fff 0%, #fff 90%, #e3cce1 85%, #e3cce1 100%);
     padding-bottom: 170px;
   }*/

  /* shopping btn */
}
@media only screen and (min-width: 961px) and (min-width: 1024px) {
  .flexbox {
    width: 95%;
  }
}
@media screen and (min-width: 961px) {
  .flexbox:before {
    content: "";
    display: block;
    padding-top: 53.88%;
  }
}
@media screen and (min-width: 961px) {
  .video_content {
    position: absolute;
    top: 50%;
    left: 25%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  h2.item_title {
    width: 800px !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .item_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media screen and (min-width: 961px) {
  .item_box_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 60px 0 0 250px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 961px) {
  #sec07 .price {
    width: 70%;
  }
}
@media screen and (min-width: 961px) {
  .item_phot {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .phot_lg {
    width: 66.6%;
  }
}
@media screen and (min-width: 961px) {
  .phot_sm {
    position: relative;
    z-index: 3;
  }
}
@media screen and (min-width: 961px) {
  .item_price {
    display: block;
    padding-top: 15px;
  }
}
@media screen and (min-width: 961px) {
  .item_box p {
    display: block;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 961px) {
  .item_box_right p {
    display: block;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 961px) {
  .price_box {
    padding-top: 110px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 961px) {
  .shopping {
    width: auto;
  }
}
@media screen and (min-width: 961px) {
  .sec04_txt {
    display: block;
    width: auto;
  }
}
@media screen and (min-width: 961px) {
  .sec04_coming {
    margin: 0 auto;
    width: 219px;
  }
}
@media screen and (min-width: 961px) {
  .profile_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .profile_box img {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .sec05_left {
    width: 480px;
  }
}
@media screen and (min-width: 961px) {
  .sec05_right {
    padding-left: 60px;
    width: 670px;
  }
}
@media screen and (min-width: 961px) {
  .coming_img {
    margin-top: -150px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 961px) {
  #footer {
    background-color: #fff;
  }
}
@media screen and (min-width: 961px) {
  .foot_box .flexbox {
    max-width: 1200px;
    max-height: 470px;
    margin-top: -88px;
    height: 470px;
    padding: 13% 5% 20% !important;
  }
}
@media screen and (min-width: 961px) {
  .foot_title {
    width: 570px;
    padding-top: 120px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 961px) {
  .foot_margin {
    margin-left: 50px !important;
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .foot_box {
    margin-top: -98px;
  }
}
@media screen and (min-width: 961px) {
  .sec01_cont {
    margin-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .effect-color img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 961px) {
  .effect-color img:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 961px) {
  .coming_img {
    position: relative;
    z-index: 1;
    margin-top: -170px !important;
    margin-bottom: 170px !important;
  }
}
@media screen and (min-width: 1280px) {
  /*#sec03 {
    background: linear-gradient(to right, #fff 0%, #fff 78%, #e3cce1 78%, #e3cce1 100%);
  }*/
  #sec07 {
    background: -webkit-gradient(linear, left top, right top, from(#e3cce1), color-stop(20%, #e3cce1), color-stop(20%, #fff), to(#fff));
    background: -o-linear-gradient(left, #e3cce1 0%, #e3cce1 20%, #fff 20%, #fff 100%);
    background: linear-gradient(to right, #e3cce1 0%, #e3cce1 20%, #fff 20%, #fff 100%);
  }

  .item_box_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 60px 0 0 auto;
    max-width: 1000px;
  }
}
.p_margintop {
  margin-top: 1.5em;
}

/* 拡大アニメーション*/
.phot_lg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
  position: relative;
}

.big3 {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
  position: relative;
}

.phot_sm2 {
  -webkit-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.big.active, .big2.active, .big3.active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  /*padding-right: 2%;*/
}

.base-photlg {
  width: 77.5%;
  /*ボックスの幅*/
  height: 77.5%;
  /*ボックスの高さ*/
  overflow: hidden;
  /*画像拡大時にはみ出た部分を隠す*/
  display: block;
  position: relative;
}

.base-photsm {
  width: 92%;
  /*ボックスの幅*/
  height: 92%;
  /*ボックスの高さ*/
  position: relative;
  display: block;
  margin-left: auto;
}

.base-phot {
  overflow: hidden;
  /*画像拡大時にはみ出た部分を隠す*/
  position: relative;
  display: block;
  margin: 0 auto;
}

.anime_box_bottm {
  width: 100%;
  /*ボックスの幅*/
  height: 100%;
  /*ボックスの高さ*/
  display: block;
  margin-left: auto;
  z-index: 1;
}

/* ラインアニメーション*/
/* ボタンの大きさと位置をここで指定 */
.btn__box1, .btn__box2 {
  position: relative;
  width: 1px;
  height: 225px;
  line-height: 225px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

/* 線(ボーダー)のスタイル 共通 */
.btn__box1:before, .btn__box1:after, .btn__box1 p:before, .btn__box1 p:after, .btn__box2:before, .btn__box2:after, .btn__box2 p:before, .btn__box2 p:after {
  content: "";
  position: absolute;
  background: #4d4d4d;
  /*線の色*/
}

/* 左のボーダー */
.btn__box1 p:after, .btn__box2 p:after {
  top: -225px;
  left: 0;
  width: 10px;
  height: 225px;
}

/* ホバー時のアニメーション指定 */
.btn__box1 p:after {
  animation-name: topAnim;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: ease-in;
  animation-iteration-count: infinite;
  -webkit-animation-name: topAnim;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: ease-in;
  -webkit-animation-iteration-count: infinite;
}

.btn__box2 p:after {
  animation-name: topAnim;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: ease-in;
  animation-iteration-count: infinite;
  -webkit-animation-name: topAnim;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: ease-in;
  -webkit-animation-iteration-count: infinite;
}

/* 各アニメーション */
@keyframes topAnim {
  0% {
    top: -225px;
  }
  100% {
    top: 225px;
  }
}
@-webkit-keyframes topAnim {
  0% {
    top: -225px;
  }
  100% {
    top: 225px;
  }
}
@keyframes leftAnim {
  0% {
    left: -225px;
  }
  100% {
    left: 225px;
  }
}
@-webkit-keyframes leftAnim {
  0% {
    left: -225px;
  }
  100% {
    left: 225px;
  }
}
.coming_img {
  position: relative;
  z-index: 1;
  margin-top: -170px;
  margin-bottom: 170px;
}

/* 文字手書き風 */
#mask-svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 9px;
  stroke-dasharray: 1500;
  /* この行を追加 */
  stroke-dashoffset: 1500;
  /* この行を追加 */
}

#mask-svg {
  position: absolute;
  top: 200px;
  right: 13%;
}
/*# sourceMappingURL=may_style.css.map */