@charset "UTF-8";


/* html,
body {
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.58;
  color: #000;
  max-width: 100VW;
  overflow-x: hidden;
}

a {
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.6;
} */

img{
  max-width:100%;
}

.m-plus-1p-light {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-1p-extrabold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-1p-black {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
}

body .mb0 {
  margin-bottom: 0px;
}

body .mb10 {
  margin-bottom: 10px;
}

body .mb20 {
  margin-bottom: 20px;
}

body .mb30 {
  margin-bottom: 30px;
}

body .mb40 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

#breadCrumbArea{
  margin-top:142px;
}

.main_content{
  font-family: "Noto Sans JP", "Hiragino Sans", "Roboto", sans-serif;
}

/* .sports-page #wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 130px;
} */

.sports-page #footer {
  /* margin-top: 0; */
}

.sports-page section {
  /* text-align: left; */
}

section .container {
  /* max-width: 835px; */
  max-width: 1240px;
  margin: 0 auto;
}


#wrapper .tablet {
  display: none;
}

#wrapper .tablet-2 {
  display: none;
}

#wrapper .mobile {
  display: none;
}
#wrapper .pc {
  display: block;
}


.section-hero {
  background-color: black;
}

section.section-hero .container {
  position:relative;
  max-width: 100%;
  margin: 0 auto;

  img{
    position: relative;
    width: 100%;
    z-index: 2;
  }
  h1{
    position: absolute;
    top:0;
    left:0;
    color:#000000;
    z-index: 1;
  }
}

.section-1 {
  background: url(image/bg-way.png) no-repeat top, black;
  background-size:cover;
  color: white;
  padding-top: 30px;
  padding-bottom: 80px;
}


.title-dot,
.title-dot-white {
  font-size: 27px;
  font-weight: 900;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.title-dot::before{
  content: '';
  width: 100%;
  min-width: 20px;
  height: 42px;
  display: block;
  flex: 1;
  background: url(image/dot-long.png) repeat-x right center;
  background-size: auto 100%;
}
.title-dot::after{
  content: '';
  width: 100%;
  min-width: 20px;
  height: 42px;
  display: block;
  flex: 1;
  background: url(image/dot-long.png) repeat-x left center;
  background-size: auto 100%;
}

.title-dot-white::before{
  content: '';
  width: 100%;
  min-width: 20px;
  height: 42px;
  display: block;
  flex: 1;
  background: url(image/dot.png) no-repeat right center;
  background-size: auto 100%;
}
.title-dot-white::after {
  content: '';
  width: 100%;
  min-width: 20px;
  height: 42px;
  display: block;
  flex: 1;
  background: url(image/dot.png) no-repeat left center;
  background-size: auto 100%;
}

.section-1 h2 {
  margin-bottom: 40px;
  font-size:42px;
}

.event-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto 30px;
}

.event-grid .card {
  flex: 1;
}
.event-grid .card .title{
  display: flex;
  gap: 9px;
  position: relative;
  padding-left:19px;
  z-index: 2;
}
.event-grid .card .title .circle{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  background-color: #dc000c;
  border-radius: 50%;
}
.event-grid .card .title p{
  margin-top: 3px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.event-grid .card img {
  margin-top: -12px;
  margin-bottom: 10px;
}

.event-grid .card .description {
  /* padding-right: 30px; */
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.sec01-bottom {
  text-align: right;
  max-width: 1040px;
  margin: 0 auto 54px;

  p{
    display: flex;
    align-items: center;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: left;

    .md{
      font-size: 54px;
    }
    .lg{
      font-size: 66px;
    }
  }
  .note{
    font-weight: 100;
    font-size: 20px;
  }
}

.section-1 .btn-wrap {
  margin-bottom: 100px;
}

.section-1 .btn-wrap a {
  display: inline-block;
  max-width: 562px;
  transition: 0.3s;

  &:hover{
    opacity: 0.4;
  }
}

.banner-box {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  border: 10px solid #E60012;
  padding: 75px 85px 50px;
  background: #707070;

  img{
    width:100%;
  }
}

.banner-box h3 {
  font-size: 42px;
  font-weight: 900;
  line-height: 61px;
  margin-bottom: 20px;
  background: url(image/bg-red.png) no-repeat center / cover;
  text-align: center;
  padding: 13px;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
}

.banner-box p {
  font-size: 20px;
  font-weight: 500;
  line-height:37px;
  margin-bottom: 30px;
}

.banner-box .bottom-box,
.bottom-box.black {
  max-width: 655px;
  margin: 20px auto 0;
  display: flex;
  gap: 16px;
  align-items: center;
}

.banner-box .bottom-box .left,
.bottom-box.black .left {
  background: white;
  color: black;
  font-weight: 700;
  font-size: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.bottom-box.black .left {
  background-color: #000;
  color: white;
}

.banner-box .bottom-box .right,
.bottom-box.black .right {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 40px;
}

.banner-box .bottom-box .right p,
.bottom-box.black .right p {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  margin: 0;
}

.banner-box .bottom-box .right .right-num,
.bottom-box.black .right .right-num {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  /* width: 48%; */
  font-size: 18px;
}

.banner-box .bottom-box .right .right-num span {
  border: 2px solid white;
  padding: 4px 4px;
  line-height:1;
}

.bottom-box.black .right .right-num span {
  border: 2px solid black;
  padding: 2px 4px;
}


.section-2 {
  background-color: #34A6E5;
  padding: 80px 0;
  color: white;
}

.section-2 h4 {
  font-size: 26px;
  line-height: 47px;
  margin-bottom: 42px;
}

.section-2 h4 span {
  font-size: 36px;
}

.section-2 .btn-wrap a {
  display: inline-block;
  max-width: 595px;
  transition:0.3s;

  &:hover{
    opacity: 0.4;
  }
}



.section-3 {
  padding: 100px 0 120px;
  background-color: #f4f4f4;
}

.section-3 h2 {
  margin-bottom: 50px;
  font-size:42px;
}

.step-wrap {
  max-width: 1040px;
  margin: 0 auto 80px;
}

.step-wrap .step {
  margin-bottom: 46px;
}

.step .step-title {
  margin-bottom: 30px;
}

.step .step-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.step .step-content img {
  max-width: 380px;
}

.step .step-content .step-right {
  flex: 1;
  font-size: 20px;

  p{
    text-align:left;
  }
}

.step .step-content .step-right .step-info {
  /* display: flex; */
  display:grid;
  grid-template-columns: repeat(3, 180px);
  gap: 10px;
  margin: 30px 0 20px;
  /* padding-right: 40px; */
}

.step .step-content .step-right .step-info p {
  flex: 1;
  background: #5B5FA9;
  padding: 11px 0;
  text-align: center;
  color: white;
  font-size:20px;
  line-height:24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step .step-content .step-right .note {
  font-size: 14px;
  opacity: 0.62;
}

.price-box {
  max-width: 1040px;
  margin: 0 auto;
}

.price-box .title-price {
  margin-bottom:30px;
  font-size: 42px;
  font-weight: 600;
  line-height: 61px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 30px;
}

.price-box .title-price::before,
.price-box .title-price::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #E60012;
}

.price-box p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 36px;
}

.price-box .price-text {
  display: flex;
  align-items: baseline;
  gap: 0;
  justify-content: center;
  margin-bottom: 20px;
}

.price-box .price-text h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  margin-right: 20px;
  transform: translateY(-5px);
}

.price-box .price-text h3 {
  font-size: 62px;
  font-weight: 600;
  color: #E60012;
  line-height: 90px;
  margin: 0;
  display: flex;
  align-items: baseline;
}

.price-box .price-text h3 span {
  font-size: 42px;
  line-height: 60px;
  font-weight: 600;
}

.price-box .price-text p {
  font-size: 32px;
  line-height: 46px;
  margin: 0;
}

.price-box p.note {
  /* max-width: 55%; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.price_container{
  display: flex;
  justify-content: center;
  align-items: flex-end;

  .box{
    p{
      margin: 0;
      font-size: 20px;
      font-weight: 700;
      text-align: left;
    }
    .price{
      display: flex;
      align-items: baseline;
      gap: 3px;
      font-size: 38px;
      font-weight: 700;
      line-height: 54px;

      .md{
        font-size: 24px;
      }
      .sm{
        font-size: 16px;
      }
    }
  }
  .plus{
    margin: 10px 15px;
    font-size: 30px;
    font-weight: 700;
  }
  .equal{
    margin: 10px 25px 10px 20px;
    font-size: 30px;
    font-weight: 700;
  }
  .total{
    position:relative;

    span{
      display: flex;
      align-items: baseline;
      gap: 5px;
      position:relative;
      font-size: 52px;
      font-weight: 700;
      line-height: 76px;
      z-index: 2;

      .md{
        font-size: 34px;
      }
      .sm{
        font-size: 20px;
      }
    }
    &:before{
      content: '';
      position: absolute;
      bottom: 21px;
      left: -5px;
      right: -5px;
      height: 16px;
      background: linear-gradient(transparent 0%, #e60012 0%);
      opacity: 0.53;
      z-index: 1;
    }
  }
}


.section-4 {
  margin-top:-110px;
  padding-top:110px;
  padding-bottom: 85px;
  background-color: #f4f4f4;
}

.section-4 .container {
  max-width: 1318px;
}

.section-4 h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 70px;
  background: url(image/bg-red1.png) no-repeat center / cover;
  text-align: center;
  color: white;
  padding: 24px 0;
  margin-bottom: 80px;
}

.section-4 h2 span {
  padding: 10px 140px;
  background: url(image/arrow1.png) no-repeat left / contain,
    url(image/arrow2.png) no-repeat right / contain;
}

.section-4 .title-dot {
  margin-bottom: 60px;
  font-size:42px;
  line-height:60px;
}

.section-4 .content-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.device-wrap {
  max-width: 855px;
  margin: 0 auto 41px;
  display: flex;
  justify-content: space-between;
  gap:60px;
}

.device-wrap .device {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.device-wrap .device h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
}

.device-wrap .device img {
  /* margin: 0 auto 10px; */
  margin:10px 0 20px;
}

.device-wrap .device p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
}

.device-wrap .device .price {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.device-wrap .device .price span {
  font-size: 21px;
  line-height: 47px;
  padding-left:3px;
}

.device-wrap .device .price span+span {
  font-size: 12px;
  font-weight: 500;
  line-height: 45px;
  padding: 0;
}

.price-total {
  text-align: center;
  font-size: 32px;
  line-height: 76px;
  font-weight: 600;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.price-total .price {
  position:relative;
  
  &:before{
    content:'';
    position:absolute;
    bottom:15px;
    left:-5px;
    right:5px;
    height:16px;
    background:linear-gradient(transparent 0%, #e60012 0%);
    opacity:0.53;
    z-index: 1;
  }
  span{
    position: relative;
    font-size: 62px;
    line-height: 90px;
    font-weight: 600;
    z-index:2;

    span{
      font-size: 42px;
      line-height: 61px;

      &+span{
        font-size: 32px;
        line-height: 46px;
        font-weight: 500;
      }
    }
  }
}

/* .price-total .price span {
  font-size: 42px;
  line-height: 61px;
}

.price-total .price span+span {
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
} */

.option-box {
  margin-bottom: 100px;
  background-color: #E60012;
  border:8px solid #E60012;
}

.option-box h3 {
  color: white;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
  padding-bottom:8px;
}

.option-box .option-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 36px;
  gap: 40px;
  background-color: white;
}

.option-box .option {
  display: flex;
  align-items: center;
  gap: 16px;
}

.option-box .option img {
  flex: 1;
  /* max-width: 179px; */
  max-width: 220px;
}

.option-box .option+.option img {
  /* max-width: 153px; */
}

.option-box .option .txt-right {
  flex: 1;
}

.option-box .option .txt-right h4 {
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 4px;
}

.option-box .option .txt-right p {
  font-size: 20px;
  line-height: 34px;
}

.option-box .option .txt-right .price {
  font-size: 38px;
  font-weight: bold;
  line-height: 54px;
}

.option-box .option .txt-right .price span {
  font-size: 24px;
  line-height: 54px;
  padding-left:3px;
}

.option-box .option .txt-right .price span+span {
  font-size: 14px;
  font-weight: 400;
}

.img-desk {
  display: block;
  max-width: 841px;
  margin: 0 auto 30px;
}

.section-4 .bottom-box {
  margin-bottom: 70px;
}

.section-4 .img-price {
  margin: 36px auto 16px;
  max-width: 814px;
}

.section-4 .price-box .note {
  display: block;
  font-size: 14px;
  text-align: right;
  max-width: unset;
}


/* @media screen and (min-width: 891px) {
  .mv_pc{
    display: block;
  }
  .mv_tablet{
    display: none;
  }
  .mv_tablet-2{
    display: none;
  }
  .mv_mobile{
    display: none;
  }
}
@media screen and (max-width: 890px) and (min-width: 701px) {
  .mv_pc{
    display: none;
  }
  .mv_tablet{
    display: block;
  }
  .mv_tablet-2{
    display: none;
  }
  .mv_mobile{
    display: none;
  }
}

@media screen and (max-width: 700px) and (min-width: 376px) {
  .mv_pc{
    display: none;
  }
  .mv_tablet{
    display: none;
  }
  .mv_tablet-2{
    display: block;
  }
  .mv_mobile{
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .mv_pc{
    display: none;
  }
  .mv_tablet{
    display: none;
  }
  .mv_tablet-2{
    display: none;
  }
  .mv_mobile{
    display: block;
  }
} */


@media screen and (max-width: 768px) {
  #footer{
    margin-top:0;
  }
  .sports-page #wrapper {
    /* padding-top: 0; */
  }

  #breadCrumbArea{
    margin:0;
    padding-bottom:7px;
  }

  #wrapper .pc {
    display: none;
  }
  #wrapper .tablet {
    display: none;
  }
  #wrapper .tablet-2 {
    display: none;
  }
  #wrapper .mobile {
    display: block;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  body img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }


  .section-hero img {
    width: 100%;
  }
  section .container {
    max-width: 100%;
  }

  section .mobile-w80 {
    /* max-width: 80%;
    margin-left: auto;
    margin-right: auto; */
    padding:0 46px;
  }

  section .mobile-w84 {
    /* max-width: 84%;
    margin-left: auto;
    margin-right: auto; */
    padding:0 26px;
  }


  .title-dot,
  .title-dot-white {
    font-size: 24px;
    line-height: 32px;
    gap: 5px;
    letter-spacing: -1px;
  }

  .title-dot::before,
  .title-dot::after {
    min-width: 35px;
    height: 36px;
  }

  .event-grid {
    display: block;
  }

  .event-grid .card {
    margin-bottom: 25px;
  }
  .event-grid .card .title{
    padding-left:14px;
  }
  .event-grid .card .title .circle{
    width: 80px;
    height: 80px;
    font-size: 15px;
    line-height: 20px;
  }
  .event-grid .card .title p{
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .event-grid .card img {
    margin-top: -12px;
    margin-bottom: 10px;
  }

  .sec01-bottom {
    margin: 0 auto 40px;
    padding: 0 !important;
    text-align: center;
  
    p{
      display: block;
      font-size: 18px;
      letter-spacing: -0.5px;
      line-height: 34px;
      text-align: center;
      
      .md{
        font-size: 28px;
      }
      .lg{
        font-size: 32px;
      }
    }
    .note{
      font-size: 14px;
    }
  }

  .banner-box {
    /* max-width: 95%; */
    border: 4px solid #E60012;
    margin:0 16px;
    padding: 74px 30px 30px;
  }

  .banner-box h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    background: url(image/bg-red-sp1.png) no-repeat center / cover;
    padding: 16px 0;
    top: 0;
    transform: translateY(-50%);
  }

  .banner-box p {
    font-size: 14px;
    line-height: 30px;
  }

  .banner-box .bottom-box,
  .bottom-box.black {
    max-width: 100%;
    margin: 18px auto 0;
    display: block;
  }

  .banner-box .bottom-box .left,
  .bottom-box.black .left {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 0;
    font-size: 12px;
    height: auto;
  }

  .banner-box .bottom-box .right,
  .bottom-box.black .right {
    flex-direction: column;
    gap: 6px;
  }

  .banner-box .bottom-box .right p,
  .bottom-box.black .right p {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
  }

  .banner-box .bottom-box .right .right-num,
  .bottom-box.black .right .right-num {
    flex: 1;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
  }

  .banner-box .bottom-box .right .right-num span,
  .bottom-box.black .right .right-num span {
    min-width: 45px;
    border-width: 1px;
    display: block;
    padding: 3px 3px;
  }

  .section-1 h2{
    margin-bottom:82px;
    font-size:24px;
    line-height:32px;
  }
  .title-dot-white::before, .title-dot-white::after{
    height:36px;
  }

  .section-2 h4 {
    /* max-width: 86%; */
    margin: 0 auto 30px;
    padding:0 26px;
    font-size:16px;
    line-height:29px;
  }

  .section-2 h4 span {
    font-size: 24px;
    display: block;
    margin-top: 25px;
  }
  .section-2 .btn-wrap{
    padding:0;
  }


  .step .step-content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .step .step-content img {
    max-width: 100%;
  }

  .step .step-content .step-right {
    flex: 1;
    font-size: 14px;
    line-height: 24px;

    p{
      text-align: left;
    }
  }

  .step .step-content .step-right .step-info {
    display: flex;
    gap: 4px;
    margin: 16px 0 10px;
    padding: 0;
  }

  .step .step-content .step-right .step-info p {
    flex: auto;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    padding: 6px 0;
  }

  .step .step-content .step-right .note {
    font-size: 12px;
    line-height: 20px;
  }

  .price-box .title-price {
    margin-bottom:20px;
    gap: 10px;
    font-size:27px;
    line-height:39px;
  }

  .price-box .title-price::before,
  .price-box .title-price::after {
    height: 4px;
  }

  .price-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .price-box .price-text h4 {
    font-size: 19px;
    line-height: 27px;
    margin-right: 10px;
  }

  .price-box .price-text h3 {
    font-size: 38px;
    line-height: 55px;
  }

  .price-box .price-text h3 span {
    font-size: 26px;
    line-height: 37px;
  }

  .price-box .price-text p {
    margin-left:-6px;
    font-size: 19px;
    line-height: 27px;
  }

  .price-box p.note {
    max-width: 100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .price_container{
    flex-direction: column;
    align-items: center;
  
    .box{
      display: flex;
      align-items: baseline;
      gap: 8px;

      p{
        font-size: 12px;
      }
      .price{
        gap: 1px;
        font-size: 24px;
        line-height: 28px;
  
        .md{
          font-size: 12px;
        }
        .sm{
          font-size: 10px;
          font-weight: 400;
        }
      }
    }
    .plus{
      margin: 0 0 10px;
      font-size: 30px;
      font-weight: 400;
    }
    .equal{
      display: none;
    }
    .total{
      display: flex;
      position: relative;
      margin-left: 25px;

      .mobile{
        position: absolute;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        font-weight: 700;
      }
      span{
        gap: 5px;
        font-size: 36px;
        line-height: 51px;
        
        .md{
          font-size: 28px;
        }
        .sm{
          font-size: 20px;
          font-weight: 400;
        }
      }
      &:before{
        bottom: 11px;
        height: 10px;
      }
    }
  }

  .section-4 h2 {
    font-size: 26px;
    line-height: 36px;
    background: url(image/bg-red-sp2.png) no-repeat center / cover;
    padding: 12px 35px;
    margin-bottom: 40px;
  }

  .section-4 h2 span {
    padding: 0 40px;
    background-size: 35px;
    display: block;
  }

  .device-wrap {
    gap: 10px;
  }

  .device-wrap .device h4 {
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
  }

  .device-wrap .device {
    max-width: unset;
    gap: 11px;
    flex: auto;
  }

  .device-wrap .device img {
    margin:5px 0;
  }

  .device-wrap .device p {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 0;
  }

  .device-wrap .device .price {
    font-size: 14px;
    line-height: 14px;
  }

  .device-wrap .device .price span {
    font-size: 10px;
  }

  .device-wrap .device .price span+span {
    font-size: 8px;
    padding: 0;
  }

  .price-total {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px;
    gap: 0;
  }

  .price-total .price{
    &:before{
      bottom:5px;
      height:11px;
    }
    span{
      font-size: 35px;
      line-height: 51px;

      span{
        font-size: 24px;
        line-height: 35px;

        &+span{
          font-size: 18px;
          line-height: 26px;
        }
      }
    }
  }

  .option-box {
    padding:0 !important;
    margin:0 30px 60px;
    border:4px solid #E60012;
  }

  .option-box h3 {
    padding-bottom:4px;
    font-size: 16px;
    line-height: 24px;
  }


  .option-box .option-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 20px 40px;
  }

  .option-box .option {
    gap: 12px
  }

  .option-box .option img {
    flex: 1;
    max-width: 55% !important;
  }

  .option-box .option .txt-right{
    text-align: left;
  }
  .option-box .option .txt-right h4 {
    margin-bottom:10px;
    font-size: 14px;
    line-height: 18px;
  }

  .option-box .option .txt-right p {
    font-size: 10px;
    line-height: 10px;
  }

  .option-box .option .txt-right .price {
    font-size: 24px;
    line-height: 34px;
  }

  .option-box .option .txt-right .price span {
    font-size: 10px;
    line-height: 20px;
    padding: 0;
  }

  .option-box .option .txt-right .price span+span {
    font-size:8px;
    line-height: 1;
  }

  .bottom-box.black {
    /* max-width: 80%; */
    margin-bottom: 30px;
  }

  .section-4 .price-box  > p {
    max-width: 65%;
    margin: 0 auto 12px;
  }

  .section-4 .price-box .note {
    font-size: 10.8px;
    text-align: center;
  }
  .section-4 {
    padding-bottom: 60px;
  }
  .section-5 {
    padding:50px 0 20px !important;

    .container{
      padding:0;
    }
  }
  .section-5 h4 {
    /* max-width: 90%; */
    padding: 0;
  }
  .section-5 h4 span {
    display: inline;
  }

  .event-grid .card .description{
    padding:0;
    font-size:14px;
    text-align: left;
  }
  .section-2{
    padding:50px 0 20px;
  }

  .section-3 h2{
    margin-bottom:26px;
    font-size:24px;
    line-height:32px;
  }

  .step-wrap .step{
    margin-bottom:27px;
  }
  .step .step-title{
    margin-bottom:18px;
  }

  .step-wrap{
    margin-bottom:26px;
  }

  .section-3{
    padding-bottom:60px;
  }
  .section-4 .title-dot{
    gap:8px;
    margin-bottom:25px;
    font-size:24px;
    line-height: 35px;
  }
  .section-4{
    .device-wrap{
      margin-bottom:20px;
      padding:0 40px;
    }
    .img-desk{
      padding:0 37px;
      box-sizing: border-box;
    }
  }
  .section-4 .img-price{
    margin:16px 0 9px;
  }
}