@charset "UTF-8";
/* CSS Document */
.wrap {
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}
.section-header__image {
  max-width: 100%;
  margin: 0 auto;
}
.section-header__title {
  padding-top: 60px;
  margin: 0 auto;
  max-width: 100%;
}
.section-header__description {
  padding-top: 30px;
  font-size: 2.6rem;
  line-height: 4.0rem;
  text-align: center;
  font-weight: 450;
  letter-spacing: 0.03em;
  display: block;
}
.nav-com {
  diplay: block;
}
.nav-com img{
  max-width: 100%;
}
.nav-mob {
  display: none;
}
.nav-com ul {
  padding: 60px 20px 0;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
}
.section-top__column {
  padding-top: 75px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.section-top__next {
  padding-top: 70px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.t-mob {
  display: none;
}
.t-pc {
  display: block;
}
@media (max-width: 768px) {
  .section-header__title {
    max-width: 90%;
  }
  .section-header__description {
    font-size: 2.0rem;
    line-height: 3.0rem;
    letter-spacing: 0.02em;
  }
  .nav-com {
    display: none;
  }
  .nav-mob {
    display: block;
  }
  .nav-mob img {
    max-width: 80%;
  }
 
  .nav-mob ul {
    width: 100%;
    max-width:1000px;
    padding: 0px;
   padding-top: 20px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
}
.nav-mob li {
    width: 30%;
    border: none;
    margin: 1%;
    box-sizing:border-box;
    text-align: center;
    list-style:none;
}
}
@media(max-width: 500px) {
  .t-pc {
    display: none;
  }
  .t-mob {
    display: block;
  }
  
  .nav-mob li{
    max-width: 60%;
  }
  
  .section-header__description {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .section-header__title {
  padding-top: 30px;
}
  .section-header__description {
  padding-top: 15px;
}
  .section-top__column {
  padding-top: 35px;
}
  .section-top__next {
  padding-top: 40px;
    width: 40px;
    height: auto;
}
}
.section-bag1 {
  padding-top: 100px;
  padding-bottom: 70px;
 
}
.section-bag1__des1 {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
}
.section-bag1__description {
  padding-left: 35px;
}
.section-bag1__des1 h2 {
  padding-top: 30px;
  font-size: 2.5rem;
  color: #e38712;
  letter-spacing: 0.3rem;
  line-height: 4.0rem;
  display: block;
  text-align: left;
}
.section-bag1__des1 p {
  padding-top: 30px;
  padding-right: 50px;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  letter-spacing: normal;
  text-align: left;
  line-height: 3.0rem;
}
.bag1-number {
  display: block;
  text-align: left;
}
.bag1_full-mob {
  display: none;
}
.bag1_full {
  display: block;
  padding-right: 20px;
}
.bag1_detail {
  padding-top: 120px;
}
.section-bag1__description2 {
  padding-top: 30px;
  padding-left: 50px;
}
.section-bag1__description2 h3 {
  font-size: 2.1rem;
  text-align: left;
  letter-spacing: 0.06rem;
}
.section-bag1__description2 h4 {
  font-size: 3.8rem;
  text-align: left;
  padding-top: 30px;
}
.section-bag1__description2 h4 span {
  font-size: 2.1rem;
}
.section-bag1__description2 p {
  padding-top: 20px;
  padding-right: 0;
}
.bag1_color {
  padding-top: 25px;
  max-width: 90%;
}
.section-bag1__des2 {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  padding: 80px 50px 0;
}
.button {
  padding: 30px 180px;
}
.section-bag1 button {
  margin-top: 70px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-bag1 button:hover {
  color: #fff;
  background: #e4e4e4;
}
.section-bag1-next{
  display: block;
  margin: 0 auto;
  background: linear-gradient(#fff 50%, #f7f7f7 50%);
}
.section-bag1-next img{
  width: 70px;
  height: auto;
}
.mob {
  display: none;
}
@media (max-width: 850px) {
  .section-bag1__description {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-bag1__description h2 {
    font-size: 2.0rem;
  }
  .section-bag1__description p {
    padding-right: 30px;
  }
  .section-bag1__des1 {
    display: block;
  }
  .section-bag1__des1 p {
    padding-left: 30px;
  }
  .section-bag1__title {
    display: flex;
  }
  .bag1-number {
    padding-top: 10px;
    height: 46px;
    width: auto;
    vertical-align: middle;
  }
  .section-bag1__title h2 {
    padding-top: 0;
    padding-left: 10px;
  }
  .bag1_full {
    display: none;
    max-width: 100%;
  }
  .bag1_full-mob {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .bag1_detail {
    padding-top: 60px;
  }
  .section-bag1__description2 {
    padding: 30px 40px 0;
  }
  .section-bag1__description2 p {
    padding-left: 5px;
  }
  .section-bag1__des2 {
    padding: 40px 0 0;
    display: block;
  }
  .section-bag1__des2 li {
    padding-top: 40px;
  }
  .section-bag1__des2 img {
    max-width: 80%;
  }
  .mob {
    display: block;
  }
  .pc1 {
  display: none;
}
  .button {
    padding: 20px 100px;
  }
  .section-bag1 button {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 450px) {
  .section-bag1{
    padding-top: 70px;
  }
  .bag1_full-mob {
    padding-top: 20px;
  }
  .section-bag1__description h2 {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
  line-height: 2.5rem;
  }
  
  .section-bag1__description p {
    font-size: 1.6rem;
    padding: 30px 10px 0;
  }
  .section-bag1__description2{
    padding-right: 10px;
  }
  .section-bag1__description2 h3 {
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
}
.section-bag1__description2 h4 {
  font-size: 2.5rem;
  text-align: left;
  padding-top: 15px;
}
.section-bag1__description2 h4 span {
  font-size: 1.6rem;
}
.section-bag1__description2 p {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
  .bag1-number {
    padding-top: 10px;
    height: 30px;
    width: auto;
    vertical-align: middle;
  }
  .button {
    padding: 15px 60px;
  }
  .section-bag1 button {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .section-bag1__des2 p{
    font-size: 1.6rem;
  }
   .section-bag1-next img{
  width: 40px;
    height: auto;
}
}
.section-bag2 {
  padding-top: 100px;
  background-color: #f7f7f7;
   padding-bottom: 70px;
}
.section-bag2__des1 {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  flex-direction: row-reverse;
}
.section-bag2__description {
  padding-left: 35px;
}
.section-bag2__des1 h2 {
  padding-top: 30px;
  font-size: 2.5rem;
  color: #e38712;
  letter-spacing: 0.3rem;
  line-height: 4.0rem;
  display: block;
  text-align: left;
}
.section-bag2__des1 p {
  padding-top: 30px;
  padding-right: 50px;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  letter-spacing: normal;
  text-align: left;
  line-height: 3.0rem;
}
.bag2-number {
  display: block;
  text-align: left;
}
.bag2_full-mob {
  display: none;
}
.bag2_full {
  display: block;
  padding-right: 20px;
}
.bag2_detail {
  padding-top: 120px;
}
.section-bag2__description2 {
  padding-top: 30px;
  padding-left: 50px;
}
.section-bag2__description2 h3 {
  font-size: 2.1rem;
  text-align: left;
  letter-spacing: 0.06rem;
}
.section-bag2__description2 h4 {
  font-size: 3.8rem;
  text-align: left;
  padding-top: 30px;
}
.section-bag2__description2 h4 span {
  font-size: 2.1rem;
}
.section-bag2__description2 p {
  padding-top: 20px;
  padding-right: 0;
}
.bag2_color {
  padding-top: 25px;
  max-width: 90%;
}
.section-bag2__des2 {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  padding: 80px 50px 0;
}
.section-bag2 button {
  margin-top: 70px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-bag2 button:hover {
  color: #fff;
  background: #e4e4e4;
}
.section-bag2-next{
  background: linear-gradient(#f7f7f7 50%, #fff 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-bag2-next img{
  width: 70px;
  height: auto;
}
@media (max-width: 850px) {
  .pc{
    display: none;
  }
  .section-bag2__description {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-bag2__description h2 {
    font-size: 2.0rem;
  }
  .section-bag2__description p {
    padding-right: 30px;
  }
  .section-bag2__des1 {
    display: block;
    flex-direction: row;
  }
  .section-bag2__des1 p {
    padding-left: 30px;
  }
  .section-bag2__title {
    display: flex;
  }
  .bag2-number {
    padding-top: 10px;
    height: 46px;
    width: auto;
    vertical-align: middle;
  }
  .section-bag2__title h2 {
    padding-top: 0;
    padding-left: 10px;
  }
  .bag2_full {
    display: none;
    max-width: 100%;
  }
  .bag2_full-mob {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .bag2_detail {
    padding-top: 60px;
  }
  .section-bag2__description2 {
    padding: 30px 40px 0;
  }
  .section-bag2__description2 p {
    padding-left: 5px;
  }
  .section-bag2__des2 {
    padding: 40px 0 0;
    display: block;
  }
  .section-bag2__des2 li {
    padding-top: 40px;
  }
  .section-bag2__des2 img {
    max-width: 80%;
  }
  .mob {
    display: block;
  }
  .button {
    padding: 20px 100px;
  }
  .section-bag2 button {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 450px) {
  .section-bag2{
    padding-top: 70px;
  }
  .bag2_full-mob {
    padding-top: 20px;
  }
  .section-bag2__description h2 {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 2.5rem;
  }
  .section-bag2__description p {
    font-size: 1.6rem;
     padding: 30px 10px 0;
  }
  .section-bag2__description2{
    padding-right: 10px;
  }
  .section-bag2__description2 h3 {
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
}
.section-bag2__description2 h4 {
  font-size: 2.5rem;
  text-align: left;
  padding-top: 15px;
}
.section-bag2__description2 h4 span {
  font-size: 1.6rem;
}
.section-bag2__description2 p {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
  
  .bag2-number {
    padding-top: 10px;
    height: 30px;
    width: auto;
    vertical-align: middle;
  }
  .button {
    padding: 15px 60px;
  }
  .section-bag2 button {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .section-bag2__des2 p{
    font-size: 1.6rem;
  }
   .section-bag2-next img{
  width: 40px;
    height: auto;
}
}
.section-bag3 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.section-bag3__des1 {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
}
.section-bag3__description {
  padding-left: 35px;
}
.section-bag3__des1 h2 {
  padding-top: 30px;
  font-size: 2.5rem;
  color: #e38712;
  letter-spacing: 0.3rem;
  line-height: 4.0rem;
  display: block;
  text-align: left;
}
.section-bag3__des1 p {
  padding-top: 30px;
  padding-right: 50px;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  letter-spacing: normal;
  text-align: left;
  line-height: 3.0rem;
}
.bag3-number {
  display: block;
  text-align: left;
}
.bag3_full-mob {
  display: none;
}
.bag3_full {
  display: block;
  padding-right: 20px;
}
.bag3_detail {
  padding-top: 120px;
}
.section-bag3__description2 {
  padding-top: 30px;
  padding-left: 50px;
}
.section-bag3__description2 h3 {
  font-size: 2.1rem;
  text-align: left;
  letter-spacing: 0.06rem;
}
.section-bag3__description2 h4 {
  font-size: 3.8rem;
  text-align: left;
  padding-top: 30px;
}
.section-bag3__description2 h4 span {
  font-size: 2.1rem;
}
.section-bag3__description2 p {
  padding-top: 20px;
  padding-right: 0;
}
.bag3_color {
  padding-top: 25px;
  max-width: 90%;
}
.section-bag3__des2 {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  padding: 80px 50px 0;
}
.section-bag3 button {
  margin-top: 70px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-bag3 button:hover {
  color: #fff;
  background: #e4e4e4;
}

.section-bag3-next{
  display: block;
  margin: 0 auto;
  background: linear-gradient(#fff 50%, #f7f7f7 50%);
}
.section-bag3-next img{
  width: 70px;
  height: auto;
}

@media (max-width: 850px) {
  .pc3{
    display: none;
  }
  .section-bag3__description {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-bag3__description h2 {
    font-size: 2.0rem;
  }
  .section-bag3__description p {
    padding-right: 30px;
  }
  .section-bag3__des1 {
    display: block;
  }
  .section-bag3__des1 p {
    padding-left: 30px;
  }
  .section-bag3__title {
    display: flex;
  }
  .bag3-number {
    padding-top: 10px;
    height: 46px;
    width: auto;
    vertical-align: middle;
  }
  .section-bag3__title h2 {
    padding-top: 0;
    padding-left: 10px;
  }
  .bag3_full {
    display: none;
    max-width: 100%;
  }
  .bag3_full-mob {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .bag3_detail {
    padding-top: 60px;
  }
  .section-bag3__description2 {
    padding: 30px 40px 0;
  }
  .section-bag3__description2 p {
    padding-left: 5px;
  }
  .section-bag3__des2 {
    padding: 40px 0 0;
    display: block;
  }
  .section-bag3__des2 li {
    padding-top: 40px;
  }
  .section-bag3__des2 img {
    max-width: 80%;
  }
  .mob {
    display: block;
  }
  .button {
    padding: 20px 100px;
  }
  .section-bag3 button {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 450px) {
  .section-bag3{
    padding-top: 70px;
  }
  .bag3_full-mob {
    padding-top: 20px;
  }
  .section-bag3__description h2 {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 2.5rem;
  }
  .section-bag3__description p {
    font-size: 1.6rem;
     padding: 30px 10px 0;
  }
  .section-bag3__description2{
    padding-right: 10px;
  }
  .section-bag3__description2 h3 {
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
    
}
.section-bag3__description2 h4 {
  font-size: 2.5rem;
  text-align: left;
  padding-top: 15px;
}
.section-bag3__description2 h4 span {
  font-size: 1.6rem;
}
.section-bag3__description2 p {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
  .bag3-number {
    padding-top: 10px;
    height: 30px;
    width: auto;
    vertical-align: middle;
  }
  .button {
    padding: 15px 60px;
  }
  .section-bag3 button {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .section-bag3__des2 p{
    font-size: 1.6rem;
  }
   .section-bag3-next img{
  width: 40px;
    height: auto;
}
}
.section-bag4 {
  padding-top: 100px;
  background-color: #f7f7f7;
  padding-bottom: 70px;
}
.section-bag4__des1 {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  flex-direction: row-reverse;
}
.section-bag4__description {
  padding-left: 35px;
}
.section-bag4__des1 h2 {
  padding-top: 30px;
  font-size: 2.5rem;
  color: #e38712;
  letter-spacing: 0.3rem;
  line-height: 4.0rem;
  display: block;
  text-align: left;
}
.section-bag4__des1 p {
  padding-top: 30px;
  padding-right: 50px;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  letter-spacing: normal;
  text-align: left;
  line-height: 3.0rem;
}
.bag4-number {
  display: block;
  text-align: left;
}
.bag4_full-mob {
  display: none;
}
.bag4_full {
  display: block;
  padding-right: 20px;
}
.bag4_detail {
  padding-top: 120px;
}
.section-bag4__description2 {
  padding-top: 30px;
  padding-left: 50px;
}
.section-bag4__description2 h3 {
  font-size: 2.1rem;
  text-align: left;
  letter-spacing: 0.06rem;
}
.section-bag4__description2 h4 {
  font-size: 3.8rem;
  text-align: left;
  padding-top: 30px;
}
.section-bag4__description2 h4 span {
  font-size: 2.1rem;
}
.section-bag4__description2 p {
  padding-top: 20px;
  padding-right: 0;
}
.bag4_color {
  padding-top: 25px;
  max-width: 90%;
}
.section-bag4__des2 {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  padding: 80px 50px 0;
}
.section-bag4 button {
  margin-top: 70px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-bag4 button:hover {
  color: #fff;
  background: #e4e4e4;
}
.section-bag4-next{
  background: linear-gradient(#f7f7f7 50%, #fff 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-bag4-next img{
  width: 70px;
  height: auto;
}
@media (max-width: 850px) {
  .section-bag4__description {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-bag4__description h2 {
    font-size: 2.0rem;
  }
  .section-bag4__description p {
    padding-right: 30px;
  }
  .section-bag4__des1 {
    display: block;
    flex-direction: row;
  }
  .section-bag4__des1 p {
    padding-left: 30px;
  }
  .section-bag4__title {
    display: flex;
  }
  .bag4-number {
    padding-top: 10px;
    height: 46px;
    width: auto;
    vertical-align: middle;
  }
  .section-bag4__title h2 {
    padding-top: 0;
    padding-left: 10px;
  }
  .bag4_full {
    display: none;
    max-width: 100%;
  }
  .bag4_full-mob {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .bag4_detail {
    padding-top: 60px;
  }
  .section-bag4__description2 {
    padding: 30px 40px 0;
  }
  .section-bag4__description2 p {
    padding-left: 5px;
  }
  .section-bag4__des2 {
    padding: 40px 0 0;
    display: block;
  }
  .section-bag4__des2 li {
    padding-top: 40px;
  }
  .section-bag4__des2 img {
    max-width: 80%;
  }
  .mob {
    display: block;
  }
  .button {
    padding: 20px 100px;
  }
  .section-bag4 button {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 450px) {
  .section-bag4{
    padding-top: 70px;
  }
  .bag4_full-mob {
    padding-top: 20px;
  }
  .section-bag4__description h2 {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 2.5rem;
  }
  .section-bag4__description p {
    font-size: 1.6rem;
     padding: 30px 10px 0;
  }
  .section-bag4__description2{
    padding-right: 10px;
  }
  .section-bag4__description2 h3 {
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
}
.section-bag4__description2 h4 {
  font-size: 2.5rem;
  text-align: left;
  padding-top: 15px;
}
.section-bag4__description2 h4 span {
  font-size: 1.6rem;
}
.section-bag4__description2 p {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
  .bag4-number {
    padding-top: 10px;
    height: 30px;
    width: auto;
    vertical-align: middle;
  }
  .button {
    padding: 15px 60px;
  }
  .section-bag4 button {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .section-bag4__des2 p{
    font-size: 1.6rem;
  }
  .section-bag4-next img{
  width: 40px;
    height: auto;
}
}
.section-bag5 {
  padding-top: 100px;
}
.section-bag5__des1 {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
}
.section-bag5__description {
  padding-left: 35px;
}
.section-bag5__des1 h2 {
  padding-top: 30px;
  font-size: 2.5rem;
  color: #e38712;
  letter-spacing: 0.3rem;
  line-height: 4.0rem;
  display: block;
  text-align: left;
}
.section-bag5__des1 p {
  padding-top: 30px;
  padding-right: 50px;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  letter-spacing: normal;
  text-align: left;
  line-height: 3.0rem;
}
.bag5-number {
  display: block;
  text-align: left;
}
.bag5_full-mob {
  display: none;
}
.bag5_full {
  display: block;
  padding-right: 20px;
}
.bag5_detail {
  padding-top: 120px;
}
.section-bag5__description2 {
  padding-top: 30px;
  padding-left: 50px;
}
.section-bag5__description2 h3 {
  font-size: 2.1rem;
  text-align: left;
  letter-spacing: 0.06rem;
}
.section-bag5__description2 h4 {
  font-size: 3.8rem;
  text-align: left;
  padding-top: 30px;
}
.section-bag5__description2 h4 span {
  font-size: 2.1rem;
}
.section-bag5__description2 p {
  padding-top: 20px;
  padding-right: 0;
}
.bag5_color {
  padding-top: 25px;
  max-width: 80%;
}
.section-bag5__des2 {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  padding: 80px 50px 0;
}
.section-bag5 button {
  margin-bottom: 150px;
  text-align: center;
  margin-top: 70px;
  color: #fff;
  background: #000;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-bag5 button:hover {
  color: #fff;
  background: #e4e4e4;
}
@media (max-width: 850px) {
  .section-bag5__description {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-bag5__description h2 {
    font-size: 2.0rem;
  }
  .section-bag5__description p {
    padding-right: 30px;
  }
  .section-bag5__des1 {
    display: block;
  }
  .section-bag5__des1 p {
    padding-left: 30px;
  }
  .section-bag5__title {
    display: flex;
  }
  .bag5-number {
    padding-top: 10px;
    height: 46px;
    width: auto;
    vertical-align: middle;
  }
  .section-bag5__title h2 {
    padding-top: 0;
    padding-left: 10px;
  }
  .bag5_full {
    display: none;
    max-width: 100%;
  }
  .bag5_full-mob {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .bag5_detail {
    padding-top: 60px;
  }
  .section-bag5__description2 {
    padding: 30px 40px 0;
  }
  .section-bag5__description2 p {
    padding-left: 5px;
  }
  .section-bag5__des2 {
    padding: 40px 0 0;
    display: block;
  }
  .section-bag5__des2 li {
    padding-top: 40px;
  }
  .section-bag5__des2 img {
    max-width: 80%;
  }
  .mob {
    display: block;
  }
  .button {
    padding: 20px 100px;
  }
  .section-bag5 button {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    margin-bottom: 80px;
  }
}
@media (max-width: 450px) {
  .section-bag5{
    padding-top: 70px;
  }
  .bag5_full-mob {
    padding-top: 20px;
  }
  .section-bag5__description h2 {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    line-height: 2.5rem;
  }
  
  .section-bag5__description p {
    font-size: 1.6rem;
     padding: 30px 10px 0;
  }
  .section-bag5__description2{
    padding-right: 10px;
  }
  .section-bag5__description2 h3 {
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
}
.section-bag5__description2 h4 {
  font-size: 2.5rem;
  text-align: left;
  padding-top: 15px;
}
.section-bag5__description2 h4 span {
  font-size: 1.6rem;
}
.section-bag5__description2 p {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
  
  .bag5-number {
    padding-top: 10px;
    height: 30px;
    width: auto;
    vertical-align: middle;
  }
  .button {
    padding: 15px 60px;
  }
  .section-bag5 button {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .section-bag5__des2 p{
    font-size: 1.6rem;
  }
}
@media(max-width: 370px){
  .pc1{
    display: block;
  }
  .pc3{
    display: block;
  }
  .section-bag1__description h2 {
    line-height: 3.0rem;
  }
  .section-bag3__description h2 {
    line-height: 3.0rem;
  }
  
}
@media(max-width: 300px){
  .bag1-number {
    height: 20px;
  }
  .bag2-number {
    height: 20px;
  }
  .bag3-number {
    height: 20px;
  }
  .bag4-number {
    height: 20px;
  }
  .bag5-number {
    height: 20px;
  }
}
.footer{
  background-color: #e0e0e0;
  padding-bottom: 50px;
}
.logo{
  max-width: 100%;
  margin: 0 auto;
  padding-top: 35px;
}
.f-button {
  padding: 30px 140px;
}
.footer  button {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  background: #987429;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer button:hover {
  color: #fff;
  background: #e4e4e4;
}
.footer p{
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 25px;
}
.con{
  width: 400px;
  height: auto;
}
@media (max-width: 850px){
  .footer{
  padding-bottom: 80px;
}
  .f-button {
    padding: 20px 70px;
  }
  .footer button {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
  }
  .footer p{
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 20px;
}
.con{
  width: 300px;
  height: auto;
}
}
@media (max-width: 450px){
  .footer{
  background-color: #e0e0e0;
  padding-bottom: 40px;
}
  .logo{
  width: 100px;
    height: auto;
  padding-top: 35px;
}
  .f-button {
    padding: 15px 40px;
  }
  .footer button {
    margin-top: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .footer p{
  padding-top: 50px;
    padding-bottom: 15px;
  font-size: 16px;
}
.con{
  width: 200px;
  height: auto;
}
}
  .js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}