.Series_inner,
.CoordinateItem_inner,
.ProductsItemPoint_inner,
.ProductsItem_inner,
.Concept_body,
.Summary_inner,
.Title_inner {
  width: 980px;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

.Bluepackage {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  background-color: #ece8e7;
}

.Title {
  color: #fff;
  background-color: #bb9457;
}

.Title_text {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}

.TitleMenu {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 10px 0;
}

.TitleMenu_link {
  display: block;
  position: relative;
  font-size: 24px;
  padding: 0 34px 0 40px;
  color: #bb9457;
}

.TitleMenu_link > span {
  display: block;
  font-weight: 700;
}

.TitleMenu_arrow {
  width: 24px;
  height: 14px;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: #bb9457;
}

.KV {
  height: 500px;
  position: relative;
  background-color: #f0ebe8;
}

.KV_img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Summary {
  padding: 100px 0;
  background-color: #fff;
}

.Summary_img {
  display: block;
  width: 227px;
  margin: auto;
}

.Summary_text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 36px;
}

.Menu {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
  background-color: #fff;
}

.Menu.-bottom {
  background-color: transparent;
  margin-top: -30px;
}

.Menu.-bottom .Menu_arrow {
  transform: rotate(180deg);
}

.Menu_link {
  display: block;
  position: relative;
  color: #432818;
  font-size: 20px;
  background-color: #bb9457;
  border-radius: 10px;
  border: 1px solid #432818;
  padding: 10px 50px 10px 20px;
  margin: 0 15px;
}

.Menu_link > span {
  font-weight: 700;
}

.Menu_arrow {
  width: 24px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.Concept {
  background-color: #fff;
}

.Concept_body {
  padding-top: 60px;
  padding-bottom: 10px;
}

.Concept_subTitle {
  margin-top: 80px;
}

.Concept_subTitle > img {
  display: block;
  margin: auto;
}

.Concept_img {
  display: block;
  margin: auto;
}

.Concept_lead {
  text-align: center;
  color: #432818;
  font-size: 18px;
  margin-top: 40px;
}

.Concept_lead > em {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.Concept_text {
  text-align: center;
  color: #bb9457;
  font-size: 18px;
  margin: 60px 0;
}

.Concept_text > em {
  display: block;
  font-size: 24px;
}

.ProductsItem {
  padding-top: 50px;
}

.ProductsItem.-staff {
  padding-bottom: 100px;
}

.ProductsItem.-staff .ProductsData_img {
  margin-bottom: 118px;
}

.ProductsItem.-noTitle {
  padding-top: 100px;
}

.ProductsItem.-wht {
  background-color: #fff;
}

.ProductsItem_title {
  text-align: center;
  color: #432818;
  font-size: 60px;
  font-weight: 700;
  margin: 0 auto 50px;
  padding: 0 50px;
  width: 980px;
}

.ProductsItem_title.-small {
  font-size: 50px;
}

.ProductsItem_staffTitleImg {
  display: block;
  margin: -40px auto 50px;
}

.ProductsItem_body {
  display: flex;
}

.ProductsItem_imgContainer {
  width: 450px;
  position: relative;
}

.ProductsItem_img {
  width: 100%;
}

.ProductsItem_titleImg {
  position: absolute;
  top: -40px;
  left: calc(100% + 40px);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.ProductsItem_comment {
  display: table;
  color: #432818;
  font-size: 21px;
  background-color: #ffe6a7;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 45px auto 0;
}

.ProductsData {
  width: 450px;
  position: relative;
  margin-left: 80px;
  color: #bb9457;
}

.ProductsData_link {
  display: block;
  margin: 0 75px;
}

.ProductsData_img {
  display: block;
  width: 300px;
  margin-bottom: 37px;
}

.ProductsData_body {
  display: flex;
  padding: 0 10px;
}

.ProductsData_col:nth-child(1) {
  flex-grow: 1;
}

.ProductsData_col:nth-child(2) {
  width: 200px;
}

.ProductsData_name {
  font-size: 24px;
  line-height: 1.25;
  padding: 0 10px;
}

.ProductsData_name a {
  text-decoration: underline;
}

.ProductsData_name span {
  font-weight: 700;
  vertical-align: initial;
}

.ProductsData_name svg {
  width: 12px;
  height: 20px;
  fill: #bb9457;
  vertical-align: -1px;
  margin-left: 5px;
  transition: transform 0.5s;
}

.ProductsData_name:hover svg {
  transform: translate3d(5px, 0, 0);
}

.ProductsData_price {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.ProductsData_size {
  display: block;
  width: 200px;
  height: 40px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #707070;
  padding-left: 5px;
  margin-top: 10px;
}

.ProductsData_button[type=submit] {
  display: block;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  background-color: #171c61;
  border-radius: 5px;
  line-height: 1;
  margin-top: 10px;
  border: none;
}

.ProductsData_obj {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.ProductsData_key {
  font-size: 16px;
  margin-right: 5px;
}

.ProductsData_value {
  font-size: 24px;
}

.ProductsData .swiper-pagination {
  top: 514px;
  right: 0;
  left: 0;
  margin: auto;
}

.ProductsData .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #999;
  opacity: 1;
  margin: 0 5px;
  transition: background-color 0.5s;
}

.ProductsData .swiper-pagination-bullet-active {
  background-color: #666;
}

.ProductsData .swiper-button-next::after,
.ProductsData .swiper-button-prev::after {
  content: none;
}

.ProductsData .swiper-button-next,
.ProductsData .swiper-button-prev {
  width: 14px;
  height: 25px;
  top: 265px;
}

.ProductsItemPoint {
  position: relative;
  background-color: #fff;
  padding: 100px 0 50px;
  margin-top: 130px;
}

.ProductsItemPoint::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 50px 80px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  margin: auto;
}

.ProductsItemPoint_title {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}

.ProductsItemPoint_inner {
  position: relative;
}

.ProductsItemPoint_body {
  display: flex;
  margin: 0 -40px;
}

.ProductsItemPoint_imgContainer {
  width: 450px;
  margin: 0 40px;
}

.ProductsItemPoint_img {
  border-radius: 100%;
}

.ProductsItemPoint_caption {
  display: flex;
  justify-content: center;
  color: #432818;
  font-size: 18px;
  margin-top: 15px;
}

.ProductsColor {
  display: flex;
  margin: 0 -5px;
}

.ProductsColor_item {
  width: 30px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  border: 1px solid #707070;
  margin: 0 5px;
}

.ProductsColor_item.-black {
  background-color: #000;
}

.ProductsColor_item.-gray {
  background-color: #7f7f7f;
}

.ProductsColor_item.-navy {
  background-color: #203864;
}

.ProductsColor_item.-greige {
  background-color: #7f7f7f;
}

.ProductsColor_item.-olive {
  background-color: #bf9000;
}

.ProductsColor_item.-charcoal {
  background-color: #3b3838;
}

.ProductsColor_item.-white {
  background-color: #fff;
}

.ProductsColor_item.-beige {
  background-color: #ffe699;
}

.ProductsColor_item.-orange {
  background-color: #ed7d31;
}

.Coordinate_kv {
  height: 511px;
  position: relative;
}

.Coordinate_kv > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.CoordinateItem {
  padding: 50px 0 100px;
}

.CoordinateItem.-wht {
  background-color: #fff;
}

.CoordinateItem_title {
  text-align: center;
  color: #432818;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}

.CoordinateItem_titleImg {
  display: block;
  position: relative;
  z-index: 2;
  margin: -40px auto -20px;
  pointer-events: none;
}

.CoordinateItem_container {
  display: flex;
  align-items: center;
  margin: 0 -40px;
}

.CoordinateItem_container:nth-of-type(even) .CoordinateItem_col:nth-child(1) {
  order: 1;
}

.CoordinateItem_col {
  width: 450px;
  margin: 0 40px;
}

.CoordinateItem_caption {
  text-align: center;
  font-size: 22px;
  color: #bb9457;
}

.CoordinateItem_img {
  display: block;
  margin: 50px auto;
}

.CoordinateItem_slider {
  position: relative;
}

.CoordinateItem .swiper-slide img {
  width: 100%;
}

.CoordinateItem .swiper-pagination {
  right: 0;
  bottom: -20px;
  left: 0;
  margin: 0 auto;
}

.CoordinateItem .swiper-pagination-bullet {
  margin: 0 5px;
}

.CoordinateItem .swiper-button-next::after,
.CoordinateItem .swiper-button-prev::after {
  content: none;
}

.CoordinateItem .swiper-button-next,
.CoordinateItem .swiper-button-prev {
  width: 14px;
  height: 25px;
}

.CoordinateItem .swiper-button-next {
  right: 15px;
}

.CoordinateItem .swiper-button-prev {
  left: 15px;
}

.CoordinateItem .swiper-pagination {
  top: 767px;
  right: 0;
  left: 0;
  margin: auto;
}

.CoordinateItem .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #999;
  opacity: 1;
  margin: 0 5px;
  transition: background-color 0.5s;
}

.CoordinateItem .swiper-pagination-bullet-active {
  background-color: #666;
}

.CoordinateWear {
  background-color: #ece8e7;
  padding: 15px 15px 5px;
  margin-top: 15px;
  border-radius: 5px;
}

.CoordinateWear.-wht {
  background-color: #fff;
}

.CoordinateWear.-wht .CoordinateWear_item {
  border-top-color: #ddd;
}

.CoordinateWear_title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.CoordinateWear_list {
  margin-top: 10px;
}

.CoordinateWear_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0 10px;
  border-top: 1px solid #d5cdcb;
}

.CoordinateWear_name {
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}

.CoordinateWear_price {
  font-size: 14px;
}

.CoordinateWear_link {
  display: block;
  margin-left: auto;
  color: #fff;
  background-color: #171c61;
  line-height: 1;
  font-size: 14px;
  padding: 7px 30px;
  border-radius: 5px;
}

.Series {
  background-color: #fff;
  padding: 70px 0;
}

.Series_title {
  text-align: center;
  color: #432818;
  font-size: 60px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 50px;
}

.Series_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px;
}

.Series_item {
  width: calc(50% - 40px);
  margin: 20px;
}

.Series_link {
  display: block;
  overflow: hidden;
  transition: opacity 0.5s;
}

.Series_link:hover {
  opacity: 0.75;
}

.Series_link:hover .Series_img {
  transform: scale(1.1);
}

.Series_img {
  width: 100%;
  transition: transform 0.5s;
}

.Series_button {
  display: table;
  color: #fff;
  background-color: #171c61;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  padding: 15px 20px;
  margin: 0 auto;
}

.Series_button span {
  display: inline-block;
}

.Series_button svg {
  width: 10px;
  height: 16px;
  fill: #fff;
  vertical-align: middle;
  margin-left: 10px;
}

.Series_button.-top {
  margin-top: 50px;
}