@charset "UTF-8";
/* function
----------------------------------------------*/
/* mixin
----------------------------------------------*/
/* animation
----------------------------------------------*/
@keyframes tentoumushi {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(10px, -10px);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* l-bekkaku-first
----------------------------------------------*/
.l-bekkaku-first {
  position: relative;
  padding: 130px 0 130px;
  margin: 0 auto;
  width: 1050px;
}

.bekkaku-first_lead {
  position: absolute;
  top: 210px;
  right: 0;
  z-index: 2;
  width: 500px;
}

.bekkaku-first_paragraph {
  margin-bottom: 1.6em;
  color: #9d7518;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 17px;
  line-height: 2;
}

.bekkaku-first_video a {
  position: relative;
  display: block;
  width: 742px;
  margin: 0 auto;
}

.bekkaku-first_video a:before {
  z-index: 5;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  width: 76px;
  height: 76px;
  content: "";
  display: inline-block;
  background: url(/bekkaku/product/img/icon_play.svg) 0 0 no-repeat;
  background-size: contain;
}

.bekkaku-first_slider {
  transition: ease all 0.3s;
}

.bekkaku-first_slider_elm {
  height: 380px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.bekkaku-first_slider_elm.is-cat01 {
  background-image: url("/bekkaku/product/img/slider_im01.jpg");
}

.bekkaku-first_slider_elm.is-cat02 {
  background-image: url("/bekkaku/product/img/slider_im02.jpg");
}

.bekkaku-first_slider_elm.is-cat03 {
  background-image: url("/bekkaku/product/img/slider_im03.jpg");
}

.bekkaku-first_slider_elm.is-cat04 {
  background-image: url("/bekkaku/product/img/slider_im04.jpg");
}

/*l-bekkaku-lineup
---------------------------------------------- */
.l-bekkaku-lineup {
  padding: 125px 0 0;
  background-color: #f8f8f8;
}

.l-bekkaku-lineup .bekkaku-title {
  margin-bottom: 60px;
}

.bekkaku-lineup {
  position: relative;
}

.bekkaku-lineup_obj {
  position: absolute;
}

.type-cat01 .bekkaku-lineup_obj {
  width: 6%;
  bottom: 20vh;
  right: calc(50% - 500px);
  animation: 1.5s ease-in-out infinite alternate tentoumushi;
}

.is-tablet .type-cat01 .bekkaku-lineup_obj {
  bottom: 5%;
}

.type-cat02 .bekkaku-lineup_obj {
  width: 6.5%;
  bottom: 13vh;
  height: auto;
  right: calc(50% - 35vw);
  animation: 2s linear infinite float;
}

.bekkaku-lineup_inner {
  position: relative;
  margin: 0 auto;
  width: 1050px;
}

.bekkaku-lineup_text {
  position: absolute;
  z-index: 5;
  top: 135px;
  right: 0;
  width: 320px;
  font-size: 17px;
  line-height: 2;
}

.type-cat02 .bekkaku-lineup_text {
  right: auto;
  left: 0;
}

.bekkaku-lineup_title {
  margin-bottom: 60px;
  text-align: center;
}

.bekkaku-lineup_paragraph {
  font-size: 17px;
}

.bekkaku-lineup_window {
  position: relative;
  height: 900px;
  color: #fff;
}

.is-tablet .bekkaku-lineup_window {
  min-height: 0;
}

.is-tablet .type-cat01 .bekkaku-lineup_window {
  background: url("/bekkaku/product/img/lineup_bg01.jpg") 50% 0% no-repeat;
  background-size: cover;
}

.is-tablet .type-cat02 .bekkaku-lineup_window {
  background: url("/bekkaku/product/img/lineup_bg02.jpg") 50% 0% no-repeat;
  background-size: cover;
}

.is-tablet .type-cat03 .bekkaku-lineup_window {
  background: url("/bekkaku/product/img/lineup_bg03.jpg") 0% 0% no-repeat;
  background-size: cover;
}

.bekkaku-lineup_stage_inner {
  opacity: 0;
  transition: ease-out all 0.8s 0.5s;
}

.is-active .bekkaku-lineup_stage_inner {
  opacity: 1;
}

.bekkaku-lineup_lead {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.65;
}

.bekkaku-lineup_desc {
  margin-top: 30px;
}

.bekkaku-lineup_desc dt {
  display: inline-block;
  padding: 3px 20px;
  border-radius: 50px;
  border: 1px solid #d5ab53;
  font-size: 14px;
  color: #d5ab53;
  letter-spacing: 0.1em;
}

.type-cat02 .bekkaku-lineup_desc dt {
  color: #5a400b;
  border-color: #5a400b;
}

.type-cat03 .bekkaku-lineup_desc dt {
  color: #d5ab53;
  border-color: #d5ab53;
}

.bekkaku-lineup_desc dd {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
}

.bekkaku-lineup_bg--sp {
  display: none;
}

.bekkaku-lineup_stage--sp {
  display: none;
}

.bekkaku-lineup_static {
  opacity: 0;
  left: calc(50% - 149px);
  position: absolute;
  z-index: 2;
}

/* l-bekkaku-spec
----------------------------------------------*/
.l-bekkaku-spec {
  display: flex;
}

.bekkaku-spec_section {
  width: 33.3%;
  transition: ease-out all 0.8s;
  transform: translateY(50px);
  opacity: 0;
}

.bekkaku-spec_section.type-cat01 {
  transition-delay: 0s;
}

.bekkaku-spec_section.type-cat02 {
  transition-delay: 0.1s;
}

.bekkaku-spec_section.type-cat03 {
  transition-delay: 0.2s;
}

.is-active .bekkaku-spec_section {
  opacity: 1;
  transform: scale(1) translateY(0px);
}

.bekkaku-spec_image img {
  vertical-align: bottom;
  width: 100%;
}

.bekkaku-spec_detail {
  padding: 145px 19% 0;
}

.type-cat01 .bekkaku-spec_detail {
  background: url(/bekkaku/product/img/icon_spec01.svg) 50% 60px no-repeat;
}

.type-cat02 .bekkaku-spec_detail {
  background: url(/bekkaku/product/img/icon_spec02.svg) 50% 60px no-repeat;
}

.type-cat03 .bekkaku-spec_detail {
  background: url(/bekkaku/product/img/icon_spec03.svg) 50% 60px no-repeat;
}

.bekkaku-spec_subtitle {
  text-align: center;
  font-size: 14px;
}

.bekkaku-spec_maintitle {
  margin: 8px 0 35px;
  line-height: 1;
  text-align: center;
}

.bekkaku-spec_desc {
  margin-top: 12px;
  display: flex;
  font-size: 13px;
}

.bekkaku-spec_desc dt {
  flex-shrink: 0;
  min-width: 100px;
}

.bekkaku-spec_desc dd {
  flex-grow: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/*l-bekkaku-gift
----------------------------------------------*/
.l-bekkaku-gift {
  margin: 150px 20px 80px;
}

.bekkaku-giftbox {
  position: relative;
  padding: 60px 3% 40px;
  margin: 0 auto;
  border: 2px solid #9d7518;
}

.mb40 {
  margin-bottom: 40px;
}

.bekkaku-gift_title {
  position: absolute;
  z-index: 2;
  top: -0.6em;
  left: calc(50% - 130px);
  background-color: #fff;
  color: #ae8a35;
  width: 260px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}

.l-bekkaku-giftgrid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bekkaku-gift_item {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.bekkaku-gift_cost {
  font-size: 18px;
  color: #ae8a35;
}

.bekkaku-gift_price {
  font-size: 18px;
}

/* l-bekkaku-cv
----------------------------------------------*/
.l-bekkaku-cv {
  margin-top: 80px;
}

.bekkaku-cv_btn {
  position: relative;
  display: block;
  background-color: #b18f3b;
  color: #fff;
  text-align: center;
}

.bekkaku-cv_btn:after {
  vertical-align: middle;
  margin: 0 -23px 10px 30px;
  content: "";
  display: inline-block;
  background: url(/bekkaku/product/img/icon_arrow.svg) 0 0 no-repeat;
  width: 46px;
  height: 9px;
}

/* l-bekkaku-kodawari
----------------------------------------------*/
.l-bekkaku-kodawari {
  position: relative;
  z-index: 20;
  padding: 120px 0 135px;
  background-color: #f8f8f8;
}

.l-bekkaku-kodawari .bekkaku-title {
  margin-bottom: 120px;
}

.bekkaku-kodawari_lead {
  text-align: center;
  color: #9d7518;
}

.bekkaku-kodawari_section {
  position: relative;
  display: flex;
  width: 1140px;
  margin: 90px auto 0;
}

.bekkaku-kodawari_section.is-right {
  padding-right: 10px;
  justify-content: flex-end;
}

.bekkaku-kodawari_section.is-left {
  justify-content: flex-start;
}

.bekkaku-kodawari_detail {
  width: 592px;
  padding: 85px 95px 70px;
  flex-shrink: 0;
  border: 1px solid #ddd0b4;
  transition: ease-out all 0.8s;
  transform: translateY(-20px);
  opacity: 0;
}

.is-active .bekkaku-kodawari_detail {
  opacity: 1;
  transform: scale(1) translateY(0px);
}

.bekkaku-kodawari_paragraph {
  font-size: 17px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.bekkaku-kodawari_image {
  position: absolute;
  top: calc(50% - 185px);
  margin: 0;
  padding: 0;
  width: 565px;
  transition: ease-out all 0.8s;
  transform: translateY(20px);
  opacity: 0;
}

.is-active .bekkaku-kodawari_image {
  opacity: 1;
  transform: scale(1) translateY(0px);
}

.is-right .bekkaku-kodawari_image {
  left: 0;
}

.is-left .bekkaku-kodawari_image {
  right: 0;
}

/* l-bekkaku-package
----------------------------------------------*/
.l-bekkaku-package {
  padding: 90px 0 0;
  width: 900px;
  margin: 0 auto;
}

.bekkaku-package_layout {
  margin-top: 100px;
  display: flex;
}

.bekkaku-package_image {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
  line-height: 1.73;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.bekkaku-package_icon {
  margin: 0 auto 12px;
  vertical-align: bottom;
  width: 160px;
}

.bekkaku-package_label {
  font-size: 16px;
  color: #ae8a35;
}

.bekkaku-package_name {
  margin-top: 0.2em;
  font-size: 15px;
}

.bekkaku-package_detail {
  flex-grow: 1;
  margin-left: 50px;
}

/*l-bekkaku-story
----------------------------------------------*/
.l-bekkaku-story {
  display: flex;
  background-color: #f0f0f0;
  overflow: hidden;
}

.bekkaku-story_hero {
  position: relative;
  flex-shrink: 0;
}

.bekkaku-story_hero img {
  display: none;
}

.bekkaku-story_title {
  position: absolute;
  z-index: 5;
  top: calc(50% - 0.5em);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.bekkaku-story_detail {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bekkaku-story_slider {
  height: 100%;
}

.bekkaku-story_slider_elm {
  height: 380px;
  width: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.bekkaku-story_slider_elm.is-cat01 {
  background-image: url("/bekkaku/product/img/slider_im01.jpg");
}

.bekkaku-story_slider_elm.is-cat02 {
  background-image: url("/bekkaku/product/img/slider_im02.jpg");
}

.bekkaku-story_slider_elm.is-cat03 {
  background-image: url("/bekkaku/product/img/slider_im03.jpg");
}

.bekkaku-story_slider_elm.is-cat04 {
  background-image: url("/bekkaku/product/img/slider_im04.jpg");
}

@media (max-width: 1049px) {
  .l-bekkaku-first {
    padding: 50px 30px 90px;
    width: auto;
  }
  .bekkaku-first_title {
    margin-bottom: 55px;
  }
  .bekkaku-first_title img {
    width: 100%;
  }
  .bekkaku-first_lead {
    position: static;
    width: auto;
  }
  .bekkaku-first_paragraph {
    margin: 0 0 3em;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .bekkaku-first_video {
    margin: 60px -30px 0;
  }
  .bekkaku-first_video a {
    width: auto;
  }
  .bekkaku-first_video a:before {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .bekkaku-first_slider_elm {
    height: 190px;
  }
  .l-bekkaku-lineup {
    padding: 110px 0 0;
  }
  .l-bekkaku-lineup .bekkaku-title {
    margin-bottom: 0;
  }
  .bekkaku-lineup.type-cat02 {
    padding-top: 175px;
  }
  .bekkaku-lineup.type-cat03 {
    padding-top: 185px;
  }
  .type-cat01 .bekkaku-lineup_cover {
    background: url("/bekkaku/product/img/lineup_cover01-01_sp.jpg") 90% 90% no-repeat;
    background-size: 59px auto;
  }
  .bekkaku-lineup_obj {
    display: none;
  }
  .bekkaku-lineup_inner {
    padding: 0 30px 140px;
    width: auto;
  }
  .bekkaku-lineup_image {
    display: none;
  }
  .bekkaku-lineup_text {
    width: auto;
    position: static;
    font-size: 16px;
  }
  .bekkaku-lineup_title {
    margin: 0 -30px;
  }
  .bekkaku-lineup_title img {
    width: 100%;
  }
  .bekkaku-lineup_paragraph {
    margin: 30px 0 0;
    font-size: 16px;
  }
  .bekkaku-lineup_window {
    height: auto;
  }
  .bekkaku-lineup_stage {
    padding: 50px 30px;
  }
  .type-cat01 .bekkaku-lineup_stage {
    background-color: #044804;
  }
  .type-cat02 .bekkaku-lineup_stage {
    background-color: #daac21;
  }
  .type-cat03 .bekkaku-lineup_stage {
    background-color: #541350;
  }
  .bekkaku-lineup_stage_inner {
    transition: ease-out all 0.8s 0s;
  }
  .bekkaku-lineup_bg--sp {
    display: block;
  }
  .bekkaku-lineup_bg--sp img {
    vertical-align: bottom;
    width: 100%;
  }
  .bekkaku-lineup_stage--sp {
    position: relative;
    margin-top: -1px;
    display: block;
    width: 100%;
  }
  .bekkaku-lineup_stage--sp img {
    width: 100%;
  }
  .bekkaku-lineup_static {
    display: none;
  }
  .l-bekkaku-spec {
    display: block;
  }
  .bekkaku-spec_section {
    width: auto;
  }
  .bekkaku-spec_detail {
    padding: 90px 30px 70px;
  }
  .type-cat01 .bekkaku-spec_detail {
    background-position: 50% 30px;
    background-size: auto 44px;
  }
  .type-cat02 .bekkaku-spec_detail {
    background-position: 50% 30px;
    background-size: auto 40px;
  }
  .type-cat03 .bekkaku-spec_detail {
    background-position: 50% 30px;
    background-size: auto 44px;
  }
  .bekkaku-spec_subtitle {
    font-size: 13px;
  }
  .bekkaku-spec_maintitle {
    margin: 10px 0 30px;
  }
  .bekkaku-spec_desc {
    margin-top: 15px;
  }
  .l-bekkaku-gift {
    margin: 10px 20px 60px;
  }
  .bekkaku-giftbox {
    width: auto;
    padding: 50px 30px;
  }
  .bekkaku-gift_title {
    left: calc(50% - 73px);
    width: 146px;
    font-size: 18px;
  }
  .l-bekkaku-giftgrid {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .bekkaku-gift_item {
    font-size: 20px;
  }
  .bekkaku-gift_image {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .l-bekkaku-cv {
    margin: 60px 20px 0;
  }
  .bekkaku-cv_btn {
    padding: 22px 15px;
    font-size: 20px;
  }
  .bekkaku-cv_btn:after {
    margin: 0 -23px 8px 8px;
  }
  .l-bekkaku-kodawari {
    padding: 100px 20px 120px;
  }
  .l-bekkaku-kodawari .bekkaku-title {
    margin-bottom: 70px;
  }
  .bekkaku-kodawari_lead {
    margin: 0 0 30px;
    font-size: 23px;
    line-height: 1.74;
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .bekkaku-kodawari_lead img {
    display: none;
  }
  .bekkaku-kodawari_lead span {
    display: block;
  }
  .bekkaku-kodawari_section {
    display: block;
    width: auto;
    margin: 60px 0 0;
  }
  .bekkaku-kodawari_section.is-right {
    padding: 0;
  }
  .bekkaku-kodawari_detail {
    width: auto;
    padding: 60px 40px 140px;
    transform: translateY(20px);
  }
  .bekkaku-kodawari_paragraph {
    font-size: 16px;
  }
  .bekkaku-kodawari_image {
    position: relative;
    top: auto;
    margin: -95px auto 0;
    width: 290px;
  }
  .l-bekkaku-package {
    padding: 100px 30px 0;
    width: auto;
  }
  .bekkaku-package_layout {
    display: block;
  }
  .bekkaku-package_image {
    margin: 0 auto;
    width: 170px;
  }
  .bekkaku-package_label {
    font-size: 14px;
  }
  .bekkaku-package_name {
    font-size: 14px;
  }
  .bekkaku-package_detail {
    margin: 35px 0 0;
  }
  .l-bekkaku-story {
    margin-top: 60px;
    display: block;
  }
  .bekkaku-story_hero img {
    width: 100%;
    display: block;
  }
  .bekkaku-story_title {
    font-size: 18px;
  }
  .bekkaku-story_detail {
    display: block;
    text-align: center;
    padding: 30px 30px 45px;
    width: auto;
  }
  .bekkaku-story_detail img {
    max-width: 250px;
  }
  .bekkaku-story_slider_elm {
    height: 194px;
  }
}
@media print, (min-width: 1050px) {
  .bekkaku-first_slider:hover {
    opacity: 0.8;
  }
  .bekkaku-lineup {
    background: 0% 0% no-repeat;
    background-attachment: fixed;
  }
  .is-tablet .bekkaku-lineup {
    background-size: contain;
    background-attachment: scroll;
  }
  .bekkaku-lineup.type-cat01 {
    background-image: url("/bekkaku/product/img/lineup_bg01.jpg");
  }
  .bekkaku-lineup.type-cat02 {
    background-position: 100% 0%;
    background-image: url("/bekkaku/product/img/lineup_bg02.jpg");
  }
  .bekkaku-lineup.type-cat03 {
    background-image: url("/bekkaku/product/img/lineup_bg03.jpg");
  }
  .bekkaku-lineup_cover {
    position: relative;
    height: 856px;
    min-height: 100vh;
  }
  .is-tablet .bekkaku-lineup_cover {
    min-height: 0;
  }
  .type-cat01 .bekkaku-lineup_cover {
    background: url("/bekkaku/product/img/lineup_cover01.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .type-cat02 .bekkaku-lineup_cover {
    z-index: 10;
    background: url("/bekkaku/product/img/lineup_cover02.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .type-cat03 .bekkaku-lineup_cover {
    z-index: 15;
    background: url("/bekkaku/product/img/lineup_anime03.gif") 0% 50% no-repeat, url("/bekkaku/product/img/lineup_cover03.png") 0% 50% no-repeat;
    background-size: cover;
  }
  .bekkaku-lineup_image {
    position: absolute;
    z-index: 100;
    left: calc(50% - 149px);
  }
  .type-cat01 .bekkaku-lineup_image {
    top: 45px;
  }
  .type-cat01 .bekkaku-lineup_image.is-active {
    position: fixed;
    z-index: 5;
    top: calc(50% - 381px);
  }
  .is-passed-cat01 .type-cat01 .bekkaku-lineup_image {
    display: none;
  }
  .is-tablet .is-passed-cat01 .type-cat01 .bekkaku-lineup_image {
    display: block;
  }
  .is-tablet .type-cat01 .bekkaku-lineup_image.is-active {
    top: 45px;
    position: absolute !important;
  }
  .type-cat02 .bekkaku-lineup_image {
    top: 70px;
  }
  .type-cat02 .bekkaku-lineup_image.is-active {
    position: fixed;
    z-index: 12;
    top: calc(50% - 381px);
  }
  .is-passed-cat02 .type-cat02 .bekkaku-lineup_image {
    display: none;
  }
  .is-tablet .is-passed-cat02 .type-cat02 .bekkaku-lineup_image {
    display: block;
  }
  .is-tablet .type-cat02 .bekkaku-lineup_image.is-active {
    top: 70px;
    position: absolute !important;
  }
  .type-cat03 .bekkaku-lineup_image {
    top: 65px;
  }
  .type-cat03 .bekkaku-lineup_image.is-active {
    position: fixed;
    z-index: 18;
    top: calc(50% - 381px);
  }
  .is-tablet .is-passed-all .type-cat03 .bekkaku-lineup_image {
    display: block;
  }
  .is-tablet .type-cat03 .bekkaku-lineup_image.is-active {
    top: 65px;
    position: absolute !important;
  }
  .is-passed-all .bekkaku-lineup_image {
    display: none;
  }
  .bekkaku-lineup_window {
    min-height: 100vh;
  }
  .bekkaku-lineup_stage {
    position: absolute;
    top: calc(50% - 320px);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: ease-out all 0.6s;
    opacity: 0;
  }
  .bekkaku-lineup_stage.is-active {
    opacity: 1;
    transform: scale(1);
  }
  .type-cat01 .bekkaku-lineup_stage {
    width: 651px;
    height: 652px;
    background: url(/bekkaku/product/img/lineup_stage01.png) 0 0 no-repeat;
  }
  .type-cat02 .bekkaku-lineup_stage {
    left: auto;
    right: 50%;
    width: 645px;
    height: 647px;
    background: url(/bekkaku/product/img/lineup_stage02.png) 0 0 no-repeat;
  }
  .type-cat03 .bekkaku-lineup_stage {
    width: 610px;
    height: 611px;
    background: url(/bekkaku/product/img/lineup_stage03.png) 0 0 no-repeat;
  }
  .bekkaku-lineup_static span {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }
  .is-tablet .bekkaku-lineup_static {
    opacity: 1 !important;
  }
  .type-cat01 .bekkaku-lineup_static {
    top: calc(50% - 381px);
  }
  .type-cat02 .bekkaku-lineup_static {
    top: calc(50% - 381px);
  }
  .type-cat03 .bekkaku-lineup_static {
    top: calc(50% - 381px);
  }
  .is-passed-cat01 .type-cat01 .bekkaku-lineup_static,
  .is-passed-cat02 .type-cat02 .bekkaku-lineup_static,
  .is-passed-all .type-cat03 .bekkaku-lineup_static {
    opacity: 1;
  }
  .is-fade-cat01 .type-cat01 .bekkaku-lineup_static span,
  .is-fade-cat02 .type-cat02 .bekkaku-lineup_static span,
  .is-fade-cat03 .type-cat03 .bekkaku-lineup_static span {
    opacity: 0;
    transform: translateY(-20px);
    transition: ease all 0.4s;
  }
  .bekkaku-giftbox {
    max-width: 1136px;
    min-width: 1010px;
  }
  .bekkaku-gift_image {
    margin-left: 6%;
  }
  .bekkaku-cv_btn {
    margin: 0 auto;
    height: 84px;
    width: 714px;
    line-height: 84px;
    font-size: 25px;
    transition: ease all 0.3s;
  }
  .bekkaku-cv_btn:hover {
    opacity: 0.8;
  }
  .bekkaku-kodawari_lead {
    margin: 0 0 50px;
  }
  .bekkaku-kodawari_lead span {
    display: none;
  }
  .l-bekkaku-story {
    margin-top: 80px;
    height: 380px;
  }
  a.l-bekkaku-story {
    transition: ease all 0.3s;
  }
  a.l-bekkaku-story:hover {
    opacity: 0.8;
  }
  .bekkaku-story_hero {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .bekkaku-lineup {
    background-size: cover;
  }
}
@media (min-width: 1441px) {
  .bekkaku-lineup_cover {
    background-size: cover;
  }
}
.footer-pagetop {
  display: none;
}

/* add 2108 new products */
.bekkaku-mv_new {
  position: absolute;
  z-index: 5;
  color: #604a35;
  text-align: center;
  font-feature-settings: "palt";
}

.bekkaku-mv_new_icon {
  font-size: 27px;
  font-family: serif;
  letter-spacing: 0.06em;
}

.bekkaku-mv_new_title {
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.bekkaku-mv_new_button {
  position: relative;
  display: block;
  margin: 12px 0 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #b68b37;
  color: #fff;
}

.bekkaku-mv_new_arw {
  position: absolute;
  bottom: 12px;
  left: calc(50% - 6px);
  z-index: 15;
  display: block;
  animation: linkarrow_attention 1.5s infinite;
}

.bekkaku-mv_new_arw:after {
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  transition: ease all 0.3s;
}

.bekkaku-mv_new_label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-indent: 0.24em;
  font-weight: bold;
  letter-spacing: 0.24em;
  text-align: center;
  transform: translateY(-50%);
  white-space: nowrap;
}

.bekkaku-mv_new_hover {
  position: absolute;
  z-index: 5;
  bottom: -1px;
  left: calc(50% - 104px);
  width: 208px;
  transform: scale(0);
  transition: ease all 0.5s;
  transform-origin: 50% 100%;
}

.l-bekkaku-newitem {
  margin-top: 80px;
  padding: 110px 0 90px;
  background-color: #f8f8f8;
}

.bekkaku-newitem_header_top {
  width: 140px;
}

.bekkaku-newitem_paragraph {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #9d7518;
  font-feature-settings: "palt";
}

.bekkaku-newitem_paragraph + .bekkaku-newitem_paragraph {
  margin-top: 2em;
}

.bekkaku-newitem_visual--pc {
  margin-top: -100px;
  text-align: center;
  pointer-events: none;
}

.bekkaku-newitem_visual--sp {
  margin: 0 -30px 20px;
}

.bekkaku-newitem_visual--sp img {
  width: 100%;
  height: auto;
}

.bekkaku-newitem_item {
  width: 44%;
}

.bekkaku-newitem_desc {
  margin-top: 15px;
  font-feature-settings: "palt";
}

.bekkaku-newitem_desc dt span {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #d5ab53;
  padding: 4px 20px 3px;
  color: #9d7518;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-weight: normal;
}

.bekkaku-newitem_desc dd {
  margin-top: 0.8em;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.bekkaku-newitem_desc dd em {
  display: block;
  font-style: normal;
  color: #9d7518;
}

.bekkaku-newitem_button {
  margin-top: 40px;
}

.bekkaku-newitem_button a {
  display: block;
  border: 1px solid #b48b27;
  padding: 15px;
  font-size: 16px;
  color: #9d7518;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.bekkaku-newitem_button a:after {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -34px;
  content: "";
  width: 44px;
  height: 5px;
  display: inline-block;
  background: url(/bekkaku/product/img/newitem_arw01.svg) 0 0 no-repeat;
  background-size: contain;
}

@media print, (min-width: 1050px) {
  .bekkaku-mv_new {
    width: 120px;
    bottom: 22%;
    right: 12.72%;
  }
  .bekkaku-mv_new_button:hover .bekkaku-mv_new_hover {
    transform: scale(1);
  }
  .bekkaku-newitem_header {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    width: 780px;
  }
  .bekkaku-newitem_copy {
    margin-top: 10px;
  }
  .bekkaku-newitem_header_bottom {
    min-width: 480px;
  }
  .bekkaku-newitem_visual--sp {
    display: none;
  }
  .bekkaku-newitem_pruduct {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    min-width: 1010px;
    margin: 0 auto;
  }
  .bekkaku-newitem_button a {
    transition: ease all 0.3s;
  }
  .bekkaku-newitem_button a:hover {
    color: #fff;
    background-color: #b48b27;
  }
  .bekkaku-newitem_button a:hover:after {
    background-image: url(/bekkaku/product/img/newitem_arw01_on.svg);
  }
}
@media (max-width: 1049px) {
  .bekkaku-mv_new {
    top: 45.333vw;
    left: 8.3vw;
    width: 24vw;
    height: 24vw;
  }
  .bekkaku-mv_new_button {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .bekkaku-mv_new_arw {
    bottom: 8px;
    left: calc(50% - 4px);
  }
  .bekkaku-mv_new_arw:after {
    border-width: 1px;
    width: 8px;
    height: 8px;
  }
  .bekkaku-mv_new_label {
    font-size: 3.733vw;
  }
  .bekkaku-mv_new_hover {
    display: none;
  }
  .l-bekkaku-newitem {
    margin-top: 60px;
    padding: 70px 0 60px;
  }
  .bekkaku-newitem_header_top {
    margin: 0 auto;
    width: 115px;
  }
  .bekkaku-newitem_header_bottom {
    margin-top: 60px;
    padding: 0 30px;
    width: auto;
  }
  .bekkaku-newitem_paragraph {
    font-size: 15px;
  }
  .bekkaku-newitem_visual--pc {
    display: none;
  }
  .bekkaku-newitem_pruduct {
    margin: 80px 0 0;
  }
  .bekkaku-newitem_item {
    width: auto;
    padding: 0 30px;
  }
  .bekkaku-newitem_item:nth-child(n+2) {
    margin-top: 50px;
  }
  .bekkaku-newitem_desc dd {
    font-size: 15px;
  }
}
@keyframes linkarrow_attention {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}
/* add 2110 design */
.bekkaku-mv_design {
  position: absolute;
  z-index: 5;
}

.bekkaku-gooddesign_box {
  border: 1px solid #ddd0b4;
  padding: 60px 120px 70px;
  font-family: 游明朝, YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bekkaku-gooddesign_icon {
  margin: 0 0 30px;
  text-align: center;
}

.bekkaku-gooddesign_icon img {
  width: 120px;
  height: auto;
}

.bekkaku-gooddesign_title {
  margin: 0 0 45px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-feature-settings: "palt";
}

.bekkaku-gooddesign_desc {
  margin-top: 35px;
}

.bekkaku-gooddesign_desc > dt {
  color: #ae8a35;
  text-align: center;
  font-size: 18px;
}

.bekkaku-gooddesign_desc > dd {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

@media print, (min-width: 1050px) {
  .bekkaku-mv_design {
    top: calc(50% + 230px);
    left: 9%;
    width: 140px;
  }
  .bekkaku-gooddesign {
    margin: 100px auto;
    max-width: 1136px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1049px) {
  .bekkaku-mv_design {
    bottom: 20px;
    left: 38vw;
    width: 24vw;
  }
  .bekkaku-gooddesign {
    margin: 100px 0 60px;
    padding: 0 20px;
  }
  .bekkaku-gooddesign_box {
    padding: 60px 40px;
  }
  .bekkaku-gooddesign_icon {
    margin: 0 0 45px;
  }
  .bekkaku-gooddesign_icon img {
    max-width: 100px;
  }
  .bekkaku-gooddesign_title {
    margin: 0 0 60px;
    font-size: 16px;
    line-height: 1.875;
  }
  .bekkaku-gooddesign_desc {
    margin-top: 30px;
  }
  .bekkaku-gooddesign_desc > dd {
    margin-top: 10px;
  }
}
.l-bekkaku-newitem2 {
  background: #f8f8f8;
  padding: 100px 0;
  margin-top: 80px;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2 {
    margin-top: 60px;
    padding: 70px 0 60px;
  }
}
.l-bekkaku-newitem2__textarea {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 155px;
  margin-bottom: 50px;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__textarea {
    display: block;
    margin-bottom: 80px;
  }
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__textarea .title {
    text-align: center;
  }
}
.l-bekkaku-newitem2__textarea .text {
  font-size: 16px;
  line-height: 35px;
  color: #ae8a36;
  font-weight: 500;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__textarea .text {
    margin-top: 60px;
    font-size: 15px;
    line-height: 2;
    padding: 0 30px;
  }
}
.l-bekkaku-newitem2__products {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 1040px;
  padding: 0 30px;
  margin: 0 auto;
  gap: 115px;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__products {
    display: block;
  }
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__products li + li {
    margin-top: 40px;
  }
}
.l-bekkaku-newitem2__products li .image {
  text-align: center;
  margin-bottom: 50px;
  height: 488px;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__products li .image {
    margin: 0 0 20px;
    text-align: center;
    height: auto;
  }
}
.l-bekkaku-newitem2__products li .text1 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__products li .text1 {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 2;
  }
}
.l-bekkaku-newitem2__title {
  text-align: center;
  font-size: 24px;
  text-align: center;
  color: #a68333;
  margin-bottom: 25px;
  margin-top: 55px;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.l-bekkaku-newitem2__feature {
  max-width: 100%;
  width: 1040px;
  padding: 0 30px;
  margin: 0 auto;
}
.l-bekkaku-newitem2__feature dt {
  font-size: 16px;
  font-weight: 500;
  color: #a68333;
  margin-bottom: 6px;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__feature dt {
    font-size: 15px;
  }
}
.l-bekkaku-newitem2__feature dd {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__feature dd {
    font-size: 14px;
  }
}
.l-bekkaku-newitem2__feature dd + dt {
  margin-top: 30px;
}
@media (max-width: 1049px) {
  .l-bekkaku-newitem2__feature dd + dt {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */