@charset "UTF-8";
/******************************/
/* SLIDER */
/******************************/
/*@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}*/
body {
  min-width: 1320px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
.l-main.top {
  overflow: hidden;
}

.slider {
  /* overflow: hidden !important; */
  padding: 50px 0;
  background: #fff;
}

#slider {
  width: 1315px;
  max-width: 100%;
  position: relative !important;
  margin: 0 auto;
}

#slider > div a {
  display: block;
  width: 550px;
  margin: 0 auto;
  transition: opacity 0.8s;
}

#slider > div a:hover {
  opacity: 0.6;
}

.slide-arrow {
  position: absolute;
  top: 0;
  z-index: 10;
}

.slide-arrow.prev-arrow {
  left: 0;
}

.slide-arrow.next-arrow {
  right: 0;
}

img.sp {
  display: none;
}

img.pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  img.pc {
    display: none;
  }
  img.sp {
    display: inline;
  }
}
/* bxSlider */
.bx-viewport {
  position: relative;
  left: 0 !important;
  width: 1320px !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 auto !important;
}

.bx-pager {
  display: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0 !important;
  margin-top: 0 !important;
  outline: 0;
  width: 85px !important;
  height: 250px !important;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-next {
  right: 0 !important;
  background: url("https://img21.shop-pro.jp/PA01477/057/etc/next_arrow.png?cmsp_timestamp=20211116165720") no-repeat 0 0/contain !important;
}

.bx-wrapper .bx-prev {
  left: 0 !important;
  background: url("https://img21.shop-pro.jp/PA01477/057/etc/prev_arrow.png?cmsp_timestamp=20211116170356") no-repeat 0 0/contain !important;
}

.bx-controls-direction {
  width: 1320px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #slider {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #slider > div a {
    /* width: 95% */
    width: 100%;
  }
  #slider > div a:hover {
    opacity: 1;
  }
  .slide-arrow {
    display: block;
    width: 40px;
    height: 100%;
  }
  .bx-viewport {
    width: 100% !important;
  }
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 11.7vw !important;
    height: 33.42vw !important;
  }
  .bx-controls-direction {
    width: 100%;
  }
  .slick-dots {
    position: relative !important;
    bottom: auto !important;
    margin: 16px 0 0 !important;
  }
  .slick-dots li {
    width: 7px !important;
    height: 7px !important;
  }
  .slick-dots li button {
    background: rgba(105, 105, 105, 0.3019607843) !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
  }
  .slick-dots li button::before {
    display: none !important;
  }
  .slick-dots li.slick-active button {
    background: rgba(105, 105, 105, 0.6980392157) !important;
  }
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}

.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}

/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev,
  .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before,
.p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before,
  .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}

@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}

.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}

.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-ranking-list__btn.is-added {
  color: #000000;
}

.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}

@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}

@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
/******************************/
/* custom */
/******************************/
.scroll_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("https://img21.shop-pro.jp/PA01477/057/etc/background_pattern.jpg?cmsp_timestamp=20211116130821");
  background-repeat: repeat-x;
  background-size: 150%;
  background-position: center left;
  /*animation: scroll-anim 20s linear infinite;*/
}

@keyframes scroll-anim {
  100% {
    background-position: -2139px 0;
  }
}
@media screen and (max-width: 767px) {
  .scroll_bg {
    background: url("https://img21.shop-pro.jp/PA01477/057/etc/background_pattern-sp.jpg?cmsp_timestamp=20211129101415") repeat-x;
  }
}
.home-kv {
  position: relative;
}

.home-kv p.img {
  width: 700px;
  max-width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
}

.home-kv-slider li {
  height: 975px;
}

.home-kv-slider::after {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.52;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.home-kv-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-kv.is-open {
  filter: brightness(0.6);
}

.home-kv #scroll_down {
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 1px;
  height: 62px;
  background: #fff;
  transform: translateX(-50%);
}

.home-kv #scroll_down span {
  position: absolute;
  top: 10px;
  left: -6px;
  display: block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  animation: 1s ease-in 0s infinite alternate scroll_down;
}

@keyframes scroll_down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(30px);
  }
}
@keyframes scroll_down-sp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15px);
  }
}
@media screen and (max-width: 767px) {
  .home-kv-slider li {
    /* height: 628px; */
    height: 475px;
  }
  .home-kv #scroll_down {
    bottom: 24px;
    height: 31px;
  }
  .home-kv #scroll_down span {
    top: 5px;
    left: -3px;
    width: 7px;
    height: 7px;
    animation: 1s ease-in 0s infinite alternate scroll_down-sp;
  }
}
.home-wasyoku {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}

.home-wasyoku img {
  width: 100%;
  max-width: 100%;
}

.home-fivestep {
  background: #fafaf7;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .home-fivestep {
    padding: 40px 0 0;
  }
}
.home-fivestep-ttl {
  text-align: center;
  margin: 0 0 48px;
  position: relative;
}
.home-fivestep-ttl::before {
  content: " ";
  width: 100%;
  height: 11px;
  background: #bab78e;
  position: absolute;
  left: 0;
  top: 4px;
}
.home-fivestep-ttl img {
  z-index: 2;
  position: relative;
  max-width: 100%;
}
.home-fivestep-list {
  width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 40px;
  background: url(https://img21.shop-pro.jp/PA01477/057/etc/fivestep-bg.png?cmsp_timestamp=20211116171714) no-repeat center/cover;
  padding: 80px 0;
}
.home-fivestep-list .item {
  width: 413px;
  box-sizing: border-box;
}
.home-fivestep-list .item h3 {
  margin: 0;
}
.home-fivestep-list .item p {
  margin: 0;
}
.home-fivestep-list .item div {
  margin: 24px 0 16px;
}
.home-fivestep-list .item * {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-fivestep-list {
    width: 90%;
    flex-direction: column;
    gap: 40px;
    background: none;
    padding: 0;
  }
  .home-fivestep-list .item {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
  }
  .home-fivestep-list .item:nth-child(2n-1) {
    padding-bottom: 40px;
  }
  .home-fivestep-list .item:nth-child(2n-1)::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 12px);
    background: url(https://img21.shop-pro.jp/PA01477/057/etc/fivestep-bg_sp.png?cmsp_timestamp=20211116171714) no-repeat center/cover;
  }
}

.home-lineup {
  padding: 90px 0 110px;
  background: url("https://img21.shop-pro.jp/PA01477/057/etc/background_jimon.jpg?cmsp_timestamp=20211116171714") no-repeat 0 0/cover;
}

.home-lineup-ttl {
  margin-bottom: 50px;
  text-align: center;
}

.home-lineup-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1320px;
  margin: 0 auto;
}

.home-lineup-list li {
  position: relative;
  width: 413px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.home-lineup-list li:not(:nth-child(3n)) {
  margin-right: 40.5px;
}

.home-lineup-list li:nth-child(n+4) {
  margin-top: 30px;
}

.home-lineup-list li:last-child {
  margin-right: 0;
}

.home-lineup-list li a,
.home-lineup-list li span {
  display: block;
}

.home-lineup-list li a::after,
.home-lineup-list li a::before,
.home-lineup-list li span::after,
.home-lineup-list li span::before {
  display: block;
  position: absolute;
  background: #1e3269;
  content: "";
  transition: all 1s;
}

.home-lineup-list li a::after {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}

.home-lineup-list li a::before {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}

.home-lineup-list li span::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}

.home-lineup-list li span::before {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}

.home-lineup-list li img {
  width: 100%;
}

.home-lineup-list li a:hover::after,
.home-lineup-list li a:hover span::after {
  width: 100%;
}

.home-lineup-list li a:hover::before,
.home-lineup-list li a:hover span::before {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .home-lineup-ttl {
    width: 90%;
    margin: 0 auto 50px;
  }
  .home-lineup-ttl img {
    display: block;
    width: 100%;
  }
  .home-lineup-list {
    width: 90%;
    justify-content: space-between;
  }
  .home-lineup-list li {
    width: 46.8%;
  }
  .home-lineup-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .home-lineup-list li:nth-child(n+4) {
    margin-top: 20px;
  }
  .home-lineup-list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .home-lineup-list li:nth-child(7) {
    width: 100%;
  }
  .home-lineup-list li a:hover::after,
  .home-lineup-list li a:hover span::after {
    width: 0;
  }
  .home-lineup-list li a:hover::before,
  .home-lineup-list li a:hover span::before {
    height: 0;
  }
}
.home-osusume {
  position: relative;
  padding-bottom: 100px;
}

.home-osusume-ttl {
  position: relative;
  z-index: 10;
  padding: 20px 0 15px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  background: #1e3269;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.home-osusume-list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1320px;
  margin: 0 auto;
}

.home-osusume-list li {
  width: 413px;
}

.home-osusume-list li:nth-child(n+4) {
  margin-top: 40px;
}

.home-osusume-list-img {
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.home-osusume-list-img,
.home-osusume-list-img span {
  position: relative;
  display: block;
  width: 100%;
  height: 413px;
}

.home-osusume-list-img,
.home-osusume-list-img span img {
  display: block;
  width: 100%;
  height: 413px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-osusume-list-img::after,
.home-osusume-list-img::before,
.home-osusume-list-img span::after,
.home-osusume-list-img span::before {
  display: block;
  position: absolute;
  z-index: 10;
  background: #1e3269;
  content: "";
  transition: all 1s;
}

.home-osusume-list-img::after {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}

.home-osusume-list-img::before {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}

.home-osusume-list-img span::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}

.home-osusume-list-img span::before {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}

.home-osusume-list-img img {
  width: 100%;
}

.home-osusume-list-img:hover::after,
.home-osusume-list-img:hover span::after {
  width: 100%;
}

.home-osusume-list-img:hover::before,
.home-osusume-list-img:hover span::before {
  height: 100%;
}

.home-osusume-list-ttl {
  margin-bottom: 7px;
  font-size: 24px;
}

.home-osusume-list-price {
  padding-bottom: 10px;
  border-bottom: #1e3269 solid 1px;
  font-size: 18px;
}

.home-osusume-list-expl {
  margin-top: 12px;
  line-height: 1.4;
  font-size: 14px;
}

.home-osusume-list-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  transition: margin 0.3s;
}

.home-osusume-list-more:hover {
  margin-left: 20px;
  text-decoration: none;
  color: #1e3269;
}

.home-osusume-list + .scroll_bg {
  top: 100px;
}

@media screen and (max-width: 767px) {
  .home-osusume {
    position: relative;
    padding-bottom: 50px;
  }
  .home-osusume-ttl {
    width: 100%;
  }
  .home-osusume-ttl img {
    width: 60%;
  }
  .home-osusume-list-img,
  .home-osusume-list-img span img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-osusume-list {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2% 6.4%;
  }
  .home-osusume-list li {
    width: 100%;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
  }
  .home-osusume-list-img,
  .home-osusume-list-img span {
    height: auto;
  }
  .home-osusume-list-img span {
    padding-top: 100%;
    position: relative;
  }
  .home-osusume-list-img span img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-osusume-list-img:hover::after,
  .home-osusume-list-img:hover span::after {
    width: 0;
  }
  .home-osusume-list-img:hover::before,
  .home-osusume-list-img:hover span::before {
    height: 0;
  }
  .home-osusume-list-txt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .home-osusume-list-ttl {
    font-size: 16px;
    font-weight: 700;
    flex-grow: 1;
  }
  .home-osusume-list-price {
    font-size: 16px;
    margin-top: auto;
  }
  .home-osusume-list-expl {
    display: none;
  }
  .home-osusume-list-more {
    margin-top: 12px;
    font-size: 12px;
  }
  .home-osusume-list-more:hover {
    margin-left: 0;
  }
  .home-osusume-list + .scroll_bg {
    top: 100px;
  }
}
.l-bottom {
  position: relative;
  margin-top: 0;
  padding: 100px 0 70px;
}

.l-bottom-bn__item-1col,
.l-bottom-bn__item-2col,
.l-bottom-bn__item-3col {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  width: 1315px;
  margin: 0 auto;
}

.l-bottom-bn__item-1col {
  margin-bottom: 30px;
}

.l-bottom-sns {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 1315px;
  margin: 70px auto 0;
}

.l-bottom-sns li {
  margin: 0 20px;
}

.l-bottom a {
  transition: opacity 0.3s;
}

.l-bottom a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .l-bottom {
    position: relative;
    margin-top: 0;
    padding: 60px 0 40px;
  }
  .l-bottom-bn__item-1col,
  .l-bottom-bn__item-2col,
  .l-bottom-bn__item-3col {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
  }
  .l-bottom-bn__item-1col a,
  .l-bottom-bn__item-2col a,
  .l-bottom-bn__item-3col a {
    display: block;
    width: 100%;
  }
  .l-bottom-bn__item-2col a,
  .l-bottom-bn__item-3col a {
    margin-top: 10px;
  }
  .l-bottom-bn__item-1col {
    margin-bottom: 0;
  }
  .l-bottom-sns {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 40px auto 0;
  }
  .l-bottom-sns li img {
    width: 100%;
  }
  .l-bottom-sns li {
    width: 50px;
    margin: 0 13px;
  }
  .l-bottom a {
    transition: opacity 0.3s;
  }
  .l-bottom a:hover {
    opacity: 0.6;
  }
}
.l-information {
  position: relative;
  z-index: 10;
  width: 700px;
  margin: 95px auto 100px;
}

.l-information-ttl {
  margin-bottom: 15px;
  text-align: center;
}

.l-information-list dl {
  display: flex;
  padding: 1em 0;
  border-top: solid 1px #1e3269;
}

.l-information-list dl dt {
  width: 220px;
  margin-right: 30px;
  text-align: right;
  font-weight: 500;
}

.l-information-list dl:last-child {
  border-bottom: solid 1px #1e3269;
}

@media screen and (max-width: 767px) {
  .l-information {
    position: relative;
    z-index: 10;
    width: 90%;
    margin: 55px auto 50px;
  }
  .l-information-ttl {
    margin-bottom: 15px;
    text-align: center;
  }
  .l-information-list dl {
    display: flex;
    padding: 1em 0;
    border-top: solid 1px #1e3269;
  }
  .l-information-list dl dt {
    width: 105px;
    margin-right: 30px;
    text-align: right;
    font-weight: 500;
    font-size: 12px;
  }
  .l-information-list dl dd {
    margin-left: 0;
    width: calc(100% - 135px);
    font-size: 12px;
  }
  .l-information-list dl:last-child {
    border-bottom: solid 1px #1e3269;
  }
}
.home-link {
  padding: 80px 0;
  background: #fff9e8;
}

.home-link p {
  font-size: 16px;
}

.home-link-kodawari {
  display: flex;
  justify-content: space-between;
  width: 1338px;
  margin: 0 auto;
}

.home-link-kodawari figure {
  width: 577px;
}

.home-link-kodawari .text {
  width: 720px;
}

.home-link-teamka {
  display: flex;
  justify-content: space-between;
  width: 1338px;
  margin: 90px auto 0;
}

.home-link-teamka figure {
  width: 550px;
}

.home-link-teamka .text {
  width: 715px;
}

.home-link-ttl {
  position: relative;
  padding-bottom: 35px;
  margin: 15px 0 30px;
}

.home-link-ttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 157px;
  height: 1px;
  background: #1e3269;
  content: "";
}

@media screen and (max-width: 767px) {
  .home-link {
    position: relative;
    padding: 50px 0 60px;
    background: #fff9e8;
  }
  .home-link-kodawari {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .home-link-kodawari .home-link-ttl {
    width: 100%;
    text-align: center;
  }
  .home-link-kodawari .home-link-ttl img {
    width: 105px;
  }
  .home-link-kodawari figure {
    order: 2;
    width: 100%;
    margin-top: 40px;
  }
  .home-link-kodawari .text {
    order: 1;
    width: 100%;
  }
  .home-link-teamka {
    flex-direction: column;
    width: 90%;
    margin: 90px auto 0;
  }
  .home-link-teamka .home-link-ttl {
    width: 100%;
    text-align: center;
  }
  .home-link-teamka .home-link-ttl img {
    width: 262px;
  }
  .home-link-teamka figure {
    width: 100%;
    margin-top: 40px;
  }
  .home-link-teamka .text {
    width: 100%;
  }
  .home-link-ttl {
    position: relative;
    padding-bottom: 35px;
    margin: 15px 0 30px;
  }
  .home-link-ttl::after {
    width: 100%;
  }
}
.btn_more a {
  position: relative;
  display: inline-block;
  width: 157px;
  margin-top: 60px;
  text-align: center;
  border: solid #1e3269 1px;
  font-size: 18px;
  color: #1e3269;
  padding: 0.5em 0 0.3em;
  transition: all 0.3s;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  .btn_more a {
    position: relative;
    display: inline-block;
    width: 157px;
    margin-top: 30px;
    text-align: center;
    border: solid #1e3269 1px;
    font-size: 18px;
    color: #1e3269;
    padding: 0.5em 0 0.3em;
    transition: all 0.3s;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  }
}
.btn_more a:hover {
  color: #fff;
  background: #1e3269;
  text-decoration: none;
}

.btn_more a::before,
.btn_more a::after,
.btn_more span::before,
.btn_more span::after {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1e3269;
  content: "";
}

.btn_more a::before {
  top: 0;
  left: 0;
}

.btn_more a::after {
  top: 0;
  right: 0;
}

.btn_more span::before {
  bottom: 0;
  left: 0;
}

.btn_more span::after {
  bottom: 0;
  right: 0;
}