@charset "UTF-8";


.section-main {
  /*height: 60vh;*/
  /*height: 500px;*/
  padding: 0;
  /*position: relative;*/
  /*overflow: hidden;*/
}

.section-main .pc02 {
  display: block;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
  margin: auto;
}

.section-main .sp02 {
  display: none;
}

.section-main .star {
  background-position: center;
  background-image: url('../images/main-star.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 220px;
  height: 220px;
  padding-top: 27px;
  text-align: center;
  color: #101938;
  position: absolute;
  right: 10%;
}

.section-main .star h3{
  font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.section-main .star p{
  font-weight: 900;
  font-size: 1.8rem;
}

.section-main h2{
  background-color: #9d2328;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  letter-spacing: .2em;
  margin-bottom: 20px;
  font-size: 2.5rem !important;
}

.section-main img.main{
  /*position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);*/
  margin: auto;
}

/* プラチナスポンサー */
.app-sponsors  {
    max-width: 1120px;
	margin: 0 auto;
}

.app-sponsors ul {
    margin: -2px;
}

.app-sponsors ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -5px;
}

.app-sponsors li {
    margin: 2px;
}

.app-sponsors a {
    position: relative;
    display: block;
}

.app-sponsors img {
    vertical-align: middle;
    border-style: none;
}

.app-sponsors a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 0 1px #fff inset;
}

/* section-trouble */

.section-support .btn{
  width: 28%;
  border-radius: 0px;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  transition: .3s;
  pointer-events: none;
}

.section-support .btn:after{
  border-radius: 0px;
}

.section-intro .btn:after{
  border-radius: 0px;
}

.section-intro .flex {
  margin-bottom: 100px;
}

.section-intro img {
  border: 3px solid #ccc;
}

.section-intro .flex:last-child {
  margin-bottom: 0px;
}

.section-intro .desc {
  margin: 40px 0 20px 0;
  line-height: 1;
  text-align: left;
  /*position: relative;*/
  /*display: inline-block;*/
}

/*.section-intro .desc:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 2px;
  transform: rotate(-20deg);
  background-color: var(--text-color);
  position: absolute;
  left: -20px;
  top: -6px;
}

.section-intro .desc:after {
  content: "";
  display: inline-block;
  height: 30px;
  width: 2px;
  transform: rotate(20deg);
  background-color: var(--text-color);
  position: absolute;
  right: -20px;
  top: -6px;
}
*/
.section-intro .right{
  padding: 50px;
  border: 3px solid var(--main-color);
  border-radius: 20px;
  position: relative;
}

.section-intro .right:before{
  content: "";
  display: inline-block;
  background: url(../images/arrow_01.png);
  background-size: cover;
  position: absolute;
  width: 41px;
  height: 58px;
  left: -29px;
  transform: translateY(-50%);
  top: 50%;
}

.section-intro .flex--rev .right:before{
  content: "";
  display: inline-block;
  background: url(../images/arrow_01.png);
  background-size: cover;
  position: absolute;
  width: 41px;
  height: 58px;
  right: -29px;
  left: auto;
  transform: translateY(-50%) scale(-1,-1);
  top: 50%;
}

/* section-persona */

.section-persona {
  background-image: url(../images/persona-01.jpg);
  background-position: center;
  padding-top: 130px;
}

.section-persona .flex {
  justify-content: center;
  margin-bottom: 30px;
}

.section-persona .flex li {
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  margin-right: 40px;
  padding: 30px;
  border: 1px solid #fff;
  line-height: 1;
  position: relative;
}

.section-persona .flex li:before {
  content: "";
  display: inline-block;
  background-image: url(../images/who.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 25px;
  position: absolute;
  top: -50px;
  left: 0;
}

.section-persona .flex li:nth-of-type(2):before {
  background-image: url(../images/what.png);
  width: 60px;

}

.section-persona .flex li:nth-of-type(3):before {
  background-image: url(../images/how.png);
}

.section-persona .flex li:last-child {
  margin-right: 0px;
}

.section-persona p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 2;
  letter-spacing: .1em;
}

.section-persona span {
  display: inline-block;
  background-color: var(--yellow-color);
  color: var(--text-color);
  padding: 10px 10px;
  line-height: 1;
  margin-left: 10px;
}

/* section-example */

.section-example  {
  z-index: 0;
  position: relative;
  /* background: repeating-linear-gradient(90deg, #f7f7f7 0px 1px, transparent 1px 6px), repeating-linear-gradient(0deg, #f7f7f7 0px 1px, transparent 1px 6px); */
}

.section-example .center p {
  margin-bottom: 30px;
}

.section-example .center h2 {
   margin-bottom: 20px
}

/* section-banner */

/*.section-range .flex {
  justify-content: center;
}*/

.section-range .center {
  margin: 0 auto;
}

.section-range .flex li {
  margin-bottom: 50px;
}

.section-range .flex li {
  width: 33%;
  padding: 0 20px;
}

.section-range .flex li img {
  width: auto;
  margin-bottom: 10px;
}

.section-range h3 {
  color: var(--blue-color);
  text-align: center;
  font-size: 2.5rem;
}

.section-range {
  background: var(--gradient);
}




/* section-banner */

.section-banner {
  color: #333535;
  background: #eee2d6;
  text-align: center;
  position: relative;
  padding: 100px 0;
}

.section-banner h2{
  margin-bottom: 20px;
}

.section-banner p{
  line-height: 2;
  margin-bottom: 30px;
}

.section-banner .btn{
  color: var(--main-color);
}

.section-banner .btn:after{
  background-color: #ffffff;
}

.section-banner .btn:hover:after{
  background-color: #5b4d3f;
}

.section-banner .btn:hover {
  color: #ffffff;
}

.section-banner:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 50px solid #ffffff;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;

}


/* section-support */

.section-support .flex div img{
  width: auto;
  /*margin: 20px 0;*/
}

.section-support {
    padding: 100px 0;
}

.section-support h3 {
    color: var(--blue-color);
    text-align: center;
    font-size: 2.5rem;
}

/* section-detail */

.section-detail {
  background: var(--gradient);
}

.section-detail img{
  /*width: 60%;*/
  max-width: 100%;
  height: auto;
}

.section-support img{
  /*width: 60%;*/
  max-width: 100%;
  height: auto;
}

.section-range img{
  /*width: 60%;*/
  max-width: 100%;
  height: auto;
}


/* section-footer */

footer {
  padding: 50px 0;
}

footer p{
  font-size: 1.6rem;
  font-weight: bold;
}

#btn-contact {
  position: fixed;
  bottom: 0;
  margin: auto 0;
  height: 320px;
  width: 60px;
  box-shadow: var(--box-shadow);
}

#btn-contact a {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  writing-mode: vertical-rl;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  vertical-align: middle;
  background-color: var(--main-color);
  transition: .5s;
}

#btn-contact a:before {
  content: "\f03d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0px;
  margin-bottom:10px;
  margin-right: -2px;
}

#btn-contact a:hover {
  background: #F1C727;
}

#btn-top {

  position: fixed;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 80px;

}

#btn-top a {
    box-shadow: var(--box-shadow);
    display: none;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  background-color: var(--main-color);
  transition: background-color .5s;
}

#btn-top a:after {
  content: "\f053";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  transform: rotate(90deg);
}

#btn-top a:hover {
  background: #F1C727;
}

#video_img {
    width: 60%;
}
}
