body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 2;
  position: relative;
  color: #333;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
img {
  vertical-align: middle;
}
.pc_hide {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc_hide {
    display: inline;
  }
  .sp_hide {
    display: none;
  }
  .sp_white {
    background-color: #fff;
    color: #9b9b9b;
  }
}
.gift .left_box {
  width: 250px;
}
@media screen and (max-width: 1365px) {
  .gift .left_box {
    width: 100%;
  }
}
@media screen and (max-width: 1069px) {
  .gift .left_box {
    width: 100%;
  }
}
.gift .left_box.gift_title {
  padding-top: 130px;
}
@media screen and (max-width: 1365px) {
  .gift .left_box.gift_title {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .gift .left_box.gift_title {
    padding-top: 13.33vw;
  }
  .gift .left_box.gift_title img {
    width: 29.06vw;
    height: auto;
  }
}
.gift .right_box {
  padding-top: 50px;
}
@media screen and (max-width: 1365px) {
  .gift .right_box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1069px) {
  .gift .right_box {
    padding-top: 0;
    width: 100%;
  }
}
.gift .right_box .set_box {
  width: 1096px;
  padding-right: 55px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box {
    width: 100%;
    padding-right: 0;
    padding-top: 8vw;
  }
}
.gift .right_box .set_box .textbox {
  width: 650px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 55px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box .textbox {
    width: 86.66vw;
    padding: 8.4vw;
    padding-bottom: 4vw;
  }
}
.gift .right_box .set_box .textbox h3 {
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .gift .right_box .set_box .textbox h3.sp_1line img {
    height: 4.13vw;
    width: auto;
  }
  .gift .right_box .set_box .textbox h3.sp_2line img {
    height: 10.8vw;
    width: auto;
  }
}
.gift .right_box .set_box .textbox p {
  padding-bottom: 1em;
}
.gift .right_box .set_box .textbox p.small {
  font-size: 90%;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .gift .right_box .set_box .textbox p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 650px) {
  .gift .right_box .set_box .textbox p {
    font-size: 14px;
  }
}
.gift .right_box .set_box .textbox .btn_product {
  margin-top: 15px;
  margin-bottom: 15px;
}
.gift .right_box .set_box .textbox .btn_product a {
  width: 170px;
  height: 31px;
  line-height: 31px;
  color: #ffffff;
  background-color: #006ab7;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
  text-align: center;
}
.gift .right_box .set_box .textbox .btn_product a span {
  font-size: 14px;
  background-image: url(../img/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.gift .right_box .set_box .imagebox {
  width: 500px;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box .imagebox {
    width: 100%;
  }
}
.gift .right_box .set_box .imagebox .thumb_inner img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .gift .right_box .set_box .imagebox .thumb_inner img {
    width: 72vw;
  }
}
.gift .right_box .set_box.gift_odd {
  margin-top: 80px;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box.gift_odd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.gift .right_box .set_box.gift_odd .textbox {
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box.gift_odd .textbox {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: -3em;
  }
}
.gift .right_box .set_box.gift_odd .imagebox {
  padding-top: 75px;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box.gift_odd .imagebox {
    padding-top: 0;
  }
}
.gift .right_box .set_box.gift_even {
  margin-top: 120px;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box.gift_even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.gift .right_box .set_box.gift_even .textbox {
  z-index: 1;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box.gift_even .textbox {
    position: relative;
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-top: -1.5em;
  }
}
.gift .right_box .set_box.gift_even .imagebox {
  position: absolute;
  right: 0;
  top: -265px;
  z-index: -1;
}
@media screen and (max-width: 1069px) {
  .gift .right_box .set_box.gift_even .imagebox {
    position: relative;
    top: 0;
    display: block;
    padding-top: 0;
  }
  .gift .right_box .set_box.gift_even .imagebox .thumb_inner img {
    margin-left: auto;
    margin-right: 0;
  }
}
.lineup .flexbox {
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .lineup .flexbox {
    margin-top: 4vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .lineup .flexbox.flexreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.lineup .flexbox .col_1 {
  width: 517px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .lineup .flexbox .col_1 {
    width: 89.73vw;
  }
}
.lineup .flexbox .col_1 .thumb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.lineup .flexbox .col_2 {
  width: 883px;
}
@media screen and (max-width: 750px) {
  .lineup .flexbox .col_2 {
    width: 89.73vw;
    font-size: 2.2vw;
  }
  .lineup .flexbox .col_2 img {
    height: 3.866vw;
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  .lineup .flexbox .col_2 {
    font-size: 14px;
  }
}
main > .bg_gift {
  background-image: url(../img/bg_blue50r.png), url(../img/bg_history_1400up.png);
  background-position: center bottom,center bottom;
  padding-bottom: 50px;
}
@media screen and (max-width: 1069px) {
  main > .bg_gift {
    background-size: 100% 88%,1400px 88%;
    background-repeat: no-repeat no-repeat;
  }
}
@media screen and (max-width: 922px) {
  main > .bg_gift {
    background-image: url(../img/lineup/bg_gift_1400.png);
    background-position: left top 44vw;
    background-size: 100% 100%;
    margin-bottom: 9.3vw;
    background-repeat: no-repeat;
  }
}
main > .bg_order {
  background-image: url(../img/bg_blue50r.png), url(../img/bg_history_1400up.png);
  background-position: center bottom,center bottom;
  margin-bottom: 90px;
}
@media screen and (max-width: 922px) {
  main > .bg_order {
    background-image: url(../img/bg_story_1400.png);
    background-position: left top 44vw;
    background-size: 100% 100%;
    margin-bottom: 9.3vw;
    background-repeat: no-repeat;
  }
}
main > .bg_order .bg_flower {
  background-image: url(../img/lineup/bg_flower.png);
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 922px) {
  main > .bg_order .bg_flower {
    background: none;
  }
}
.order {
  width: 923px;
  margin: 0 0 0 auto;
  padding-bottom: 75px;
}
@media screen and (max-width: 922px) {
  .order {
    width: 100%;
    padding-bottom: 7.3vw;
  }
}
.order .order_box h2 img {
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 922px) {
  .order .order_box h2 img {
    padding-left: 5.3vw;
    padding-right: 3.3vw;
    padding-bottom: 8vw;
    padding-top: 3.3vw;
  }
}
.order .order_box .white_box {
  width: 922px;
  background-color: #fff;
  padding: 65px;
}
@media screen and (max-width: 922px) {
  .order .order_box .white_box {
    width: 88.8vw;
    padding: 9.3vw 3.2vw 6vw 4.6vw;
  }
}
.order .order_box .white_box p {
  padding-bottom: 65px;
  font-size: 20px;
}
@media screen and (max-width: 922px) {
  .order .order_box .white_box p {
    font-size: 2.9vw;
    padding-left: 6vw;
    padding-right: 4vw;
    padding-bottom: 6.6vw;
  }
}
@media screen and (max-width: 480px) {
  .order .order_box .white_box p {
    font-size: 14px;
  }
}
.order .order_box .white_box .flyer_box {
  padding-top: 50px;
}
@media screen and (max-width: 922px) {
  .order .order_box .white_box .flyer_box {
    padding-top: 3.2vw;
  }
}
.order .order_box .white_box .flyer_box.pt0 {
  padding-top: 0;
}
.order .order_box .white_box .flyer_box img {
  width: 100%;
  height: auto;
}
.bgcolor_01 {
  background-color: #153161;
  color: #ffffff;
  padding: 5em 4em 3em;
}
@media screen and (max-width: 750px) {
  .bgcolor_01 {
    padding: 8vw 4.6vw 3vw;
  }
}
.bgcolor_01 h3 {
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .bgcolor_01 h3 {
    padding-bottom: 2.5vw;
  }
}
.bgcolor_01 .btn_product {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .bgcolor_01 .btn_product {
    margin-top: 4vw;
    margin-bottom: 2.66vw;
  }
}
.bgcolor_01 .btn_product a {
  width: 170px;
  height: 31px;
  line-height: 31px;
  color: #153161;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
  text-align: center;
}
.bgcolor_01 .btn_product a span {
  font-size: 14px;
  background-image: url(../img/lineup/arrow_01.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.bgcolor_02 {
  background-color: #dcd821;
  color: #000064;
  padding: 5em 4em 3em;
}
@media screen and (max-width: 750px) {
  .bgcolor_02 {
    padding: 8vw 4.6vw 3vw;
  }
}
.bgcolor_02 h3 {
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .bgcolor_02 h3 {
    padding-bottom: 2.5vw;
  }
}
.bgcolor_02 .btn_product {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .bgcolor_02 .btn_product {
    margin-top: 4vw;
    margin-bottom: 2.66vw;
  }
}
.bgcolor_02 .btn_product a {
  width: 170px;
  height: 31px;
  line-height: 31px;
  color: #dcd821;
  background-color: #000064;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
  text-align: center;
}
.bgcolor_02 .btn_product a span {
  font-size: 14px;
  background-image: url(../img/lineup/arrow_02.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.bgcolor_03 {
  background-color: #d7dfae;
  color: #321f19;
  padding: 5em 4em 3em;
}
@media screen and (max-width: 750px) {
  .bgcolor_03 {
    padding: 8vw 4.6vw 3vw;
  }
}
.bgcolor_03 h3 {
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .bgcolor_03 h3 {
    padding-bottom: 2.5vw;
  }
}
.bgcolor_03 .btn_product {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .bgcolor_03 .btn_product {
    margin-top: 4vw;
    margin-bottom: 2.66vw;
  }
}
.bgcolor_03 .btn_product a {
  width: 170px;
  height: 31px;
  line-height: 31px;
  color: #d7dfae;
  background-color: #321f19;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
  text-align: center;
}
.bgcolor_03 .btn_product a span {
  font-size: 14px;
  background-image: url(../img/lineup/arrow_03.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.bgcolor_04 {
  background-color: #62554d;
  color: #ffffff;
  padding: 5em 4em 3em;
}
@media screen and (max-width: 750px) {
  .bgcolor_04 {
    padding: 8vw 4.6vw 3vw;
  }
}
.bgcolor_04 h3 {
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .bgcolor_04 h3 {
    padding-bottom: 2.5vw;
  }
}
.bgcolor_04 .btn_product {
  margin-top: 30px;
  margin-bottom: 20px;
}
.bgcolor_04 .btn_product a {
  width: 170px;
  height: 31px;
  line-height: 31px;
  color: #62554d;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
  text-align: center;
}
.bgcolor_04 .btn_product a span {
  font-size: 14px;
  background-image: url(../img/lineup/arrow_04.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.bgcolor_05 {
  background-color: #692683;
  color: #ffffff;
  padding: 5em 4em 3em;
}
@media screen and (max-width: 750px) {
  .bgcolor_05 {
    padding: 8vw 4.6vw 3vw;
  }
}
.bgcolor_05 h3 {
  padding-bottom: 1em;
}
.bgcolor_05 .btn_product {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .bgcolor_05 .btn_product {
    margin-top: 4vw;
    margin-bottom: 2.66vw;
  }
}
.bgcolor_05 .btn_product a {
  width: 170px;
  height: 31px;
  line-height: 31px;
  color: #692683;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
  text-align: center;
}
.bgcolor_05 .btn_product a span {
  font-size: 14px;
  background-image: url(../img/lineup/arrow_05.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.bgcolor_06 {
  background-color: #ce1616;
  color: #ffffff;
  padding: 5em 4em 3em;
}
@media screen and (max-width: 750px) {
  .bgcolor_06 {
    padding: 8vw 4.6vw 3vw;
  }
}
.bgcolor_06 h3 {
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .bgcolor_06 h3 {
    padding-bottom: 2.5vw;
  }
}
.bgcolor_06 .btn_product {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .bgcolor_06 .btn_product {
    margin-top: 4vw;
    margin-bottom: 2.66vw;
  }
}
.bgcolor_06 .btn_product a {
  width: 170px;
  height: 31px;
  line-height: 31px;
  color: #ce1616;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
  text-align: center;
}
.bgcolor_06 .btn_product a span {
  font-size: 14px;
  background-image: url(../img/lineup/arrow_06.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.bgcolor_07 {
  background-color: #17595d;
  color: #ffffff;
  padding: 5em 4em 3em;
}
@media screen and (max-width: 750px) {
  .bgcolor_07 {
    padding: 8vw 4.6vw 3vw;
  }
}
.bgcolor_07 h3 {
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .bgcolor_07 h3 {
    padding-bottom: 2.5vw;
  }
}
.bgcolor_07 .btn_product {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .bgcolor_07 .btn_product {
    margin-top: 4vw;
    margin-bottom: 2.66vw;
  }
}
.bgcolor_07 .btn_product a {
  width: 170px;
  height: 31px;
  line-height: 31px;
  color: #153161;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
  text-align: center;
}
.bgcolor_07 .btn_product a span {
  font-size: 14px;
  background-image: url(../img/lineup/arrow_01.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexbox.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexbox.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flexbox.vtop {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.flexbox.vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexbox.hcenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexbox.vhcenter,
.flexbox.hvcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexbox.flexright {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flexbox.flexreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flexbox .order_1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.flexbox .order_2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.flexbox .order_3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 750px) {
  .flexbox .sp_order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flexbox .sp_order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flexbox.sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .sp_flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_flexbox.sp_vhcenter,
  .sp_flexbox.sp_hvcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.zindex_1 {
  z-index: 1;
  position: relative;
}
.zindex_0 {
  z-index: 0;
  position: relative;
}
.vtext {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.inline_center {
  text-align: center;
}
.ml30 {
  margin-left: 30px;
}
.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 8vw;
  }
}
.mt-70 {
  margin-top: -70px;
}
.mt133 {
  margin-top: 133px;
}
@media screen and (max-width: 1400px) {
  .mt133 {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 750px) {
  .mt133 {
    margin-top: 5vw;
  }
}
.mt127 {
  margin-top: 127px;
}
@media screen and (max-width: 1400px) {
  .mt127 {
    margin-top: 8.928vw;
  }
}
@media screen and (max-width: 750px) {
  .mt127 {
    margin-top: 20vw;
  }
}
.mb125 {
  margin-bottom: 125px;
}
@media screen and (max-width: 1400px) {
  .mb125 {
    margin-bottom: 8.928vw;
  }
}
@media screen and (max-width: 750px) {
  .mb125 {
    margin-bottom: 10vw;
  }
}
.mb138 {
  margin-bottom: 138px !important;
}
@media screen and (max-width: 1400px) {
  .mb138 {
    margin-bottom: 10vw !important;
  }
}
@media screen and (max-width: 750px) {
  .mb138 {
    margin-bottom: 0 !important;
  }
}
.mb185 {
  margin-bottom: 185px;
}
@media screen and (max-width: 750px) {
  .mb185 {
    margin-bottom: 35vw;
  }
}
.mb-230 {
  margin-top: -230px;
}
@media screen and (max-width: 1400px) {
  .mb-230 {
    margin-top: -16.42vw;
  }
}
.pl5 {
  padding-left: 5px;
}
.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 750px) {
  .pt120 {
    padding-top: 16vw;
  }
}
.pt100 {
  padding-top: 100px;
}
.pt150 {
  padding-top: 150px;
}
@media screen and (max-width: 1400px) {
  .pt150 {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .pt150 {
    padding-top: 12.13vw;
  }
}
.pt90 {
  padding-top: 90px;
}
@media screen and (max-width: 1400px) {
  .pt90 {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .pt90 {
    padding-top: 0;
  }
}
.pb90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 1400px) {
  .pb90 {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 750px) {
  .pb90 {
    padding-bottom: 7vw;
  }
}
.pb95 {
  padding-bottom: 95px;
}
@media screen and (max-width: 1400px) {
  .pb95 {
    padding-bottom: 6.78vw;
  }
}
@media screen and (max-width: 750px) {
  .pb95 {
    padding-bottom: 6.5vw;
  }
}
a {
  color: #006ab7;
}
.bg_gray {
  background-image: url(../img/bg_gray.png);
}
@media screen and (min-width: 751px) {
  .pc_bg_gray {
    background-image: url(../img/bg_gray.png);
  }
}
@media screen and (max-width: 750px) {
  .sp_bg_gray {
    background-image: url(../img/bg_gray.png);
    margin-top: 13vw;
  }
}
.btn_blue {
  text-align: center;
}
.btn_blue a {
  background-color: #006ab7;
  width: 185px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .btn_blue a {
    font-size: 3vw;
    font-size: 3.5vw;
    width: 36vw;
    line-height: 7vw;
    height: inherit;
  }
}
.btn_blue a span {
  color: #fff;
  font-size: 16px;
  background-image: url(../img/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .btn_blue a span {
    line-height: 5vw;
    padding-right: 9vw;
    font-size: 3.5vw;
  }
}
.btn_blue a:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.box_mail {
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  .box_mail {
    margin: 6vw 0 1vw;
  }
}
.box_mail a {
  background-color: #ffffff;
  min-width: 254px;
  height: 41px;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 1px #000 inset;
  box-shadow: 0 0 0 1px #000 inset;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media screen and (max-width: 1400px) {
  .box_mail a {
    font-size: calc(11px + 0.25vw);
    height: 4vw;
    min-width: inherit;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .box_mail a {
    min-width: 46vw;
    height: 8.6666vw;
    height: inherit;
  }
}
.box_mail a span {
  color: #333;
  font-size: 16px;
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 40px;
  padding-left: 28px;
}
@media screen and (max-width: 1400px) {
  .box_mail a span {
    background-size: contain;
    font-size: calc(11px + 0.25vw);
    line-height: 4vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .box_mail a span {
    background-size: 3.8vw 3.2vw;
    line-height: 8.6666vw;
    height: inherit;
    padding-left: 5vw;
    font-size: 2.8vw;
  }
}
.box_mail a:hover {
  -webkit-box-shadow: 0 0 0 1px #000 inset, 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px #000 inset, 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.btn_white {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .btn_white {
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .btn_white {
    line-height: 1;
    font-size: 4vw;
  }
}
.btn_white a {
  background-color: #fff;
  width: 185px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media screen and (max-width: 1400px) {
  .btn_white a {
    height: 2.857vw;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .btn_white a {
    height: 5.333vw;
    width: 28.66vw;
  }
}
.btn_white a span {
  color: #333;
  font-size: 16px;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1400px) {
  .btn_white a span {
    font-size: 1.143vw;
    line-height: 2.857vw;
  }
}
@media screen and (max-width: 750px) {
  .btn_white a span {
    font-size: 2.5vw;
    line-height: 5.333vw;
  }
}
.btn_white a:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.block_center {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .sp_block_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@-webkit-keyframes svgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes svgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.top {
  width: 1400px;
  margin: 0 auto 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  header.top {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  header.top {
    width: 100%;
  }
}
header.top .wrap .header_box {
  height: 772px;
  overflow: hidden;
  height: 54.6vw;
}
@media screen and (max-width: 1400px) {
  header.top .wrap .header_box {
    height: 54.6vw;
  }
}
@media screen and (max-width: 750px) {
  header.top .wrap .header_box {
    height: 100vw;
  }
}
header.top .wrap .header_box .box_left {
  width: 340px;
  width: 24.28vw;
}
@media screen and (max-width: 1400px) {
  header.top .wrap .header_box .box_left {
    width: 24.28%;
  }
}
@media screen and (max-width: 750px) {
  header.top .wrap .header_box .box_left {
    width: 33vw;
    padding-left: 10vw;
  }
}
header.top .wrap .header_box .box_left .logo {
  padding-top: 58px;
  padding-bottom: 25px;
  padding-top: 4.142vw;
  padding-bottom: 1.785vw;
  width: 8.5vw;
}
@media screen and (max-width: 1400px) {
  header.top .wrap .header_box .box_left .logo {
    padding-top: 4.142vw;
    padding-bottom: 1.785vw;
    width: 8.5vw;
  }
}
@media screen and (max-width: 750px) {
  header.top .wrap .header_box .box_left .logo {
    padding-top: 10.5vw;
    padding-bottom: 4.5vw;
    width: 18vw;
  }
}
header.top .wrap .header_box .box_left .copy img {
  width: 9.214vw;
}
@media screen and (max-width: 1400px) {
  header.top .wrap .header_box .box_left .copy img {
    width: 9.214vw;
  }
}
@media screen and (max-width: 750px) {
  header.top .wrap .header_box .box_left .copy img {
    width: 18vw;
  }
}
header.top .wrap .header_box .box_right {
  width: 1100px;
  width: 78.57vw;
  background-color: #fff;
}
header.top .wrap .header_box .box_right #visual_layer img {
  width: 76.71vw;
}
@media screen and (max-width: 1400px) {
  header.top .wrap .header_box .box_right {
    width: 77.72%;
  }
}
@media screen and (max-width: 750px) {
  header.top .wrap .header_box .box_right {
    width: 100%;
    width: 67vw;
  }
  header.top .wrap .header_box .box_right #visual_layer {
    overflow: hidden;
  }
  header.top .wrap .header_box .box_right #visual_layer img {
    max-width: 145%;
    margin-left: -17vw;
    margin-top: 25vw;
    width: 100vh;
  }
}
header.history {
  background-image: url(../img/bg_story_1400.png);
  background-position: left bottom;
  background-size: 100% 70px;
  background-repeat: no-repeat;
}
header.history .wrap {
  width: 1400px;
  margin: 0 auto 0;
  background-image: url(../img/bg_white.png);
  background-position: left bottom;
  background-size: 100% 70px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  header.history .wrap {
    width: 100%;
    background-size: 100% 4.999vw;
  }
}
@media screen and (max-width: 750px) {
  header.history .wrap {
    width: 100%;
  }
}
header.history .wrap .special_contents_box {
  height: 775px;
  background-image: url(../img/story/bg_visual.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 57px;
  padding-left: 92px;
}
@media screen and (max-width: 1400px) {
  header.history .wrap .special_contents_box {
    background-position: right -8px top;
    background-size: 76.71vw 55.35vw;
    height: 55.35vw;
    padding-top: 4.071vw;
    padding-left: 6.571vw;
  }
}
@media screen and (max-width: 750px) {
  header.history .wrap .special_contents_box {
    height: 97.73vw;
    padding-top: 7vw;
    padding-left: 11vw;
    padding-right: 11vw;
    background-size: auto 97.73vw;
    background-position: center top;
  }
}
@media screen and (max-width: 1400px) {
  header.history .wrap .special_contents_box .typename {
    height: 2.857vw;
  }
}
@media screen and (max-width: 750px) {
  header.history .wrap .special_contents_box .typename {
    height: 3vw;
  }
}
@media screen and (max-width: 1400px) {
  header.history .wrap .special_contents_box .logo {
    width: 8.5vw;
  }
}
@media screen and (max-width: 750px) {
  header.history .wrap .special_contents_box .logo {
    padding-top: 3.5vw;
    padding-bottom: 4.5vw;
    width: 18vw;
  }
}
header.history .wrap .special_contents_box h1 {
  height: 84px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  header.history .wrap .special_contents_box h1 {
    height: 6.071vw;
    margin-bottom: 1.143vw;
  }
}
@media screen and (max-width: 750px) {
  header.history .wrap .special_contents_box h1 {
    height: 11.46vw;
    margin-bottom: 2.5vw;
  }
}
header.history .wrap .special_contents_box h1 img {
  height: 84px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  header.history .wrap .special_contents_box h1 img {
    height: 6.071vw;
  }
}
@media screen and (max-width: 750px) {
  header.history .wrap .special_contents_box h1 img {
    height: 11.46vw;
  }
}
header.history .wrap .special_contents_box .bar {
  display: block;
  margin-bottom: 16px;
  height: 58px;
}
@media screen and (max-width: 1400px) {
  header.history .wrap .special_contents_box .bar {
    height: 4.21vw;
    margin-bottom: 1.143vw;
  }
}
@media screen and (max-width: 750px) {
  header.history .wrap .special_contents_box .bar {
    height: 7.733vw;
    margin-bottom: 2.5vw;
  }
}
header.history .wrap .special_contents_box .bar img {
  height: 58px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  header.history .wrap .special_contents_box .bar img {
    height: 4.21vw;
  }
}
@media screen and (max-width: 750px) {
  header.history .wrap .special_contents_box .bar img {
    height: 7.733vw;
  }
}
header.lineup .wrap {
  width: 1400px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1400px) {
  header.lineup .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  header.lineup .wrap {
    width: 100%;
  }
}
header.lineup .wrap .special_contents_box {
  height: 775px;
  background-image: url(../img/lineup/bg_visual.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 57px;
  padding-left: 92px;
}
@media screen and (max-width: 1400px) {
  header.lineup .wrap .special_contents_box {
    background-position: right -8px top;
    background-size: 76.71vw 55.35vw;
    height: 55.35vw;
    padding-top: 4.071vw;
    padding-left: 6.571vw;
  }
}
@media screen and (max-width: 750px) {
  header.lineup .wrap .special_contents_box {
    background-image: url(../img/lineup/bg_sp_visual.jpg);
    height: 97.73vw;
    padding-top: 7vw;
    padding-left: 11vw;
    padding-right: 11vw;
    background-size: auto 97.73vw;
    background-position: center top;
  }
}
@media screen and (max-width: 1400px) {
  header.lineup .wrap .special_contents_box .typename {
    height: 2.857vw;
  }
}
@media screen and (max-width: 750px) {
  header.lineup .wrap .special_contents_box .typename {
    height: 3vw;
  }
}
@media screen and (max-width: 1400px) {
  header.lineup .wrap .special_contents_box .logo {
    width: 8.5vw;
  }
}
@media screen and (max-width: 750px) {
  header.lineup .wrap .special_contents_box .logo {
    padding-top: 3.5vw;
    padding-bottom: 4.5vw;
    width: 18vw;
  }
}
header.lineup .wrap .special_contents_box h1 {
  height: 84px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  header.lineup .wrap .special_contents_box h1 {
    height: 6.071vw;
    margin-bottom: 1.143vw;
  }
}
@media screen and (max-width: 750px) {
  header.lineup .wrap .special_contents_box h1 {
    height: 11.46vw;
    margin-bottom: 2.5vw;
  }
}
header.lineup .wrap .special_contents_box h1 img {
  height: 84px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  header.lineup .wrap .special_contents_box h1 img {
    height: 6.071vw;
  }
}
@media screen and (max-width: 750px) {
  header.lineup .wrap .special_contents_box h1 img {
    height: 11.46vw;
  }
}
header.lineup .wrap .special_contents_box .bar {
  display: block;
  margin-bottom: 16px;
  height: 58px;
}
@media screen and (max-width: 1400px) {
  header.lineup .wrap .special_contents_box .bar {
    height: 4.21vw;
    margin-bottom: 1.143vw;
  }
}
@media screen and (max-width: 750px) {
  header.lineup .wrap .special_contents_box .bar {
    height: 7.733vw;
    margin-bottom: 2.5vw;
  }
}
header.lineup .wrap .special_contents_box .bar img {
  height: 58px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  header.lineup .wrap .special_contents_box .bar img {
    height: 4.21vw;
  }
}
@media screen and (max-width: 750px) {
  header.lineup .wrap .special_contents_box .bar img {
    height: 7.733vw;
  }
}
main {
  overflow: hidden;
  /*
	.bg_blue50{
		background-image: url(../img/bg_blue50.png);
		background-position: center;
		@media screen and (max-width:1400px){
			background-image: none;
		}
	}
	.bg_blue_b250{
		background-image: url(../img/bg_blue50.png);
		background-position: center bottom;
		background-size: 100% 250px;
		background-repeat: no-repeat;
		@media screen and (max-width:1400px){
			background-image: none;
		}
	}
	.bg_blue_b880{
		background-image: url(../img/bg_blue50.png);
		background-position: center bottom;
		@media screen and (max-width:1400px){
			background-image: none;
		}
	}
	.bg_blue_r880{
		background-image: url(../img/bg_blue50r.png);
		background-position: center bottom;
		background-size: 100% 880px;
		background-repeat: no-repeat;
		@media screen and (max-width:1400px){
			background-image: none;
		}
	}
	.bg_blue_r840{
		background-image: url(../img/bg_blue50r.png);
		background-position: center bottom;
		background-size: 100% 840px;
		background-repeat: no-repeat;
		@media screen and (max-width:1400px){
			background-image: none;
		}
	}
*/
}
main .bg_shop {
  background-image: url(../img/bg_blue50.png), url(../img/bg_news_1400up.png);
  background-position: center bottom,center bottom;
  background-size: 100% 250px,1400px 250px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  main .bg_shop {
    background-image: url(../img/bg_news_1400.png);
    background-position: left bottom;
    background-size: 100% 17.85vw;
  }
}
@media screen and (max-width: 750px) {
  main .bg_shop {
    background-image: url(../img/bg_blue2.png);
    background-repeat: no-repeat;
    background-size: 100% 17.85vw;
  }
}
main .bg_sns {
  background-image: url(../img/bg_blue50.png), url(../img/bg_news_1400up.png);
  background-position: center bottom,center bottom;
  background-size: 100% 100%,1400px 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  main .bg_sns {
    background-image: url(../img/bg_news_1400.png);
    background-position: left bottom;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 750px) {
  main .bg_sns {
    background-image: url(../img/bg_blue2.png);
    background-repeat: repeat;
    background-size: 100% 129.86vw;
  }
}
main .bg_news {
  background-image: url(../img/bg_blue50.png), url(../img/bg_news_1400up.png);
  background-position: center bottom,center bottom;
  background-size: 100% 100%,1400px 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  main .bg_news {
    background-image: url(../img/bg_news_1400.png);
    background-position: left bottom;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 750px) {
  main .bg_news {
    background-image: url(../img/bg_blue2.png);
    background-repeat: repeat;
    background-size: 100% 129.86vw;
  }
}
main .bg_top {
  background-image: url(../img/bg_blue50.png), url(../img/bg_story_1400up.png);
  background-position: center bottom,center bottom;
  background-size: 100% ,1400px ;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1400px) {
  main .bg_top {
    background-image: url(../img/bg_story_1400.png);
    background-position: left bottom;
    background-size: 100% 60vw;
  }
}
@media screen and (max-width: 750px) {
  main .bg_top {
    background-size: 100% 129.86vw;
    padding-top: 57vw;
  }
}
main .bg_story {
  background-image: url(../img/bg_blue50.png), url(../img/bg_story_1400up.png);
  background-position: center bottom,center bottom;
  background-size: 100% 100%,1400px 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  main .bg_story {
    background-image: url(../img/bg_story_1400.png);
    background-position: left bottom;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 750px) {
  main .bg_story {
    background-size: 100% 100%;
  }
}
main .bg_history {
  background-image: url(../img/bg_blue50r.png), url(../img/bg_history_1400up.png);
  background-position: center bottom,center bottom;
  background-size: 100% 840px,1400px 840px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  main .bg_history {
    background-image: url(../img/bg_history_1400.png);
    background-position: left bottom;
    background-size: 100% 78vw;
  }
}
@media screen and (max-width: 750px) {
  main .bg_history {
    background-image: url(../img/bg_blue2.png);
    background-size: 91vw 100%;
    margin-top: 83vw;
  }
}
main .wrap {
  width: 1400px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1400px) {
  main .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  main .wrap {
    width: 100%;
  }
}
main .wrap.border_white {
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  main .wrap.border_white {
    margin: 0 auto;
    padding-bottom: 17vw;
  }
}
main .wrap.border_white section.inquiry {
  width: 818px;
  padding: 45px;
  border: 8px #fff solid;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  main .wrap.border_white section.inquiry {
    width: 58.42vw;
    padding-top: 3.214vw;
    padding-bottom: 1.785vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap.border_white section.inquiry {
    width: 87.46vw;
    padding-top: 6vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
main .wrap.border_white section.inquiry .col_left {
  padding-left: 0 !important;
}
@media screen and (max-width: 750px) {
  main .wrap.border_white section.inquiry .col_left {
    width: 100%;
  }
  main .wrap.border_white section.inquiry .col_left h2 img {
    margin: 0 auto;
    width: 30.13vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap.border_white section.inquiry .col_right {
    padding: 6vw 0 0 0 !important;
    text-align: center;
    width: 100%;
  }
  main .wrap.border_white section.inquiry .col_right p {
    font-size: 3.6vw;
  }
}
main .wrap .bg_blue {
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat-y;
}
@media screen and (max-width: 1400px) {
  main .wrap .bg_blue {
    background-image: url(../img/bg1400_blue.png);
  }
}
main .wrap .bg_blue_b250 {
  background-image: url(../img/bg_blue.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 250px;
}
main .wrap section {
  position: relative;
}
main .wrap section.w1268 {
  width: 1268px;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  main .wrap section.w1268 {
    width: 90.57vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.w1268 {
    width: 100%;
    background: none;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.header_left .inner {
    width: 86.33vw;
    margin: 0 auto;
    background-color: #fff;
  }
}
main .wrap section.header_left .inner .col_left {
  padding-top: 70px;
  width: 327px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.header_left .inner .col_left {
    padding-top: 6vw;
    width: 22.5vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.header_left .inner .col_left {
    width: 100%;
  }
}
main .wrap section.header_left .inner .col_left h2 {
  -webkit-animation-name: svgFadeIn;
  animation-name: svgFadeIn;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
main .wrap section.header_left .inner .col_left h2 img {
  margin-left: 45px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.header_left .inner .col_left h2 img {
    margin-left: 3.214vw;
    width: 7.57vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.header_left .inner .col_left h2 img {
    width: 77vw;
    margin: 0 auto;
  }
}
main .wrap section.header_left .inner .col_right {
  padding-top: 60px;
  padding-bottom: 63px;
  padding-left: 0;
  width: 880px;
  color: #666;
}
@media screen and (max-width: 1400px) {
  main .wrap section.header_left .inner .col_right {
    width: 62.85vw;
    padding-top: 5vw;
    padding-bottom: 2.5vw;
    padding-right: 4.285vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.header_left .inner .col_right {
    width: 100%;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 7vw;
    padding-bottom: 3vw;
  }
}
main .wrap section.header_left .inner .col_right p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 31px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.header_left .inner .col_right p {
    font-size: 1.5vw;
    margin-bottom: 2.4vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.header_left .inner .col_right p {
    font-size: 3.2vw;
  }
}
main .wrap section.header_left .inner .col_right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 4px solid #000;
  padding-left: 25px;
}
main .wrap section.header_left .inner .col_right ul li {
  padding-bottom: 40px;
}
main .wrap section.header_left .inner .col_right ul li:last-child {
  padding-bottom: 0;
}
main .wrap section.header_left .inner .col_right ul li .date {
  font-size: 16px;
  color: #989898;
  line-height: 1.6;
}
main .wrap section.header_left .inner .col_right ul li p {
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
}
main .wrap section.header_left .inner .col_right ul li a {
  font-size: 18px;
  color: #006ab7;
  position: relative;
  text-decoration: none;
}
main .wrap section.header_left .inner .col_right ul li a:after {
  position: absolute;
  bottom: -10px;
  content: '';
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #006ab7;
  left: 0;
}
main .wrap section.header_left .inner .col_right ul li a:hover::after {
  background-color: #006ab7;
  left: 0;
  width: 100%;
}
main .wrap section.history .bg_box {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  main .wrap section.history .bg_box {
    width: 55.28%;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .bg_box {
    margin-top: -66vw;
    width: 100%;
  }
  main .wrap section.history .bg_box img {
    width: 70.133vw;
  }
}
main .wrap section.history .fg_box {
  position: relative;
  z-index: 2;
}
main .wrap section.history .fg_box .inner h2.story {
  width: 625px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
main .wrap section.history .fg_box .inner h2.story img {
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  main .wrap section.history .fg_box .inner h2.story {
    padding-bottom: 0.714vw;
    margin-bottom: 2.5vw;
    width: 44.64%;
  }
  main .wrap section.history .fg_box .inner h2.story img {
    height: 7.142vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .fg_box .inner h2.story {
    border-bottom: none;
    width: 27.66vw;
    padding-bottom: 0;
    margin-top: -66vw;
    margin-bottom: 3vw;
  }
  main .wrap section.history .fg_box .inner h2.story img {
    height: 69.33vw;
  }
}
main .wrap section.history .fg_box .inner .history_box {
  background-color: #fff;
  color: #666;
  padding: 50px 55px 35px;
  width: 920px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.history .fg_box .inner .history_box {
    padding: 3.571vw 3.928vw 2.5vw;
    width: 65.71vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .fg_box .inner .history_box {
    width: 100%;
    margin-left: 10vw;
    padding-right: 5.733vw;
    padding-left: 9.066vw;
    padding-top: 6.133vw;
    padding-bottom: 2vw;
  }
}
main .wrap section.history .fg_box .inner .history_box p {
  font-size: 18px;
  line-height: 1.68;
  padding-bottom: 33px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.history .fg_box .inner .history_box p {
    font-size: 1.5vw;
    padding-bottom: 2.357vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .fg_box .inner .history_box p {
    font-size: 3.2vw;
  }
}
main .wrap section.history .inner .col_left {
  width: 215px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.history .inner .col_left {
    width: 15.35vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .inner .col_left {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .inner .col_left h2 {
    padding-bottom: 10vw;
  }
}
main .wrap section.history .inner .col_left h2 img {
  padding-left: 45px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.history .inner .col_left h2 img {
    padding-left: 3.214vw;
    width: calc(5.357vw + 3.214vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .inner .col_left h2 img {
    padding-left: 0;
    width: 35.46vw;
  }
}
main .wrap section.history .inner .col_right ul {
  width: 875px;
  border-left: 4px solid #000;
  padding-left: 50px;
  padding-bottom: 40px;
  list-style: none;
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  main .wrap section.history .inner .col_right ul {
    width: 57.5vw;
    padding-left: 3.571vw;
    padding-bottom: 2.857vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .inner .col_right ul {
    width: 82vw;
    padding-left: 3.6vw;
    padding-right: 4vw;
    padding-bottom: 0;
    margin-left: 10vw;
    margin-right: 7.333vw;
  }
}
main .wrap section.history .inner .col_right ul li {
  font-size: 21.57px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.history .inner .col_right ul li {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.history .inner .col_right ul li {
    font-size: 3.6vw;
  }
}
main .wrap section.history .inner .col_right ul li .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  main .wrap section.history .inner .col_right ul li .date {
    display: block;
    line-height: 1.4;
  }
}
main .wrap section.history .inner .col_right ul li p {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  main .wrap section.history .inner .col_right ul li p {
    display: block;
    line-height: 1.4;
    padding-bottom: 2.5vw;
  }
}
main .wrap section.product {
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  main .wrap section.product {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner h2 img {
    width: 22.35vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner h2 img {
    width: 41.06vw;
  }
}
main .wrap section.product .inner .item {
  padding: 30px 0;
  width: 422px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner .item {
    width: 31.57vw;
    padding: 2.14vw 0;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner .item {
    width: 80vw;
    padding: 8vw 0 10vw;
    font-size: 3vw;
  }
}
main .wrap section.product .inner .item:hover {
  background-color: rgba(0, 106, 183, 0.1);
}
main .wrap section.product .inner .item .thumb .thumb_inner {
  width: 255px;
  height: 255px;
  background-color: #fff;
  border-radius: 255px;
  text-align: center;
  margin: 18px auto 30px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner .item .thumb .thumb_inner {
    width: 18.212vw;
    height: 18.212vw;
    margin: 1.285vw auto 2.142vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner .item .thumb .thumb_inner {
    width: 48vw;
    height: 48vw;
  }
}
main .wrap section.product .inner .item .info {
  width: 440px;
  color: #333333;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner .item .info {
    width: 31.42vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner .item .info {
    width: 100%;
  }
}
main .wrap section.product .inner .item .info h3 {
  font-size: 21.57px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner .item .info h3 {
    font-size: calc(12px + 0.5vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner .item .info h3 {
    font-size: 4vw;
  }
}
main .wrap section.product .inner .item .info p {
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner .item .info p {
    font-size: calc(10px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner .item .info p {
    font-size: 3.032vw;
  }
}
main .wrap section.product .inner .item .info p.price {
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner .item .info p.price {
    font-size: calc(10px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner .item .info p.price {
    font-size: 2.652vw;
  }
}
main .wrap section.product .inner .item .info p.p10 {
  padding: 10px;
}
main .wrap section.product .inner .item .info .btn_blue {
  margin-top: 30px;
  margin-bottom: 20px;
}
main .wrap section.product .inner .item .info .btn_blue a {
  width: 170px;
  height: 31px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner .item .info .btn_blue a {
    max-width: 170px;
    width: 16.14vw;
    font-size: calc(10px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner .item .info .btn_blue a {
    width: 31.2vw;
    height: 7vw;
  }
}
main .wrap section.product .inner .item .info .btn_blue a span {
  font-size: 14px;
  line-height: 31px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.product .inner .item .info .btn_blue a span {
    font-size: calc(10px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.product .inner .item .info .btn_blue a span {
    font-size: 2.652vw;
    line-height: 7vw;
  }
}
main .wrap section.product .inner .item .info .btn_blue a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
main .wrap section.sns {
  margin-left: 98px;
  margin-right: 98px;
  padding-top: 75px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.sns {
    margin-left: 7vw;
    margin-right: 7vw;
    padding-top: 5.357vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.sns {
    padding-top: 8.666vw;
    margin-left: 5.733vw;
    margin-right: 5.733vw;
  }
}
main .wrap section.sns h2 {
  padding-bottom: 21px;
}
@media screen and (max-width: 750px) {
  main .wrap section.sns h2 {
    padding-bottom: 2.8vw;
  }
}
main .wrap section.story .inner {
  padding-top: 347px;
  padding-bottom: 95px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.story .inner {
    padding-top: 24.78vw;
    padding-bottom: 6.785vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.story .inner {
    padding-bottom: 10vw;
  }
}
main .wrap section.story .inner .special_contents {
  background-image: url(../img/bg_special.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 380px;
  padding-top: 150px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.story .inner .special_contents {
    background-size: 86.43%;
    height: 27.14vw;
    padding-top: 10.71vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.story .inner .special_contents {
    background-image: url(../img/SP_bg_special.png);
    background-size: 90.66%;
    height: 37.33vw;
  }
}
main .wrap section.story .inner .special_contents p {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  main .wrap section.story .inner .special_contents p {
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.story .inner .special_contents p {
    line-height: 1;
  }
}
main .wrap section.story .inner .special_contents p span {
  display: inline-block;
  line-height: 1;
}
main .wrap section.story .inner .special_contents p span.bar {
  padding-bottom: 6px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.story .inner .special_contents p span.bar img {
    width: 17.71vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.story .inner .special_contents p span.bar {
    padding-bottom: 0.8vw;
  }
  main .wrap section.story .inner .special_contents p span.bar img {
    width: 28vw;
  }
}
main .wrap section.story .inner .special_contents p span.story {
  padding-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.story .inner .special_contents p span.story {
    padding-bottom: 1.785vw;
  }
  main .wrap section.story .inner .special_contents p span.story img {
    width: 27.14vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.story .inner .special_contents p span.story {
    padding-bottom: 3.333vw;
  }
  main .wrap section.story .inner .special_contents p span.story img {
    width: 42.66vw;
  }
}
main .wrap section.story .inner .special_contents p span img {
  display: inline-block;
}
main .wrap section.lineup .inner .col_left {
  width: 205px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.lineup .inner .col_left {
    width: 14.64vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.lineup .inner .col_left {
    width: 20.93vw;
  }
}
main .wrap section.lineup .inner .col_left h2 {
  -webkit-animation-name: svgFadeIn;
  animation-name: svgFadeIn;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
@media screen and (max-width: 1400px) {
  main .wrap section.lineup .inner .col_left h2 img {
    height: 25.28vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.lineup .inner .col_left h2 img {
    height: 53.73vw;
  }
}
main .wrap section.lineup .inner .col_right {
  width: 1195px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.lineup .inner .col_right {
    width: 85.35vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.lineup .inner .col_right {
    width: 72vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.shop .inner.head {
    z-index: 0;
  }
}
@media screen and (max-width: 1400px) {
  main .wrap section.shop .inner.head .col_left img {
    width: 65.92vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.shop .inner.head .col_left img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.shop .inner.head .col_right {
    width: 21.33vw !important;
  }
  main .wrap section.shop .inner.head .col_right img {
    height: 39.6vw;
    margin-top: -15vw;
  }
}
main .wrap section.shop .inner h2 {
  -webkit-animation-name: svgFadeIn;
  animation-name: svgFadeIn;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  padding-right: 120px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.shop .inner h2 img {
    height: 18.64vw;
  }
}
main .wrap section.shop .inner p {
  font-size: 21.57px;
  line-height: 1.9;
  padding-bottom: 22px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.shop .inner p {
    font-size: 10px;
    font-size: calc(13px + 0.25vw);
  }
}
main .wrap section.shop .inner .conctent_box {
  width: 914px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-top: 65px;
}
main .wrap section.shop .inner .conctent_box a {
  color: #333;
  text-decoration: none;
}
main .wrap section.shop .inner .conctent_box a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  main .wrap section.shop .inner .conctent_box {
    width: 65.21vw;
    padding-left: 3.571vw;
    padding-right: 2.142vw;
    padding-bottom: 3.571vw;
    padding-top: 4.642vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.shop .inner.head {
    position: relative;
    display: block;
  }
  main .wrap section.shop .inner.head .col_left {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  main .wrap section.shop .inner.head .col_right {
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    top: 0;
  }
  main .wrap section.shop .inner.head .col_right h2 {
    padding-right: 0;
  }
  main .wrap section.shop .inner.list .conctent_box {
    width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6vw;
    padding-top: 5vw;
  }
  main .wrap section.shop .inner.list .conctent_box p {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    font-size: 3.6vw;
  }
}
main .wrap section.insta .inner {
  padding-left: 80px;
  padding-right: 55px;
}
main .wrap section.news .inner .col_left {
  padding-top: 104px;
  width: 170px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.news .inner .col_left {
    padding-top: 7.428vw;
    width: 12.14vw;
  }
  main .wrap section.news .inner .col_left h2 img {
    height: 14.14vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.news .inner .col_left {
    padding-top: 9vw;
    width: 100%;
  }
  main .wrap section.news .inner .col_left h2 img {
    width: 20vw;
  }
}
main .wrap section.news .inner .col_right {
  padding-top: 104px;
  padding-bottom: 63px;
  padding-left: 70px;
  padding-right: 90px;
  width: 1133px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.news .inner .col_right {
    padding-top: 7.428vw;
    padding-bottom: 4.5vw;
    padding-left: 5vw;
    padding-right: 6.428vw;
    width: 80.92vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.news .inner .col_right {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 10vw;
    padding-left: 5.733vw;
    padding-right: 5.733vw;
  }
}
main .wrap section.news .inner .col_right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 4px solid #000;
  padding-left: 25px;
}
main .wrap section.news .inner .col_right ul li {
  padding-bottom: 40px;
}
main .wrap section.news .inner .col_right ul li:last-child {
  padding-bottom: 0;
}
main .wrap section.news .inner .col_right ul li .date {
  font-size: 16px;
  color: #989898;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  main .wrap section.news .inner .col_right ul li .date {
    font-size: calc(11px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.news .inner .col_right ul li .date {
    line-height: 1.8;
    font-size: 2.933vw;
  }
}
main .wrap section.news .inner .col_right ul li p {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  main .wrap section.news .inner .col_right ul li p {
    font-size: calc(13px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.news .inner .col_right ul li p {
    line-height: 1.8;
    font-size: 2.933vw;
  }
}
main .wrap section.news .inner .col_right ul li a {
  font-size: 18px;
  color: #006ab7;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  main .wrap section.news .inner .col_right ul li a {
    font-size: calc(13px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.news .inner .col_right ul li a {
    font-size: 2.933vw;
  }
}
main .wrap section.news .inner .col_right ul li a:after {
  position: absolute;
  bottom: -10px;
  content: '';
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #006ab7;
  left: 0;
}
main .wrap section.news .inner .col_right ul li a:hover::after {
  background-color: #006ab7;
  left: 0;
  width: 100%;
}
main .wrap section.media {
  color: #666666;
  font-size: 20px;
  line-height: 1.7;
  padding-top: 113px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.media {
    padding-top: 8.07vw;
    font-size: calc(16px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.media {
    padding-top: 14vw;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.media .inner .col_one {
    padding-left: 5.733vw;
    padding-right: 5.733vw;
  }
}
main .wrap section.media .inner .col_one h2 {
  text-align: center;
  padding-bottom: 15px;
  -webkit-animation-name: svgFadeIn;
  animation-name: svgFadeIn;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
@media screen and (max-width: 750px) {
  main .wrap section.media .inner .col_one h2 {
    padding-bottom: 4vw;
  }
}
main .wrap section.media .inner .col_one h2 img {
  display: inline;
}
@media screen and (max-width: 1400px) {
  main .wrap section.media .inner .col_one h2 img {
    width: 11.85vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.media .inner .col_one h2 img {
    width: 30.8vw;
  }
}
main .wrap section.media .inner .col_one p {
  padding-bottom: 38px;
}
main .wrap section.inquiry {
  font-size: 20px;
  line-height: 1.7;
  padding-top: 50px;
  padding-bottom: 135px;
}
@media screen and (max-width: 750px) {
  main .wrap section.inquiry {
    font-size: 3.6vw;
  }
}
main .wrap section.inquiry .inner .col_left {
  padding-left: 350px;
}
main .wrap section.inquiry .inner .col_left h2 {
  -webkit-animation-name: svgFadeIn;
  animation-name: svgFadeIn;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
@media screen and (max-width: 1400px) {
  main .wrap section.inquiry .inner .col_left h2 img {
    width: 11.71vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.inquiry .inner .col_left h2 img {
    width: 30.13vw;
  }
}
main .wrap section.inquiry .inner .col_right {
  padding-left: 157px;
}
@media screen and (max-width: 1400px) {
  main .wrap section.inquiry .inner .col_right {
    padding-left: 5.2vw;
  }
}
@media screen and (max-width: 1400px) {
  main .wrap section.inquiry .inner .col_right p {
    font-size: calc(11px + 0.25vw);
  }
}
@media screen and (max-width: 750px) {
  main .wrap section.inquiry .inner .col_right p {
    font-size: 3.6vw;
  }
}
nav {
  position: relative;
  z-index: 3;
}
nav #humberger {
  position: fixed;
  top: 0;
  right: 0;
  height: 99px;
  width: 99px;
  z-index: 9999;
  padding: 35px;
  cursor: pointer;
  background: #000;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 750px) {
  nav #humberger {
    height: 64px;
    width: 64px;
    padding: 19px 18px 15px;
  }
}
nav #humberger .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
}
nav #humberger .navbar_toggle_icon:nth-child(1) {
  top: 0;
}
nav #humberger .navbar_toggle_icon:nth-child(2) {
  margin: 5px 0;
  left: 0;
}
nav #humberger .navbar_toggle_icon:nth-child(3) {
  top: 0;
}
nav #humberger p {
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  nav #humberger p {
    margin-top: 8px;
  }
}
nav #humberger.open .navbar_toggle_icon {
  background: #fff;
  height: 2px;
}
nav #humberger.open .navbar_toggle_icon:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}
nav #humberger.open .navbar_toggle_icon:nth-child(2) {
  width: 0;
  left: 50%;
}
nav #humberger.open .navbar_toggle_icon:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}
nav .globalnav {
  background-image: url(../img/bg_blue2.png), url(../img/bg_gray.png);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  overflow: hidden;
  bottom: 100vh;
}
@media screen and (max-width: 750px) {
  nav .globalnav {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }
}
nav .globalnav.open {
  bottom: 0;
}
nav .globalnav .wrap {
  width: 800px;
  margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap ul {
    margin: 20vw 0 15vw;
  }
}
nav .globalnav .wrap ul li {
  margin: 8px 0;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap ul li {
    margin: 2vw 0;
  }
}
nav .globalnav .wrap ul li a {
  position: relative;
  display: inline-block;
}
nav .globalnav .wrap ul li a span img {
/*  height: 21px; */
  width: auto;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap ul li a span img {
    height: 4vw;
  }
}
nav .globalnav .wrap ul li a:after {
  position: absolute;
  bottom: -10px;
  content: '';
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #333;
  left: 0;
}
nav .globalnav .wrap ul li a:hover::after {
  background-color: #333;
  left: 0;
  width: 100%;
}
nav .globalnav .wrap ul li:first-child a span img {
/*  height: 20px; */
  padding-left: 6px;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap ul li:first-child{
	  margin-bottom: 5vw;
  }
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap ul li:first-child a span img {
    height: 5vw;
  }
}
nav .globalnav .wrap p.name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap p.name {
    font-size: 4vw;
  }
}
nav .globalnav .wrap p.addr {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap p.addr {
    font-size: 3vw;
  }
}
nav .globalnav .wrap p.url {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap p.url {
    font-size: 3vw;
  }
}
nav .globalnav .wrap p.url a {
  color: #333;
  text-decoration: none;
}
nav .globalnav .wrap p.url a:hover {
  text-decoration: underline;
}
nav .globalnav .wrap a {
  line-height: 24px;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap a {
    line-height: 6.4vw;
  }
}
nav .globalnav .wrap a.btn_contact {
  margin-top: 20px;
  margin-bottom: 45px;
  background-color: #ffffff;
  min-width: 170px;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 1px #000 inset;
  box-shadow: 0 0 0 1px #000 inset;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap a.btn_contact {
    min-width: 30vw;
    margin-top: 4vw;
    margin-bottom: 9vw;
  }
}
nav .globalnav .wrap a.btn_contact span {
  color: #333;
  font-size: 11px;
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: left top 1px;
  background-size: 13px;
  padding-left: 22px;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap a.btn_contact span {
    font-size: 3vw;
    background-size: 3.3vw;
    padding-left: 4.5vw;
    margin: 0 6vw;
  }
}
nav .globalnav .wrap a.btn_contact:hover {
  -webkit-box-shadow: 0 0 0 1px #000 inset, 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px #000 inset, 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
nav .globalnav .wrap div.group {
  line-height: 1.6;
}
nav .globalnav .wrap div.group a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap div.group a {
    font-size: 3.5vw;
  }
}
nav .globalnav .wrap div.group a:hover {
  text-decoration: underline;
}
nav .globalnav .wrap div.sns {
  line-height: 1.6;
}
nav .globalnav .wrap div.sns a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap div.sns a {
    font-size: 3.5vw;
  }
}
nav .globalnav .wrap div.sns a:hover {
  text-decoration: underline;
}
nav .globalnav .wrap .info {
  margin: 32px 0;
}
nav .globalnav .wrap .flexbox .col_right .bnr{
	margin-bottom: 5em;
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap .info {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  nav .globalnav .wrap .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav .globalnav .wrap .flexbox .col_left {
    width: 70%;
  }
  nav .globalnav .wrap .flexbox .col_right {
    width: 80%;
  }
	nav .globalnav .wrap .flexbox .col_right .bnr{
		margin-bottom: 2em;
	}
}

aside .scrollto {
  position: relative;
  text-align: center;
}
aside .scrollto img {
  position: absolute;
  display: inline-block;
  top: -70px;
}
@media screen and (max-width: 1400px) {
  aside .scrollto img {
    top: -5vw;
    height: 25vw;
  }
}
@media screen and (max-width: 750px) {
  aside .scrollto img {
    z-index: 2;
    height: 37.33vw;
    top: 49vw;
  }
}
aside .float {
  position: relative;
  text-align: center;
  width: 1400px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1400px) {
  aside .float {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  aside .float {
    width: 100%;
    margin-top: 4vw;
    z-index: 1;
  }
}
aside .float > div {
  position: absolute;
  display: inline-block;
  top: -155px;
  right: 0;
}
@media screen and (max-width: 1400px) {
  aside .float > div {
    top: -11.07vw;
  }
}
@media screen and (max-width: 750px) {
  aside .float > div {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1400px) {
  aside .float img {
    width: 39.21vw;
  }
}
@media screen and (max-width: 750px) {
  aside .float img {
    margin: 0 auto;
    width: 72vw;
  }
}
@media screen and (min-width: 751px) {
  aside .side_link {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
aside .side_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside .side_link ul li {
  position: relative;
}
aside .side_link ul li.store {
  background-color: #fff;
  overflow: hidden;
}
aside .side_link ul li.store .hovereffect {
  left: -98px;
  width: 98px;
  height: 98px;
  background: rgba(0, 106, 183, 0.05);
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
aside .side_link ul li.store a {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  aside .side_link ul li.store:hover .hovereffect {
    left: 0;
  }
}
aside .side_link ul li.official {
  background-color: #006ab7;
  overflow: hidden;
}
aside .side_link ul li.official .hovereffect {
  width: 98px;
  height: 98px;
  left: -98px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
aside .side_link ul li.official a {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  aside .side_link ul li.official:hover .hovereffect {
    left: 0;
  }
}
aside .side_link ul li a {
  width: 98px;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  aside .side_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  aside .side_link ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  aside .side_link ul li.store {
    -webkit-box-shadow: 0 0 0 2px #006ab7 inset;
    box-shadow: 0 0 0 2px #006ab7 inset;
  }
  aside .side_link ul li.store img {
    height: 5.1987vw;
    width: auto;
  }
  aside .side_link ul li.official img {
    height: 3.7324vw;
    width: auto;
  }
  aside .side_link ul li a {
    height: 13.33vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer {
  background-color: #333333;
  color: #c5c5c5;
}
footer a {
  color: #c5c5c5;
}
footer .wrap {
  position: relative;
  width: 1400px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1400px) {
  footer .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  footer .wrap {
    width: 100%;
  }
}
footer .wrap .pagetop {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media screen and (max-width: 750px) {
  footer .wrap .pagetop {
    top: 10.5vw;
    right: 1vw;
  }
}
footer .wrap .pagetop img {
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  footer .wrap .pagetop img {
    height: 22.4vw;
  }
}
footer .wrap .pagetop img:hover {
  cursor: pointer;
}
footer .wrap .footer_box {
  font-size: 18px;
  padding-top: 65px;
  padding-bottom: 35px;
  padding-left: 95px;
  padding-right: 190px;
}
@media screen and (max-width: 1400px) {
  footer .wrap .footer_box {
    font-size: 1.28vw;
    padding-top: 4.64vw;
    padding-bottom: 2.5vw;
    padding-left: 10%;
    padding-right: 10%;
  }
  footer .wrap .footer_box .order_3 {
    text-align: center;
    margin: 0 auto;
  }
  footer .wrap .footer_box .order_2 {
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  footer .wrap .footer_box {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10.397vw;
    padding-bottom: 23.061vw;
  }
}
@media screen and (max-width: 1400px) {
  footer .wrap .footer_box .logo img {
/*    width: 23.85vw; */
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  footer .wrap .footer_box .logo {
    padding-top: 2.9326vw;
  }
  footer .wrap .footer_box .logo img {
    width: 33.99vw;
    height: auto;
  }
}
footer .wrap .footer_box .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  footer .wrap .footer_box .sns_box {
    padding-bottom: 2.9326vw;
  }
}
footer .wrap .footer_box .sns_box a {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  footer .wrap .footer_box .sns_box a img {
    width: 2.143vw;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  footer .wrap .footer_box .sns_box a {
    margin-left: 2.1328vw;
    margin-right: 2.1328vw;
  }
  footer .wrap .footer_box .sns_box a img {
    width: 6.398vw;
    height: auto;
  }
}
footer .wrap .footer_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  footer .wrap .footer_box ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .wrap .footer_box ul li {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 1400px) {
  footer .wrap .footer_box ul li {
    margin-left: 0.5714vw;
    margin-right: 0.5714vw;
  }
}
footer .wrap .footer_box ul li a {
  text-decoration: none;
}
footer .wrap .footer_box ul li a:hover {
  text-decoration: underline;
}
footer .wrap .copyright {
  height: 60px;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 95px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  footer .wrap .copyright {
    height: 4.28vw;
    font-size: 1.143vw;
    padding-top: 2.5vw;
    padding-bottom: 6.78vw;
  }
}
@media screen and (max-width: 750px) {
  footer .wrap .copyright {
    height: 21.328vw;
    padding-top: 8.664vw;
    padding-bottom: 9.331vw;
    font-size: 3vw;
  }
  footer .wrap .copyright img {
    width: 59.05vw;
    height: auto;
    max-width: inherit;
  }
}
.float_slider {
  width: 550px;
}
@media screen and (max-width: 1400px) {
  .float_slider {
    width: 39.28vw;
  }
}
@media screen and (max-width: 750px) {
  .float_slider {
    width: 100%;
  }
}
.slider {
  position: relative;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  background-repeat: no-repeat;
  width: 42px;
  height: 54px;
  border: none;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .slider .slick-arrow {
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .slider .slick-arrow {
    right: 0;
  }
}
.slider .slick-prev {
  top: 50%;
  background-image: url(../img/btn_prev.svg);
}
.slider .slick-next {
  top: calc(50% - 55px);
  background-image: url(../img/btn_next.svg);
}
.slider .slick li .item {
  position: relative;
}
.slider .slick li .item .photo {
  width: 379px;
  height: 351px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
@media screen and (max-width: 1400px) {
  .slider .slick li .item .photo {
    width: 27.07vw;
    height: 25.07vw;
  }
}
@media screen and (max-width: 750px) {
  .slider .slick li .item .photo {
    width: 64.4vw;
    height: 59.4vw;
  }
}
.slider .slick li .item span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .slick li .item span img {
  margin: auto auto 45px auto;
}
.slider .slider_item {
  position: relative;
  width: 379px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .slider .slider_item {
    width: 27.07vw;
    height: 24.9vw;
  }
}
@media screen and (max-width: 750px) {
  .slider .slider_item {
    width: 64.4vw;
    height: 59.4vw;
  }
}
.slider .slider_item .photo {
  width: 379px;
  height: auto;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media screen and (max-width: 1400px) {
  .slider .slider_item .photo {
    width: 27.07vw;
  }
}
@media screen and (max-width: 750px) {
  .slider .slider_item .photo {
    width: 64.4vw;
  }
}
.slider .slider_item span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .slider_item span img {
  width: 205px;
  margin: auto auto 45px auto;
}
@media screen and (max-width: 1400px) {
  .slider .slider_item span img {
    width: 14.64vw;
  }
}
@media screen and (max-width: 750px) {
  .slider .slider_item span img {
    width: 35.6vw;
  }
}
.slider a:hover .slider_item .photo {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

footer .wrap .flexfooter{
	flex-direction: column;
	gap: 30px;
	padding-bottom: 0;
}
@media screen and (max-width: 750px) {
footer .wrap .flexfooter{
	padding-bottom: 13vw;
}
}