@charset "UTF-8";
/* CSS Document */

a {
  transition: all 0.3s ease 0s;
}

.section-ttl {
  margin: 0px auto 5px;
  text-align: left;
  font-size: 46px;
  line-height: 1.2;
  font-family: "Sedan", serif;
}

.section-ttl.font-smaller {
  font-size: 40px;
}


.section-ttl-ruby {
  font-family: "Noto Serif JP", serif;
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  padding: 0px 0;
  line-height: 1.75;
}

.l-contents {
  list-style: none;
  font-weight: 500;
}

.conten-main {
  font-family: "Calibri","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

.ttl_box {
  display: block;
  float: left;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.main_box {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.main_box img {
  display: block;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 36/11;
  height: auto;
}

.ttl_text {
  display: block;
  margin: 10px auto 0;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #424242;
  background-color: #efefef;
}


.navi {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.navi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 30px auto;
  padding: 0;
  font-size: 20px;
  max-width: 800px;
  gap: 15px;
}

.navi ul li {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 4px;
  width: calc((100% - 30px)/3);
  background-color: #5b5349;
}

.navi ul li a {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 14px 5px 14px 5px;
  display: block;
  overflow: hidden;
  font-size: 14px;
}

.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;
}

.navi-txt-s {
  display: block;
  font-size: 13px;
  line-height: 12px;
}


.con1 {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #111111;
}

.section_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  margin: 0 0 0 5%;
  text-align: left;
  padding: 20px 0;
}

.section_header_1,
.section_header_2,
.section_header_3,
.section_header_4 {
  overflow: hidden;
  position: relative;
}

.section_header_inner {
  width: 60%;
}

.section_header_inner_point {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.section_header_inner_point span {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  padding: 10px 14px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
}

.section_header_inner_point span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

.section_header_inner_point::after {
  display: block;
  position: absolute;
  content: "";
  background: url(./underline.png) center/contain no-repeat;
  width: 45%;
  height: 55%;
  left: -10%;
  top: 41%;
}

.section_header_inner_point p {
  font-size: 14px;
}

.con_come {
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  padding: 0px 0;
  line-height: 1.75;
}


/* �R�[??�B�l???�g???�\�[�X */
.coordinate1 {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}

.coordinate1 ul {
  display: flex;
  column-gap: 32px;
  overflow: hidden;
  width: 1000px;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  justify-content: center;
}

.coordinate1 ul li {
  display: block;
  overflow: hidden;
  width: 193px;
  margin: 0;
  position: relative;
}

.coordinate1 ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  width: 100%;
}

.coordinate1 ul li a span {
  font-size: 12px;
  display: block;
  height: 30px;
}

.coordinate1 ul li a img {
  width: 100%;
  aspect-ratio: 193/422;
}

.icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
  position: absolute;
  top: 0%;
  left: 15%;
}

.coordinate1 ul li a>.icon-wrapper img {
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
}

/* �R�[??�B�l???�g???�\�[�X�@�����܂� */

.con2 {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 70px auto 0;
}

.con2 h3 {
   font-family: "Sedan", serif; 
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  padding: 0px 14px;
  font-size: 18px;
  box-sizing: border-box;  
}

.con2 h3:before {
  margin-right: 1rem;
}

.con2 h3:after {
  margin-left: 1rem;
}

.con2 h3:before,
.con2 h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #aaa;
}


.con2 img {
  width: 124px;
}

.con2 ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  width: 1000px;
  text-align: left;
  margin: 0 auto 50px;
  padding: 0;
  column-gap: 20px;
  row-gap: 40px;
}

.con2 ul li {
  display: flex;
  overflow: hidden;
  width: 23%;
}

.con2 ul li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-size: 12px;
}

.con2 ul li img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
}

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

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

.sml_ttl_box_underbtn2 {
  display: block;
  overflow: hidden;
  padding: 0 0 80px 0;
  position: relative;
}

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

/* under */

/* under-sharebox */
.under-sharebox {
  text-align: center;
  width: 100%;
}

.under-sharebox a {
  width: 67px;
  margin: 5px 10px;
  display: inline-block;
}

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

.layoutbox ul {
  width: 1000px;
  margin: 0 auto;
}

.section_header_1 {
  background: url(./small_ttl1.webp) no-repeat right / contain;
}

.section_header_2 {
  background: url(./small_ttl2.webp) no-repeat right / contain;
}

.section_header_3 {
  background: url(./small_ttl3.webp) no-repeat right / contain;
}

.section_header_4 {
  background: url(./small_ttl4.webp) no-repeat right / contain;
}

.section_header_5 {
  background: url(./small_ttl5.webp) no-repeat right / contain;
}

.itemlist-headline {
  font-size: 20px;
  margin: 32px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: 0.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%;
  height: auto;
}

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

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

.sml_ttl_box_underbtn2 {
  padding-bottom: 80px;
}

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

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

.st_link:hover {
  opacity: 0.7;
}

/* �R�[�f�B�l�[�g�̃\�[�X�@�����܂� */

@media screen and (min-width: 641px) {
  /*-----------*/
  /*    PC     */
  /*-----------*/

  /* PC under-mailbox */
  .con_under_mailbox {
    width: 500px;
    margin: 10px auto 50px;
    padding: 30px 0;
    border: solid 1px #d1c0a5;
    text-align: center;
  }

  .con_under_mailbox span {
    font-size: 12px;
  }

  .con_under_mailbox span a {
    display: inline-block;
    text-decoration: underline;
  }

  .con_under_mailbox .m-btn-inactive {
    width: 50%;
  }

  .itemlist-headline {
    width: 1000px;
  }

  .itemlist ul {
    width: 1000px;
  }

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

  .navi ul li a::after {
    right: 12px;
  }

  .con1>div {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    height: 240px;
  }

  .section_header_inner {
    width: 1000px;
    margin: 0 auto 0 50px;
  }

  .section_header_inner_point {
    margin: 16px 0 0 50px;
  }

  .con3 ul li a:hover {
    text-decoration: underline;
  }

  .m-btn-active:hover {
    opacity: 0.7;
  }

  .con7 ul li a:hover {
    background-color: #707070;
  }

  .navi ul li:hover {
    opacity: 0.7;
  }

  .con1 ul li a img:hover {
    opacity: 0.7;
  }

  .con_items_list p a:hover {
    background-color: #eae0d7;
  }

.con2 h3 {
  font-size: 19px;
  width: 1000px;
  margin: 0 auto 15px;
}

  .con2 ul li a:hover {
    opacity: 0.7;
  }

  .sml_ttl_box_underbtn_footer a:hover {
    background-color: #7d7d7d;
  }

  .coordinate1 ul li a:hover {
    opacity: 0.7;
  }

  .sml_ttl_box_underbtn2 a:hover {
    opacity: 0.7;
  }

  .matome ul li span a:hover {
    background-color: #66c7b5;
  }

  .con_under_sharebox a img:hover {
    opacity: 0.7;
  }
}

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

  /* �\���̈�??640px�����̏ꍇ�ɓK�p����X�^�C�� */
  .pc_none {
    display: none !important;
  }

  .tbl_none {
    display: block !important;
  }

  .sp_none {
    display: block !important;
  }

  .main_box {
    height: 400px;
  }

  .main_box img {
    width: 100%;
  }

  .section_header {
    overflow: hidden;
    width: 800px;
    margin: 0 0 0 5%;
    text-align: left;
    padding: 0px;
    height: 240px;
  }

  .section-ttl {
    text-align: left;
    margin: 0 auto 12px;
    width: 100%;
    font-size: 25px;
  }

  .section-ttl img {
    width: 100%;
  }

  .con_under_mailbox {
    width: 95%;
    margin: 10px auto 50px;
    padding: 30px 0;
    border: solid 1px #d1c0a5;
    text-align: center;
  }

  .con_under_mailbox .m-btn-inactive {
    width: 50%;
  }

  /* EDIT �t�H�[�}�b?? �X�}???�@*/
  .ctt_ttl {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .ctt_ttl ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .ctt_ttl ul li {
    padding: 0;
    float: left !important;
  }

  .ctt_ttl ul li img {
    width: 50px;
  }

  .ctt_ttl ul li:first-of-type {
    font-size: 8px;
    padding: 0 5px !important;
    width: 60px !important;
  }

  .ctt_ttl ul li:nth-of-type(2) {
    font-size: 20px !important;
    height: 46px !important;
    padding: 8px 10px 0 !important;
    width: 53px !important;
  }

  .ctt_ttl ul li:last-of-type {
    font-size: 8px !important;
    padding: 0 5px !important;
    width: 46vw !important;
  }

  .ctt_ttl ul span {
    font-size: 7px;
    letter-spacing: 0.7em;
  }

  .naviimage {
    width: 100%;
  }

  .naviimage a img {
    width: 50%;
    float: left;
  }

  .main_box_moji {
    margin: 0 5%;
    width: 90%;
    display: block;
    position: static;
  }

  .main_box_moji h1 {
    font-size: 11px;
    width: auto;
  }

  .main_box {
    height: auto;
    margin: 0 0 20px 0;
  }

  .main_box img {
    margin: 0;
  }

  .ttl_text {
    width: 90%;
    font-size: 13px;
    padding: 10px 5%;
    text-align: left;
  }

  .main_box_moji2 {
    font-size: 12px;
    margin: 0 5%;
    top: 90vw;
    width: 90%;
  }

  .main_box_logo2 {
    margin: 0 5%;
    width: 33%;
    top: 5vw;
  }

  .main_box_logo3 {
    margin: 0 5%;
    width: 33%;
    top: 5vw;
  }

  .navi {
    width: 100%;
  }

  .navi ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 6px;
    column-gap: 6px;
    width: 100%;
    padding: 0px;
    font-size: 20px;
    margin: 0 auto 22px;
  }

  .navi ul li {
    width: calc((100% - 18px)/2);
    margin: 0;
    padding: 1.5% 0;
  }

  .spacer {
    display: block;
    width: 45%;
  }

  .navi ul li a {
    font-size: 13px;
    padding: 5px 5px 5px 0;
    letter-spacing: -1px;
  
  }

  .navi ul li a::after {
    top: 40%;
  }

  .navi ul li img {
    width: 100%;
  }

  .con1,
  .con2,
  .con4,
  .con7 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .con1 ul {
    width: 100%;
    height: auto;
  }

  .section_header_1,
  .section_header_2,
  .section_header_3,
  .section_header_4,
  .section_header_5 {
    width: 100%;
    margin: 0;
    padding: 0 0 0 5%;
    height: 246px;
    background-color: rgba(255, 255, 255, 0.45);
    background-blend-mode: lighten;
  }

  .section-ttl.font-smaller {
    font-size: 19px;
  }

  .section_header_inner_point {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 5px;
  }

  .section_header_inner_point::after {
    width: 31%;
    height: 44%;
    left: 4%;
    top: 11%;
  }

  .section_header_inner_point span {
    font-size: 12px;
    padding: 7px 14px;
  }

  .section_header_inner_point span::after {
    transform: rotate(90deg);
    top: 106%;
    right: 50%;
  }

  .section_header_inner_point p {
    font-size: 12px;
  }

  .section_header_inner_point::after {
    height: 44%;
    left: 4%;
    top: 11%;
  }



  .con2 h2 img {
    width: 124px;
  }

  .con2 ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto 24px;
    gap: 8px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .con2 ul li {
    box-sizing: border-box;
    margin-top: 12px;
    width: calc(50% - 8px);
  }

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

  .con2 ul>li a .m-btn-active .con2 ul li img {
    width: 100%;
  }

  .con_come {
    font-size: 12px;
  }

  .small_ttl ul {
    width: 100%;
    text-align: center;
  }

  .small_ttl ul li:nth-of-type(1) {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .small_ttl ul li:nth-of-type(2) {
    width: 90%;
    text-align: left;
    font-size: 14px;
  }

  .small_ttl ul li img {
    margin: 20px auto;
    max-width: 170px;
  }

  .small_ttl ul li p {
    margin: 10px auto;
  }

  .smallsmall_ttl {
    width: 100%;
  }

  .m-aside-menu {
    padding-top: 0px;
  }

  .m-sign-form-btn-area {
    width: 95%;
    margin: 0 auto;
  }

  .con6 {
    padding: 0 0 50px 0;
    font-size: 10px;
  }

  .r_notes {
    padding: 40px 0;
  }

  .r_notes ul {
    width: 90%;
  }

  .sml_ttl_box_underbtn2 {
    width: 100%;
    padding: 0 0 50px 0;
  }

  .sml_ttl_box_underbtn2 a {
    width: 90%;
    margin: 32px auto;
  }

  /* �R�[??�B�l???�g???�\�[�X */
  .coordinate1 {
    width: 100%;
    margin: 40px 0 0;
  }

  .coordinate1 ul {
    width: 100%;
    column-gap: 0;
    row-gap: 16px;
    margin: 0 auto 40px;
  }

  .coordinate1 ul li {
    display: flex;
    width: 100%;
  }

  .coordinate1 ul li a {
    display: flex;
    flex-direction: column;
  }

  .coordinate1 ul li a span {
    font-size: 10px;
    display: block;
    height: auto;
    margin: 3px;
    line-height: 1.2;
  }

  .coordinate1 ul li a img {
    width: 100%;
    height: auto;
  }

  .coordinate1 ul li a>.icon-wrapper img {
    width: 35%;
  }

  a .icon2 {
    padding: 5px 4px !important;
    width: 70%;
    margin: 16px auto 0;
    margin-top: auto;
  }

  /* �R�[??�B�l???�g???�\�[�X�@�����܂� */

  .layoutbox ul {
    width: 100%;
  }
}