@charset "utf-8";
/* CSS Document */
/* -------------------- header -------------------- */
/* 背景色変更 不要な場合は削除 */
header {
  background-color: #fffcf8;
}
footer {
  background-color: rgba(239, 238, 227, 1.00);
}
/* -------------------- 共通部分 -------------------- */
div, img, section {
  display: block;
  margin: 0 auto;
}
body {
  width: 100%;
  height: 100%;
  font-size: 13px;
  word-break: break-word;
  padding: 0;
  margin: 0;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 2.2;
  /*background-color: rgba(201, 199, 162, .30);*/
}
#container {
  padding-top: 8%;
  padding-bottom: 8%
}
.container_inner {
  border-radius: 30px;
  background-color: #FFF;
  background-color: rgba(239, 238, 227, 1.00);
  max-width: 1080px;
  width: 90%;
  padding-top: 10%;
  padding-bottom: 4%;
}
.content {
  max-width: 940px;
}
.content_box {
  margin-bottom: 10%;
}
hr {
  border: #232E94 1px solid;
  margin-bottom: 1.2%;
}
ul::after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width:1023px) {
  #container {
    padding-top: 10%;
  }
  .container_inner {
    padding-top: 14%;
  }
  hr {
    border: #232E94 2px solid;
    margin-bottom: 8%;
  }
}
@media (max-width:500px) {
  #container {
    padding-top: 15%;
  }
  .container_inner {
    padding-top: 18%;
  }
}
/* -------------------- イントロ -------------------- */
.title {
  width: 60%;
  max-width: 300px;
  margin-bottom: 5%;
}
.mv_image_box {
  position: relative;
  animation-fill-mode: forwards;
  width: 90%;
  max-width: 850px;
  height: 45vh;
}
.mv_image_box div {
  position: absolute;
  width: 33.33%;
}
.mv_image_box div.mv_image1 {
  left: 0%;
}
.mv_image_box div.mv_image2 {
  left: 33%;
}
.mv_image_box div.mv_image3 {
  right: 0%;
}
.mv1 {
  animation: infinite 2s asb1;
}
.mv2 {
  animation: infinite 1.8s asb1;
}
.mv3 {
  animation: infinite 1.6s asb2;
}
@keyframes asb1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes asb2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.intro_txt {
  width: 85%;
  max-width: 600px;
  padding: 3% 0% 6%;
  line-height: 2.4;
  font-size: 14px;
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
@media (max-width:1023px) {
  .title {
    margin-bottom: 12%;
  }
  .mv_image_box {
    position: relative;
    animation-fill-mode: forwards;
    width: 90%;
    max-width: 850px;
    height: 62vh;
  }
  .mv_image_box div {
    position: absolute;
    width: 40%;
  }
  .mv_image_box div.mv_image1 {
    left: 0%;
    z-index: 0;
  }
  .mv_image_box div.mv_image2 {
    left: 28%;
    top: 6%;
    z-index: 1;
  }
  .mv_image_box div.mv_image3 {
    right: 0%;
    top: 3%;
    z-index: 0;
  }
  h2 {
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #232E94;
  }
}
@media (max-width:780px) {
  .title {
    margin-bottom: 15%;
  }
  .mv_image_box {
    height: 45vh;
  }
}
@media (max-width:500px) {
  
.mv_image_box {
  width: 100%;
}
	.title {
    margin-bottom: 15%;
  }
  .mv_image_box {
    height: 32vh;
  }
  .mv_image_box div {
    position: absolute;
    width: 40%;
  }
  .mv_image_box div.mv_image1 {
    left: 0%;
  }
  .mv_image_box div.mv_image2 {
    left: 29%;
  }
  .mv_image_box div.mv_image3 {
    right: 0%;
  }
}
/* -------------------- セクション -------------------- */
.sec_title_no {
  margin-bottom: 8%
}
.sec_title_no p {
  text-align: center;
  color: rgba(35, 46, 148, 1.00);
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
.column_box {
  box-sizing: border-box;
  display: grid; /* グリッドレイアウト */
  margin-bottom: 0%;
  grid-template-columns: 55% 1fr;
}
.right_column {
  font-family: "Noto Sans JP";
  margin: 0 auto;
  padding: 8% 0% 0% 20%;
}
.left_column_2 {
  position: relative;
  top: -230px;
}
@media (max-width:1023px) {
  .column_box {
    display: block;
  }
  .right_column {
    padding: 8% 15% 0% 15%;
  }
  .left_column_2 {
    position: relative;
    top: 0%;
    padding-top: 5%;
  }
  .single_column_box {
    width: 85%;
  }
}
h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-size: 15px;
  padding-bottom: 5%;
  color: #232E94;
}
.sec_title {
  margin-bottom: 5%;
}
.txt {
  margin: 0 auto;
  padding-bottom: 5%;
  max-width: 600px;
}
.item_photo {
  /*border: 1px solid #444;*/
  margin: 8%;
}
.coordi_title {
  text-align: center;
  font-weight: bold;
}
.item_link_wrapper {
  text-align: center;
  padding: 6% 0%;
  line-height: normal;
}
.item_link {
  padding-bottom: 2%;
}
.cat {
  letter-spacing: 0.05rem;
}
.brand {
  display: inline;
}
.buy {
  display: inline;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width:1023px) {
  .item_link_wrapper {
    text-align: center;
    padding: 2% 0% 8%;
    line-height: normal;
  }
  .item_link {
    padding-bottom: 1.5%;
  }
}
ul.more_item, ul.more_item_1, ul.more_item_2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  gap: 0;
  margin-bottom: 5%;
}
ul.more_item_1 li {
  padding: 0% 1.5%
}
ul.more_item_1 img {
  width: 100%;
  display: block;
}
.item_brand {
  text-align: center;
  border-top: #232E94 1px solid;
  border-bottom: #232E94 1px solid;
  font-weight: bold;
  margin-bottom: 2%;
  color: #232E94;
  padding: 2%;
}
.item_name {
  width: 96%;
  margin: 0 auto;
  letter-spacing: 0.01em;
  padding-bottom: 10%;
  color: #232E94;
}
.item_cap {
  width: 96%;
  margin: 0 auto;
  letter-spacing: 0.01em;
  padding-bottom: 10%;
  color: #232E94;
  text-align: left;
}
.ask {
  font-weight: normal;
  padding-left: 1%;
  text-decoration: underline;
  font-size: 0.9em;
}
#sec3 .more_item_2 {
  margin-bottom: 5%;
}
#sec3 .more_item_2 .item_brand {
  margin-bottom: 0%;
}
#sec5 .more_item .twoitem {
  border-top: #232E94 1px solid;
  border-bottom: #232E94 1px solid;
  margin-bottom: 2%;
  padding: 6% 0% 4% 0%;
}
#sec5 .more_item .item_brand {
  border-top: none;
  border-bottom: none;
  font-weight: bold;
  margin-bottom: 0%;
  padding: 0%;
  line-height: 1.85;
}
#sec5 .more_item .item_name {
  padding-bottom: 2%;
}
.cat_link {
  text-align: center;
  border: 1px solid rgba(35, 46, 148, 1.00);
  padding: 2% 0%;
  width: 100%;
  max-width: 500px;
  margin-top: 1%;
  margin-bottom: 1%;
}
.cat_link a {
  color: rgba(35, 46, 148, 1.00);
  letter-spacing: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cat_link a:hover {
  letter-spacing: 4px;
}
@media (max-width:1023px) {
  ul.more_item {
    width: 80%;
    display: block;
  }
  ul.more_item_1 {
    width: 100%;
    display: block;
  }
  ul.more_item_1 li {
    padding: 0% 0%
  }
  ul.more_item_1 img {
    width: 50%;
    display: inline
  }
  #sec2 .more_item_1 img {
    width: 100%;
  }
  #sec3 ul.more_item_2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    gap: 0;
  }
  #sec4 ul.more_item_2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    gap: 0;
  }
}
/* -------------------- スライド設定 -------------------- */
.swiper {
  width: 100%;
  max-width: 500px;
}
/* -------------------- アニメーション -------------------- */
/* 下から */
.item_block ul li {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}