@charset "UTF-8";
/* CSS Document */
.sticky_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 4
}
body {
  background-color: #fff;
  font-size: 1rem;
  max-width: 2400px;
  margin: auto;
  font-family: adobe-text-pro, fot-klee-pro, rock-salt-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
select::-ms-expand {
  display: none;
}
/* header ---------------------- */
.header_area {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2400px;
  height: 66px;
  /*  border-bottom: #000 4px solid;*/
  background: url("../images/bg_header.jpg") top left / 196px 196px repeat;
  z-index: 4;
  /*  -ms-filter: "alpha( opacity=0)";
  opacity: 0;*/
}
.logo {
  flex: 0 1 264px;
  margin-left: 3%;
}
.b_pro_top_area {
  flex: 0 1 auto;
  margin-right: 2%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* margin-left: auto;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.t_b_pro_top {
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #403407;
  font-feature-settings: "palt";
  white-space: nowrap;
  padding: 0px 10px 0px 0px;
}
.b_pro_top {
  background: linear-gradient(45deg, transparent 4px, #685a27 5px, #685a27 6px), linear-gradient(135deg, transparent 4px, #685a27 5px, #685a27 6px), linear-gradient(225deg, transparent 4px, #685a27 5px, #685a27 6px), linear-gradient(315deg, transparent 4px, #685a27 5px, #685a27 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
}
.b_pro_top:hover {
  background: linear-gradient(45deg, transparent 4px, #493d12 5px, #493d12 6px), linear-gradient(135deg, transparent 4px, #493d12 5px, #493d12 6px), linear-gradient(225deg, transparent 4px, #493d12 5px, #493d12 6px), linear-gradient(315deg, transparent 4px, #493d12 5px, #493d12 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
}
.b_pro::before, .b_pro::after {
  display: block;
  content: "";
  width: auto;
  margin: 0 20px;
}
.b_pro_top_inner {
  font-size: 0.8rem;
  font-weight: 700;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin: 10px 0px 10px 0px;
  padding: 0px 20px 0px 20px;
}
@media all and (-ms-high-contrast: none) {
.b_pro_top_inner  {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}

.menu_inner {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.store.menu_button {
  position: relative;
  flex: 0 0 240px;
  font-family: rock-salt-pro, sans-serif;
  font-weight: 500;
  color: #666;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
a.menu_button {
  position: relative;
  flex: 0 0 240px;
  font-family: rock-salt-pro, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
/* -----------------
----- */
.area_base {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.padding_upper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500vh;

}
.padding_lower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700vh;

}
/* first_area ---------------------- */
#first_area {
  background-color: #fff;
  padding-top: 66px
}
.first_area_inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.intro_area {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: calc(100vh - 66px);
  z-index: 1
}
.intro_01, .intro_02 {  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
  width: 53%;
  align-self: center;
  min-height: 0%
}
.first_area_left {
  position: relative;
  flex: 0 1 54%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.logo_CandT {
  flex: 0 1 100%;
  z-index: 2;  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
}
.p_lower_01, .p_lower_02 {
  flex: 0 1 50%;
  z-index: 2;  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
}
.over_txt {
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  width: auto;
  transform: translateX(-50%);
  z-index: 3
}
.soundby {
  font-size: 2vw;
  padding: 1.8rem 0.5rem 0rem 0.5rem;
  letter-spacing: 0.15rem;
  line-height: 2rem;
  font-feature-settings: "palt";
  font-family: rock-salt-pro, sans-serif;
  color: #9E8C4C;
  white-space: nowrap;  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
}
.txt_a {
  display: block;
  font-size: 1.1vw;
  line-height: 0.8vw;
  padding: 2.4vw 0rem 0rem 0rem;
  font-feature-settings: "palt";
  color: #85763f;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
  text-decoration: underline
}
.txt_a:hover {
  color: #403407;
  text-decoration: underline
}
.t_model_s {
  margin-top: 20px;
  font-size: 1.1vw;
  line-height: 2vw;
  font-feature-settings: "palt";
  font-family: adobe-text-pro, sans-serif;
  color: #85763f;
  white-space: nowrap;  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
}
.t_model {
  font-size: 1.5vw;
  line-height: 2vw;
  font-feature-settings: "palt";
  font-family: adobe-text-pro, sans-serif;
  color: #85763f;
  white-space: nowrap;  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
}

.first_area_right {
  position: relative;
  flex: 0 1 46%;
  z-index: 2
}
.p_top_01 {
  position: absolute;
  width: 100%;  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
}
.p_top_02 {
  position: absolute;
  width: 100%;  -ms-filter: "alpha( opacity=0)";
  opacity: 0;
}
/* story_area ---------------------- */
#story_area {
  position: sticky;
  top: 0;
}
/* artwork_area ---------------------- */
#artwork_area {
  position: sticky;
  top: 0
}
.stage {
  width: 95%;
  max-width: 1260px;
  margin-top: 33px;
}
#an-item-img, #an-item-img2, #an-item-img-ie, #an-item-img2-ie {
  display: none;
  width: 100%;
}
/* product_area ---------------------- */
#product_area {

  position: sticky;
  top: 0;
}
.product_area_inner {
  width: 95%;
  max-width: 1260px;
/*  margin-top: 66px;*/
  display: flex;
  justify-content: center;
}
.product_area_left {
  flex: 0 1 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  background-color: #f3f2f2
}
.product_left_01 {
  flex: 0 1 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.product_left_01_upper {
  flex: 0 1 100%;
  display: flex;
  justify-content: center
}
.product_left_01_lower {
  flex: 0 1 100%;
  min-height: 0px
}
.product_txt {
  text-align: center;
}
.t_product {
  font-size: 2.4vw;
  padding: 4rem 0.5rem 1.5rem 0.5rem;
  letter-spacing: 0.15rem;
  line-height: 2rem;
  font-feature-settings: "palt";
  font-family: rock-salt-pro, sans-serif;
  color: #000;
  white-space: nowrap
}
.t_model_s,.t_model_product_s {
  margin-top: 20px;
  font-size: 1.1vw;
  line-height: 2vw;
  font-feature-settings: "palt";
  font-family: adobe-text-pro, sans-serif;
  color: #85763f;
  white-space: nowrap; 
}
.t_model,.t_model_product {
  font-size: 1.5vw;
  line-height: 2vw;
  font-feature-settings: "palt";
  font-family: adobe-text-pro, sans-serif;
  color: #85763f;
  white-space: nowrap;  
}
.product_left_02 {
  flex: 0 1 50%;
  background-color: #e6e6e6
}
.product_area_right {
  flex: 0 1 35%;
  display: flex;
  flex-wrap: wrap;
}
.product_right_02, .product_right_01 {
  flex: 0 1 100%;
}
.product_right_03 {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #8e804e;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.b_pro {
  background: linear-gradient(45deg, transparent 4px, #685a27 5px, #685a27 6px), linear-gradient(135deg, transparent 4px, #685a27 5px, #685a27 6px), linear-gradient(225deg, transparent 4px, #685a27 5px, #685a27 6px), linear-gradient(315deg, transparent 4px, #685a27 5px, #685a27 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
}
.b_pro:hover {
  background: linear-gradient(45deg, transparent 4px, #493d12 5px, #493d12 6px), linear-gradient(135deg, transparent 4px, #493d12 5px, #493d12 6px), linear-gradient(225deg, transparent 4px, #493d12 5px, #493d12 6px), linear-gradient(315deg, transparent 4px, #493d12 5px, #493d12 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
}
.b_pro::before, .b_pro::after {
  display: block;
  content: "";
  width: auto;
  margin: 0 20px;
}
.b_pro_inner {
  font-size: 1rem;
  font-weight: 700;
  font-feature-settings: "palt";
  margin: 10px 0px 10px 0px;
  padding: 0px 20px 0px 20px;
}
@media all and (-ms-high-contrast: none) {
  .b_pro_inner {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.t_b_pro {
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #F0E9CE;
  font-feature-settings: "palt";
  text-align: center;
  width: 100%;
  margin: 8px 10px 10px 10px;
}
/* header ---------------------- */
.footer_area {
	  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  background: url("../images/bg_header.jpg") top left / 196px 196px repeat;
  z-index: 7
}
.foot_c {
  text-align: center;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.5rem;
  font-feature-settings: "palt";
}

.foot_c a {
  color: #000;
  text-decoration: underline
}
.foot_c a:hover {
  color: #333;
  text-decoration: underline
}
.bg-b {
  background-color: #0855D3;
}
.nwp {
  display: none
}
.dwp {
  display: block
}
.nts {
  font-feature-settings: "palt";
  font-size: 0.75rem;
  color: #999;
}
.item {
  opacity: 0;
  transition: 2.0s;
}
.item_ap {
  opacity: 1;
}