/* ------------------------------
 width: all
------------------------------ */
header.scrolled .wrapper {
  background-color: #fff;
}
header .wrapper {
  padding: 0 0 17px 40px;
  height: 115px;
  background-color: transparent;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header .wrapper .logo {
  width: 448px;
  margin-top: 20px;
}
header .wrapper .logo img.logo_pc_common {
  display: none;
}
header .wrapper .logo img.logo_pc_top {
  display: block;
}
header .wrapper .logo img.logo_sp_common {
  display: none;
}
header .wrapper .logo img.logo_sp_top {
  display: none;
}
header .wrapper .gnav {
  width: calc(100% - 613px);
  padding-top: 16px;
  padding-left: 40px;
}
header .wrapper .gnav ul li {
  margin-top: 10px;
}

main {
  margin-top: 0;
  overflow: hidden;
}
main section.s01 {
  background-image: url(../images/tp0101.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s01 .wrapper {
  height: 850px;
  max-width: 1600px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .photobox {
  width: 57.8%;
}
main section.s01 .wrapper .photobox img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .txtbox {
  width: 42.2%;
  padding-left: 20px;
  padding-right: 40px;
}
main section.s01 .wrapper .txtbox .box {
  max-width: 533px;
  width: 100%;
}
main section.s01 .wrapper .txtbox .box .msg01 {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .txtbox .box .msg02 {
  width: 357px;
  display: block;
  margin: 10px auto 0;
}
main section.s01 .wrapper .txtbox .box a {
  width: 355px;
  display: block;
  padding: 30px 0;
  background-color: #8642b3;
  border-radius: 50px;
  margin: 60px auto 0;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
main section.s02 .wrapper .newsbox {
  background-color: #8642b3;
  position: relative;
  padding: 40px 0;
}
main section.s02 .wrapper .newsbox .msg {
  width: 758px;
  display: block;
  position: absolute;
  top: -110px;
  left: calc(50% - 70px);
}
main section.s02 .wrapper .newsbox dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  width: 1200px;
  margin: 0 auto;
}
main section.s02 .wrapper .newsbox dl dt {
  width: 150px;
  color: #fff;
  font-size: 16px;
}
main section.s02 .wrapper .newsbox dl dd {
  width: calc(100% - 150px);
  color: #fff;
  font-size: 16px;
}
main section.s02 .wrapper .newsbox dl dd a {
  color: #fff;
}
main section.s02 .wrapper .box01 {
  padding: 130px 0 120px;
}
main section.s02 .wrapper .box01 h2 {
  text-align: center;
  font-size: 74px;
  background-image: url(../images/tp0202.png);
  background-size: 761.5px auto;
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  padding-bottom: 3px;
  letter-spacing: 2px;
}
main section.s02 .wrapper .box01 .txtbox {
  position: relative;
  margin-top: 45px;
}
main section.s02 .wrapper .box01 .txtbox p {
  font-size: 16px;
  line-height: 36px;
  width: 660px;
  margin: 0 auto;
}
main section.s02 .wrapper .box01 .txtbox .photo01 {
  width: 266px;
  display: block;
  position: absolute;
  top: -10px;
  right: calc(50% + 360px);
}
main section.s02 .wrapper .box01 .txtbox .photo02 {
  width: 266px;
  display: block;
  position: absolute;
  top: -10px;
  left: calc(50% + 350px);
}
main section.s02 .wrapper .box02 {
  padding: 80px 0 160px;
  background-image: url(../images/tp0205.png);
  background-size: 100% 100%;
}
main section.s02 .wrapper .box02 h3 {
  width: 312px;
  margin: 0 auto;
}
main section.s02 .wrapper .box02 h3 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .box02 ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 40px auto 0;
}
main section.s02 .wrapper .box02 ul li {
  width: 282px;
}
main section.s02 .wrapper .box02 ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
main section.s02 .wrapper .box02 ul li dl dt {
  height: 257px;
  position: relative;
}
main section.s02 .wrapper .box02 ul li dl dt img {
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
main section.s02 .wrapper .box02 ul li dl dd {
  margin-top: 20px;
}
main section.s02 .wrapper .box02 ul li dl dd .t02 {
  text-align: center;
  font-size: 20px;
  color: #8642b3;
}
main section.s02 .wrapper .box02 ul li dl dd .t03 {
  text-align: center;
  font-size: 12px;
  color: #969696;
}
main section.s02 .wrapper .box03 {
  padding: 170px 0 120px;
  background-image: url(../images/tp0211.png);
  background-size: 100% 100%;
  margin-top: -60px;
}
main section.s02 .wrapper .box03 .box {
  width: 860px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
main section.s02 .wrapper .box03 .box .photo01 {
  width: 127px;
  display: block;
  position: absolute;
  top: -15px;
  left: -140px;
}
main section.s02 .wrapper .box03 .box .photo02 {
  width: 102px;
  display: block;
  position: absolute;
  top: -15px;
  right: -140px;
}
main section.s02 .wrapper .box03 .box .photo03 {
  width: 156px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -130px;
}
main section.s02 .wrapper .box03 .box .photo04 {
  width: 431px;
  display: block;
  position: absolute;
  right: -300px;
  bottom: -40px;
}
main section.s02 .wrapper .box03 .box .msg_en {
  width: 248px;
  margin: 0 auto;
  display: block;
}
main section.s02 .wrapper .box03 .box h3 {
  text-align: center;
  font-size: 77px;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
main section.s02 .wrapper .box03 .box .t01 {
  font-size: 16px;
  line-height: 36px;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
main section.s02 .wrapper .box03 .box .btn {
  width: 443px;
  padding: 30px 0;
  border-radius: 50px;
  margin: 60px auto 0;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  display: block;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s02 .wrapper .box03 .box .btn:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

footer {
  margin-top: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header .wrapper {
    padding: 0 0 17px 10px;
    height: 68px;
    background-color: transparent;
  }
  header .wrapper .logo {
    width: 280px;
    margin-top: 10px;
  }
  header .wrapper .logo img.logo_pc_common {
    display: none;
  }
  header .wrapper .logo img.logo_pc_top {
    display: block;
  }
  header .wrapper .logo img.logo_sp_common {
    display: none;
  }
  header .wrapper .logo img.logo_sp_top {
    display: none;
  }
  header .wrapper .gnav {
    width: calc(100% - 613px);
    padding-top: 16px;
    padding-left: 40px;
  }
  header .wrapper .gnav ul li {
    margin-top: 10px;
  }
  main {
    margin-top: 0;
    overflow: hidden;
  }
  main section.s01 {
    background-image: url(../images/tp0101_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s01 .wrapper {
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 50px 15px 50px;
  }
  main section.s01 .wrapper .photobox {
    width: 100%;
  }
  main section.s01 .wrapper .photobox img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .txtbox {
    width: 270px;
    padding: 0;
    margin: 5px auto 0;
  }
  main section.s01 .wrapper .txtbox .box {
    max-width: 533px;
    width: 100%;
  }
  main section.s01 .wrapper .txtbox .box .msg01 {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .txtbox .box .msg02 {
    width: 180px;
    display: block;
    margin: 5px auto 0;
  }
  main section.s01 .wrapper .txtbox .box a {
    width: 202px;
    display: block;
    padding: 16px 0;
    background-color: #8642b3;
    border-radius: 50px;
    margin: 13px auto 0;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  main section.s02 .wrapper .newsbox {
    background-color: #8642b3;
    position: relative;
    padding: 40px 40px 10px;
  }
  main section.s02 .wrapper .newsbox .msg {
    width: 270px;
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s02 .wrapper .newsbox dl {
    display: block;
    padding: 5px 0;
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .newsbox dl dt {
    width: 100%;
    color: #fff;
    font-size: 14px;
  }
  main section.s02 .wrapper .newsbox dl dd {
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-top: 2px;
  }
  main section.s02 .wrapper .newsbox dl dd a {
    color: #fff;
  }
  main section.s02 .wrapper .box01 {
    padding: 35px 20px;
  }
  main section.s02 .wrapper .box01 h2 {
    text-align: center;
    font-size: 30px;
    background-image: url(../images/tp0202.png);
    background-size: 335px auto;
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    padding-bottom: 3px;
    letter-spacing: 2px;
  }
  main section.s02 .wrapper .box01 .txtbox {
    position: relative;
    margin-top: 25px;
    padding-right: 135px;
    min-height: 230px;
  }
  main section.s02 .wrapper .box01 .txtbox p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 .txtbox .photo01 {
    width: 119px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  main section.s02 .wrapper .box01 .txtbox .photo02 {
    width: 119px;
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    left: auto;
  }
  main section.s02 .wrapper .box02 {
    padding: 45px 20px 105px;
    background-image: url(../images/tp0205.png);
    background-size: 100% 100%;
  }
  main section.s02 .wrapper .box02 h3 {
    width: 200px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box02 h3 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .box02 ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 15px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px auto 0;
  }
  main section.s02 .wrapper .box02 ul li {
    width: calc(50% - 7.5px);
  }
  main section.s02 .wrapper .box02 ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  main section.s02 .wrapper .box02 ul li dl dt {
    height: calc((100vw - 55px) * 0.45);
    position: relative;
  }
  main section.s02 .wrapper .box02 ul li dl dt img {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  main section.s02 .wrapper .box02 ul li dl dd {
    margin-top: 20px;
  }
  main section.s02 .wrapper .box02 ul li dl dd .t02 {
    text-align: center;
    font-size: 18px;
    color: #8642b3;
  }
  main section.s02 .wrapper .box02 ul li dl dd .t03 {
    text-align: center;
    font-size: 10px;
    color: #969696;
  }
  main section.s02 .wrapper .box03 {
    padding: 45px 20px;
    background-image: url(../images/tp0211.png);
    background-size: 100% 100%;
    margin-top: -60px;
  }
  main section.s02 .wrapper .box03 .box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
  }
  main section.s02 .wrapper .box03 .box .photo01 {
    width: 80px;
    display: block;
    position: absolute;
    top: 77px;
    right: calc(50% + 30px);
    left: auto;
  }
  main section.s02 .wrapper .box03 .box .photo02 {
    width: 65px;
    display: block;
    position: absolute;
    top: 80px;
    right: auto;
    left: calc(50% + 30px);
  }
  main section.s02 .wrapper .box03 .box .photo03 {
    width: 90px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main section.s02 .wrapper .box03 .box .photo04 {
    width: 200px;
    display: block;
    position: absolute;
    right: -35px;
    bottom: 70px;
  }
  main section.s02 .wrapper .box03 .box .msg_en {
    width: 150px;
    margin: 0 auto;
    display: block;
  }
  main section.s02 .wrapper .box03 .box h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    margin-top: 5px;
  }
  main section.s02 .wrapper .box03 .box .t01 {
    font-size: 14px;
    line-height: 28px;
    position: relative;
    z-index: 2;
    margin-top: 145px;
  }
  main section.s02 .wrapper .box03 .box .btn {
    width: 240px;
    padding: 15px 0;
    border-radius: 50px;
    margin: 30px auto 0;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    display: block;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s02 .wrapper .box03 .box .btn:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
  footer {
    margin-top: 0;
  }
}