<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.load_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 1;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  transition: opacity 0.5s, z-index 1s;
}
.load_bg figure {
  width: 50%;
  max-width: 200px;
}
.load_bg figure.loader {
  max-width: 60px;
}
.load_bg.on_load {
  opacity: 0;
  z-index: -111;
}
.load_bg.load_none {
  display: none;
}

main{
  overflow: hidden;
}
/* ヘッダースタイル */
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


body #header&gt;.header__inner{
  display: none!important;
}

header {
  background-color: #E2EFDF;
  display: block;
  width: 18%;
  max-width: 300px;
  min-width: 220px;
  height: 100vh;
  position: fixed;  
  overflow-y:scroll;  
  background: #E2EFDF;
  padding: 0 0 30px;
}


header #top_pc_left{
  background: #E2EFDF;
  padding: 0 0 30px;
  width: 100%;
  position: static;
  transform: unset;
  transition: unset;
}

header .el_humburger {
  display: none;
}

body #header_sp .navi .hd_logo ul{
  flex-direction: column;
  grid-gap: .25rem;
}
body header .hd_logo ul li{
  width: 100%;
}

main {
  width: 82%;
  max-width: calc(100% - 220px);
  position: relative;
  overflow: hidden;
  float: right;
}

footer {
  clear: both;
  background: #F3F7F8;
}

#footer {
  width: 82%;
  margin-left: auto;
  max-width: calc(100% - 220px);
}

@media all and (min-width: 1001px) {
.tb-disp{
  display: none;
}
}

@media all and (min-width: 769px) and (max-width: 1180px) {
/* body #header #header_sp .navi .header_nav li a .header_nav_in{
  padding: 5px 5px 40% 5px;
} */
body #header #header_sp .navi .header_nav_list li a dl{
  width: 100%;  
}
body #header #header_sp .navi .header_nav_list li a dl dt{
  font-size: 0.6em;
}
body #header #header_sp .navi .header_nav_btn .header_nav_btn_half{
  width: 100%;
}
body #header #header_sp .navi .header_nav_btn .header_nav_btn_half a{
  min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body #header #header_sp .navi .header_nav_btn .header_nav_btn_half a span{
  width: 30%;
}
body #header #header_sp .navi .header_nav_tel dd.txt{
  text-align: left;
}
}

#main_slide {
  overflow: visible;
}

#main_slide .main_slide_txt_top {
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding-top: 20px;
}

#main_slide .main_slide_txt_top h2 {
  width: calc(70% - 1em);
}

#main_slide .main_slide_txt_top p {
  font-weight: bold;
  font-size: clamp(1rem, -0.157rem + 2.41vw, 2.25rem);
  padding-right: 5%;
}

#main_slide .main_slide_ph_wrap {
  position: relative;
  margin-top: 10px;
}

#main_slide .main_slide_ph_wrap .main_slide_ph {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#main_slide .main_slide_ph_wrap .main_slide_ph h3 {
  width: 9.7vw;
}

#main_slide .main_slide_ph_wrap .main_slide_ph .swiper-container-4 {
  width: 82%;
  margin-right: 5%;
  position: relative;
}

#main_slide .main_slide_ph_wrap .main_Character {
  position: absolute;
  width: 20%;
  left: 10%;
  bottom: -50px;
  display: flex;
  /* justify-content: space-between; */
  z-index: 1;
  align-items:flex-end;
}

#main_slide .main_slide_ph_wrap .main_Character li.ph {
  width: clamp(4.5rem, 2.367rem + 4.44vw, 6.25rem);/*72~100px(769~1400px)*/
  aspect-ratio: 110/113;
}
#main_slide .main_slide_ph_wrap .main_Character li.ph img {
  object-fit: contain;
  height: 100%;
  width: auto;
}

/* #main_slide .main_slide_ph_wrap .main_Character li.txt {
  width: 60%;
} */

#main_slide .main_slide_ph_wrap .main_Character li dl {
  line-height: 1em;
  padding-bottom: 10px;
}

#main_slide .main_slide_ph_wrap .main_Character li dl dt {
  font-size: .4rem;
  white-space: nowrap;
}

#main_slide .main_slide_ph_wrap .main_Character li dl dd {
  font-size: 1rem;
  white-space: nowrap;
}

#main_slide .main_slide_ph_wrap .main_Character.Character_girl {
  left: unset;
  right: 0;
  bottom: -50px;
  flex-direction: row-reverse;
  z-index: 10;
}
#main_slide .main_slide_ph_wrap .main_Character.Character_girl .ph img {
  transform: scaleX(-1);
}

.swiper-pagination {
  display: none;
}

/*========================================================*/

#main_slide .search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)!important;
  z-index: 1;
  flex-wrap: wrap; 
  display: flex;
  justify-content: space-between;
  width: 70%;
  max-width: 1000px;
}

#main_slide .search_box .search_box_left {
  width: 50%;
}

#main_slide .search_box .search_box_right {
  width: 50%;
}

.search_box .btn {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: 1px solid #B5B5B6;
}

.search_box .search_box_left .btn {
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
} 

.search_box .search_box_left .btn i {
  position: absolute;
  right: 2em;
  top: 10px;
  font-size: 150%;
}

.search_box .search_box_right .btn-container {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  position: relative;
}

.search_box .search_box_right .btn {
  border-radius: 0 10px 10px 0;
  border-left: none;
}

.search_box .search_box_right .btn #freeWord {
  height: 100%;
  width: 100%;
  border-style: none;
  padding: .5rem;
  font-size: 80%;
}

.search_box .search_box_right .search_top {
  width: 36px;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_box .search_box_right .search_top i {
  font-size: 150%;
}

/* ボタンにカーソルを当てたとき、ボタンを半透明にする */
.search_box .btn:hover {
  /* opacity: 0.7; */
}

/* クリックで表示させるテキストを隠す */
.hidden {
  display: none;
}

.search_box #btn1-text{
  font-size: 14px;
  position: absolute;
  width: 49%;
  box-shadow: 4px 4px 4px 2px rgba(204,204,204,0.5);
}

.search_box #btn2-text{
  font-size: 14px;
  position: absolute;
  width: 49%;
  box-shadow: 4px 4px 4px 2px rgba(204,204,204,0.5);
}

.search_box #btn2-text a {
  color: #6FB92C;
}

.search_box .dropdown_lists {
  background-color:rgba(255,255,255,0.8);
}

.search_box .dropdown_lists li {
  cursor: pointer;
  border-bottom: 1px solid var(--color-gray_subbg);
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
}

.search_box .dropdown_lists .dropdown_list {
  background-color: #fff;
  border-bottom: 1px solid #B5B5B6;
  text-align: center;
  width: 100%;
  position: relative;
}

.search_box .dropdown_lists .dropdown_list a {
  display: block;
}

.search_box .dropdown_lists .dropdown_list:hover {
  background-color: #E2EFDF;
}

.search_box .dropdown_lists .dropdown_list i {
  position: absolute;
  right: 1em;
  top: 35%;
}

/*========================================================*/

#menu_list {
  width: 90%;
  margin: 0 auto;
}

#menu_list ul {
  display: flex;
  flex-wrap: wrap; 
  gap:1%;
  margin-top: 80px;
} 

#menu_list ul li {
  border: 1px solid #ccc;
  margin-bottom: 5%;
  position: relative;
  width: 32%;    
}

#menu_list ul li box {
  position: relative;
}

#menu_list .menu_button {
  display: block;
}

#menu_list .menu_picture img {
  transition: 0.5s;
}

#menu_list .menu_picture img:hover {
  transform: scale(1.1, 1.1);
  opacity: .70;
}

#menu_list ul li:nth-of-type(1) {
  background-color: #000;
}
#menu_list ul li:nth-of-type(1) a:hover {
  opacity: 1;
}
#menu_list ul li:nth-of-type(1) a:hover img{
  opacity: .5;
}

#menu_list .menu_picture .menu_picture_title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #666666;
  color: #fff;
  padding: 3px 0;
  font-size: 1rem;
  text-align: center;
}

#menu_list .menu_picture .menu_picture_p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px 5px 10px;
  margin: 0;
  background: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.7));
  background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.7));
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: .8rem;
  line-height: 1.6em;
}

#topics_top {
  width: 90%;
  margin: 0 auto;
}

#topics_top .topics_top_box {
  padding: 100px 0 60px;
}

#topics_top h4,
#attention_list h4,
#comesoon h4,
#voice_top h4,
#feature_list h4,
#service_list h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 40px;
  letter-spacing: .2em;
}

/*#topics_top .list_wrap {
  overflow-y: scroll;
  height: 300px;
}*/

#topics_top .list_wrap dl {
  overflow: hidden;
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
}

#topics_top .list_wrap dl dt {
  font-size: 15px;
  font-weight: bold;
  display: block;
  width: 10%;
  min-width: 110px;
  overflow: hidden;
  padding-bottom: 3px;
}

#topics_top .list_wrap dl dd {
  display: flex;
  width: 90%;
  padding-bottom: 10px;
}

#topics_top .list_wrap dl dd .catch {
  font-size: 1rem;
}

#topics_top ul.list_icon {
  width: auto;
  margin: 0;
  padding: 0;
}
#topics_top ul.list_icon li.new {
  background-color: #CC3248;
  border-radius: unset;
  font-size: .8rem;
  margin-right: 1em;  
  padding: 1px .8em;
  height: fit-content;
}

#attention_list {
  width: 90%;
  margin: 0 auto;
}

.listContents {
  flex-wrap: wrap;
  display: flex;
  gap:1%;
}

.center_flex {
  justify-content: center !important;
}

.listContents .listBox {
  margin-bottom: 60px;
  width: 30%;
}

.listContents .listBox .photo,
.comesoon_slider .listBox .photo {
  position: relative;
}

.listContents .listBox .photo a ,
.comesoon_slider .listBox .photo a {
  display: block;
}

#attention_list .listContents .listBox .photo .flag ,
.comesoon_slider .listBox .photo .flag {
  position: absolute;
  right: 0;
  width: 20%;
  z-index: 1;
  min-width: 90px;
}

#attention_list .listContents .listBox .mainImg,
.comesoon_slider .listBox .mainImg {
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #fff;
  min-height: 240px;
  overflow: hidden;
}
#attention_list .listContents .listBox .mainImg img,
.comesoon_slider .listBox .mainImg img {
  font-family: 'object-fit: contain;';
  /* max-width: 100%; */
  transition: 0.5s;
  object-fit: cover;
  /* min-width: 360px;
  min-height: 240px; */
  height: 100%;
  width: auto;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

#attention_list .listContents .listBox .mainImg img:hover ,
.comesoon_slider .listBox .mainImg img:hover {
  transform: scale(1.1, 1.1);
}

#attention_list .listContents .photo_sub ,
.comesoon_slider .photo_sub {
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

#attention_list .listContents .photo_sub li ,
.comesoon_slider .photo_sub li {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  width: 49%;
  float: left;
  margin-right: 2%;
  height: 90px;
  text-align: center;
  position: relative;
}

#attention_list .listContents .photo_sub li:last-child ,
.comesoon_slider .photo_sub li:last-child {
  margin-right: 0;
}

#attention_list .listContents .photo_sub li img ,
  .comesoon_slider .photo_sub li img {
  font-family: 'object-fit: contain;';
  /* max-width: 100%; */
  transition: 0.5s;
  object-fit: cover;
  min-height: 90px;
  width: auto;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

#attention_list .listContents .listBox .name_box_in ,
  .comesoon_slider .listBox .name_box_in {
  position: relative;
  padding-top: 10px;
}

#attention_list .listContents .listBox .name_box_in .heart_icon,
  .comesoon_slider .listBox .name_box_in .heart_icon {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
}

#attention_list .listContents .listBox .name_box_in .heart_icon a ,
  .comesoon_slider .listBox .name_box_in .heart_icon a {
  display: block;
  color: #CCCCCC;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}

#attention_list .listContents .listBox .name_box_in .heart_icon i,
  .comesoon_slider .listBox .name_box_in .heart_icon i {
  font-size: 1rem;
}

#attention_list .listContents .listBox .name_box_in .heart_icon a:hover ,
  .comesoon_slider .listBox .name_box_in .heart_icon a:hover {
  color: #CC3248;
  border: 1px solid #CC3248;
}

#attention_list .name_box_in .name_block ,
#comesoon .name_box_in .name_block {
  font-size: 1.2rem;
  padding: 6px 0;
}

#attention_list .name_box_in .name_block .price ,
#comesoon .name_box_in .name_block .price {
  padding: 6px 0 8px;
  font-size: 1rem;
}

#attention_list .name_box_in .name_block .price b ,
#comesoon .name_box_in .name_block .price b {
  font-size: 2rem;
  font-weight: bold;
}

.listContents .listBox .mainImg .wrap_icon ,
.comesoon_slider .listBox .mainImg .wrap_icon {
  width: 100%;
}

/* .listContents .listBox .mainImg img {
  font-family: 'object-fit: contain;';
  max-width: 100%;
  transition: 0.5s;
  object-fit: cover;
  min-width: 360px;
  min-height: 240px;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
} */

#feature_list,
#service_list {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

#feature_list .listContents,
#service_list .listContents {
  display: flex;
  flex-wrap: wrap;
  gap:1%;
}

#service_list .listContents:after {
  content: "";
  display: block;
  min-width: 300px;
  width: 23%;
  height: 0;
}

#service_list .center_flex {
  margin: 40px 0;
}

/*#service_list .center_flex li {
  margin: 0 1.5%;
}*/

#feature_list .listContents li,
#service_list .listContents li {
  margin-bottom: 5%;
  width: 30%;
  position: relative;
}

#feature_list .listContents li a,
#service_list .listContents li a {
  display: block;
}

#feature_list .listContents li .picture,
#service_list .listContents li .picture{
  border: 1px solid #ccc;
  display: block;
  overflow: hidden;
}

#feature_list .picture img,
#service_list .picture img {
  transition: 0.5s;
}

#feature_list .picture img:hover,
#service_list .picture img:hover {
  transform: scale(1.1, 1.1);
  opacity: .70;
}

#feature_list .listContents .picture_title,
#service_list .listContents .picture_title {
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 10px;
}

#feature_list .listContents .picture_p,
#service_list .listContents .picture_p {
  font-size: 1rem;
  padding-top: 6px;
} 

#service_list .listContents.top_sns_list{
  justify-content: center;
}
#service_list .listContents.top_sns_list::after{
  content: unset;
}

#service_list .madream {
  width: 50%;
  margin: 0 auto 100px;
  min-width: 500px;
}

#service_list .madream a {
  display: block;
}

#comesoon .come_wrapper {
  padding: 100px 0 60px;
}

#comesoon .top_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 2em;
}

#comesoon .bg_area {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
}
#comesoon .bg_area::after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background-color: #E2EFDF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#comesoon .comesoon_slider {
  overflow: hidden;
  padding: 0 2rem;
  width: 90%;
  margin: 0 auto;
}

#comesoon .comesoon_slider .listBox {
  background-color: #fff;
  height: auto;
}

#comesoon .comesoon_slider .photo {
  padding: 0 .5rem .5rem;
}
#comesoon .comesoon_slider .photo_sub {
  padding: 0 .5rem .5rem;
  margin: 0;
}
#comesoon .comesoon_slider .name_box_in {
  padding: .5rem .75rem 1rem;
  margin: 0;
}
#comesoon .comesoon_slider .name_block .price {
  font-size: 1.75rem;
  color: #CC3248;
  margin-bottom: .25em;
}
#comesoon .comesoon_slider .name_block .add {
  font-size: 1.15rem;
}

#comesoon .swiper-pagination{
  display: block;
}
#comesoon .swiper-horizontal&gt;.swiper-pagination-bullets, 
#comesoon .swiper-pagination-bullets.swiper-pagination-horizontal,
#comesoon .swiper-pagination-custom,
#comesoon .swiper-pagination-fraction{
  position: static;
  margin: 1.5rem 0 3%;
}


#voice_top{
  background-color: #F3F7F8;
  padding: 2rem 0;
}
#voice_top .voice_list .voice_list_box {
  border: 3px solid #6fb92c;
  background-color: #fff;
  padding-bottom: 1rem;
  background-color: #fffbf3;
  transition: all .5s;
  height: auto;
}
#voice_top .top_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 2em;
}
#voice_top .voice_slider {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
#voice_top .swiper-pagination{
  display: block;
}
#voice_top .swiper-horizontal&gt;.swiper-pagination-bullets, 
#voice_top .swiper-pagination-bullets.swiper-pagination-horizontal,
#voice_top .swiper-pagination-custom,
#voice_top .swiper-pagination-fraction{
  position: static;
  margin: 1.5rem 0 0%;
}
#voice_top .voice_list .voice_list_box h5 {
  padding: .5em 1rem;
  background-color: #e2efdf;
  font-size: clamp(1.125rem, 1.051rem + 0.23vw, 1.25rem);/*18~20px(520~1400px)*/
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#voice_top .voice_list .voice_list_box h5 .manager_name {
  font-size: 16px;
}
#voice_top .voice_list .voice_list_box figure {
  margin: 1rem auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  max-height: 300px;
  width: 96%;
}
#voice_top .voice_list .voice_list_box figure img {
  height: 100%;
  object-fit: contain;
  transition: all .5s;
}
#voice_top .voice_list .voice_list_box .text {
  font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}
#voice_top .voice_list .voice_list_box .text::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #6fb92c;
  position: absolute;
  bottom: -.75rem;
  left: 50%;
  border-radius: 5px;
  transform: translateX(-50%);
}
#voice_top .voice_list .voice_list_box .button {
  width: 90%;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  padding: .5rem 1rem;
  background-color: #6fb92c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all .5s;
  font-size: clamp(1rem, 0.926rem + 0.23vw, 1.125rem);/*16~18px(520~1400px)*/
}
#voice_top .voice_list .voice_list_box a:hover {
  opacity: 1;
}
#voice_top .voice_list .voice_list_box a:hover figure img {
  transform: scale(1.1);
}
#voice_top .voice_list .voice_list_box a:hover .button {
  background-color: #CC3248;
}
#voice_top .BtnBase {
  margin-bottom: 0;
}

/*==========
↓↓不要であれば削除して良い　旧top_tb.css
==========*/
@media all and (min-width: 1670px) {
  main{
    width: calc(100% - 300px);
  }
}
@media all and (min-width: 1499px) {
#menu_list ul li,
.listContents .listBox,
#feature_list .listContents li, 
#service_list .listContents li{
  width: 24%;  
}
}

@media all and (min-width: 769px) and (max-width: 1180px) {
#main_slide .search_box {
  /* width: 70%; */
}
/* body #header #header_sp .navi_sp{
  display: none!important;
} */

#menu_list ul li,
.listContents .listBox,
#feature_list .listContents li, 
#service_list .listContents li{
  width: 48%;
}
  
.search_box .btn {
  font-size: 14px;
}

  
.search_box .search_box_right .search_top i {
  right: .8em;
  font-size: 120%;
}
  
.search_box .search_box_left .btn i {
  top: 18px;
  right: 1.5em;
  font-size: 120%;
}
  
.search_box #btn1-text {
  font-size: 13px;
}
  
.search_box #btn2-text {
  font-size: 13px;
}
  
#main_slide .main_slide_txt_top {
  width: 96%;
  margin: 0 auto;
}
  
#main_slide .main_slide_ph_wrap .main_slide_ph h3 {
  padding-left: 1.8vw;
}
  
#main_slide .main_slide_ph_wrap .main_Character {
  /* left: 1.5vw; */
  width: 30%;
}
  
/*#service_list .listContents li:nth-child(2n) {
  margin: 0 0;
}*/
    
#main_slide .main_slide_txt_top p {
  font-size: clamp(1rem, 2vw + 1rem, 1.3rem);
  white-space: nowrap;
  padding-right: 2%;
}
}
</pre></body></html>