@charset "UTF-8";
/* CSS Document */
main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 90px 0px 0px 0px;
  z-index: 1;
}
.menu_undercover {
  position: fixed;
  top: 0px;
  height: 90px;
  width: 100%;
  z-index: 2;
  background-color: #fff
}
.navi_title {
  align-self: center;
  font-family: "UniversNextPro-BoldCond";
  margin: 15px 0px 10px 0px;
  font-size: 1.8rem;
}
.ctn_title {
  align-self: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0px 0px 0px 0px;
  font-size: 3rem;
}
/*menu----------------------*/
.situation_menu {
  position: sticky;
  top: 88px;
  z-index: 3;
}
@media (max-width: 1205px) {
  .menu_undercover {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 100%;
    z-index: 2;
    background-color: #fff
  }
  .situation_menu {
    position: sticky;
    top: 60px;
    z-index: 3;
  }
}
.situation_current {
  height: 78px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.situation_current_txt {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000
}
.situation_current_arr {
  width: 40px;
  height: 25px;
  background: url("../../images/b_whatis_sp.svg") top left/ 40px 50px no-repeat;
}
.situation_current_arr.av {
  background: url("../../images/b_whatis_sp.svg") bottom left / 40px 50px no-repeat;
}
.situation_menu_base {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh - 164px);
  padding: 20px 0px 15px 0px;
  background-color: #f5f5f5;
  -ms-overflow-style: none;
  overflow-y: scroll;
}
.situation_menu_base::-webkit-scrollbar {
  display: none;
}
.situation_menu_base.av {}
.situation_menu_base_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0px auto;
  width: 90%;
  padding: 10px 0px 10px 0px;
}
a.situation_b {
  flex: 1 0 30%;
  min-width: 300px;
  display: flex;
  margin: 0% 1% 4% 1%;
  border: #ccc 1px solid;
  transition: background-color 0.3s;
}
a.situation_b.av {
  background-color: #fff
}
a.situation_b:hover {
  text-decoration: none;
  background-color: #fff;
  transition: opacity 0.3s;
}
a.situation_b_photo {
  flex: 0 0 20%;
  max-width: 100px;
}
.situation_b_photo img {
  max-width: 100px;
}
.situation_b_txt {
  flex: 0 1 75%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 1205px) {
  .situation_menu_base_inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
    width: 96%;
    padding: 10px 0px 10px 0px;
  }
  a.situation_b {
    flex: 1 0 40%;
    min-width: 150px;
    display: flex;
    margin: 0% 1% 4% 1%;
    border: #ccc 1px solid;
    transition: background-color 0.3s;
  }
  a.situation_b.av {
    background-color: #fff
  }
  a.situation_b:hover {
    text-decoration: none;
    background-color: #fff;
    transition: opacity 0.3s;
  }
  a.situation_b_photo {
    flex: 0 0 20%;
    max-width: 60px;
  }
  .situation_b_photo img {
    max-width: 60px;
  }
  .situation_b_txt {
    flex: 0 1 80%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .st-top {
    flex: 0 1 100%;
  }
}
.st-top {
  flex: 0 1 100%;
  padding-left: 0px;
  justify-content: center;
}
/*top----------------------*/
main.situation_top {
  min-height: calc(100vh - 130px);
}
.situation_contents_top {
  position: relative;
  height: 60vh;
  margin-bottom: auto;
  overflow: scroll;
  -ms-overflow-style: none;
}
/*
.mac.safari .situation_contents_top {
  position: relative;
  scroll-snap-type: y mandatory;
  height: 60vh;
  margin-bottom: auto;
  overflow: scroll;
  -ms-overflow-style: none;
}
*/
.situation_contents_top::-webkit-scrollbar {
  display: none;
}
.situation_area_top {
  height: 60vh;
  display: flex;
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.situation_top_copy {
  width: 50%;
  margin: 0px 0px 0px 0px;
  font-size: 2.2rem;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  line-height: 4.2rem;
}
.arr {
  width: 50px;
  margin: 20px 0px 0px 0px;
}
.blink-arr {
  animation: flash01 1s linear infinite;
}
@keyframes flash01 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.scroll-txt {
  display: none
}
.situation_area {
  display: flex;
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  height: 60vh;
}
a.situation_area:hover {
  opacity: 1;
  text-decoration: none
}
.area_01 {
  background: url(../../situation/images/situation_01.jpg) no-repeat center center;
  background-size: cover;
}
.area_02 {
  background: url(../../situation/images/situation_02.jpg) no-repeat center center;
  background-size: cover;
}
.area_03 {
  background: url(../../situation/images/situation_03.jpg) no-repeat center center;
  background-size: cover;
}
.area_04 {
  background: url(../../situation/images/situation_04.jpg) no-repeat center center;
  background-size: cover;
}
.area_05 {
  background: url(../../situation/images/situation_05.jpg) no-repeat center center;
  background-size: cover;
}
.top_title_base {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  /*  letter-spacing: 0.4rem;*/
  font-size: 3.2rem;
  line-height: 4rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%);
  /*  opacity: 0;
  transition: 2s;
	transition-delay: 0.5s;*/
}
.base_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}
.base_wrap::before {
  display: flex;
  align-items: center;
  content: "";
  padding-top: 100%;
}
.top_title_txt {
  margin: 0rem 2rem 0rem 2rem;
  /*  white-space: nowrap;*/
  text-align: center;
}
@media (max-width: 1205px) {
  .pcn {
    display: block
  }
  .top_title_base {
    font-family: "FP-ヒラギノ明朝 ProN W3";
    font-size: calc(1.8rem + 0.4vw);
    line-height: calc(3rem + 0.4vw);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%);
    /*  opacity: 0;
  transition: 2s;*/
  }
}
.top_title_base_01, .top_title_base_05 {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 26vw;
}

.top_title_base_03, .top_title_base_04{
  position: absolute;
  top: 40px;
  right: 40px;
  width: 26vw;
}


.top_title_base_02{ 
  position: absolute;
	 top: 50%;
  left: 50%;
	 transform: translate(-50%,-50%);
  width: 26vw;    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.b_pn_area {
  width: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b_prv {
  display: block;
  margin-top: 8px;
  width: 120px;
  height: 40px;
  background: url("../../situation/images/b_arr_prv.svg")#fff no-repeat center center;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.b_nxt {
  display: block;
  margin-bottom: 8px;
  width: 120px;
  height: 40px;
  background: url("../../situation/images/b_arr_nxt.svg")#fff no-repeat center center;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.b_prv:hover, .b_nxt:hover {
  opacity: 1
}
.top_fade_item_ap {
  opacity: 1;
}
/*--------------------------*/
.situation_contents {
  min-height: 0%;
}
.main_img_area {
  display: flex;
  height: calc(100vw / 2);
  max-height: 600px;
  overflow: hidden;
}
.situation_01 {
  background: url(../../situation/images/situation_01.jpg) no-repeat center center;
  background-size: cover;
}
.situation_02 {
  background: url(../../situation/images/situation_02.jpg) no-repeat center center;
  background-size: cover;
}
.situation_03 {
  background: url(../../situation/images/situation_03.jpg) no-repeat center center;
  background-size: cover;
}
.situation_04 {
  background: url(../../situation/images/situation_04.jpg) no-repeat center center;
  background-size: cover;
}
.situation_05 {
  background: url(../../situation/images/situation_05.jpg) no-repeat center center;
  background-size: cover;
}
/*
.title_base {
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%);
  font-family: "FP-ヒラギノ明朝 ProN W3";;
  opacity: 0
}



*/
.title_base {
  overflow: hidden;
  display: flex;
  align-items: center;
  font-family: "FP-ヒラギノ明朝 ProN W3"; /*  letter-spacing: 0.1rem*/ ;
  background-image:
    linear-gradient(00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-repeat: no-repeat;
  background-size: 1px 0, 0 1px, 1px 0, 0 1px;
  background-position: left bottom, left top, right top, right bottom;
  background-color: rgba(255, 255, 255, 0);
  animation: square_line 2s linear forwards;
  animation-delay: 1s;
}
@keyframes square_line {
  00% {
    background-size:
      1px 0, 0 1px, 1px 0, 0 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  20% {
    background-size:
      1px 100%, 0 1px, 1px 0, 0 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  40% {
    background-size:
      1px 100%, 100% 1px, 1px 0, 0 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  65% {
    background-size:
      1px 100%, 100% 1px, 1px 100%, 0 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  80% {
    background-size:
      1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-size:
      1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.title_txt {
  opacity: 0;
  animation-name: fadeInTitle_txt;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
@keyframes fadeInTitle_txt {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
 .title_base_01, .title_base_05{
  margin: 3vw 0vw 0vw 3vw;
  width: 30vw;
  height: 30vw;
  padding: 2rem;
  font-size: calc(2rem + 0.4vw);
  line-height: calc(3.6rem + 0.4vw);
}
.title_base_03,.title_base_04 {
  align-content: flex-end;
  margin: 3vw 3vw 0vw auto;
  width: 30vw;
  height: 30vw;
  padding: 2rem;
  font-size: calc(2rem + 0.4vw);
  line-height: calc(3.6rem + 0.4vw);
}
.title_base_02 {
  align-content: center;
  margin: 3vw auto 0vw auto;
  width: 30vw;
  height: 30vw;
  padding: 2rem;
  font-size: calc(2rem + 0.4vw);
  line-height: calc(3.6rem + 0.4vw);  background-image:
    linear-gradient(00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(00deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-repeat: no-repeat;
  background-size: 1px 0, 0 1px, 1px 0, 0 1px;
  background-position: left bottom, left top, right top, right bottom;
  background-color: rgba(255, 255, 255, 0);
  animation: square_line 2s linear forwards;
  animation-delay: 1s;
}
@keyframes square_line {
  00% {
    background-size:
      1px 0, 0 1px, 1px 0, 0 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  20% {
    background-size:
      1px 100%, 0 1px, 1px 0, 0 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  40% {
    background-size:
      1px 100%, 100% 1px, 1px 0, 0 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  65% {
    background-size:
      1px 100%, 100% 1px, 1px 100%, 0 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  80% {
    background-size:
      1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-size:
      1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.fade_item {
  opacity: 0;
  padding-top: 100px;
  transition: 1s;
}
.item_ap {
  padding-top: 0px;
  opacity: 1;
}
.fade_item_02 {
  opacity: 0;
  margin-left: 100vw;
  transition: 1s;
}
.item_ap_02 {
  opacity: 1;
  margin-left: 0vw;
}
.read_01 {
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 3.6rem;
  margin: 50px auto 50px auto;
  width: 60%; /*  letter-spacing: 0.1rem*/
}
.section_title_base_area {
  width: 60%;
  margin: 60px auto 40px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden
}
.section_title_base {
  width: 90%;
  display: flex;
  justify-content: center;
  text-align: left;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  padding: 4rem 0rem 1.2rem 0rem;
  font-size: 2.4rem;
  line-height: 3rem;
  /*  letter-spacing: 0.2rem;*/
}
.section_title_line {
  width: 100%;
  height: 1.2rem;
  background-color: #eee;
}
.section_title_txt {}
.fade-title_section {
  animation-name: fadeIntxt;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes fadeIntxt {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.hr_02 {
  width: 80px;
  margin: 20px auto 20px auto;
}
.hr_03 {
  width: 80px;
  margin: 20px auto 50px auto;
}
.product_area {
  width: 60%;
  margin: 0px auto 0px auto;
}
.situation_txt_01 {
  width: 60%;
  margin: 0px auto 0px auto;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 3rem; /*  letter-spacing: 0.1rem*/
}
.situation_txt_01 a {
  text-decoration: underline;
  color: #38825B
}
.situation_txt_01 a:hover {
  text-decoration: underline;
  color: #7CAE93
}
.t_pb {
  text-align: left;
  color: #195B05;
  margin: 0px 0px 1.5rem 0px;
  font-size: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 3rem; /*  letter-spacing: 0.1rem*/
}
.function_area {
  display: flex;
	flex-wrap: wrap;
  align-items: center;

  margin: 10px auto 30px auto;
  padding: 15px 0px 15px 0px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.4rem;
  border-top: #7CAE93 1px dotted;
  border-bottom: #7CAE93 1px dotted;
}
.function_t {
	flex: 1 0 ;

	text-align: left;
min-width: 30%;

	
}
.function_b {	flex: 0 0 ;
  display: flex;


}
a.j-dic,.j-dic {
  padding: 4px 6px 4px 6px;
  margin: 4px 6px 4px 6px;
  border-radius: 2px;
  white-space: nowrap;
  background-color: #D4E0DA
}
.t_md {
  text-align: left;
  color: #000;
  padding-top: 20px;
  margin: 0px 0px 1.5rem 0px;
  font-size: 2.2rem;
  font-family: "UniversNextPro-BoldCond";
  line-height: 2rem; /*  letter-spacing: 0.1rem*/
}
.situation_sub_img {
  margin: 30px auto 30px auto;
}
.product_base {
  margin: 20px 0px 0px 0px;
  display: flex;
  background-color: #f5f5f5
}
.product_img {
  flex: 0 0 50%;
  padding: 4%
}
.product_detail {
  flex: 0 0 50%;
  padding: 4% 4% 4% 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.product_txt_type {
  margin: 0px 0px 1rem 0px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.product_txt_model {
  margin: 0px 0px 1rem 0px;
  font-size: 3rem;
  font-family: "UniversNextPro-Cond";
  line-height: 3rem;
}
.product_price {
  font-size: 2.2rem;
  font-family: "UniversNextPro-Cond"; /*  letter-spacing: 0.1rem*/
}
.product_price span {
  font-size: 1.4rem;
  /*  letter-spacing: 0.1rem*/
}
a.b_detail {
  width: 60%;
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
  border: #000 1px solid;
  cursor: pointer;
}
a.b_detail {
  color: #000;
  text-decoration: none;
}
a.b_detail:hover {
  border: #666 1px solid;
  text-decoration: none;
}
.bgn-adv_yb {
  margin: 0px 0px 30px 0px;
  padding: 0% 4% 4% 4%;
  background-color: #f5f5f5
}
.bgn-adv_yb_inner {
  position: relative;
  padding-bottom: 56.25%;
}
.bgn-adv_yb02 {
  margin: 10px 0px 40px 0px;
  padding: 4% 4% 4% 4%;
  background-color: #f5f5f5
}