@charset "UTF-8";
/* 任天堂販売とは */
#about {
  padding: 40px 80px 50px 80px;
}

#about p {
  padding: 0 0 1.4em 0;
  line-height: 2;
}

.fullsize img {
  width: 100%;
  height: auto;
}

/* 小売支援 */
.support {
  display: flex;
}
@media screen and (max-width: 620px) {
  .support {
    display: block;
  }
}

.support .box_photo1 {
  width: 52%;
}
@media screen and (max-width: 620px) {
  .support .box_photo1 {
    width: 100%;
    text-align: center;
  }
}

.support .box_photo1 img {
  width: 100%;
}
@media screen and (max-width: 620px) {
  .support .box_photo1 img {
    max-width: 410px;
  }
}

.support .box_text1 {
  width: 48%;
  padding-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .support .box_text1 {
    width: 100%;
  }
}

.support .box_text1 h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 30px 50px 20px;
}
@media screen and (max-width: 620px) {
  .support .box_text1 h2 {
    padding: 30px 30px 20px;
  }
}

.support .box_text1 p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0 50px 1.5em;
}
@media screen and (max-width: 620px) {
  .support .box_text1 p {
    padding: 0 30px 1.5em;
  }
}

.support .box_photo {
  width: 410px;
}
@media screen and (max-width: 1200px) {
  .support .box_photo {
    width: 48%;
  }
}
@media screen and (max-width: 620px) {
  .support .box_photo {
    width: 100%;
    text-align: center;
  }
}

.support .box_photo img {
  width: 100%;
}
@media screen and (max-width: 620px) {
  .support .box_photo img {
    max-width: 410px;
  }
}

.support .box_text {
  flex: 1;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .support .box_text {
    width: 52%;
  }
}
@media screen and (max-width: 620px) {
  .support .box_text {
    width: 100%;
  }
}

.support .box_text h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 0px 0px 30px 50px;
}
@media screen and (max-width: 620px) {
  .support .box_text h2 {
    padding: 30px 30px 30px;
  }
}

.support .box_text p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0 50px 1.5em 50px;
}
@media screen and (max-width: 620px) {
  .support .box_text p {
    padding: 0 30px 1.5em;
  }
}

.support.hantai {
  flex-direction: row-reverse;
}

/* 物流 */
.buturyu_area1 {
  position: relative;
  padding: 0 0 100px 0;
}

.butu_flex {
  display: flex;
  justify-content: space-between;
}

.butu_box {
  width: 450px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: -120px 0 0 40px;
  position: relative;
  z-index: 50;
}

.butu_box h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 40px 35px 0;
}

.butu_box p {
  padding: 20px 35px 0;
  font-size: 15px;
  line-height: 1.8;
}

.butu_box p span {
  display: inline-block;
}

.photoset {
  margin-top: 30px;
}

.photoset img {
  max-width: 100%;
}

.butu_flex2 {
  margin: 0 40px 50px;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.butu_flex2 div {
  border: solid 1px #e4e4e4;
  max-width: 368px;
  width: 48%;
  padding: 0 0 100px;
  position: relative;
}

.butu_flex2 div img {
  max-width: 100%;
}

.butu_flex2 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 30px 0 20px 0;
}

.butu_flex2 p.txt {
  text-align: center;
  font-size: 15px;
  padding: 0 50px 0;
}

.butu_flex2 p.link a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: solid 2px #e60012;
  text-align: center;
  width: 45%;
  display: block;
  padding: 5px 8px 5px 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/arrow3.png);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-color: #e60012;
  transition: background-color 0.2s;
}

.butu_flex2 p.link a:hover {
  color: #fa4444;
  background-color: #fff;
  border: solid 2px #e60012;
  background-image: url(../img/arrow3r.png);
}

/* SmallPC */
@media screen and (max-width: 1200px) {
  #about {
    padding: 40px 6vw 50px 6vw;
  }
  .butu_flex2 p.txt {
    padding: 0 10% 0;
  }
  .butu_flex2 p.link a {
    max-width: 180px;
    width: 80%;
  }
}
/* tablet */
@media screen and (max-width: 830px) {
  #about {
    padding: 20px 6vw 20px 6vw;
  }
  #about p {
    line-height: 1.6;
  }
  .buturyu_area1 {
    padding: 0 0 50px 0;
  }
  .butu_flex2 {
    margin: 0 30px 50px;
  }
}
/* SP */
@media screen and (max-width: 550px) {
  .butu_flex {
    display: block;
  }
  .butu_box {
    width: auto;
    margin: 0;
  }
  .photoset {
    width: 80%;
    margin: 50px auto 30px;
  }
  .butu_box h2 {
    font-size: 20px;
    letter-spacing: 0px;
    padding: 20px 20px 0;
  }
  .butu_box p {
    padding: 10px 20px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .buturyu_area1 {
    padding: 0 0 30px 0;
  }
  .butu_flex2 {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .butu_flex2 div {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .butu_flex2 h2 {
    font-size: 18px;
  }
  .butu_flex2 p.txt {
    padding: 0 20px 0;
  }
  .butu_flex2 p.link a {
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    margin: 20px auto;
  }
}