@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1p {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head .sv_flex {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex {
    display: block;
    height: auto;
  }
}

main section .page_head .sv_flex .ttlarea {
  width: 40%;
}

@media screen and (max-width: 1380px) {
  main section .page_head .sv_flex .ttlarea {
    width: 30%;
  }
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .ttlarea {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

main section .page_head .sv_flex .sv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .sv_img {
    margin-right: 0;
    width: auto;
    height: 300px;
  }
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 400px;
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}

@media screen and (max-width: 767px) {
  main section .page_head {
    height: 45dvw;
  }
}

main section .page_title {
  position: absolute;
  top: calc(50%);
  left: calc((100% - 1200px) / 2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media screen and (max-width: 1280px) {
  main section .page_title {
    left: 0;
  }
}

main section .page_title .sv_ttl {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 80px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 16px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1px #3c06a0;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #459AAB;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

.item_category_c a {
  position: relative;
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item_category_c a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #222;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.item_category_c a:hover {
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item_category_c a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #3c06a0;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}

.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:last-child {
  margin-bottom: 0;
}

.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}

.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}

.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}

#company_content .greeting_flex .imgbox {
  width: 460px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}

#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}

#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}

#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}

#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}

#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}

#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}

#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}

#company_content .maker_list li a {
  display: block;
}

#company_content .maker_list li a:hover {
  opacity: 0.7;
}

#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 92;
}

#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}

.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px)/ 3);
  margin-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px)/ 2);
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}

.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}

.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}

.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* 会社案内 */
/******************************/
.company .box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.company .box.text_layout p {
  line-height: 1.8;
}

.company .box.text_layout .named span {
  font-size: 18px;
  margin-left: 5px;
}

.company .box .company_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company .box .company_gallery li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}

.company .box .company_gallery li:nth-child(2n) {
  margin-right: 0;
}

.company .box .company_gallery li:nth-child(1), .company .box .company_gallery li:nth-child(2) {
  margin-top: 0;
}

.company .box .company_gallery li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 440/300;
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}

.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* 404 */
/******************************/
/************************************************************/
/************************************************************/
/* WELCART 関連CSS */
/************************************************************/
/************************************************************/
/******************************/
/* WELCART　会員登録 */
/******************************/
/******************************/
/* 商品サイド　カテゴリ */
/******************************/
@media screen and (max-width: 1280px) {
  .item_category_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 15px;
  }
}

.item_category_list li {
  margin-bottom: 15px;
}

@media screen and (max-width: 1280px) {
  .item_category_list li {
    width: calc(100% / 4 - 15px);
  }
}

@media screen and (max-width: 1024px) {
  .item_category_list li {
    width: calc(100% / 2 - 7.5px);
  }
}

.item_category_list li:last-child {
  margin-bottom: 0;
}

.item_category_list li a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: solid 1px #777777;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item_category_list li a:after {
  content: "\f054";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

.item_category_list li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #EEEDEA;
}

.item_category_list li.active a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #003585;
  color: #fff;
}

.item_category_list li.active a:after {
  color: #fff;
}

/******************************/
/* カート内 */
/******************************/
.page-template-uscescart .cart_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}

.page-template-uscescart .cart_navi ul li {
  position: relative;
  width: calc(100% / 4 - 30px);
  background-color: #F8F6F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
}

.page-template-uscescart .cart_navi ul li.current {
  background-color: #333333;
  color: #fff;
}

.page-template-uscescart .cart_navi ul li:after {
  background: #FCA300;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  left: 103%;
  top: 50%;
  -webkit-transform: translate(7px, -50%);
          transform: translate(7px, -50%);
  width: 10px;
  z-index: 1;
}

.page-template-uscescart .cart_navi ul li:last-child:after {
  display: none;
}

.page-template-uscescart .upbutton {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-uscescart .upbutton input[type="submit"] {
  border: solid 2px #DE6F1A;
  max-width: inherit;
  border-radius: 6px;
  background-color: #fff;
  color: #DE6F1A;
  font-weight: 500;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
}

.page-template-uscescart .send input[type="submit"] {
  max-width: inherit;
  border-radius: 6px;
  background-color: #DE6F1A;
  color: #fff;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  font-size: 17px;
  font-weight: bold;
}

.page-template-uscescart .continue_shopping_button {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #503A19;
          box-shadow: inset 0 0 0 1px #503A19;
  border: 0;
  border-radius: 5px;
  color: #503A19;
  cursor: pointer;
  height: 60px;
  width: 220px;
  font-size: 20px;
  font-weight: bold;
}

.page-template-uscescart .p-cart-quantity-changer ul {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-uscescart .p-cart-quantity-changer ul li {
  border: 2px solid #ccc;
  border-radius: 100vh;
  cursor: pointer;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
}

.page-template-uscescart .p-cart-quantity-changer ul li:last-child {
  margin-right: 0;
}

.page-template-uscescart .p-cart-quantity-changer ul li.minus:after {
  content: "\f068";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: -3px;
  position: relative;
}

.page-template-uscescart .p-cart-quantity-changer ul li.plus:after {
  content: "\2b";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: -3px;
  position: relative;
}

/******************************/
/* 商品詳細 */
/******************************/
.single-format-standard .single_item_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .single-format-standard .single_item_flex01 {
    display: block;
  }
}

.single-format-standard .single_item_flex01 .imgbox {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .single-format-standard .single_item_flex01 .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.single-format-standard .single_item_flex01 .imgbox .itemimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.single-format-standard .single_item_flex01 .imgbox .itemsubimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}

.single-format-standard .single_item_flex01 .imgbox .itemsubimg a {
  width: calc(100% / 4 - 8px);
}

.single-format-standard .single_item_flex01 .imgbox .itemsubimg a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-format-standard .single_item_flex01 .imgbox .itemsubimg a {
    width: calc(100% / 2 - 5px);
  }
}

.single-format-standard .single_item_flex01 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}

@media screen and (max-width: 1024px) {
  .single-format-standard .single_item_flex01 .txtbox {
    margin-left: 0;
  }
}

.single-format-standard .single_item_flex01 .txtbox .itemcode {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 5px 15px;
  line-height: 1;
  font-size: 13.5px;
}

.single-format-standard .single_item_flex01 .txtbox select {
  width: auto;
  max-width: inherit;
  min-width: inherit;
  margin-left: 10px;
}

.single-format-standard .item-info .skuname {
  border-bottom: double 6px #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.single-format-standard .item-info .itemsoldout {
  color: #990000;
  font-weight: bold;
  letter-spacing: .5px;
}

.single-format-standard .item-info .skuform {
  border: solid 1px #ccc;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.single-format-standard .item-info .skuform .field {
  text-align: left;
}

.single-format-standard .item-info .skuform .field .field_price {
  font-size: 30px;
  line-height: 1;
  color: #cc0000;
  font-family: "Poppins", sans-serif;
}

.single-format-standard .item-info .skuform .field .field_price span {
  font-size: 18px;
  color: #333;
}

.single-format-standard .item-info .skuform .field .field_price .tax {
  font-size: 0.5em;
}

.single-format-standard .item-info .skuform .c-box {
  text-align: left;
}

.single-format-standard .item-info .skuform .c-box .cart-button .skubutton {
  background-color: #333;
}

.single-format-standard .basic_ul li a:before {
  content: "\f0c1";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
  font-weight: bold;
}

.single-format-standard .item_detail li.box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  border: solid 1px #999;
  padding: 20px;
  font-size: 14px;
}

.single-format-standard .item_detail li.box01 .dl_tbl01 dt {
  width: 9em;
}

.single-format-standard .item_detail li.box01 .dl_tbl01 dt .box {
  padding: 8px 10px;
}

.single-format-standard .item_detail li.box01 .dl_tbl01 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-format-standard .item_detail li.box01 .dl_tbl01 dd .box {
  padding: 8px 10px;
}

.single-format-standard .assistance_item h3 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.single-format-standard .assistance_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}

.single-format-standard .assistance_item ul li {
  width: calc(100% / 4 - 10px);
}

.single-format-standard .assistance_item ul li .listbox .slit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

.single-format-standard .assistance_item ul li .listbox .detail p {
  display: none;
}

.single-format-standard .assistance_item ul li .listbox h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 5px double #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.single-format-standard .assistance_item ul li .listbox .assist_price {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: #cc0000;
  font-family: "Poppins", sans-serif;
}

.single-format-standard .item_details_flex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}

@media screen and (max-width: 1024px) {
  .single-format-standard .item_details_flex {
    display: block;
  }
}

.single-format-standard .item_details_flex .details_dl {
  width: calc(100% / 3 - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .single-format-standard .item_details_flex .details_dl {
    width: 100%;
    margin-bottom: 5px;
  }
  .single-format-standard .item_details_flex .details_dl:last-child {
    margin-bottom: 0;
  }
}

.single-format-standard .item_details_flex .details_dl dt,
.single-format-standard .item_details_flex .details_dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 15px;
  font-size: 13px;
}

.single-format-standard .item_details_flex .details_dl dt {
  background-color: #e3e6e6;
  width: 52%;
  font-weight: 800;
}

.single-format-standard .item_details_flex .details_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f2f2f2;
}

/******************************/
/* レビュー */
/******************************/
.comments-area {
  margin-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 40px 50px;
}

@media screen and (max-width: 1024px) {
  .comments-area {
    padding: 25px 5%;
  }
}

.comments-area #reply-title,
.comments-area .comments-title {
  border-left: 5px solid #3c06a0;
  padding-left: 15px;
  margin-bottom: 30px;
}

.comments-area .reply {
  display: none;
}

.comments-area ol.comment-list {
  border-bottom: dotted 2px #ccc;
  padding-rbottom: 30px;
  margin-bottom: 35px;
}

.comments-area ol.comment-list li {
  margin-bottom: 25px;
  border: solid 2px #ccc;
  padding: 3%;
}

.comments-area ol.comment-list li .comment-body {
  margin-bottom: 0;
}

.comments-area ol.comment-list li p {
  margin: 1em 0 0;
}

.comments-area ol.comment-list li .fn a {
  pointer-events: none;
}

.comments-area .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-bottom: 1em;
}

.comments-area p {
  margin-bottom: 1.25em;
}

.comments-area p label {
  font-weight: bold;
  margin-bottom: 5px;
}

.comments-area .comment-body {
  margin-bottom: 40px;
}

/******************************/
/* 特長 */
/******************************/
.feature .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .feature .sec01 {
    padding: 0 0 50px;
  }
}

.feature .sec01 .layout_d .imgbox img,
.feature .sec01 .layout_e .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 96/48;
}

/******************************/
/* インナーページ共有 */
/******************************/
.tire-wheel-sale .sec01,
.tire-change .sec01,
.alignment .sec01,
.install-parts .sec01,
.assistance_item .sec01,
.other_service .sec01,
.re-tightening .sec01,
.change-to-tire .sec01,
.tire-size .sec01,
.stores .sec01,
.company .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .tire-wheel-sale .sec01,
  .tire-change .sec01,
  .alignment .sec01,
  .install-parts .sec01,
  .assistance_item .sec01,
  .other_service .sec01,
  .re-tightening .sec01,
  .change-to-tire .sec01,
  .tire-size .sec01,
  .stores .sec01,
  .company .sec01 {
    padding: 0 0 50px;
  }
}

.tire-wheel-sale .sec02,
.tire-change .sec02,
.alignment .sec02,
.install-parts .sec02,
.assistance_item .sec02,
.other_service .sec02,
.re-tightening .sec02,
.change-to-tire .sec02,
.tire-size .sec02,
.stores .sec02,
.company .sec02 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .tire-wheel-sale .sec02,
  .tire-change .sec02,
  .alignment .sec02,
  .install-parts .sec02,
  .assistance_item .sec02,
  .other_service .sec02,
  .re-tightening .sec02,
  .change-to-tire .sec02,
  .tire-size .sec02,
  .stores .sec02,
  .company .sec02 {
    padding: 50px 0;
  }
}

.tire-wheel-sale .sec03,
.tire-change .sec03,
.alignment .sec03,
.install-parts .sec03,
.assistance_item .sec03,
.other_service .sec03,
.re-tightening .sec03,
.change-to-tire .sec03,
.tire-size .sec03,
.stores .sec03,
.company .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .tire-wheel-sale .sec03,
  .tire-change .sec03,
  .alignment .sec03,
  .install-parts .sec03,
  .assistance_item .sec03,
  .other_service .sec03,
  .re-tightening .sec03,
  .change-to-tire .sec03,
  .tire-size .sec03,
  .stores .sec03,
  .company .sec03 {
    padding: 50px 0;
  }
}

.tire-wheel-sale .sec04,
.tire-change .sec04,
.alignment .sec04,
.install-parts .sec04,
.assistance_item .sec04,
.other_service .sec04,
.re-tightening .sec04,
.change-to-tire .sec04,
.tire-size .sec04,
.stores .sec04,
.company .sec04 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .tire-wheel-sale .sec04,
  .tire-change .sec04,
  .alignment .sec04,
  .install-parts .sec04,
  .assistance_item .sec04,
  .other_service .sec04,
  .re-tightening .sec04,
  .change-to-tire .sec04,
  .tire-size .sec04,
  .stores .sec04,
  .company .sec04 {
    padding: 50px 0;
  }
}

.tire-wheel-sale .sec05,
.tire-change .sec05,
.alignment .sec05,
.install-parts .sec05,
.assistance_item .sec05,
.other_service .sec05,
.re-tightening .sec05,
.change-to-tire .sec05,
.tire-size .sec05,
.stores .sec05,
.company .sec05 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .tire-wheel-sale .sec05,
  .tire-change .sec05,
  .alignment .sec05,
  .install-parts .sec05,
  .assistance_item .sec05,
  .other_service .sec05,
  .re-tightening .sec05,
  .change-to-tire .sec05,
  .tire-size .sec05,
  .stores .sec05,
  .company .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* タイヤ・ホイール販売 */
/******************************/
.tire-wheel-sale .sec03 .sub_images_ul {
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .tire-wheel-sale .sec03 .sub_images_ul {
    gap: 5px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .tire-wheel-sale .sec03 .sub_images_ul li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 0;
  }
}

/******************************/
/* タイヤの買い替えタイミング */
/******************************/
.change-to-tire .sec01 .sub_images_ul li img {
  width: 60%;
}

.change-to-tire .sec01 .sub_images_ul li .ttl06 {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .change-to-tire .sec01 .sub_images_ul li .ttl06 {
    font-size: 16px;
  }
}

/******************************/
/* 店舗一覧 */
/******************************/
.stores .sec01 .txt01 {
  font-size: 40px;
  font-weight: bold;
  color: #003585;
}

@media screen and (max-width: 1024px) {
  .stores .sec01 .txt01 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=css_map/style_page.css.map */
