@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.l-kv {
  background: url("../img/top/kv_bg_2026.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 41.66vw;
  display: flex;
  -webkit-align-items: end;
  align-items: end;
  position: relative;
  z-index: 50;
}
.l-kv .txt {
  font-family: Jost;
  font-weight: normal;
  font-size: 240px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #f0f645;
  margin-bottom: -70px;
}
.l-kv .txt p {
  line-height: 1;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-top {
  background: url("../img/common/bg_border.png");
  overflow: hidden;
}
.p-top__search {
  padding: 80px 0;
}
.p-top__search .search-wrap {
  width: 1000px;
  margin: 20px auto 0;
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  border-radius: 35px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.p-top__search .search-wrap .item {
  width: calc( (100% - 70px) );
}
.p-top__search .search-wrap .item {
  display: table;
}
.p-top__search .search-wrap .item--first {
  border-right: 1px solid #ccc;
}
.p-top__search .search-wrap .item .title {
  display: table-cell;
  width: 200px;
  text-align: center;
  font-weight: bold;
}
.p-top__search .search-wrap .item .title--area span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  position: relative;
  top: -2px;
  margin-right: 8px;
  background: url("../img/common/icon_area.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__search .search-wrap .item .title--shop span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 22px;
  position: relative;
  top: -3px;
  margin-right: 8px;
  background: url("../img/top/icon_shop.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__search .search-wrap .item .txt {
  display: table-cell;
  width: calc(100% - 150px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__search .search-wrap .item .txt input {
  height: 50px;
  line-height: 50px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__search .search-wrap .submit-btn {
  width: 70px !important;
}
.p-top__search .search-wrap .submit-btn button {
  appearance: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  background-color: #469ACE;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-top__search .search-wrap .submit-btn button:hover, .p-top__search .search-wrap .submit-btn button:focus {
  outline: none;
}
.p-top__search .search-wrap .submit-btn button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.p-top__search .search-wrap input[type="text"],
.p-top__search .search-wrap input[type="email"],
.p-top__search .search-wrap input[type="tel"],
.p-top__search .search-wrap input[type="password"] {
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
.p-top__search .search-wrap input[type="text"]:focus,
.p-top__search .search-wrap input[type="email"]:focus,
.p-top__search .search-wrap input[type="tel"]:focus,
.p-top__search .search-wrap input[type="password"]:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.p-top__map {
  padding: 95px 0 95px;
  background-color: #FFF;
}
.p-top__map h3 {
  margin-bottom: 55px;
}
.p-top__map .map-wrap {
  position: relative;
}
.p-top__map .map-wrap .map-main {
  text-align: center;
  padding: 100px 0 80px;
}
.p-top__map .map-wrap .map-main img {
  display: inline-block;
}
.p-top__map .map-wrap .map {
  width: 380px;
  position: absolute;
  background: #f9f9f4;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.p-top__map .map-wrap .map h4 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
}
.p-top__map .map-wrap .map ul {
  padding: 20px;
}
.p-top__map .map-wrap .map ul li {
  float: left;
  width: 100px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
}
.p-top__map .map-wrap .map ul li:nth-child(3n) {
  margin-right: 0;
}
.p-top__map .map-wrap .map ul li:nth-child(n+4) {
  margin-top: 20px;
}
.p-top__map .map-wrap .map ul li a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.p-top__map .map-wrap .map--country1 {
  left: 351px;
  top: 0;
}
.p-top__map .map-wrap .map--country1 h4 {
  background-color: #58aacf;
}
.p-top__map .map-wrap .map--country1 a {
  color: #58aacf;
}
.p-top__map .map-wrap .map--country2 {
  right: 80px;
  top: 207px;
}
.p-top__map .map-wrap .map--country2 h4 {
  background-color: #3baba2;
}
.p-top__map .map-wrap .map--country2 a {
  color: #3baba2;
}
.p-top__map .map-wrap .map--country3 {
  left: 44px;
  top: 280px;
}
.p-top__map .map-wrap .map--country3 h4 {
  background-color: #de7651;
}
.p-top__map .map-wrap .map--country3 a {
  color: #de7651;
}
.p-top__map .map-wrap .map--country4 {
  right: 55px;
  bottom: 132px;
}
.p-top__map .map-wrap .map--country4 h4 {
  background-color: #63b46c;
}
.p-top__map .map-wrap .map--country4 a {
  color: #63b46c;
}
.p-top__map .map-wrap .map--country5 {
  left: 105px;
  bottom: 0;
}
.p-top__map .map-wrap .map--country5 h4 {
  background-color: #f3aab9;
}
.p-top__map .map-wrap .map--country5 a {
  color: #f3aab9;
}
.p-top__map .map-wrap .map--country6 {
  right: 465px;
  bottom: 0;
}
.p-top__map .map-wrap .map--country6 h4 {
  background-color: #ecb766;
}
.p-top__map .map-wrap .map--country6 a {
  color: #ecb766;
}
.p-top__map .map-wrap .map--country7 {
  right: 80px;
  top: 40px;
}
.p-top__map .map-wrap .map--country7 h4 {
  background-color: #58aacf;
}
.p-top__map .map-wrap .map--country7 a {
  color: #58aacf;
}
.p-top__about {
  background: url("../img/top/about_bg.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}
.p-top__about .inner {
  display: table;
  width: 100%;
}
.p-top__about .inner .ph {
  display: table-cell;
  width: 460px;
}
.p-top__about .inner .txt {
  display: table-cell;
  width: calc(100% - 460px);
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.p-top__about .inner .txt h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.p-top__about .inner .txt p {
  margin-bottom: 1em;
  line-height: 2;
}
.p-top__about .inner .txt p:last-child {
  margin-bottom: 0;
}
.p-top__collection {
  background-color: #9da9b1;
  padding: 100px 0;
}
.p-top__collection p {
  text-align: center;
  color: #FFF;
  margin-top: 20px;
  line-height: 1.8;
}
.p-top__collection .collection-block {
  margin-top: 50px;
  position: relative;
}
.p-top__collection .collection-block .collection-wrap {
  position: relative;
  z-index: 10;
  width: 1000px;
  margin: 0 auto;
}
.p-top__collection .collection-block .collection-wrap .item {
  width: 100%;
}
.p-top__collection .collection-block .collection-wrap .item .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-top__collection .collection-block .collection-wrap .item .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-top__collection .slick-dots {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.p-top__collection .slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.p-top__collection .slick-dots li:last-child {
  margin-right: 0;
}
.p-top__collection .slick-dots li.slick-active button {
  background-color: #F0F645;
}
.p-top__collection .slick-dots button {
  appearance: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-color: #FFFFFF;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.p-top__collection .slick-dots button:hover, .p-top__collection .slick-dots button:focus {
  outline: none;
}
.p-top__collection .slick-dots button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.p-top__collection .txt {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 0;
  overflow: hidden;
}
.p-top__collection .txt .txt-in {
  display: flex;
  width: 100vw;
}
.p-top__collection .txt .txt-in p {
  flex: 0 0 auto;
  font-family: "Jost", sans-serif;
  font-size: 130px;
  letter-spacing: -0.02em;
  display: inline-block;
  text-align: left;
  color: #fff;
  opacity: 0.5;
  line-height: 1;
  white-space: nowrap;
}
.p-top__collection .txt .txt-in p:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
.p-top__collection .txt .txt-in p:nth-child(even) {
  animation: loop2 50s linear infinite;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-kv {
    background: url("../img/top/kv_bg_sp_2026.png") no-repeat center top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 90vw;
  }
  .l-kv .txt {
    font-family: Jost;
    font-weight: normal;
    font-size: 75px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f0f645;
    margin-bottom: -30px;
  }
  .l-kv .txt p {
    line-height: 1;
  }

  .p-top__search {
    padding: 40px 0;
  }
  .p-top__search .search-wrap {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  }
  .p-top__search .search-wrap .item {
    width: 100%;
  }
  .p-top__search .search-wrap .item {
    display: table;
    width: 100%;
  }
  .p-top__search .search-wrap .item--first {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .p-top__search .search-wrap .item .title {
    display: table-cell;
    width: 180px;
    text-align: center;
    font-weight: bold;
  }
  .p-top__search .search-wrap .item .title--area span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 8px;
    background: url("../img/common/icon_area.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-top__search .search-wrap .item .title--shop span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 22px;
    position: relative;
    top: -3px;
    margin-right: 8px;
    background: url("../img/top/icon_shop.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-top__search .search-wrap .item .txt {
    display: table-cell;
    width: calc(100% - 100px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__search .search-wrap .item .txt input {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    width: 100%;
  }
  .p-top__search .search-wrap .submit-btn {
    width: 100% !important;
  }
  .p-top__search .search-wrap .submit-btn button {
    appearance: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: inherit;
    font-family: inherit;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    background-color: #469ACE;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: -10px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .p-top__search .search-wrap .submit-btn button:hover, .p-top__search .search-wrap .submit-btn button:focus {
    outline: none;
  }
  .p-top__search .search-wrap .submit-btn button::-moz-focus-inner {
    border: none;
    padding: 0;
  }
  .p-top__search .search-wrap input[type="text"],
  .p-top__search .search-wrap input[type="email"],
  .p-top__search .search-wrap input[type="tel"],
  .p-top__search .search-wrap input[type="password"] {
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: inherit;
    font-family: inherit;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
  }
  .p-top__search .search-wrap input[type="text"]:focus,
  .p-top__search .search-wrap input[type="email"]:focus,
  .p-top__search .search-wrap input[type="tel"]:focus,
  .p-top__search .search-wrap input[type="password"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
  }
  .p-top__map {
    padding: 60px 0 60px;
    background-color: #FFF;
  }
  .p-top__map h3 {
    margin-bottom: 55px;
  }
  .p-top__map .map-wrap .map {
    display: none;
  }
  .p-top__map .map-wrap .map-main {
    padding: 0;
  }
  .p-top__map .map-wrap .map-main img {
    display: inline-block;
  }
  .p-top__map .map-wrap .map-sp {
    margin-top: 40px;
  }
  .p-top__map .map-wrap .map-sp select {
    margin-bottom: 20px;
  }
  .p-top__map .map-wrap .map-sp select:last-child {
    margin-bottom: 0;
  }
  .p-top__map .map-wrap select {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__about {
    padding: 60px 0;
  }
  .p-top__about .inner {
    display: block;
    width: 100%;
  }
  .p-top__about .inner .ph {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-top__about .inner .ph img {
    display: inline-block;
  }
  .p-top__about .inner .txt {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .p-top__about .inner .txt h3 {
    font-size: 24px;
    text-align: center;
  }
  .p-top__about .inner .txt p {
    line-height: 1.6;
  }
  .p-top__collection {
    padding: 60px 0;
  }
  .p-top__collection p {
    text-align: left;
    padding: 0 15px;
  }
  .p-top__collection .collection-block {
    margin-top: 30px;
    padding: 0 15px;
  }
  .p-top__collection .collection-block .collection-wrap {
    width: 100%;
  }
  .p-top__collection .collection-block .collection-wrap .item {
    width: 100%;
  }
  .p-top__collection .slick-dots {
    margin-top: 10px;
  }
  .p-top__collection .slick-dots li {
    margin-right: 5px;
  }
  .p-top__collection .slick-dots button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .p-top__collection .txt .txt-in {
    display: flex;
    width: 100vw;
  }
  .p-top__collection .txt .txt-in p {
    font-size: 80px;
  }

  .modaal-content-container h4 {
    text-align: center;
    font-size: 16px;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .modaal-content-container .c1 {
    background-color: #d1d65a;
  }
  .modaal-content-container .c2 {
    background-color: #3baba2;
  }
  .modaal-content-container .c3 {
    background-color: #de7651;
  }
  .modaal-content-container .c4 {
    background-color: #63b46c;
  }
  .modaal-content-container .c5 {
    background-color: #f3aab9;
  }
  .modaal-content-container .c6 {
    background-color: #ecb766;
  }
  .modaal-content-container .c7 {
    background-color: #58aacf;
  }
  .modaal-content-container ul li {
    float: left;
    width: 49%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    font-size: 16px;
    font-weight: bold;
  }
  .modaal-content-container ul li:nth-child(2n) {
    margin-right: 0;
  }
  .modaal-content-container ul li:nth-child(n+3) {
    margin-top: 2%;
  }
  .modaal-content-container ul li a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
  }
}

.topic-wrap{
    width: 1000px;
    margin: 10px auto;
}
.topic-wrap-inner{
    text-align: left;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}


@media screen and (max-width: 767px) {
    
   .topic-wrap{
    width: 100%;

}
.topic-wrap-inner{
    text-align: left;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 20px !important;
    border-radius: 10px;
    margin-top: 10px;
} 
    
  .topic-wrap-inner a {
  text-decoration: underline;
}
    
}