@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff8f2;
  opacity: 1;
  transition: 0.3s;
}
.loading.none {
  opacity: 0;
  visibility: hidden;
}

.mv-loading {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mv-loading__bg {
  width: 30vmin;
  height: 30vmin;
  border-radius: 50%;
  background-color: #ffbfb3;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mv-loading__bg.on {
  transform: scale(1.5, 1.5);
  opacity: 1;
}
.mv-loading__img {
  width: 20vmin;
  height: 20vmin;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mv-loading__img.on {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mv-loading.none {
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
}
.mv-loading.none .mv-loading__bg {
  height: 100vmax;
  width: 100vmax;
}

.cat_icon {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cat_icon {
    margin: 0 auto 10px;
    max-width: 50px;
  }
}

.eng_ttl {
  text-align: center;
  font-size: 3rem;
  color: #666666;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .eng_ttl {
    font-size: 2rem;
  }
}

.jp_ttl {
  text-align: center;
  font-size: 1.4rem;
  color: #666666;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 2px;
}

.fv {
  position: relative;
  overflow: hidden;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.fv .scrolldown1 {
  position: absolute;
  right: 10%;
  bottom: 10px;
  height: 50px;
}
.fv .scrolldown1 span {
  position: absolute;
  left: -30px;
  top: 15px;
  color: #666;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  transform: rotate(-90deg);
  font-size: 1.2rem;
}
.fv .scrolldown1:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 40px;
  background: #666;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.concept {
  padding: 60px 0 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 50px 0;
  }
}
.concept .catch {
  margin: 50px auto 30px;
  text-align: center;
  font-size: 3rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .concept .catch {
    margin: 30px auto 10px;
    font-size: 1.6rem;
  }
}
.concept .catch span {
  margin-top: 20px;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .concept .catch span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.concept .eng_txt {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Herr Von Muellerhoff", cursive;
  color: #000;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .concept .eng_txt {
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
}
.conceptlist .fl {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .conceptlist .fl {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .conceptlist .fl img {
    border-radius: 20px;
  }
}
.conceptlist .fr {
  float: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .conceptlist .fr {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .conceptlist .fr img {
    border-radius: 20px;
  }
}
.conceptlist h3 {
  padding-top: 75px;
  font-size: 2.8rem;
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .conceptlist h3 {
    padding-top: 15px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.conceptlist .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .conceptlist .txt {
    height: auto;
  }
}
.conceptlist .txt span {
  font-size: 1.4rem;
  color: #000;
  line-height: 3em;
}
.conceptlist.list01 {
  margin-bottom: 50px;
}
.conceptlist.list01 .fl {
  position: relative;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .conceptlist.list01 .fl {
    height: auto;
  }
}
.conceptlist.list01 .fl:before {
  position: absolute;
  right: 0;
  height: 100%;
  width: calc(50vw - 2%);
  content: "";
  background: url(./img/concept01.png);
  background-size: cover;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .conceptlist.list01 .fl:before {
    display: none;
  }
}
.conceptlist.list02 .fr {
  position: relative;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .conceptlist.list02 .fr {
    height: auto;
  }
}
.conceptlist.list02 .fr:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: calc(50vw - 2%);
  content: "";
  background: url(./img/concept02.png);
  background-size: cover;
  background-position: center;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .conceptlist.list02 .fr:before {
    display: none;
  }
}
.concept .footprints {
  position: absolute;
}
.concept .footprints.footprints01 {
  top: 100px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .concept .footprints.footprints01 {
    top: 30px;
    right: 0;
    width: 30%;
  }
}
.concept .footprints.footprints02 {
  top: 55%;
  right: 47%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .concept .footprints.footprints02 {
    display: none;
  }
}
.concept .footprints.footprints03 {
  bottom: 0;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .concept .footprints.footprints03 {
    width: 20%;
    left: 20px;
  }
}

.tabs {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .tabs {
    margin-top: 50px;
  }
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #ffbfb3;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ffbfb3;
  color: #fff;
}

.tablink {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tablink {
    margin-top: 50px;
  }
}
.tablink .tabanchor {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #ffbfb3;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tablink .tabanchor.current {
  background-color: #ffbfb3;
  color: #fff;
}

.introduce {
  background: url(./img/introduce_bg.png);
  background-size: cover;
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introduce {
    padding: 50px 0;
  }
}
.introduce_slide {
  position: relative;
  z-index: 1;
}
.introduce_slide a {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .introduce_slide a {
    padding: 0 5px;
  }
}
.introduce_slide a:hover {
  opacity: 1;
}
.introduce_slide a .white {
  background: #fff;
  padding: 20px 15px 50px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introduce_slide a .white {
    padding: 10px 10px 40px;
  }
}
.introduce_slide a .cat_name {
  text-align: center;
  font-size: 2rem;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .introduce_slide a .cat_name {
    font-size: 1.6rem;
  }
}
.introduce_slide a .cat_sex {
  text-align: center;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.introduce_slide a .cat_sex span {
  display: inline-block;
  padding: 5px 20px 5px 33px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .introduce_slide a .cat_sex span {
    font-size: 1.2rem;
  }
}
.introduce_slide a .cat_sex.male span {
  background-color: #e5eff9;
  color: #3a7dc3;
  background-image: url("./img/icon_male.png");
  background-size: 15px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.introduce_slide a .cat_sex.female span {
  background-color: #ffe6e7;
  color: #ff7674;
  background-image: url("./img/icon_female.png");
  background-size: 15px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.introduce_slide a .cat_type,
.introduce_slide a .cat_old {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .introduce_slide a .cat_type,
.introduce_slide a .cat_old {
    font-size: 1.4rem;
    min-height: 40px;
  }
}
.introduce_archive {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .introduce_archive {
    margin-top: 50px;
  }
}
.introduce_archive a {
  display: block;
  float: left;
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .introduce_archive a {
    width: 48%;
    margin: 0 1% 20px;
  }
}
.introduce_archive a .white {
  background: #fff;
  padding: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .introduce_archive a .white {
    padding: 10px;
  }
}
.introduce_archive a .cat_name {
  text-align: center;
  font-size: 2rem;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .introduce_archive a .cat_name {
    font-size: 1.6rem;
  }
}
.introduce_archive a .cat_sex {
  text-align: center;
  border-radius: 20px;
}
.introduce_archive a .cat_sex span {
  display: inline-block;
  padding: 5px 20px 5px 33px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .introduce_archive a .cat_sex span {
    font-size: 1.4rem;
  }
}
.introduce_archive a .cat_sex.male span {
  background-color: #e5eff9;
  color: #3a7dc3;
  background-image: url("./img/icon_male.png");
  background-size: 15px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.introduce_archive a .cat_sex.female span {
  background-color: #ffe6e7;
  color: #ff7674;
  background-image: url("./img/icon_female.png");
  background-size: 15px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.introduce_archive a .cat_type,
.introduce_archive a .cat_old {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .introduce_archive a .cat_type,
.introduce_archive a .cat_old {
    min-height: 40px;
    font-size: 1.4rem;
  }
}
.introduce_archive a:nth-child(5n) {
  margin-right: 0;
}
.introduce .btn {
  max-width: 380px;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  background: #ffbfb3;
  display: block;
  color: #fff;
  text-align: center;
  margin: 45px auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .introduce .btn {
    margin: 25px auto 0;
  }
}
.introduce .footprints {
  position: absolute;
}
.introduce .footprints.footprints01 {
  top: 0;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .introduce .footprints.footprints01 {
    width: 50%;
    left: 20px;
  }
}
.introduce .footprints.footprints02 {
  bottom: 50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .introduce .footprints.footprints02 {
    bottom: 20px;
    right: 20px;
    width: 16%;
  }
}

.slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -100px;
  z-index: 10;
  width: 33px;
  height: 63px;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 20px;
    height: 40px;
    bottom: 50%;
  }
}
.slide-arrow.next-arrow {
  right: 50%;
  background: url(./img/next.png);
  background-size: cover;
  margin-right: -300px;
}
@media screen and (max-width: 767px) {
  .slide-arrow.next-arrow {
    right: 0;
    margin-right: 0;
  }
}
.slide-arrow.prev-arrow {
  left: 50%;
  background: url("./img/prev.png");
  background-size: cover;
  margin-left: -300px;
}
@media screen and (max-width: 767px) {
  .slide-arrow.prev-arrow {
    left: 0;
    margin-left: 0;
  }
}

.attention__Flex {
  margin: auto;
  max-width: 1000px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .attention__Flex {
    display: block;
  }
}
.attention__Flex > div {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .attention__Flex > div {
    margin-right: 0;
  }
}

.price {
  background: #ffbfb3;
  padding: 130px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 50px 0;
  }
}
.price .eng_ttl,
.price .jp_ttl {
  color: #fff;
}
.price dl {
  max-width: 1000px;
  margin: 0 auto 15px;
  background: #fff;
  border-radius: 10px;
  padding: 35px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .price dl {
    display: block;
    padding: 15px 10px;
  }
}
.price dl dt {
  font-size: 1.8rem;
  color: #666;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price dl dt {
    font-weight: bold;
    font-size: 1.5rem;
  }
}
.price dl dt span {
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .price dl dt span {
    font-size: 1.1rem;
  }
}
.price dl dt span.rela {
  padding-left: 15px;
  position: relative;
  display: block;
}
.price dl dt span.rela .abso {
  position: absolute;
  left: 0px;
}
.price dl dd {
  font-size: 3rem;
  color: #666;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price dl dd {
    font-size: 2rem;
    text-align: right;
    margin-top: 10px;
  }
}
.price dl:first-of-type {
  margin-top: 30px;
}
.price .pink {
  max-width: 1000px;
  margin: 10px auto;
  font-size: 1.4rem;
  color: #cf1c1c;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price .pink {
    font-size: 1.2rem;
  }
}
.price .pink span {
  position: absolute;
  left: 0;
}
.price .footprints {
  position: absolute;
}
.price .footprints.footprints01 {
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .price .footprints.footprints01 {
    top: 20px;
    right: 20px;
    width: 40%;
  }
}
.price .footprints.footprints02 {
  bottom: 50px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .price .footprints.footprints02 {
    bottom: 20px;
    left: 20px;
  }
}

.shop {
  padding: 85px 0 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop {
    padding: 50px 0;
  }
}
.shop .shop-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .shop .shop-wrap {
    margin-top: 30px;
    display: block;
  }
}
.shop .shop-wrap figure {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .shop .shop-wrap figure {
    width: 100%;
  }
}
.shop .shop-wrap .detail {
  width: 50%;
  background: #ffbfb3;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .shop .shop-wrap .detail {
    width: 100%;
  }
}
.shop .shop-wrap .detail h3 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.shop .shop-wrap .detail .btn {
  max-width: 380px;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  background: #fff;
  display: block;
  color: #ffbfb3;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.access {
  padding: 85px 0 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 50px 0;
  }
}
.access .access_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .access .access_wrap {
    margin-top: 30px;
  }
}
.access .fl {
  float: left;
  width: 50%;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .access .fl {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.access .fl h3 {
  font-size: 2.8rem;
  color: #666;
  font-weight: bold;
  padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .access .fl h3 {
    font-size: 2rem;
    padding: 10px 0 20px;
  }
}
.access .fl .access_txt {
  font-size: 1.8rem;
  color: #666;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .access .fl .access_txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.access .fr {
  float: right;
  width: calc(50% - 10px);
  position: relative;
}
.access .fr:before {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffbfb3;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .access .fr {
    float: none;
    width: 100%;
  }
}
.access .fr #map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.access .fr #map iframe,
.access .fr #map object,
.access .fr #map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .licencetagble {
  padding-left: 80px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .access .licencetagble {
    padding-left: 0;
    margin-top: 50px;
  }
}
.access .licencetagble h3 {
  font-size: 2.4rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .access .licencetagble h3 {
    font-size: 1.8rem;
  }
}
.access .licencetagble table {
  width: 100%;
  border: 1px solid #ccc;
}
.access .licencetagble table th {
  width: 250px;
  padding: 15px;
  background: #ffbfb3;
  font-size: 1.8rem;
  color: #7f614c;
  font-weight: bold;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .access .licencetagble table th {
    display: block;
    width: 100%;
  }
}
.access .licencetagble table td {
  width: calc(100% - 180px);
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #7f614c;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access .licencetagble table td {
    display: block;
    width: 100%;
  }
}
.access .footprints {
  position: absolute;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .access .footprints {
    top: 20px;
    left: 20px;
  }
}

.news {
  padding: 80px 0 200px;
  background: url("./img/news_bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0;
    background: url("./img/news_bg_sp.png");
    background-position: center;
    background-size: cover;
  }
}
.news .eng_ttl,
.news .jp_ttl {
  color: #fff;
}
.news ul {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news ul {
    margin-top: 30px;
  }
}
.news ul li {
  margin-bottom: 15px;
}
.news ul li a {
  padding: 30px 60px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news ul li a {
    padding: 20px 15px;
  }
}
.news ul li a:hover {
  opacity: 1;
}
.news ul li a figure {
  width: 130px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .news ul li a figure {
    width: 100px;
    margin-right: 20px;
  }
}
.news ul li a .detail {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .news ul li a .detail {
    width: calc(100% - 120px);
  }
}
.news ul li a .detail .date {
  font-size: 1.2rem;
  color: #666;
}
.news ul li a .detail h3 {
  margin-top: 5px;
  font-size: 2rem;
  color: #666;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news ul li a .detail h3 {
    font-size: 1.4rem;
  }
}
.news .footprints {
  position: absolute;
}
.news .footprints:nth-of-type(1) {
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .news .footprints:nth-of-type(1) {
    top: 10px;
    right: 10px;
    width: 50%;
  }
}
.news .footprints:nth-of-type(2) {
  top: 580px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 50px 20px 20px !important;
  }
}

.modal_cont {
  position: relative;
}
.modal_cont .thum {
  float: left;
  width: 350px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .modal_cont .thum {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal_cont .thum img {
  border-radius: 10px;
}
.modal_cont .detail {
  float: right;
  width: calc(100% - 370px);
}
@media screen and (max-width: 767px) {
  .modal_cont .detail {
    float: none;
    width: 100%;
  }
}
.modal_cont .detail table {
  width: 100%;
}
.modal_cont .detail table tr {
  border-bottom: 1px solid #ccc;
}
.modal_cont .detail table tr th {
  width: 85px;
  padding: 46px 0;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: top;
  color: #7e7e7e;
}
@media screen and (max-width: 767px) {
  .modal_cont .detail table tr th {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.modal_cont .detail table tr td {
  width: calc(100% - 85px);
  padding: 46px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #7e7e7e;
}
@media screen and (max-width: 767px) {
  .modal_cont .detail table tr td {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.modal_cont .cat_sex {
  text-align: center;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .modal_cont .cat_sex {
    top: -35px;
  }
}
.modal_cont .cat_sex span {
  display: inline-block;
  padding: 2px 15px 2px 33px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.modal_cont .cat_sex.male span {
  background-color: #e5eff9;
  color: #3a7dc3;
  background-image: url("./img/icon_male.png");
  background-size: 10px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.modal_cont .cat_sex.female span {
  background-color: #ffe6e7;
  color: #ff7674;
  background-image: url("./img/icon_female.png");
  background-size: 10px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.modaal-container {
  border-radius: 10px;
}

.modaal-close {
  position: absolute !important;
  right: 0 !important;
  top: -50px !important;
}

.under_fv {
  background: url(./img/under_fv.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .under_fv {
    background-image: url(./img/under_fv_sp.png);
  }
}
.under_fv h2 {
  padding: 280px 0 50px;
  color: #fff;
  font-size: 7.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .under_fv h2 {
    padding: 150px 0 30px;
    font-size: 3rem;
  }
}
.under_fv.-shop {
  background: url(./img/under_fv_shop.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .under_fv.-shop {
    background-image: url(./img/under_fv_shop_sp.png);
  }
}

.breadcurmb ul {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.breadcurmb ul li {
  font-size: 1.4rem;
  color: #000;
}
.breadcurmb ul li a {
  position: relative;
  font-size: 1.4rem;
  color: #000;
  margin-right: 30px;
}
.breadcurmb ul li a:before {
  position: absolute;
  right: -20px;
  content: "-";
}