@charset "UTF-8";
@import url("./layout/header.css");
@import url("./layout/footer.css");
.wrapper {
  overflow: hidden;
}

body {
  color: #474747;
  position: relative;
}

.overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 50;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}

.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.spbr {
  display: none;
}

.container {
  background: url("../images/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#lineup, #set {
  margin-top: -120px;
  padding-top: 120px;
}

#profile {
  margin-top: -180px;
  padding-top: 180px;
}

.keyvisual {
  background: url("../images/kv2.JPG");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.keyvisual-title {
  margin-top: 230px;
  padding: 30px;
  width: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 10px rgba(126, 126, 126, 0.1);
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.keyvisual-title p {
  font-size: 20px;
  width: 1000px;
  padding-left: 35px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
}

.keyvisual-title h1 {
  width: 1000px;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
}

.keyvisual-title h1 span {
  color: #E54F44;
}

.story {
  color: #4F6A45;
  height: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../images/story.back.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.story-container {
  padding: 80px 0px;
  margin-bottom: 60px;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.story-container h2 {
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 55px;
}

.story-container p {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.lineup {
  width: 100%;
  margin-bottom: 140px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lineup-container {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lineup-container h2 {
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0px 40px;
  margin-bottom: 70px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-color: #E94220;
  box-sizing: border-box;
  color: #fff;
}

.lineup-container h2:after, .lineup-container h2:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.lineup-container h2:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.lineup-container h2:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.lineup-container h3 {
  color: #E94220;
  border-bottom: 3px solid #E94220;
  border-top: 3px solid #E94220;
  font-size: 30px;
  vertical-align: middle;
  padding: 20px 30px;
  margin-bottom: 70px;
}

.lineup-container figure {
  width: 100%;
  height: 555px;
  position: relative;
  margin-bottom: 140px;
}

.lineup-container figure figcaption {
  border-radius: 15px;
  height: 170px;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px 10px rgba(126, 126, 126, 0.1);
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.lineup-container figure figcaption img {
  width: 50px;
  height: 50px;
}

.lineup-container figure figcaption ul {
  height: 100%;
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.lineup-container figure figcaption ul li {
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lineup-container figure figcaption ul li p {
  font-size: 17px;
}

.lineup-container figure figcaption ul li p span {
  font-weight: bold;
}

.lineup-container figure figcaption ul li:before {
  content: "・";
}

.lineup-container__use-img {
  position: absolute;
  height: 150px;
  width: 300px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.lineup-main__pc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 555px;
  width: 750px;
}

.lineup-main__sp {
  display: none;
}

.lineup-set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lineup-set__best {
  position: absolute;
  font-weight: bold;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  padding: 10px;
  color: #fff;
  width: 120px;
  background-color: #E94220;
  margin: 0 auto;
}

.lineup-set__damy {
  opacity: 0;
}

.lineup-set__box {
  position: relative;
  width: 23%;
  height: 340px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.lineup-set__box-damy {
  pointer-events: none;
}

.lineup-set__box:hover .lineup-unit__img {
  box-shadow: 0px 0px 4px 1px rgba(121, 121, 121, 0.1);
}

.lineup-set__box:hover .lineup-unit__img img {
  opacity: .8;
}

.lineup-set__box:hover .lineup-unit__text {
  box-shadow: 0px 0px 4px 1px rgba(121, 121, 121, 0.1);
}

.lineup-set__box:hover .lineup-unit__text div {
  color: #006D4B;
  background-color: #e4e4e4;
}

.lineup-set li:nth-child(1) div div {
  background-color: #006D4B;
}

.lineup-set li:nth-child(2) div div {
  background-color: #005A9B;
}

.lineup-set li:nth-child(3) div div {
  background-color: #1d2962;
}

.lineup-set li:nth-child(4) div div {
  background-color: #363636;
}

.lineup-set li:nth-child(5) div div {
  background-color: #c39f1c;
}

.lineup-set li:nth-child(6) div div {
  background-color: #dbdbdb;
  color: #474747;
}

.lineup-set li:nth-child(7) div div {
  background-color: #405652;
}

.lineup-set li:nth-child(8) div div {
  background-color: #c8d4e1;
  color: #474747;
}

.lineup-set li:nth-child(9) div div {
  background-color: #dfdfdf;
  color: #474747;
}

.lineup-set li:nth-child(10) div div {
  background-color: #645148;
}

.lineup-set li:nth-child(11) div div {
  background-color: #7d6053;
}

.lineup-set li:nth-child(12) div div {
  background-color: #946d5c;
}

.lineup-set li:nth-child(13) div div {
  background-color: #79acb4;
}

.lineup-set li:nth-child(14) div div {
  background-color: #ffbc37;
  color: #474747;
}

.lineup-set li:hover:nth-child(1) .lineup-unit__text div {
  color: #006D4B;
}

.lineup-set li:hover:nth-child(2) .lineup-unit__text div {
  color: #005A9B;
}

.lineup-set li:hover:nth-child(3) .lineup-unit__text div {
  color: #1D2962;
}

.lineup-set li:hover:nth-child(4) .lineup-unit__text div {
  color: #363636;
}

.lineup-set li:hover:nth-child(5) .lineup-unit__text div {
  color: #C39F1C;
}

.lineup-set li:hover:nth-child(6) .lineup-unit__text div {
  color: #818181;
}

.lineup-set li:hover:nth-child(7) .lineup-unit__text div {
  color: #405652;
}

.lineup-set li:hover:nth-child(8) .lineup-unit__text div {
  color: #C8D4E1;
}

.lineup-set li:hover:nth-child(9) .lineup-unit__text div {
  color: #DFDFDF;
}

.lineup-set li:hover:nth-child(10) .lineup-unit__text div {
  color: #645148;
}

.lineup-set li:hover:nth-child(11) .lineup-unit__text div {
  color: #7D6053;
}

.lineup-set li:hover:nth-child(12) .lineup-unit__text div {
  color: #946D5C;
}

.lineup-set li:hover:nth-child(13) .lineup-unit__text div {
  color: #79ACB4;
}

.lineup-set li:hover:nth-child(14) .lineup-unit__text div {
  color: #FFBC37;
}

.lineup-unit__img {
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px rgba(121, 121, 121, 0.1);
  border-radius: 200px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  transition: 300ms all ease;
}

.lineup-unit__img img {
  width: 100%;
  height: 100%;
  transition: 300ms all ease;
}

.lineup-unit__text {
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px rgba(121, 121, 121, 0.1);
  border-radius: 20px;
  width: 210px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: 300ms all ease;
}

.lineup-unit__text p {
  font-size: 12px;
  height: 20%;
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px 10px;
  box-sizing: border-box;
}

.lineup-unit__text div {
  height: 80%;
  width: 100%;
  background-color: grey;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 300ms all ease;
  color: #fff;
}

.lineup-unit__text div span {
  font-size: 14px;
}

.lineup-small__speech {
  transform: rotate(-10deg);
  position: absolute;
  right: 0;
  top: 0;
  color: #E94220;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lineup-small__speech:after {
  content: "＼";
  font-size: 30px;
  font-weight: bold;
}

.lineup-small__speech:before {
  content: "／";
  font-size: 30px;
  font-weight: bold;
}

.profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile-container {
  width: 1000px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-information {
  background-color: #fff;
  width: 90%;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 60px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-shadow: 0px 0px 5px 5px rgba(121, 121, 121, 0.1);
}

.profile-information__top {
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-information__top-text {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.profile-information__top-text h2 {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FF3131;
  display: inline-block;
  border: 1.5px solid #FF3131;
  margin-bottom: 20px;
}

.profile-information__top-text h3 {
  font-size: 25px;
}

.profile-information__top-text p {
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
}

.profile-information__top img {
  height: 200px;
  width: 250px;
  margin-right: 20px;
}

.profile-information__bot {
  width: 100%;
}

.profile-information__bot h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile-information__bot p {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
}

.profile-conversion {
  width: 75%;
  height: 80px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #FF3131;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px 0px 5px 5px rgba(121, 121, 121, 0.1);
}

.profile-conversion p {
  color: #fff;
}

.profile-conversion:after {
  content: "＞";
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #FF3131;
  font-size: 15px;
  border-radius: 300px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.profile-conversion:hover {
  background-color: rgba(255, 49, 49, 0.5);
}

.profile-conversion:hover:after {
  color: rgba(255, 49, 49, 0.5);
}

.link {
  width: 100%;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link img {
  width: 800px;
  height: 260px;
  border: 1px solid #dfdfdf;
}

.link img:hover {
  opacity: .8;
}

.deepinfor {
  display: none;
  width: 900px;
  height: auto;
  max-height: 550px;
  background-color: rgba(76, 127, 89, 0.85);
  overflow: hidden;
  border-radius: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  margin: auto;
  box-shadow: 0px 0px 10px 10px rgba(126, 126, 126, 0.1);
}

.deepinfor__batu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
}

.deepinfor__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

}

.deepinfor__top {
  height: 50%;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deepinfor__top-text__itioshi {
  color: #fff;
  background-color: #E54F44;
  padding: 10px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.deepinfor__top-text__title {
  color: #fff;
  background-color: #5B8B65;
  padding: 30px 70px;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deepinfor__top-text__title-b {
  color: #474747;
}

.deepinfor__top-text__titleM {
  font-size: 35px;
}

.deepinfor__top-text__titleS {
  margin-top: 10px;
}

.deepinfor__top-text__maker {
  margin-bottom: 10px;
  font-weight: bold;
}

.deepinfor__top-img {
  width: 300px;
  height: 200px;
  margin-right: 40px;
}

.deepinfor__mid {
  margin-bottom: 20px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: transparent;
}

.deepinfor__mid::-webkit-scrollbar {
  width: 8px;
}

.deepinfor__mid::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 10px;
}

.deepinfor__mid::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
}

.deepinfor__mid-text {
  color: #fff;
}

.deepinfor__mid-text__item {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px;
  padding-bottom: 12px;
  font-weight: bold;
}
.deepinfor__mid-text__item:before {
  content: "・";
  position: absolute;
  top:0;
  left: 0;
}

.deepinfor__mid-text__item-pb {
  color: #474747;
}

.deepinfor__mid-text__item-pb:before {
  color: #474747;
}

.deepinfor__mid-img {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.deepinfor__mid-img1 {
  width: 350px;
  height: 350px;
}

.deepinfor__mid-img2 {
  width: 350px;
  height: 350px;
}

@media screen and (max-width: 1200px) {
  .keyvisual-title {
    width: 60%;
  }
}

/*=================================
*　　meadia ~1000px
=================================*/
@media screen and (max-width: 1000px) {
  .headerPc {
    display: none;
  }
  .headerSp {
    -js-display: flex;
    display: flex;
  }
  .keyvisual {
    margin-top: 50px;
  }
  .keyvisual-title {
    width: 100%;
  }
  .keyvisual-title p {
    width: 100%;
  }
  .keyvisual-title h1 {
    width: 100%;
  }
  .story-container {
    width: 100%;
  }
  .story-container h2 span {
    font-weight: bold;
  }
  .story-container p span {
    font-weight: bold;
  }
  .lineup {
    padding: 0px 50px;
    box-sizing: border-box;
  }
  .lineup-main__pc {
    display: none;
  }
  .lineup-main__sp {
    display: -webkit-box;
    display: -ms-flex;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .lineup-set {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .lineup-set__box {
    width: 30%;
  }
  .lineup-set__box-damypc {
    display: none;
  }
  .lineup-small__speech {
    display: none;
  }
  .lineup-container {
    width: 100%;
  }
  .lineup-container__use-img {
    display: none;
  }
  .lineup-container h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .lineup-container h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .lineup-container figure {
    width: 100%;
    height: auto;
    position: static;
  }
  .lineup-container figure figcaption {
    height: auto;
    position: static;
    width: 100%;
  }
  .lineup-container figure figcaption:before {
    content: "「水彩画を始めたい」方にお勧め！大満足のセットです！";
    display: block;
    color: #E94220;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding: 20px 10px 0px 10px;
  }
  .lineup-container figure figcaption ul {
    padding: 30px 10px 20px 10px;
  }
  .lineup-container figure figcaption ul li {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .lineup-container figure figcaption img {
    display: none;
  }
  .link a {
    padding: 0px 30px;
    width: 90%;
  }
  .link a img {
    width: 100%;
    height: auto;
  }
  .deepinfor {
    width: 90%;
  }
  .deepinfor__wrap {
    width: 100%;
  }
  .deepinfor__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }
  .deepinfor__top-img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .deepinfor__top-text {
    width: 90%;
  }
  .deepinfor__top-text__box {
    width: 100%;
  }
  .deepinfor__top-text__title {
    padding: 20px 30px;
  }
  .deepinfor__top-text__titleM {
    font-size: 30px;
  }
  .deepinfor__top-text__itioshi {
    margin-bottom: 15px;
    background-color: #fff;
    color: #E54F44;
    border: 1.5px solid #E54F44;
  }
  .deepinfor__mid-img1 {
    width: 300px;
    height: 300px;
  }
  .deepinfor__mid-img2 {
    width: 300px;
    height: 300px;
  }
  .deepinfor__mid-text__item-p {
    font-size: 16px;
  }
}

@media screen and (max-width: 780px) {
  .overlay {
    z-index: 10;
  }
  .keyvisual {
    background: url("../images/kv3.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 650px;
    margin-top: 50px;
  }
  .keyvisual-title {
    padding: 20px;
    margin-top: 180px;
    width: 100%;
  }
  .keyvisual-title p {
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
  }
  .keyvisual-title h1 {
    width: 100%;
    font-size: 25px;
  }
  .story-container {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .story-container h2 {
    text-align: center;
    font-size: 22px;
  }
  .lineup {
    padding: 0px 10px;
  }
  .lineup-set__box {
    height: 300px;
    width: 48%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lineup-set__box-damy {
    display: none;
  }
  .lineup-unit__img {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }
  .lineup-unit__text {
    width: 90%;
    max-height: 100px;
  }
  .profile-information__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-information__top-text {
    width: 100%;
  }
  .profile-information__top-text h3 {
    margin-bottom: 10px;
  }
  .profile-information__top img {
    width: 300px;
    height: 250px;
    margin: 0;
    margin-bottom: 30px;
  }
  .profile-information__bot {
    background-color: #ebebeb;
    padding: 10px;
    box-sizing: border-box;
  }
  .profile-information__bot h4 {
    font-size: 20px;
  }
  .profile-information__bot p {
    font-size: 20px;
  }
  .profile-conversion {
    font-size: 16px;
  }
  .deepinfor {
    max-height: 500px;
  }
  .deepinfor__top-text__itioshi {
    display: none !important;
  }
  .deepinfor__top-text__title {
    padding: 10px 20px;
  }
  .deepinfor__top img {
    width: 225px;
    height: 150px;
  }
  .deepinfor__mid-img1 {
    height: 200px;
    width: 200px;
  }
  .deepinfor__mid-img2 {
    height: 200px;
    width: 200px;
    height: 200px;
  }
  .spbr {
    display: flex;
  }
  .link {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .keyvisual {
    height: 450px;
    margin-top: 50px;
  }
  .keyvisual-title {
    padding: 20px;
    margin-top: 120px;
    width: 100%;
  }
  .keyvisual-title p {
    width: 100%;
    font-size: 13px;
    padding-left: 10px;
  }
  .keyvisual-title h1 {
    width: 100%;
    font-size: 18px;
  }
  .story {
    height: 400px;
  }
  .story-container {
    padding: 60px 0px 20px 0px;
  }
  .story-container h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .story-container p {
    font-size: 16px;
  }
  .lineup {
    margin-bottom: 60px;
  }
  .lineup-container h2 {
    font-size: 15px;
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .lineup-container h2:before {
    display: none;
  }
  .lineup-container h2:after {
    display: none;
  }
  .lineup-container h3 {
    font-size: 18px;
    padding: 10px 20px;
  }
  .lineup-container figure {
    margin-bottom: 100px;
  }
  .lineup-container figure figcaption:before {
    content: "「水彩画を始めたい」方にお勧め！\A大満足のセットです！";
    line-height: 1.5;
    white-space: pre;
    font-size: 14px;
  }
  .lineup-container figure figcaption ul {
    padding-top: 15px;
  }
  .lineup-container figure figcaption ul li p {
    font-size: 12px;
  }
  .lineup-set__best {
    width: 100px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .lineup-set__box {
    width: 45%;
    height: 220px;
    margin-bottom: 20px;
  }
  .lineup-unit {
    height: 230px;
  }
  .lineup-unit__img {
    width: 120px;
    height: 120px;
  }
  .lineup-unit__text {
    width: 100%;
    max-height: 60px;
  }
  .lineup-unit__text p {
    padding: 10px;
    font-size: 10px;
  }
  .lineup-unit__text div h4 {
    font-size: 15px;
  }
  .lineup-unit__text div span {
    margin-top: 5px;
    font-size: 10px;
  }
  .profile-container {
    margin-bottom: 40px;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .profile-information {
    width: 100%;
    padding: 25px 10px 25px;
    margin-bottom: 30px;
  }
  .profile-information__top {
    margin-bottom: 20px;
  }
  .profile-information__top img {
    width: 250px;
    height: 210px;
  }
  .profile-information__top-text {
    width: 250px;
  }
  .profile-information__top-text div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  .profile-information__top-text h2 {
    font-size: 14px;
    margin: 0px;
    padding: 5px 10px;
  }
  .profile-information__top-text h3 {
    font-size: 22px;
    margin: 0px;
    margin-left: 20px;
  }
  .profile-information__top-text p {
    font-size: 14px;
  }
  .profile-information__bot h4 {
    font-size: 14px;
  }
  .profile-information__bot p {
    font-size: 13px;
  }
  .profile-conversion {
    width: 100%;
    font-size: 13px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .profile-conversion:after {
    margin-left: 8px;
    width: 15px;
    height: 15px;
    font-size: 10px;
  }
  .footer li {
    font-size: 12px;
  }
  .footer p {
    font-size: 12px;
  }
  .deepinfor {
    max-height: 400px;
  }
  .deepinfor__batu {
    top: 10px;
    right: 10px;
    font-size: 30px;
  }
  .deepinfor__top {
    padding: 10px;
  }
  .deepinfor__top-text__itioshi {
    font-size: 10px;
    display: none;
  }
  .deepinfor__top-text__maker {
    font-size: 12px;
  }
  .deepinfor__top-text__title {
    padding: 10px;
  }
  .deepinfor__top-text__titleM {
    font-size: 16px;
  }
  .deepinfor__top img {
    width: 175px;
    height: 120px;
  }
  .deepinfor__mid {
    padding: 10px;
  }
  .deepinfor__mid-img1 {
    height: 120px;
    width: 120px;
  }
  .deepinfor__mid-img2 {
    height: 120px;
    width: 120px;
  }
  .deepinfor__mid-text__item {
    padding-bottom: 10px;
  }
  .deepinfor__mid-text__item-p {
    font-size: 12px;
  }
}
