@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: inline-block;
  }
}

body {
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

.wrapper {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background-color: #fff;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
}

.area-wrapper .header-text {
  text-align: center;
  width: 850px;
  margin: 60px auto 120px;
  font-size: 14px;
  line-height: 1.8rem;
}

.area-wrapper .bodyWrap {
  position: relative;
  /* z-index: 1; */
}

.m_logo{
  margin: 100px;
  text-align: center;
}

.m_logo img{
  width: 25%;
}

.container_1 {
  display: flex;
  width: 1080px;
}

.no1 {
  flex: 1;
}

.no2 {
  flex: 1;
}

.no3 {
  flex: 1;
}

.no4 {
  flex: 1;
}

p{
  margin: 30px;
}



.container_2{
  display: flex;
}

.container_2 img{
  width: 520px;
}

.visual_2 img{
  width: 520px;
}

.container_3 {
  text-align: center;
}

.container_3  .no3{
  max-width: 520px;
  display: block;
  margin: 0 auto;
}

.container_3 .product {
  max-width: 520px;
}

.left:hover{
  opacity:0.5;
}

.name:hover{
  opacity:0.5;
}

.btn:hover{
  opacity:0.5;
}




@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
  }
  .area-wrapper .header-text {
    width: auto;
    margin: 30px;
    font-size: 12px;
  }
}

a:focus, *:focus {
  outline: none;
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 0 100px;
}

img {
  max-width: 100%;
}



/*
    area-header
=========================================*/
.area-header .mainvisual img {
  width: 100%;
}

.area-body section {
  width: 1080px;
  margin: 0 auto;
}

.area-body section .num {
  text-align: right;
  font-size: 40px;
  color: #edb635;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.area-body section .visual img.only_pc {
  display: block;
}

.area-body section .visual img.only_sp {
  display: none;
}

.area-body section .sub-image {
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
}

.area-body section .sub-image li {
  margin-right: 5px;
}

.area-body section .sub-image li:last-child {
  margin-right: 0;
  margin-left: 5px;
}

.area-body section h2 {
  font-size: 16px;
  color: #edb635;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  margin: 50px 0 10px;
}

.area-body section .sub-product {
  text-align: left;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 0 0 100px;
  
}

.area-body section .sub-product li {
  width: 33.3333333333333%;
}

.area-body section .sub-product li a {
  text-decoration: none;
}

.area-body section .sub-product.half li {
  width: 50%;
}

.area-body section .product {
  display: flex;
  display: -webkit-flex;
  margin-top: 80px;
}

.area-body section .product .left {
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

.area-body section .product .right {
  width: 50%;
  text-align: left;
}

.area-body section .product .right .name a {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  border-left: 2px solid #000;
  padding-left: 10px;
  display: block;
  text-decoration: none;
  line-height: 1.2;
}

.area-body section .product .right .name a .pri {
  line-height: 2;
  font-size: 14px;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.area-body section .product .right p {
  font-size: 14px;
  margin: 40px 0;
}

.area-body section .product .right .btn {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin-top: 50px;
}

.area-body section .product .right .btn a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid;
  border-color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

.area-body section .product .right .btn .line {
  width: 70px;
  height: 1px;
  background: #000;
  display: inline-block;
  position: relative;
  top: -6px;
  margin-right: 30px;
}

.area-body .line-tate {
  width: 100%;
  height: 600px;
  background: url(/pages/20220407_monitaly/img/Monitaly-22SS-Image-Book-46.jpg);
  display: table;
  margin: 0 auto;
}

.area-body .btn-all {
  margin: 70px 0;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.area-body .btn-all a {
  text-decoration: none;
  padding: 10px;
  border: 10px;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 25;
}

.btn-all a:hover{
  opacity: 0.5;
}


@media screen and (max-width: 896px) {

.area-wrapper {
  overflow: hidden;
  height: auto;
  min-width: auto;
}

.area-header .mainvisual img {
  width: 100%;

}

  .m_logo{
    margin: 50px;
    text-align: center;
  }
  
  .m_logo img{
    width: 50%;
  }
  
  .area-wrapper .header-text {
    text-align: left;
    /* width: 850px; */
    margin: 50px 20px;
    font-size: 14px;
    line-height: 1.8rem;
  }

  .visual {
    width: 100%;
  }

  .container_1 {
    display: block;
    width: 100%;
  }

  .container_2{
    display: block;
  }

  .visual_2 img{
    width: 315px;
  }

  .container_3 {
    text-align: center;
  }
  
  .container_3  .no3{
    max-width: 315px;
    display: block;
    margin: 0 auto;
  }

  .area-body section .product .right .btn a {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    border: 1px solid;
    border-color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
  }

  p{
    margin: 0px;
  }


  .no1 {

    margin: 30px;
  }
  
  .no2 {
    margin: 30px;
  }
  
  .no3 {
    margin: 30px;
  }
  
  .no4 {
    margin: 30px;
  }

/* 
ul {
    list-style-type:none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
 } */



.area-body .line-tate {
  width: 100%;
  height: 600px;
  background: url(/pages/20220407_monitaly/img/Monitaly-22SS-Image-Book-46.jpg);
  display: table;
  margin: 0 auto;
}

.area-body .btn-all {
  margin: 70px 0;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.area-body .btn-all a {
  text-decoration: none;
  padding: 10px;
  border: 10px;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 25;
}

.area-body .line-tate {
  width: 100%;
  height: 375px;
  background: url(/pages/20220407_monitaly/img/s/Monitaly-22SS-Image-Book-46.jpg);
  display: table;
  margin: 0 auto;
}

.area-body .btn-all {
  margin: 70px 0;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.area-body .btn-all a {
  text-decoration: none;
  padding: 10px;
  border: 10px;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 16;
}
  
  




  .area-body section {
    width: auto;
    margin: 0 auto;
  }
  .area-body section .num {
    font-size: 20px;
    margin-right: 10px;
  }
  .area-body section .visual img.only_pc {
    display: none;
  }
  .area-body section .visual img.only_sp {
    display: block;
    text-align: center;
  }
  .area-body section .sub-image {
    display: block;
  }
  .area-body section .sub-image li {
    margin-right: 0;
    margin-left: 30%;
    margin-top: 1%;
  }
  .area-body section .sub-image li:last-child {
    margin-right: 30%;
    margin-left: 0;
  }
  .area-body section:nth-child(2n) .sub-image {
    display: block;
  }
  .area-body section:nth-child(2n) .sub-image li {
    margin-right: 30%;
    margin-left: 0;
    margin-top: 1%;
  }
  .area-body section:nth-child(2n) .sub-image li:last-child {
    margin-right: 0;
    margin-left: 30%;
  }
  .area-body section h2 {
    font-size: 15px;
    margin: 30px 30px 10px;
  }
  .area-body section .sub-product {
    font-size: 12px;
    /* margin: 0 30px 60px; */
    width: 100%;
  }
  .area-body section .sub-product li {
    width: 100%;
  }
  .area-body section .sub-product li a {
    text-decoration: none;
  }
  .area-body section .sub-product.half li {
    width: 100%;
  }
  .area-body section .product {
    display: block;
    margin-top: 50px;
  }
  .area-body section .product .left {
    width: 100%;
    padding: 0 30px 30px;
    box-sizing: border-box;
  }
  .area-body section .product .right {
    width: 100%;
    /* padding: 0 30px; */
    text-align: center;
  }

.name {
  text-align: left;
}

  .area-body section .product .right .name a {
    font-size: 14px;
    border-left: 2px solid #000;
    /* padding-left: 14px; */
    line-height: 1.2;
  }
  .area-body section .product .right .name a .pri {
    font-size: 11px;
    line-height: 2;
  }
  .area-body section .product .right p {
    font-size: 12px;
    margin: 20px 0;
    line-height: 2;
  }
  .area-body section .product .right p br {
    display: none;
  }
  .area-body section .product .right .btn {
    font-size: 18px;
    text-align: center;
    /* margin-bottom: 40px; */
    margin: 20px auto;
  }
  .area-body section .product .right .btn .line {
    width: 50px;
    top: -3px;
    margin-right: 20px;
  }
  .area-body .line-tate {
    /* width: 1px;
    height: 75px; */
  }
  .area-body .btn-all {
    margin: 30px 0;
    font-size: 18px;
  }
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*# sourceMappingURL=maps/app.css.map */
