@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Noto Sans JP", sans-serif;
}
a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: var(--primary-color);
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  line-height: 1.4;
}

:root {
--primary-color: #254F88;
--red:#D80000;
  
  --main-color: #1a1a1a;
  --hover-color: #346BA7;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ヘッダー 2024
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Cocoonデフォルトのヘッダーを非表示*/
#header-container {
  display: none;
}

.maincontainer {
  position: relative;
  max-width: 1400px;
  padding: 0 50px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .maincontainer {
    padding: 0 1.785714285vw;
  }
}
@media screen and (max-width: 768px) {
  .maincontainer {
    padding: 0 2.53164557vw;
  }
}



/**//**//**/

.no-scroll {
   height: 100vh;
   overflow: hidden;
}
.originalHeader {
  line-height: 1;
  height: auto;
  font-size: 16px;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.header_toppart {
  width: 100%;
  height: 45px;
  background: #505050;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 45px;
}
@media screen and (max-width: 1400px) {
  .header_toppart {
    height: 3.214285713vw;
    font-size: 0.8571428568vw;
    line-height: 3.214285713vw;
  }
}
@media screen and (max-width: 768px) {
  .header_toppart {
    height: 7.59493671vw;
    font-size: 2.53164557vw;
    line-height: initial;
  }
  .header_toppart span {
    display: block;
  }
}
.header_logopart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 61px;
}
@media screen and (max-width: 1400px) {
  .header_logopart {
    height: 4.3571428554vw;
  }
}
.header_logopart .mainlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 1400px) {
  .header_logopart .mainlogo {
    gap: 0.5vw;
  }
}
.header_logopart .mainlogo img {
  width: 273.37px;
  height: 25.63px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .header_logopart .mainlogo img {
    width: 19.526428563618vw;
    height: 1.830714284982vw;
  }
}
.header_logopart .mainlogo .logotxt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #191919;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1400px) {
  .header_logopart .mainlogo .logotxt {
    font-size: 0.8571428568vw;
  }
}
.header_logopart ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1400px) {
  .header_logopart ul {
    gap: 0.357142857vw;
  }
}
@media screen and (max-width: 768px) {
  .header_logopart ul {
    display: none;
  }
}
.header_logopart ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  background: #0dabfd;
  border: 1px solid #f7f7f7;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .header_logopart ul li a {
    width: 7.14285714vw;
    height: 3.57142857vw;
    font-size: 0.8571428568vw;
    line-height: 1.2857142852vw;
  }
}
@media screen and (max-width: 768px) {
  .header_logopart .phonepart {
    display: none;
  }
}
.header_logopart .phonepart .phone_number {
  display: flex;
  align-items: center;
  border-bottom: 1px solid red;
}
.header_logopart .phonepart .phone_number img {
  display: block;
  width: 20.38px;
  height: 27.33px;
}
@media screen and (max-width: 1400px) {
  .header_logopart .phonepart .phone_number img {
    width: 1.455714285132vw;
    height: 1.952142856362vw;
  }
}
.header_logopart .phonepart .phone_number span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #ef0f0f;
  line-height: 40px;
}
@media screen and (max-width: 1400px) {
  .header_logopart .phonepart .phone_number span {
    font-size: 2.142857142vw;
    line-height: 2.857142856vw;
  }
}
.header_logopart .phonepart .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #404040;
}
@media screen and (max-width: 1400px) {
  .header_logopart .phonepart .date {
    font-size: 0.9999999996vw;
  }
}
.header_logopart .functionpart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15.5px;
}
@media screen and (max-width: 1400px) {
  .header_logopart .functionpart {
    gap: 1.1071428567vw;
  }
}
@media screen and (max-width: 768px) {
  .header_logopart .functionpart {
    gap: 0.253164557vw;
  }
}
.header_logopart .functionpart .functionitem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .header_logopart .functionpart .functionitem {
    gap: 0.2857142856vw;
  }
}
.header_logopart .functionpart .functionitem img {
  width: auto;
  height: 30px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .header_logopart .functionpart .functionitem img {
    height: 2.142857142vw;
  }
}
.header_logopart .functionpart .functionitem .function_txt {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #404040;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1400px) {
  .header_logopart .functionpart .functionitem .function_txt {
    font-size: 0.8571428568vw;
  }
}
.header_logopart .functionpart .history {
  padding: 0 15.5px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 1400px) {
  .header_logopart .functionpart .history {
    padding: 0 1.1071428567vw;
  }
}
@media screen and (max-width: 768px) {
  .header_logopart .functionpart .card {
    display: none;
  }
}
.header_logopart .functionpart .hamburger_btn {
  display: none;
}
.header_searchpart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23.4px;
}
@media screen and (max-width: 1400px) {
  .header_searchpart {
    margin-top: 1.67142857076vw;
  }
}
.header_searchpart .key_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  color: #727272;
}
@media screen and (max-width: 1400px) {
  .header_searchpart .key_txt {
    font-size: 0.9285714282vw;
  }
}
@media screen and (max-width: 768px) {
  .header_searchpart .key_txt {
    display: none;
  }
}
.header_searchpart .keyword_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1400px) {
  .header_searchpart .keyword_list {
    gap: 0.357142857vw;
  }
}
@media screen and (max-width: 768px) {
  .header_searchpart .keyword_list {
    display: none;
  }
}
.header_searchpart .keyword_list .keyworditem {
  width: 160px;
  height: 26px;
  border-radius: 13px;
  background: transparent;
  border: 1px solid #707070;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #727272;
  line-height: 26px;
}

@media screen and (max-width: 1400px) {
  .header_searchpart .keyword_list .keyworditem {
    width: 11.428571424vw;
    height: 1.8571428564vw;
    border-radius: 0.9285714282vw;
    font-size: 0.9999999996vw;
    line-height: 1.8571428564vw;
  }
}
.header_searchpart .search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_searchpart .search input {
  display: block;
  width: 360px;
  height: 35px;
  padding-left: 14.5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #727272;
  line-height: 35px;
  outline: none;
}
@media screen and (max-width: 1400px) {
  .header_searchpart .search input {
    width: 25.714285704vw;
    height: 2.499999999vw;
    padding-left: 1.0357142853vw;
    font-size: 1.071428571vw;
    line-height: 2.499999999vw;
  }
}
@media screen and (max-width: 768px) {
  .header_searchpart .search input {
    width: 85.063291152vw;
    height: 9.61012658372vw;
    font-size: 16px;
  }
}
.header_searchpart .search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 35px;
  background: #de3c3c;
  border: 1px solid #9b9b9b;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .header_searchpart .search_btn {
    width: 6.428571426vw;
    height: 2.499999999vw;
  }
}
@media screen and (max-width: 768px) {
  .header_searchpart .search_btn {
    width: 9.61012658372vw;
    height: 9.61012658372vw;
  }
}
.header_searchpart .search_btn .material-symbols-outlined {
  font-size: 23px;
  line-height: 35px;
  color: white;
}
@media screen and (max-width: 1400px) {
  .header_searchpart .search_btn .material-symbols-outlined {
    font-size: 23px;
    line-height: 2.499999999vw;
  }
}
.header_searchpart .search_btn .btntxt {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 35px;
}
@media screen and (max-width: 1400px) {
  .header_searchpart .search_btn .btntxt {
    font-size: 1.1428571424vw;
    line-height: 2.499999999vw;
  }
}
@media screen and (max-width: 768px) {
  .header_searchpart .search_btn .btntxt {
    display: none;
  }
}
.header_category {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 12px;
  -moz-column-gap: 20px;
  column-gap: 6px;
  /* column-gap: 20px; */
  padding-bottom: 15px;
  margin-top: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header_category {
    display: none;
  }
}
.header_category .category_bigitem {
  height: 100%;
}
.header_category .category_bigitem:hover .categoryitem .category_name {
  text-decoration: underline;
}
.header_category .category_bigitem:hover .categoryitem .categoryitem_arrow {
  visibility: visible;
  opacity: 1;
}
.header_category .category_bigitem:hover .subcategory {
  visibility: visible;
  opacity: 1;
}
.header_category .category_bigitem .categoryitem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  width: 120px;
  height: 60px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  justify-content: flex-start;
  padding: 0 15px 0 3px;
  cursor: pointer;
}
.header_category .category_bigitem .categoryitem::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 5%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #7788bf;
  border-right: 1.5px solid #7788bf;
  transform: rotate(45deg);
}
.header_category .category_bigitem .categoryitem img {
  display: block;
  width: 30px;
  height: auto;
  /* height: 30px; */
}
.header_category .category_bigitem .categoryitem .category_name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  color: #404040;
}
.header_category .category_bigitem .categoryitem .material-symbols-outlined {
  display: block;
  color: #7788bf;
  font-size: 20px;
}
.header_category .category_bigitem .categoryitem_arrow {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 5;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 19px solid #254f88;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}
.header_category .category_bigitem .categoryitem::after {
  content: "";
  position: absolute;
  width: 100%;
  background: transparent;
  top: 100%;
  left: 0;
  z-index: 1;
  height: 18px;
}
.header_category .category_bigitem .subcategory {
  position: absolute;
  left: 50%;
  z-index: 5;
  width: 95%;
  padding: 10px;
  background: #254f88;
  transform: translateY(17px) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .header_category .category_bigitem .subcategory {
    justify-content: space-between;
  }
}
.header_category .category_bigitem .subcategory_txt {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  color: #fff;
  width: 180px;
  text-wrap: nowrap;
}
.header_category .category_bigitem .subcategory_box {
  width: 1090px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1400px) {
  .header_category .category_bigitem .subcategory_box {
    width: 950px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
}
.header_category .category_bigitem .subcategory_box_item {
  display: flex;
  align-items: center;
  width: 214px;
  height: 50px;
  background: #fff;
  padding-left: 7px;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .header_category .category_bigitem .subcategory_box_item {
    width: 190px;
  }
}
.header_category .category_bigitem .subcategory_box_item:hover .item_img img {
  transform: scale(1.1);
}
.header_category .category_bigitem .subcategory_box_item:hover .item_txt {
  text-decoration: underline;
}
.header_category .category_bigitem .subcategory_box_item .item_img {
  overflow: hidden;
  width: 42px;
  height: 42px;
}
.header_category .category_bigitem .subcategory_box_item .item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.header_category .category_bigitem .subcategory_box_item .item_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #404040;
}
.header_news {
  margin-top: 23px;
}
@media screen and (max-width: 1400px) {
  .header_news {
    margin-top: 1.6428571422vw;
  }
}
.header_news .news_item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  height: 40px;
  width: 100%;
  background: #d80000;
}
@media screen and (max-width: 1400px) {
  .header_news .news_item {
    margin-bottom: 0.2857142856vw;
    height: 2.857142856vw;
  }
}
@media screen and (max-width: 768px) {
  .header_news .news_item {
    height: 5.822784811vw;
  }
}
.header_news .news_item img {
  display: block;
  width: 22px;
  height: 25px;
}
@media screen and (max-width: 1400px) {
  .header_news .news_item img {
    width: 1.5714285708vw;
    height: 1.785714285vw;
  }
}
@media screen and (max-width: 768px) {
  .header_news .news_item img {
    width: 3.544303798vw;
    height: 3.797468355vw;
  }
}
.header_news .news_item span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .header_news .news_item span {
    font-size: 1.428571428vw;
    line-height: 2.857142856vw;
  }
}
@media screen and (max-width: 768px) {
  .header_news .news_item span {
    font-size: 2.53164557vw;
    line-height: 5.822784811vw;
  }
}

@media screen and (max-width: 1000px) {
  .header_logopart {
    padding: 0.4285714284vw 0;
    height: auto;
  }
  .header_logopart .mainlogo img {
    width: 28.57142856vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .header_logopart .mainlogo img {
    width: 198px;
    height: 18.56px;
  }
}
@media screen and (max-width: 1000px) {
  .header_logopart .mainlogo .logotxt {
    font-size: 9px;
  }
}

@media screen and (max-width: 1000px) {
  .header_logopart ul {
    display: none;
  }
  .originalHeader .phonepart {
    display: none;
  }
  .originalHeader .functionpart .functionitem img {
    height: 3.214285713vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .originalHeader .functionpart .functionitem img {
    height: 25.59px;
  }
}
@media screen and (max-width: 1000px) {
  .originalHeader .functionpart .functionitem .function_txt {
    font-size: 1.1428571424vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .originalHeader .functionpart .functionitem .function_txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .originalHeader .functionpart .card {
    display: none;
  }
  .originalHeader .functionpart .hamburger_btn {
    display: block;
  }
  .originalHeader .functionpart .hamburger_btn span {
    display: block;
    width: 33px;
    height: 3px;
    background: #404040;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .originalHeader .functionpart .hamburger_btn span:last-child {
    margin-bottom: 0;
  }
  .originalHeader .functionpart .history {
    border: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .originalHeader .functionpart .history {
    padding: 0 0.8571428568vw 0 0.5714285712vw;
  }
}

/*ヘッダー ドロップダウンメニュー*/
.hd_dropdpwn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
  background: #FFF;
  border: 1px solid var(--primary-color);
  /*transform: translateY(17px) translateX(-50%);*/
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.2;
  padding: 20px 15px;
  z-index: 5;
  transition: 0.3s;
}
.header_category .category_bigitem:hover .hd_dropdpwn {
  visibility: visible;
  opacity: 1;
}
.hd_dropdpwn .dw_img_box {
  width: 180px;
}
.hd_dropdpwn .dw_img_box p {
  font-weight: 700;
  color: var(--primary-color);
}
.hd_dropdpwn .dw_cate_img {
  text-align: center;
}
.hd_dropdpwn .subcate_list {
  width: calc(100% - 220px);
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 15px;
}
.hd_dropdpwn .subcate_list li {
  width: calc(100%/4);
  position: relative;
  padding: 0 1.5em 0 1.2em;
}
@media screen and (max-width: 1400px){
  .hd_dropdpwn .subcate_list li {
    width: calc(100%/3);
  }
}
.hd_dropdpwn .subcate_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 0.27em;
  left: 0;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}
/*スマホハンバーガーメニュー*/
.hd-sp{
  display: none;
position: fixed;
top: 30px;
  right: -100%;
  width: 100%;
z-index: 3;
transition: .4s;
}
.hd-sp.active {
right: 0;
overflow-y: auto;
    height: 100%;
}
.originalHeader #menu {
position: initial;
transform: initial;
}
.hd_contents{
background: white;
}
.hamburger_closebtn span{
    display:block;    
    width: 33px;
    height: 3px;
    background: #404040;
    margin-bottom: 10px;
}
.hamburger_closebtn span:nth-child(1){
    transform: translateY(6px) rotate(45deg);
}
.hamburger_closebtn span:nth-child(2){
    transform: translateY(-8px) rotate(-45deg);
    margin-bottom: 0px;
}
.txt_center {
    text-align: center;
}
.fc_flex {
    display: flex;
}
.font-bold {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.category_container {
    margin-top: 40px;
}
.category_container .category_box {
    margin-bottom: 40px;
}
.category_container .category_box:last-child {
    margin-bottom: 0;
}
.category_container .category_box .h3_font {
    font-size: 25px;
    margin-bottom: 10px;
    border-left: solid 5px var(--hover-color);
    padding: 10px 0 10px 20px;
    display: flex;
    align-items: center;
}
.category_container .category_box .h3_font span {
    font-size: 12px;
    margin-left: 1em;
    color: var(--hover-color);
}
.category_container .category_box .category_list {
    flex-wrap: wrap;
}
.category_container .category_box .category_list .category_item {
    width: 18%;
    margin: 0 2.5% 2.5% 0;
}
.category_container .category_box .category_list .category_item:nth-child(5n) {
    margin-right: 0;
}
.category_container .category_box .category_list .category_item .pict {
    margin-bottom: 10px;
}
.category_container .category_box .category_list .category_item .pict img {
    overflow: hidden;
    border: solid 3px transparent;
}
.category_container .category_box .category_list .category_item:hover .pict img {
    border: solid 3px var(--hover-color);
}
.cms_product_txt {
    font-size: 14px;
    letter-spacing: 0.2px;
}
@media (max-width: 1050px) {
/*スマホハンバーガーメニュー*/
    header .hd-sp {
        display: block;
    }
    .hd_contents {
        height: 100px;
        align-items: center;
        justify-content: center;
        padding: 0 2.7%;
        border-bottom: solid 1px #E5E5E5;
    }
    .hd_contents #menu_btn:before {
        content: "";
        width: 52px;
        height: 35px;
        background-image: url("https://lifestylelab.itembox.design/item/img/common/icon_menu.svg");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }
    .hd_contents #menu_btn.active:before {
        background-image: url("https://lifestylelab.itembox.design/item/img/common/icon_menu_active.svg");
    }
    .hd_contents .hd-logo {
        width: 35%;
        margin: 0 auto;
    }
    .hd_contents .hd_cart a:before {
        content: "";
        width: 52px;
        height: 35px;
        background-image: url("https://lifestylelab.itembox.design/item/img/common/icon_cart.svg");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }
    header #menu {
        width: 100%;
        height: calc(100% - 100px);
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translate(-100%);
        transition: all .5s;
        padding: 30px 2.7% 100px 2.7%;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    header #menu.open {
        transform: translate(0);
    }
    header #menu .menu_box {
        margin-top: 3em;
    }
    header #menu .menu_box:first-child {
        margin-top: 0;
    }
    header #menu .top_menu {
        justify-content: space-between;
    }
    header #menu .top_menu .top_menu_item {
        width: 35%;
    }
    header #menu .top_menu .top_menu_item a:before {
        content: "";
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        margin: 0 auto 5px;
    }
    header #menu .top_menu .shinki a:before {
        background-image: url("https://lifestylelab.itembox.design/item/img/common/icon_hd_menu1_sp.svg");
    }
    header #menu .top_menu .login a:before {
        background-image: url("https://lifestylelab.itembox.design/item/img/common/icon_hd_menu2_sp.svg");
    }
    header #menu .top_menu .pay a:before {
        background-image: url("https://lifestylelab.itembox.design/item/img/common/icon_hd_menu3_sp.svg");
    }
    header #menu .menu_box .menu_tit {
        font-size: 25px;
    }
    header #menu .menu_box .nav_list_container {
        margin-top: 40px;
    }
    header #menu .menu_box .nav_list {
        font-size: 18px;
        padding: 10px;
        border-bottom: solid 1px #E5E5E5;
    }
    header #menu .menu_box .nav_list:first-child {
        border-top: solid 1px #E5E5E5;
    }
    header #menu .menu_box .search_box {
        margin-top: 15px;
    }
    header #menu .menu_box .search_box .searchbox {
        border: solid 1px #E5E5E5;
        border-radius: 3px;
        display: flex;
    }
    header #menu .menu_box .search_box .searchbox input[type="text"] {
        width: 100%;
        height: 43px;
        padding: 5px;
        font-size: 12px;
        border: none;
        box-sizing: border-box;
    }
    header #menu .menu_box .search_box .searchbox input[type="submit"] {
        width: 50px;
        height: 43px;
        padding: 0;
        text-indent: -9999px;
        border: none;
        cursor: pointer;
        display: block;
        overflow: hidden;
        background-image: url("https://lifestylelab.itembox.design/item/img/common/icon_search.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        background-color: #fff;
    }
  
  .category_container .category_box .category_list .category_item {
      width: 48.5%;
  }
  .category_container .category_box .category_list .category_item:nth-child(5n) {
      margin: 0 2.5% 2.5% 0;
  }
  .category_container .category_box .category_list .category_item:nth-child(2n) {
      margin-right: 0;
  }
  .news_area {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 750px) {
/*****************************************************

    ヘッダー

*****************************************************/
    .hd_contents {
        height: 60px;
    }
    .hd_contents #menu_btn,
    .hd_contents .hd_cart a {
        font-size: 10px;
        display: block;
        position: relative;
        top: 2px;
    }
    .hd_contents #menu_btn:before,
    .hd_contents .hd_cart a:before {
        width: 35px;
        height: 25px;
    }
    header #menu {
        height: calc(100% - 60px);
    }
    header #menu .top_menu {
       /* padding: 0 20px;*/
    }
    header #menu .top_menu .top_menu_item a {
        font-size: 11px;
    }
    header #menu .top_menu .top_menu_item a:before {
        width: 30px;
        height: 30px;
    }
    header #menu .menu_box .menu_tit {
        font-size: 24px;
    }
    header #menu .menu_box .nav_list_container {
        margin-top: 20px;
    }
    header #menu .menu_box .nav_list {
        font-size: 14px;
    }
  .cms_product_txt {
        font-size: 12px;
    }
  
  .category_container {
        margin-top: 20px;
    }
    .category_container .category_box {
        margin-bottom: 20px;
    }
    .category_container .category_box .h3_font {
        font-size: 20px;
    }
    .category_container .category_box:last-child {
        margin-bottom: 0;
    }
}

/*****************************************************
    2025 ヘッダーカテゴリーナビ
*****************************************************/
.gnavCategoryArea {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .gnavCategoryArea {
    display: none;
  }
}
.gnavCategoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px calc(2%/6);
}
.gnavCategoryGroup {
  width: 14%;
}
.gnavCategoryGroup .categoryLabel {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #d9d9d9;
  height: 76px;
  padding: 0 3px;
  position: relative;
  cursor: pointer;
}
.gnavCategoryGroup .categoryLabel img {
  width: 42px;
}
.gnavCategoryGroup .categoryLabel span {
  display: block;
  width: 100%;
  margin: 5px 0 0;
}

.gnavCategoryList .subCateBox {
  display: none;
  position: relative;
  top: 8px;

  width: min(97vw,1300px);
  padding-bottom: 10px;
}
.gnavCategoryList .subCateBox:not(.opn) {
  /*height: 0;
  background: #FFF;*/
}
@media screen and (max-width: 1400px) {
  .gnavCategoryList .subCateBox {
    width: 95.3vw;
  }
}
@media screen and (max-width: 768px) {
  .gnavCategoryList .subCateBox {
    width: 94.9vw;
  }
}
.gnavCategoryList li.gnavCategoryGroup:nth-child(7n+1) .subCateBox {
  left: 0;
}
.gnavCategoryList li.gnavCategoryGroup:nth-child(7n+2) .subCateBox {
  left: -186px;
}
.gnavCategoryList li.gnavCategoryGroup:nth-child(7n+3) .subCateBox {
  left: -372px;
}
.gnavCategoryList li.gnavCategoryGroup:nth-child(7n+4) .subCateBox {
  left: -558px;
}
.gnavCategoryList li.gnavCategoryGroup:nth-child(7n+5) .subCateBox {
  left: -744px;
}
.gnavCategoryList li.gnavCategoryGroup:nth-child(7n+6) .subCateBox {
  left: -930px;
}
.gnavCategoryList li.gnavCategoryGroup:nth-child(7n+7) .subCateBox {
  left: -1116px;
}
@media screen and (max-width: 1400px) {
  .gnavCategoryList li.gnavCategoryGroup:nth-child(7n+2) .subCateBox {
    left: -13.68vw;
  }
  .gnavCategoryList li.gnavCategoryGroup:nth-child(7n+3) .subCateBox {
    left: -27.38vw;
  }
  .gnavCategoryList li.gnavCategoryGroup:nth-child(7n+4) .subCateBox {
    left: -41.04vw;
  }
  .gnavCategoryList li.gnavCategoryGroup:nth-child(7n+5) .subCateBox {
    left: -54.72vw;
  }
  .gnavCategoryList li.gnavCategoryGroup:nth-child(7n+6) .subCateBox {
    left: -68.4vw;
  }
  .gnavCategoryList li.gnavCategoryGroup:nth-child(7n+7) .subCateBox {
    left: -82.08vw;
  }
}
.gnavCategoryList .categoryLabel.opn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  border-bottom: 10px solid #DCDCE3;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: calc(50% - 6px);
}
/*.gnavCategoryList li.gnavCategoryGroup:nth-child(1) .subCateBox::before {
  left: calc(7% - 6px);
}
.gnavCategoryList li.gnavCategoryGroup:nth-child(2) .subCateBox::before {
  left: calc(21.3% - 6px);
}*/

.gnavCategoryList .subCateBox > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background: #DCDCE3;
  padding: 1px;
}
.gnavCategoryList .subCateBoxHd {
  width: 170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 13px 0 0;
}
.gnavCategoryList .subCateBoxHd span {
  display: block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 3px;
}
.gnavCategoryList .subCateBoxHd img {
  width: 76px;
}
.gnavCategoryList .subCateBox div > ul {
  width: calc(100% - 170px);
  display: flex;
  flex-wrap: wrap;
  /*gap: 3px calc(0.8%/3);*/
}
.gnavCategoryList .subCateBox div > ul > li {
  width: 25%;
  min-height: 54px;
  border: 1px solid #DCDCE3;
}
.gnavCategoryList .subCateBox div > ul > li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #FFF;
  height: 100%;
  font-size: 12px;
  padding: 3px 10px 3px 20px;
  position: relative;
}
.gnavCategoryList .subCateBox div > ul > li a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  left: 5px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.drawerCategoryArea {
  width: 100%;
  margin-top: 10px;
}
.drawerCategoryList {
  border: 1px solid #d9d9d9;
}
.drawerCategoryList li.drawerCategoryGroup:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.drawerCategoryGroup .categoryLabel {
  font-size: 14px;
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.drawerCategoryGroup .categoryLabel::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../cocoon-master/images/arw-circle-blue.png") no-repeat center center / contain;
  top: calc(50% - 8px);
  right: 16px;
  transition: all 0.1s;
}
.drawerCategoryGroup .categoryLabel.opn::after {
  transform: rotate(180deg);
}
.drawerCategoryGroup .categoryLabel img {
  width: 40px;
}
.drawerCategoryGroup .categoryLabel span {

}

.drawerCategoryList .subCateBox {
  display: none;
}
.drawerCategoryList .subCateBox > div {
  
  
}
.drawerCategoryList .subCateBox div > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  background: #F7F7F7;
}
.drawerCategoryList .subCateBox div > ul > li {
  width: 50%;
  min-height: 46px;
  border-top: 1px solid #DCDCE3;
}
.drawerCategoryList .subCateBox div > ul > li:nth-child(odd) {
  border-right: 1px solid #DCDCE3;
}
.drawerCategoryList .subCateBox div > ul > li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-size: 12px;
  padding: 3px 10px;
  position: relative;
}
.drawerCategoryList .subCateBox div > ul > li a::before {
  /*content: "";*/
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  left: 5px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

/*****************************************************
    フッター
*****************************************************/
/*Cocoonデフォルトの.footerを非表示*/
.footer {
  display: none;
}

.originalFooter {
  letter-spacing: 0.02em;
}
.ft_nav_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 50px calc(8%/3);
  line-height: 1.2;
  margin: 20px 0 30px;
}
.ft_nav_menu .fs-pt-menu__item.fs-pt-menu__item--lv1 {
  width: 23%;
}
@media screen and (max-width: 1050px){
  .ft_nav_menu {
    gap: 50px calc(7%/2);
  }
  .ft_nav_menu .fs-pt-menu__item.fs-pt-menu__item--lv1 {
    width: 31%;
  }
}
@media screen and (max-width: 768px){
  .ft_nav_menu {
    gap: 30px 0;
  }
  .ft_nav_menu .fs-pt-menu__item.fs-pt-menu__item--lv1 {
    width: 100%;
  }
}
.ft_nav_menu .fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.ft_nav_menu .fs-pt-menu__item.fs-pt-menu__item--lv2 {
  font-size: 14px;
  position: relative;
  padding-left: 1em;
}
.ft_nav_menu .fs-pt-menu__item.fs-pt-menu__item--lv2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 0.3em;
  left: 0;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}
.ft_nav_menu .fs-pt-menu__submenu li:not(:last-child) {
  margin-bottom: 0.8em;
}
.ft_nav_menu .fs-pt-menu__item a {
  padding: 0;
  margin: 0;
}

/*****************************************************
    見出し
*****************************************************/

.ttl_style_1, .ttl_style_2 {
    font-size: clamp(17px,2.4vw,18px);
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    text-transform: uppercase;
    padding: 16px 5px 16px min(60px,14%);
    overflow: hidden;
    /* white-space: pre; */
    margin: 0 0 1em;
}
.ttl_style_1 {
    color: var(--primary-color);
    background: #DCDCE3;
}
.ttl_style_2 {
    color: #FFF;
    background: var(--primary-color);
}
.ttl_style_1::before, .ttl_style_2::before {
    content: "";
    position: absolute;
    top: -13px;
    left: -5px;
    width: 43px;
    height: 100px;
    transform: rotate(15deg) translateX(-15%);
}
.ttl_style_1::before {
    background: var(--primary-color);
}
.ttl_style_2::before {
    background: #082A57;
}
.ttl_style_1 > span, .ttl_style_2 > span {
    position: relative;
    display: inline-block;
    padding-left: min(4vw,2em);
}
.ttl_style_1 > span::before, .ttl_style_2 > span::before {
    content: "/";
    position:absolute;
    top: 0;
    left: min(1.5vw,0.8em);
}
@media screen and (max-width: 1050px) {
  .ttl_style_1, .ttl_style_2 {
      padding: 12px 5px 12px 40px;
  }
  .ttl_style_1::before, .ttl_style_2::before {
      width: 36px;
  }
}


.originalFooter {
  position: relative;
  padding-bottom: 82px;
  margin-top: 100px;
  background: #FFF;
}
@media screen and (max-width: 1400px) {
  .originalFooter {
    padding-bottom: 5.8571428548vw;
    margin-top: 7.14285714vw;
  }
}
@media screen and (max-width: 768px) {
  .originalFooter {
    padding-bottom: 100px;
  }
}
.footer_freecontact {
  position: relative;
  width: 100%;
  height: 566px;
  background-image: url(https://lifestylelab.itembox.design/item/img/common/freecontact_pc.png?t=20240606160852);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 67px;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact {
    height: 40.4285714124vw;
    padding-top: 4.7857142838vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact {
    background-image: url(https://lifestylelab.itembox.design/item/img/common/freecontact_sp.png?t=20240606160852);
    background-repeat: no-repeat;
    background-size: cover;
    height: 257px;
    padding-top: 20px;
  }
}
.footer_freecontact_title {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_title {
    font-size: 2.142857142vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_title {
    font-size: 13px;
  }
}
.footer_freecontact_txt {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
  text-align: left;
  color: #fff;
  width: 897px;
  height: 295px;
  margin: auto;
  background: url(https://lifestylelab.itembox.design/item/img/common/freetxt.png?t=20240606160852) no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-left: 53px;
  margin-top: -20px;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_txt {
    font-size: 1.5714285708vw;
    line-height: 2.7142857132vw;
    width: 65vw;
    height: 21.071428563vw;
    padding-top: 5.714285712vw;
    padding-left: 3.7857142842vw;
    margin-top: -1.428571428vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_txt {
    width: 355.2px;
    height: 171.5px;
    background: url(https://lifestylelab.itembox.design/item/img/common/freetxt_sp.png?t=20240606160852) no-repeat;
    background-size: cover;
    font-size: 12px;
    line-height: 18px;
    padding-top: 24.5px;
    padding-left: 15px;
    margin-top: -8px;
  }
  .footer_freecontact_txt span {
    display: block;
  }
}
.footer_freecontact .hirumi {
  position: absolute;
  bottom: 0;
  right: calc(50% - 580px);
  width: 345px;
  height: 518px;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact .hirumi {
    /*top: -2.928571428vw;*/
    right: 8.9999999964vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact .hirumi {
    right: 0;
    /*top: 47px;*/
  }
}
.footer_freecontact .hirumi img {
  /*width: 345px;
  height: 518px;
  display: block;*/
}
@media screen and (max-width: 1400px) {
  .footer_freecontact .hirumi {
    width: 24.642857133vw;
    height: 36.9999999852vw;
  }
}
@media screen and (max-width: 768px) {
   .footer_freecontact .hirumi {
    width: 120px;
    height: 180px;
  }
  .footer_freecontact .hirumi img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.footer_freecontact .hirumi .name {
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -70px;
  margin-left: auto;
}
.footer_freecontact .hirumi .name span {
  display: block;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact .hirumi .name {
    font-size: 0.714285714vw;
    line-height: 0.8571428568vw;
    margin-top: -4.999999998vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact .hirumi .name {
    margin-top: -35px;
    margin-left: -75px;
    letter-spacing: 0.01em;
    font-size: 10px;
    line-height: 12px;
  }
  .footer_freecontact .hirumi .name span {
  display: inline;
}
}
.footer_freecontact_btnbox {
  position: relative;
  margin-top: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox {
    margin-top: 4.4999999982vw;
    gap: 2.142857142vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox {
    flex-direction: column;
    gap: 15px;
    margin-top: 135px;
  }
}
.footer_freecontact_btnbox .btnitem {
  width: 204px;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(#ffba00 0%, #ff7f00 100%);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox .btnitem {
    width: 14.5714285656vw;
    height: 4.285714284vw;
    border-radius: 2.142857142vw;
    gap: 0.2857142856vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox .btnitem {
    width: 274px;
    height: 54px;
    border-radius: 7px;
  }
}
.footer_freecontact_btnbox .btnitem_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox .btnitem_txt {
    font-size: 1.1428571424vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox .btnitem_txt {
    font-size: 21px;
  }
}
.footer_freecontact_btnbox .phone {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox .phone {
    position: absolute;
    top: 140px;
    background: none;
    filter: none;
  }
}
.footer_freecontact_btnbox .phone_numberbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox .phone_numberbox {
    gap: 0.2857142856vw;
  }
}

.footer_freecontact_btnbox .phone_numberbox img {
  width: 15.15px;
  height: 20.32px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox .phone_numberbox img {
    width: 1.1071428567vw;
    height: 1.451428570848vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox .phone_numberbox img {
    width: 23.56px;
    height: 31.59px;
    filter: brightness(0);
  }
}
.footer_freecontact_btnbox .phone_numberbox .phone_number {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox .phone_numberbox .phone_number {
    font-size: 1.1428571424vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox .phone_numberbox .phone_number {
    font-size: 33px;
    color: #404040;
  }
}
.footer_freecontact_btnbox .phone_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox .phone_date {
    font-size: 0.714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox .phone_date {
    font-size: 15px;
    color: #404040;
  }
}
.footer_freecontact_btnbox .faq img {
  display: block;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox .faq img {
    width: 1.5714285708vw;
    height: 1.5714285708vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox .faq img {
    width: 29.11px;
    height: 29.11px;
  }
}
.footer_freecontact_btnbox .quote img {
  display: block;
  width: 17.77px;
  height: 24px;
}
@media screen and (max-width: 1400px) {
  .footer_freecontact_btnbox .quote img {
    width: 1.269285713778vw;
    height: 1.7142857136vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_freecontact_btnbox .quote img {
    width: 23.13px;
    height: 31.3px;
  }
}
.footer_partition {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 1400px) {
  .footer_partition {
    margin-top: 8vw;
  }
}
.footer_partition_title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .footer_partition_title {
    font-size: 2.142857142vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_title {
    position: absolute;
    top: -292px;
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin-left: -10px;
    color: #231815;
  }
}
.footer_partition_firstpart {
  margin-top: 44px;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart {
    margin-top: 3.1428571416vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart {
    display: block;
    margin-top: 310px;
    padding: 0 15px;
  }
}
.footer_partition_firstpart .ordersite {
  position: relative;
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .ordersite {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .ordersite {
    width: 100%;
    padding-right: 0;
  }
}
.footer_partition_firstpart .ordersite_title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #191919;
  margin-top: 14px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .ordersite_title {
    font-size: 1.428571428vw;
    margin-top: 0.9999999996vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .ordersite_title {
    font-size: 15px;
  }
}
.footer_partition_firstpart .ordersite_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #191919;
  line-height: 26px;
  margin-top: 14px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .ordersite_txt {
    font-size: 1.1vw;
    line-height: 1.6vw;
    margin-top: 0.9999999996vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .ordersite_txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer_partition_firstpart .ordersite::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 214px;
  background: transparent;
  border: 1px solid #3d4598;
  display: block;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .ordersite::before {
    height: 15.2857142796vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .ordersite::before {
    display: none;
  }
}
.footer_partition_firstpart .information {
  position: relative;
  width: 475px;
  padding: 0 0 0 50px;
  background: none;
  border: none;
  margin: 0;
}
.information::before {
  content: none;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .information {
    width: 35vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .information {
    width: 100%;
    padding-left: 20px;
    margin-top: 54px;
  }
}
.footer_partition_firstpart .information_title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #254f88;
  margin-top: 14px;
  text-indent: -20px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .information_title {
    font-size: 1.2857142852vw;
    margin-top: 0.9999999996vw;
    text-indent: -1.428571428vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .information_title {
    font-size: 14px;
  }
}
.footer_partition_firstpart .information_itembox {
  display: flex;
  gap: 70px;
  margin-top: 14px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .information_itembox {
    gap: 4.999999998vw;
    margin-top: 0.9999999996vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .information_itembox {
    gap: 30px;
    margin-top: 14px;
  }
}
.footer_partition_firstpart .information_itembox ul {
  list-style: disc;
}
.footer_partition_firstpart .information_itembox ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #191919;
  line-height: 28px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .information_itembox ul li {
    font-size: 1.1vw;
    line-height: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .information_itembox ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer_partition_firstpart .information::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 214px;
  background: transparent;
  border: 1px solid #254f88;
  display: block;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .information::after {
    height: 15.2857142796vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .information::after {
    display: none;
  }
}
.footer_partition_firstpart .group_service {
  padding-left: 50px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .group_service {
    padding-left: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .group_service {
    padding-left: 20px;
    margin-top: 26px;
  }
}
.footer_partition_firstpart .group_service ul {
  list-style: disc;
  margin-top: 14px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .group_service ul {
    margin-top: 0.99999999vw;
  }
}
.footer_partition_firstpart .group_service ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #191919;
  line-height: 28px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .group_service ul li {
    font-size: 1.1vw;
    line-height: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_firstpart .group_service ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer_partition_firstpart .group_service .service {
  margin-top: 38px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_firstpart .group_service .service {
    margin-top: 2.7142857132vw;
  }
}
.footer_partition_content {
  margin-top: 80px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_content {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_content {
    margin-top: 65px;
    padding: 0 15px;
  }
}
.footer_partition_content .content_title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  /*color: #3d4598;*/
  color: #254f88;
  line-height: 30px;
  border-bottom: 1px solid #254f88;
}
@media screen and (max-width: 1400px) {
  .footer_partition_content .content_title {
    font-size: 1.4285714vw;
    line-height: 2.142857142vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_content .content_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.footer_partition_content .content_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer_partition_content .content_box {
    display: block;
  }
}
.footer_partition_content .content_subtitle {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  /*color: #3d4598;*/
  color: #254f88;
  line-height: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_content .content_subtitle {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-top: 0.99999999vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_content .content_subtitle {
    margin-top: 17px;
    font-size: 15px;
    line-height: 28px;
  }
}
.footer_partition_content .return {
  margin-top: 44px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_content .return {
    margin-top: 3.1428571vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_content .return {
    margin-top: 23px;
  }
}
.footer_partition_content .content_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  color: #191919;
  line-height: 24px;
  margin-top: 14px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_content .content_txt {
    font-size: 1.1vw;
    line-height: 1.6vw;
    margin-top: 0.99999vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_content .content_txt {
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
  }
}
.footer_partition_content .content_txt span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 1400px) {
  .footer_partition_content .content_txt span {
    font-size: 0.95vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_partition_content .content_txt span {
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 22px;
  }
}
.footer_copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #191919;
  margin-top: 70px;
}
@media screen and (max-width: 1400px) {
  .footer_copyright {
    font-size: 0.999999vw;
    margin-top: 4.99999vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    font-size: 10px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    ブログ詳細ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.entry-content a {
  text-decoration: underline;
}
.entry-content ul {
  list-style: disc;
  padding-left: 1.2em;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
よくある質問
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.faq-card-wrap {
  padding: 15px 1%;
  border-bottom: 1px solid #CCC;
}
.faq-card-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 1em;
  line-height: 1.4;
}
.faq-card-title .leadingQ, .faq-title .leadingQ {
  color: #FFF;
  background: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.8em;
}
.faq-card-title .leadingQ {
  font-size: 0.8em;
  transform: translateY(-0.2em);
}
.faq-card-title .leadingQ + span {
  width: calc(100% - 2em);
}

h1.faq-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 1.3em;
  line-height: 1.4;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}
.faq-title .leadingQ {
  font-size: 0.7em;
  transform: translateY(-0.2em);
}
.faq-title .leadingQ + span {
  width: calc(100% - 2em);
}
.faq-content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
.faq-content .leadingA {
  color: var(--primary-color);
  background: #EEE;
  font-family: "Montserrat", sans-serif;
  font-size: 0.91em;
  font-weight: 500;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.8em;
}
.faq-content .faqAnswer {
  width: calc(100% - 2.6em);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
