@charset "UTF-8";

/* CSS Document */

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.ctt_ttl_main {
  width: 100%;
  margin: 0;
}

.ctt_ttl_main img {
  width: 100%;
  margin: 0 auto;
}

.ctt_ttl_main p {
  color: #424242;
  font-size: 14px;
  line-height: 1.8;
}

.main_box_img {
  margin: 0 auto;
  width: 722px;
  height: 210px;
  aspect-ratio: 361/120;
}

.main_box_moji_ttl {
  background-color: #e9f2c6;
  padding: 40px;
}

/*　タブ　*/

.nav-tab {
  margin: 40px 0 20px;
}

.nav-tab ul {
  text-align: center;
}

.nav-tab ul li {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}

.nav-tab li a {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #aaa;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
}

.nav-tab li.active a {
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: .3s;
}

.nav-tab::after {
  background: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-top: 1px;
  width: 100%;
}

/* ここまで */

.contents-box {
  padding-bottom: 80px;
}

.style-index {
  text-align: center;
  padding: 80px 0 16px;
}

.main_box_img {
  margin: 0 auto;
  width: 722px;
  height: 210px;
  aspect-ratio: 361/120;
}

.navi {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-family: "Sen", sans-serif;
  font-weight: 300;
}

.navi ul {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 20px auto 40px;
  padding: 0;
  max-width: 1000px;
}

.navi ul li {
  display: inline-block;
  overflow: hidden;
  margin: 5px .5%;
  text-align: center;
  position: relative;
  border-radius: 4px;
  width: 20%;
  border: 1px solid #f8f5f1;
  box-sizing: border-box;
}

.navi ul li a {
  color: #fff;
  text-decoration: none;
  padding: 7px 5px 5px 5px;
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  background-color: #c2c6ac;
}

.navi ul li a::after {
  top: 45%;
  margin-top: -6px;
  right: 8px;
  position: absolute;
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(130deg) skew(-10deg, 0);
  transform: rotate(130deg) skew(-10deg, 0);
  transition: all 0.2s linear;
}

.contents-bg {
  padding: 64px 0;
  background-color: #f5f9e4;
}

.contents-space {
  padding: 64px 0;
}

.heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 28px;
  font-feature-settings: "palt";
  letter-spacing: -0.08em;
  line-height: 1.3em;
  margin: 0 0 20px;
}

.styling {
  display: inline-block;
  font-size: 20px;
  font-family: "Sen", sans-serif;
  font-weight: 300;
  padding-bottom: 12px;
  letter-spacing: 0.02em;
}

.bear-anniversary {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.bear-heading {
  font-size: 14px;
  margin-left: 10px;
}

.bear {
  display: flex;
  margin: 10px auto;
  align-items: center;
  justify-content: center;
}

.bear-first {
  display: block;
  width: 600px;
  margin: 10px auto;
  align-items: center;
  justify-content: center;
}

.bear-img {
  width: 80%;
}

.bear-txt {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 16px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  align-self: center;
  background: #f5f9e4;
  width: auto;
  border-radius: 6px;
}

.bear-introduction {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  align-self: center;
  background: #fcf5e8;
  width: auto;
  border-radius: 6px;
}

.bear-introduction:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 120px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fcf5e8;
}

.bear-txt-reverse {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 16px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  width: auto;
  border-radius: 6px;
}

.bear-detail {
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.item-box {
  display: block;
  margin-bottom: 60px;
  background-color: #fff;

}

.credit a::after {
  display: block;
  float: right;
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  margin-left: 4px;
  margin-top: -2px;  
}

.m-item-list-item {
  width: 320px;
}

.l-slider {
  width: 100%;
  overflow: hidden;
}

.l-slider-reverse {
  flex-direction: row-reverse;
}

.l-slider-img {
  width: 100%;
}

.l-slider-desc {
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}

.l-slider-comment p:first-child {
  font-family: 'ヒラギノ角ゴ', sans-serif;
  font-size: 23px;  
  color: #616161;
}

.l-slider-comment-s {
  padding-bottom: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 14px;
  padding-top: 24px;
  line-height: 1.8;
}

.l-slider-desc {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
}

.item-list {
  margin: 0 auto;
}

.m-item-list {
  display: flex;
  margin: 0 auto;
  width: 70%;
  column-gap: 60px;
  margin-bottom: 20px;
}

.m-item-list-item-btn {
  display: flex;
  align-items: center;
}

.m-item-list-item-txt {
  width: 200px;
}

.check {
  background-color: #424242;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  height: 20px;
  margin-left: auto;
}

.m-item-list-thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  border: 1px solid #f4f4f4;
}

.m-item-list-thumb img {
  width: 100%;
  aspect-ratio: 5/6;
}

.still-img-wrapper {
  display: block;
  margin-bottom: 50px;
}

.still-img-container {
  width: 460px;
  margin: 0 auto;
}

.still-img-container img {
  width: 100%;
  aspect-ratio: 60/77;
}

/* ����������������X���C�_�[�������� */

.slider-contents-main {
  /* �ǉ� */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.slider-contents-main-wrapper {
  /* wrapper�̃T�C�Y�𒲐� */
  width: 100%;
  /*height: 300px;*/
  /* ��������ǉ� */
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  /* �X���C�h�̃T�C�Y�𒲐��A���g�̃e�L�X�g�z�u�����A�w�i�F */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 300px;*/
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}

/*
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
   background: #333 !important;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
*/
.slider-contents img {
  width: 100%;
  aspect-ratio: 60/77;
}

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

.slider-contents-btn-prev {
  background: url(/assets/frontend/btn-slide-index-sub-left-pc-993030c95064bb5970fe2ee021f4f20088a5a434a5556cc39db6bbbd0056ffa8.png) 10px center no-repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-btn-next {
  background: url(/assets/frontend/btn-slide-index-sub-right-pc-00ae0e2505d296a4471e6d026568abd868948f213fb08862542cf4e361aef88e.png) 28px center no-repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 1px solid #9E9E9E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}

.section-ttl {
  text-align: center;
  color: #212121;
  font-size: 62px;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1;
  color: #616161;
  height: 116px;
}


.section-ttl::after {
  display: block;
  content: url(./underline_long.png);
  position: relative;
  top: -65px;  
}

.section-ttl span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.section-ttl2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #212121;
  font-size: 62px;
  margin: 0 auto 16px;
  letter-spacing: 1px;
  line-height: 1;
  color: #616161;
  height: 96px;
}


.section-ttl2::after {
  display: block;
  content: url(./underline.png);
  position: relative;
  top: -65px;  
}

.section-ttl2 span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}


.l-scrolldown {
  width: 100px;
  margin: 0 auto 16px;
}

.l-scrolldown img {
  width: 100%;
}

.rcmn-item-text {
  flex: 1;
}


.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
  font-weight: bold;
}

a .icon {
  background-color: #3e3e3e;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: block;
  float: right;
  border-radius: 4px;
  margin-top: auto;
  margin-left: auto;
}


.content-btn:hover {
  opacity: 0.7;
}

/* �g�b�v�A���J�[���X���C�_�[�ɉB��Ă��܂��̂���� */
#m-page-top {
  z-index: 2;
}

.under-link-insta {
  width: 610px;
  margin: 10px auto 60px;
  text-align: center;
}

.under-link-insta img {
  width: 60px;
  padding: 10px;
}

.under-link-insta p {
  font-size: 13px;
}

.itemlist-headline {
  font-size: 20px;
  margin: 32px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: .5px;
}

.itemlist-headline:before {
  margin-right: 1rem;
}

.itemlist-headline:after {
  margin-left: 1rem;
}

.itemlist-headline:before, .itemlist-headline:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #a9a7a0;
}

.itemlist ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 24px;
}

.itemlist ul > li {
  box-sizing: border-box;
  margin-top: 12px;
  padding: 12px;
  width: calc(50% - 6px);
}

.itemlist ul > li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.itemlist ul > li img {
  aspect-ratio: 5/6;
  width: 100%;
}

.itemlist ul > li p {
  margin-top: 8px;
}

.itemlist ul .m-btn-active {
  height: 32px;
  line-height: 32px;
  margin-top: auto;
}

.itemlist-txt {
  margin-bottom: 8px;
}

.sml_ttl_box_underbtn2 {
  padding-bottom: 80px;
}

.accessories-box {
  padding: 40px 0 0;
  background-color: #f8f7f7;
}

.itemlist ul li a:hover {
  opacity: .7;
}

.st_link:hover {
  opacity: .7;
}

.under-link-insta a:hover {
  opacity: .5;
}

.under-link a:hover {
  opacity: .7;
}

.under-link-box {
  overflow: hidden;
}

.under-link {
  margin: 0 auto 40px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}

.under-link li {
  display: inline-block;
  margin: 8px 0px;
  text-align: center;
  width: 300px;
}

.under-link li a.m-btn-inactive {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  height: auto;
  line-height: inherit;
}

.under-link li a {
  font-weight: bold;
  background: #45423f;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 14px 0;
}

@media screen and (min-width: 640px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

.itemlist-headline {
    width: 1000px;
}

.itemlist ul {
  width: 1000px;
}

.itemlist ul > li {
  width: calc(25% - calc(36px / 4));
}

.sml_ttl_box_underbtn2 a {
  display: block;
  overflow: hidden;
  width: 300px;
  margin: 10px auto;
  text-align: center;
  background-color: #3e3e3e !important;
  color: #fff;
  border-radius: 4px;
}

.main_box_banner img {
  margin: 0 auto;
  width: 1000px;
  height: 400px;
  aspect-ratio: 5 / 2;
  vertical-align:top;
}  

  .ctt_ttl_main {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .ctt_ttl_main p {
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }

  .section-ttl {
    width: 800px;
    margin-bottom: 0;
  }

  .credit a {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
  }

  .item-box {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
  
  }

  .slider-contents-main {
    width: 460px;
    margin: auto;
  }

  .l-slider {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
    padding: 40px 0;
  }

  .l-slider-row {
    flex-direction: row;
  }


  .l-slider-img {
    width: 50%;
  }

  .l-slider-desc {
    padding: 16px 2% 20px 2%;
  }
  
  .credit a:hover,
  .m-item-list a:hover,
  .navi li a:hover {
    opacity: .7;
  }


  .m-link-archive-img img:hover {
    opacity: 0.8;
  }

  .l-slider-desc>.style-index {
    font-size: 40px;
    margin-bottom: 8px;
  }

  .style-index-sp {
    display: none;
  }

}

@media screen and (max-width: 640px) {

  .navi {
    margin: 24px auto;
}

  .navi ul {
    display: grid;
    margin: 0 auto;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    column-gap: 10px;
}

.navi ul li {
  width: 160px;
}

  .main_box_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 32 / 13;
    vertical-align: top;
}

.bear-first {
  width: initial;
  padding: 0 5%;
}

.bear-introduction {
  margin-left: initial;
  padding: 16px 20px;
}

.main_box_moji_ttl {
  padding: 20px;
}

.headline-img {
  width: 80%;
}

.style-index {
  padding: 56px 0 0px;
}

.style-index-sp {
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 8px;
  text-align: center;
  padding-top: 16px;
}

.still-img-wrapper {
  flex-direction: column;
  padding-top: 0;
}

.l-slider-comment p:first-child {
  font-size: 20px;
}

.l-slider {
  margin-bottom: 16px;
}

.still-img-container {
  width: 340px;
  margin: 0 auto;
}

.l-slider-comment img{
  width: 100%;
}

.l-slider-desc {
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}

.m-item-list {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.m-item-list-item {
  margin: 10px 0;
  width: auto;
}

.contents-bear {
  width: 100px;
}

.bear {
  margin: 0 auto;
}

.bear-anniversary-img {
  width: 30%;
}

.bear-introduction:before {
  left: 40px;
}

.bear-img {
  width: 100%;
}

.bear-txt {
  width: 308px;
  padding: 12px 16px;
  margin: 16px auto;
}

.bear-heading {
  font-size: 13px;
}

.bear-txt-reverse {
  width: 308px;
  padding: 12px 16px;
  margin: 16px auto;
}

.bear-detail {
  font-size: 13px;
  line-height: 1.6;
}

.under-link-insta {
  width: 100%;
  margin: 0 auto 40px;
}

.under-link-insta img {
  padding: 10px;
}

.under-link-insta p {
  padding: 5px 0 0;
}

ul.under-link {
  margin: 5vw auto 30px;
  width: 92%;
}

ul.under-link li {
  margin: 0 0 10px;
  width: 100%;
}

.contents-bg {
  padding: 40px 0 10px;
}

.contents-space {
  padding: 40px 0 10px;
}

.nav-tab {
  margin-top: 20px;
}

.nav-tab ul li {
  margin: 0 4px;
  width: 140px;
}

.nav-tab li.active a {
  line-height: 18px;
}

.nav-tab li a {
  padding: 10px;
}

}