@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Work+Sans");*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;900&display=swap');

a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition: 0.5s;
  transition-duration: 0.5s;
  opacity: 0.5;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
* {
  font-family: 'Noto Sans JP', sans-serif;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
.p-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .p-main {
    font-size: 18px;
  }
}
.p-main * {
  box-sizing: border-box;
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Utility */
.u-none {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}
@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}
.u-table {
  display: table;
}
@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}
@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

.p-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  color: #333333;
  font-smoothing: antialiased;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 1.8 !important;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  .p-main {
    font-size: 15px;
  }
}


/* == PageDesign PC ============================================= */
.p-main h2{
  margin: 0 0 100px;
}
.main-contents{
  width: 1080px;
  margin: 0 auto;
}


/*---- lead_txt ----*/
.lead_txt{
  margin: 0 auto 155px;
}
.lead_txt h3{
  font-size: 26px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin: 0 auto 50px;
}
.lead_txt p {
  width: 665px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
}
.lead_txt .txt-top {
  font-size: 17px;
  font-weight: 600;
  margin: 0 auto 28px;
}


/*---- pickup_item_main ----*/
.p-main h4{
  font-weight: bold;
  text-align: center;
  font-size: 42px;
  margin: 0 auto 70px;
}

.pickup_item_main{
  position: relative;
  margin: 0 auto 100px;
}
.pickup_item_main .item01{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 85px;
}
.pickup_item_main .item02{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.pickup_item_main .pick-img{
  width: 585px;
}
.pickup_item_main .pick-credit{
  width: 425px;
}
.pick-credit h5{
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 25px;
  line-height: 45px;
}
.pick-credit p{
  font-size: 14px;
  line-height: 29px;
  margin: 0 0 65px;
  line-height: 36px;
}
p.lp_price{
  font-size: 18px;
  color: #333333;
  margin: 0 0 45px;
  font-weight: bold;
}
.lp_price span{
  border-bottom: 1px solid #000;
  padding: 0 0 4px 0;
  transition: 0.5s;
}
.lp_price span:hover{
  color: #909090;
  transition: 0.5s;
}
.pick-credit a{
  text-decoration: none;
}
.pick-credit div{
  position: relative;
  padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.pick-credit iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---- pickup_item_sub ----*/
.pickup_item_sub{
  margin: 0 auto 40px;
}
.pickup_item_sub ul{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 110px;
}
.pickup_item_sub li{
  width: 500px;
}
.pickup_item_sub li div{
  margin: 0 auto 35px;
}
.pickup_item_sub a{
  text-decoration: none;
  transition: 0.5s;
}
.pickup_item_sub a:hover{
  transition: 0.5s;
  color: #909090;
}
.pickup_item_sub h5{
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 25px;
}
span.lp_price{
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding: 0 0 3px 0;
}
.pickup_item_sub p{
  font-size: 14px;
  line-height: 29px;
}


/*---- other_item ----*/
.other_item{
  margin: 0 auto 100px;
}
.other_item ul{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 70px;
}
.other_item li{
  width: 250px;
}
.other_item div{
  margin: 0 0 15px;
}
.other_item a{
  text-decoration: none;
  transition: 0.5s;
}
.other_item a:hover{
  transition: 0.5s;
  color: #909090;
}
.other_item h5{
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 25px;
}
span.other_item{
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding: 0 0 3px 0;
}
.all-btn a{
  width: 1000px;
  background: #363636;
  border: 1px solid #363636;
  font-size: 20px;
  color: #fff;
  padding: 25px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: 0.5s;
}
.all-btn a:hover{
  background: #fff;
  color: #363636;
  transition: 0.5s;
}




@media screen and (max-width: 1080px) {
.main-contents{
  width: 95%;
}
.lead_txt p{
  width: 70%;
}
.pickup_item_main .pick-img{
  width: 55%;
}
.pickup_item_main .pick-credit{
  width: 40%;
}
.pickup_item_sub li{
  width: 46%;
}
.other_item li{
  width: 23%;
}
.all-btn a{
  width: 90%;
}
}



/* == PageDesign smp ============================================= */
@media screen and (max-width: 768px) {
.p-main h2{
  margin: 0 0 17.5vw;
}

/*---- lead_txt ----*/
.lead_txt{
  margin: 0 auto 19vw;
}
.lead_txt h3{
  font-size: 23px;
  letter-spacing: 0.13em;
  margin: 0 auto 9.5vw;
}
.lead_txt p{
  width: 92%;
  font-size: 12px;
  line-height: 28.5px;
}
.lead_txt .txt-top{
  font-size: 13px;
  line-height: 29px;
  margin: 0 auto 3vw;
}


/*---- pickup_item_main ----*/
.p-main h4{
  font-size: 23px;
  margin: 0 auto 11vw;
}
.pickup_item_main{
  margin: 0 auto 0;
}
.pickup_item_main .item01{
  flex-direction: column;
  margin: 0 auto 15vw;
}
.pickup_item_main .item02{
  flex-direction: column;
  margin: 0 auto 15vw;
}
.pickup_item_main .pick-img{
  width: 98%;
  margin: 0 auto 5vw;
  text-align: center;
}
.pickup_item_main .pick-credit{
  width: 98%;
}
.pick-credit h5{
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 3vw;
}
.pick-credit p{
  font-size: 11px;
  letter-spacing: 0.07em;
  line-height: 22px;
  margin: 0 0 6vw;
}
p.lp_price{
  font-size: 11px;
  line-height: 11px;
  margin: 0 0 7vw;
}


/*---- pickup_item_sub ----*/
.pickup_item_sub{
  margin: 0 auto 5vw;
}
.pickup_item_sub ul{
  flex-direction: column;
  margin: 0;
}
.pickup_item_sub li{
  width: 98%;
      margin: 0 auto 15vw;
}
.pickup_item_sub li div{
  margin: 0 auto 4vw;
  text-align: center;
}
.pickup_item_sub h5{
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 4vw;
}
span.lp_price{
  font-size: 11px;
}
.pickup_item_sub p{
  font-size: 11px;
  letter-spacing: 0.07em;
  line-height: 22px;
  margin: 0 0 6vw;
}


/*---- other_item ----*/
.other_item h4{
  margin: 0 auto 8vw;
}
.other_item ul{
  flex-wrap: wrap;
  margin: 0 auto 10vw;
}
.other_item li{
  width: 48%;
}
.other_item div{
  margin: 0 0 2vw;
  text-align: center;
}
.other_item h5{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
span.lp_price{
  font-size: 10px;
  font-weight: 400;
  padding: 0 0 2px 0;
}
.all-btn a{
  width: 98%;
  padding: 3% 0;
  font-size: 15px;
}
.other_item{
  margin: 0 auto 15vw;
}
}































