@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap"); /*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
* {
  margin: 0;
  padding: 0;
}

*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background: url(../img/main__bg.png) no-repeat;
  background-attachment: fixed;
  background-position: center -40px;
  background-size: 100% auto;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 7.7%;
  padding-top: 37px;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

a {
  color: #18448e;
  text-decoration: underline;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
a img {
  border: none;
}

button,
input[type=button] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.main__wrapper {
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}

.ico__scroll {
  position: fixed;
  right: 5.5%;
  top: 170px;
  width: 13.5px;
}

.main__content {
  background-color: #e8e8e8;
  border: solid 1px #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  max-width: 415px;
  padding: 20px;
  width: 33.3%;
}

article {
  border: 1px solid #000000;
}

.sec01 {
  background: linear-gradient(135deg, #1669b5 0%, #84cde8 38.42%, #f0ad5c 70.44%, #97510a 100%);
  padding: 40px 10.7% 48px;
}
.sec01__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.sec01__title .__sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  width: 90px;
}
.sec01__title .__main {
  max-width: 170px;
}
.sec01__lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 1.875;
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
}
.sec01__lead span {
  display: inline-block;
}
.sec01__text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8666;
  margin-bottom: 26px;
}
.sec01__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec01__link::after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 3.5px 0px 3.5px;
  content: "";
  height: 7px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
.sec01__link:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.65;
}
.sec01__link:hover:after {
  border-color: #000 transparent transparent transparent;
}

.sec02 {
  background-color: #f5f5f5;
  padding: 37px 10.7% 80px;
}
.sec02__title {
  margin: 0 auto;
  width: 113px;
}
.sec02__lead {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 40px;
  text-align: center;
  white-space: nowrap;
}
.sec02__ttl03 {
  color: #ff008b;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
.sec02__ttl03__img {
  height: 13.5px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec02__list {
  margin-top: 35px;
}
.sec02__item {
  margin-top: 75px;
}
.sec02__item:first-child {
  margin-top: 0;
}
.sec02__img {
  position: relative;
}
.sec02__img .__label {
  bottom: -15px;
  position: absolute;
  right: -18px;
  width: 81.25%;
}
.sec02__detail {
  background-color: #fff;
  padding: 10.4% 8.7% 12.15%;
}
.sec02__text {
  color: #614632;
  font-size: 1.4rem;
  line-height: 2;
}

.sec03 {
  background-color: #ffffff;
  padding: 75px 10.6% 80px;
}
.sec03__title {
  color: #ff008b;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
.sec03__title__img {
  height: 13.5px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec03__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.sec03__item.__su {
  max-width: 243px;
}
.sec03__item.__rmk {
  max-width: 130px;
}
.sec03__item.__pola {
  max-width: 117px;
}
.sec03__item.__nars {
  max-width: 80px;
}
.sec03__item.__add {
  max-width: 157px;
}
.sec03__item.__js {
  max-width: 202px;
}
.sec03__item.__el {
  max-width: 170px;
}

.sec04 {
  background-color: #000;
  padding: 70px 10.6% 80px;
}
.sec04__title {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.sec04__ttl03 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  max-width: 335px;
  padding-bottom: 35px;
  position: relative;
}
.sec04__ttl03:after {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
}
.sec04__ttl03 .__sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  width: 90px;
}
.sec04__ttl03 .__main {
  color: #ff008b;
  font-size: 3rem;
  text-align: center;
}
.sec04__lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  text-align: center;
}
.sec04__lead span {
  display: inline-block;
}

.sec05 {
  background-color: #ddf3ff;
  padding: 70px 5.333% 40px;
}
.sec05__title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 23px;
  text-align: center;
}
.sec05__ttl__sub {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.sec05__annotation {
  border-top: solid 1px #707070;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 22px;
  padding-top: 22px;
  text-align: center;
}
.sec05__annotation__color {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.sec05__textCenter {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 23px;
  text-align: center;
}
.sec05__textCenter.color {
  color: #ff008b;
}
.sec05__img01 {
  margin: 0 auto;
  max-width: 285px;
}
.sec05__img02 {
  margin-top: 25px;
}
.sec05__img03 {
  margin: 24px auto 0;
  width: 59px;
}
.sec05__img04 {
  margin: 24px auto 0;
  width: 96px;
}
.sec05__ttl03 {
  border-bottom: solid 1px #707070;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.sec05__ttl03 span {
  font-size: 1.2rem;
  font-weight: normal;
}
.sec05__lead {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec05__point {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 2px #ff008b;
  border-radius: 25px;
  color: #ff008b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  margin-top: 30px;
  text-align: center;
}
.sec05__text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 10px;
}
.sec05__list01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
  margin-top: 26px;
}
.sec05__item01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/sec05__item01_bg.png) no-repeat center #fff;
  background-size: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  min-height: 126px;
  width: 47.2%;
}
.sec05__item01_text {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
}
.sec05__ttl04 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
.sec05__list02 li {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
  padding-left: 1.5em;
  position: relative;
}
.sec05__list02 li:before {
  color: #614632;
  content: "●";
  left: 0;
  position: absolute;
}

.sec06 {
  background-color: #fff;
  padding: 70px 5.333%;
}
.sec06__title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 36px;
  text-align: center;
}
.sec06__wrapp {
  border-left: 4px solid #614632;
  padding-bottom: 40px;
  padding-left: 20px;
}
.sec06__wrapp02 {
  border-left: 4px solid #fff;
  padding-left: 20px;
}
.sec06__ttl03 {
  color: #614632;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.sec06__ttl03:before {
  background-color: #fff;
  border: solid 4px #614632;
  border-radius: 50%;
  content: "";
  height: 25px;
  left: calc(-20px - 1em);
  position: absolute;
  width: 25px;
}
.sec06__img01 {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 257px;
}
.sec06__text {
  font-size: 1.3rem;
  line-height: 2.15;
}
.sec06__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90.5%;
}
.sec06__link::after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 3.5px 0 3.5px;
  content: "";
  height: 7px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
  width: 7px;
}
.sec06__link:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.65;
}
.sec06__link:hover:after {
  border-color: #000 transparent transparent transparent;
}
.sec06__link.__end {
  pointer-events: none;
}
.sec06__link.__end::after {
  content: none;
}
.sec06__img02 {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 298px;
}
.sec06__img03 {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 205px;
}
.sec06__img04 {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 155px;
}
.sec06_link02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 18px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 3;
}
.sec06_link02::before {
  border-left: solid 5px #cc5de8;
  border-top: solid 5px #cc5de8;
  content: "";
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 20px);
}
.sec06_link02::after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  content: "";
  height: 7px;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 7px;
}
.sec06_link02--wrap {
  font-size: 1.8rem;
  font-weight: bold;
  height: auto;
  margin: 25px auto 0;
  position: relative;
  width: 100%;
}
.sec06_link02--btn {
  border-bottom: solid 15px #e64980;
  border-right: solid 15px #e64980;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.sec06_link02--btn:before {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 0 15px 15px 0px;
  bottom: -16px;
  content: " ";
  height: 0;
  left: -1px;
  position: absolute;
  width: 0;
}
.sec06_link02--btn:after {
  border-color: #fff;
  border-bottom-color: transparent;
  border-style: solid;
  border-width: 0px 15px 15px 0px;
  content: " ";
  height: 0;
  position: absolute;
  right: -16px;
  top: -1px;
  width: 0;
}
.sec06_link02 span {
  text-align: center;
  width: 100%;
}

.sec07 {
  background: linear-gradient(135deg, #1669b5 0%, #84cde8 38.42%, #f0ad5c 70.44%, #97510a 100%);
  padding: 70px 5.333% 80px;
}
.sec07__title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
.sec07__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.sec07__item {
  margin: 0 6%;
  width: 38%;
}
.sec07__img {
  text-align: center;
}
.sec07__img_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sec07__img_text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
}
.sec07__prize {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2;
}
.sec07__prize dt {
  font-weight: bold;
  margin-right: 8px;
  width: 4.5em;
}
.sec07__prize dd {
  width: 75%;
}
.sec07__prize dd span.__fwb {
  font-weight: bold;
}

.sec08 {
  background-color: #f5f5f5;
  padding: 56px 5.333% 60px;
}
.sec08__ttl03 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec08__list {
  font-size: 1.2rem;
}

.float {
  bottom: 0;
  max-width: 415px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.float__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.float__list a.float__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #595858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
}
.float__item {
  width: 50%;
}
.float__item_btn {
  height: 100%;
  padding-bottom: 11px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float__item_btn:before {
  background-image: url(../../assets/img/header__main__btnLine.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 82px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 103.774%;
}
.float__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
}
.float_link02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 18px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 3;
}
.float_link02::before {
  border-left: solid 5px #cc5de8;
  border-top: solid 5px #cc5de8;
  content: "";
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 20px);
}
.float_link02::after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  content: "";
  height: 7px;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 7px;
}
.float_link02--wrap {
  font-size: min(5.8666vw, 24px);
  font-weight: bold;
  height: auto;
  margin: 25px auto 0;
  position: relative;
  width: 100%;
}
.float_link02--btn {
  border-bottom: solid 15px #e64980;
  border-right: solid 15px #e64980;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.float_link02--btn:before {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 0 15px 15px 0px;
  bottom: -16px;
  content: " ";
  height: 0;
  left: -1px;
  position: absolute;
  width: 0;
}
.float_link02--btn:after {
  border-color: #fff;
  border-bottom-color: transparent;
  border-style: solid;
  border-width: 0px 15px 15px 0px;
  content: " ";
  height: 0;
  position: absolute;
  right: -16px;
  top: -1px;
  width: 0;
}
.float_link02 span {
  text-align: center;
  width: 100%;
}

.result {
  padding: 0 5.3%;
}
.result__top {
  background-color: #f5f5f5;
  padding: 40px 5.3% 60px;
}
.result__ttl03 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.result__ttl03 .__sub {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.result__ttl03 .__main {
  color: #ff008b;
  font-size: 4rem;
  font-weight: bold;
}
.result__txt {
  font-size: 1.5rem;
  line-height: 1.8666;
  margin-bottom: 40px;
  text-align: center;
}
.result__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result__item {
  min-height: 90px;
  position: relative;
  width: 30.7%;
}
.result__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f08c00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.result__link:hover {
  opacity: 0.65;
}
.result__link.__01::before {
  background: url(../img/ribon01.png) no-repeat center;
  background-size: 100%;
  content: "";
  height: 60px;
  left: -15px;
  position: absolute;
  top: -15px;
  width: 60px;
}
.result__link.__02::before {
  background: url(../img/ribon02.png) no-repeat center;
  background-size: 100%;
  content: "";
  height: 60px;
  left: -15px;
  position: absolute;
  top: -15px;
  width: 60px;
}
.result__link::after {
  background: url(../img/arrow_d.png) no-repeat center;
  background-size: 100%;
  bottom: 16px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9px;
}
.result__ttl04 {
  color: #ff008b;
  font-size: 2.8rem;
  margin-bottom: 28px;
  margin-top: 60px;
  text-align: center;
}
.result__wrap {
  padding: 0 7%;
}
.result__img {
  margin-bottom: 20px;
}
.result__ttl05 {
  border-bottom: 1px solid #707070;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.result__name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result__comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff008b;
  border-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.result__comment_list {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 20px;
}
.result__comment_ttl {
  color: #ff008b;
  font-weight: bold;
}
.result__comment_img {
  width: 38.8%;
}
.result__comment_judge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
}
.result__comment_judge.__logo {
  margin-bottom: 50px;
  margin-top: 50px;
}
.result__comment_judge.__logo.__only {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result__comment_judge.__logo .result__comment_img {
  margin-left: 25px;
  width: 38.2%;
}
.result__comment_judge.__logo .result__comment_img.__logo {
  margin-left: 0;
  width: 100%;
}
.result__comment_judge.__logo .result__comment_img.__logo.__bi {
  max-width: 160px;
}
.result__comment_judge.__logo .result__comment_img.__logo.__shu {
  max-width: 243px;
}
.result__comment_judge.__logo .result__comment_img.__logo.__rmk {
  max-width: 130px;
}
.result__comment_judge.__logo .result__comment_img.__logo.__pola {
  max-width: 125px;
}
.result__comment_judge.__logo .result__comment_img.__logo.__add {
  max-width: 217px;
}
.result__comment_judge.__logo .result__comment_img.__logo.__js {
  max-width: 217px;
}
.result__comment_judge--main {
  border-bottom: dashed 1px #ff008b;
  font-size: 1.4rem;
  line-height: 2;
  padding-bottom: 40px;
}
.result__comment_judge--main.__last {
  border-bottom: none;
  padding-bottom: 0;
}
.result__comment_name {
  font-size: 1.6rem;
  margin-left: 20px;
}

.selected {
  background-color: #fee7d8;
  margin-top: 80px;
  padding: 50px 5.3% 70px;
}
.selected__ttl {
  color: #ff008b;
  font-size: 3rem;
  margin-bottom: 40px;
  text-align: center;
}
.selected__list {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  width: 83.5%;
}
.selected__item {
  border-bottom: solid 1px #707070;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.selected__item .fwb {
  font-weight: bold;
}
.selected__last {
  padding: 30px 5.3% 40px;
}
.selected__last_txt {
  font-size: 1.5rem;
  line-height: 1.8666;
}

.main__sp__tournament2022 {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 316px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.main__sp__tournament2022__title {
  margin-bottom: 14px;
  text-align: center;
}
.main__sp__tournament2022__title img {
  width: 266px;
}
.main__sp__tournament2022_lead {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.main__sp__tournament2022_lead:after {
  border-bottom: dotted 2px #000;
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: -3px;
  width: calc(100% - 12.5em);
}
.main__sp__tournament2022_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.main__sp__tournament2022__link {
  border: 2px solid #e49500;
  display: inline-block;
  font-size: 0;
  padding: 0px 4px 2px;
  width: 80%;
}

.main__sp {
  background-color: #fff;
}

main .header__sub__tournament2022 {
  border-bottom: 2px solid #e49500;
  border-right: 2px solid #e49500;
  font-size: 0;
  padding: 3px 7px 6px 0;
}
main .header__sub__tournament2022:hover {
  opacity: 0.65;
}
main .header__sub__tournament2023 {
  border-bottom: 2px solid #5d3c8c;
  border-right: 2px solid #5d3c8c;
  font-size: 0;
  padding: 3px 7px 6px 0;
}
main .header__sub__tournament2023:hover {
  opacity: 0.65;
}
main .header__sub__tournament2024 {
  border-bottom: 2px solid #fc038b;
  border-right: 2px solid #fc038b;
  font-size: 0;
  padding: 3px 7px 6px 0;
}
main .header__sub__tournament2024:hover {
  opacity: 0.65;
}

.sec05__advice {
  background-color: #ffe3b1;
  padding: 30px 5.333% 40px;
}
.sec05__advice__ttl03 {
  color: #614632;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.sec05__advice__ttl03 img {
  width: 198px;
}
.sec05__advice_list_title {
  border-bottom: solid 1px #707070;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 12px;
  padding-left: 23px;
  position: relative;
}
.sec05__advice_list_title:before {
  background: url(../img/check_icon.svg) no-repeat center/100%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}
.sec05__advice_list_text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 1em auto;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1em 2em;
  padding-left: 0;
}
.breadcrumb a {
  color: #7986cb;
  text-decoration: none;
}
.breadcrumb li {
  color: #7986cb;
  display: inline-block;
  margin-right: 8px;
  padding-right: 24px;
  position: relative;
}
.breadcrumb li::before {
  color: inherit;
  content: "›";
  font-size: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
}
.breadcrumb li:last-child {
  color: #000;
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb li:last-child::before {
  content: normal;
}

.inner--small, .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.inner {
  max-width: 1120px;
}

.inner--small {
  max-width: 1020px;
}

.header {
  --header-max-height: min(100vh, 768px);
  --header-bottom-height: 0px;
  height: var(--header-max-height);
  left: 6.996%;
  max-width: 750px;
  position: fixed;
  top: 5px;
  width: calc(52% - 40px);
}
.header__logo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: -20px;
  position: absolute;
  top: 10px;
}
.header__logo_img {
  width: 192px;
}
.header__logo_txt {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 16px;
  margin-top: 10px;
}
.header__logo_link {
  color: #000;
  text-decoration: none;
}
.header__logo_link:hover {
  opacity: 0.65;
}
.header__main {
  height: max(0px, var(--header-max-height) - var(--header-bottom-height));
  margin-left: auto;
  max-width: 670px;
  position: relative;
  width: 100%;
}
.header__main_img {
  height: 100%;
  overflow: hidden;
}
.header__main_img img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.header__main_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  border: solid 1px #000;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  height: 67px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 336px;
  position: absolute;
  right: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40.5%;
}
.header__main_link::after {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  content: "";
  height: 7px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
.header__main_link:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.65;
}
.header__main_link:hover:after {
  border-color: transparent transparent transparent #000;
}
.header__main_link02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(1.26vw, 20px);
  height: 65px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 8px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 99.375%;
  z-index: 3;
}
.header__main_link02::before {
  border-left: solid 5px #e58b24;
  border-top: solid 5px #e58b24;
  content: "";
  height: 53px;
  left: 0;
  position: absolute;
  top: 0;
  width: 95%;
}
.header__main_link02::after {
  border-color: transparent transparent transparent #e58b24;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  content: "";
  height: 9px;
  position: absolute;
  right: 18px;
  top: 28px;
  width: 11px;
}
.header__main_link02--wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5vw;
     -moz-column-gap: 1.5vw;
          column-gap: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 89.56%;
  z-index: 3;
}
.header__main_link02--text {
  width: 45.1%;
}
.header__main_link02--btn {
  height: 100%;
  max-width: 279px;
  padding-bottom: 11px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 48.7%;
}
.header__main_link02--btn:before {
  background-image: url(../../assets/img/header__main__btnLine.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 82px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 103.774%;
}
.header__main_link02 span {
  text-align: center;
  width: 100%;
}
.header__main_link03 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 12.388%;
}
.header__main_link03:hover {
  opacity: 0.65;
}
.header .header__bottom {
  background-color: #fff;
  max-width: 57.8vw;
  padding-bottom: 10px;
  padding-left: min(2.93vw, 67px);
  padding-right: min(5.86vw, 80px);
  padding-top: 16px;
  position: relative;
}
.header .header__bottom::before {
  background: url(../../assets/img/header__main__mark.png) no-repeat center/100%;
  content: "";
  height: 139px;
  left: -83px;
  position: absolute;
  top: -60px;
  width: 136px;
}
.header .header__bottom_title {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 89.56%;
}
.header .header__sub {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
.header .header__sub_lead {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
}
.header .header__sub_lead:after {
  border-bottom: dotted 2px #000;
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: -3px;
  width: calc(100% - 12.5em);
}
.header .header__sub__tournament:hover {
  opacity: 0.65;
}
.header .header__sub__tournament__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header__sub__tournament2022 {
  border-bottom: 2px solid #e49500;
  border-right: 2px solid #e49500;
  font-size: 0;
  padding: 3px 7px 6px 0;
  width: 20.45%;
}
.header .header__sub__tournament2022:hover {
  opacity: 0.65;
}
.header .header__sub__tournament2023 {
  border-bottom: 2px solid #5d3c8c;
  border-right: 2px solid #5d3c8c;
  font-size: 0;
  padding: 3px 7px 6px 0;
  width: 20.45%;
}
.header .header__sub__tournament2023:hover {
  opacity: 0.65;
}
.header .header__sub__tournament2024 {
  border-bottom: 2px solid #fc038b;
  border-right: 2px solid #fc038b;
  font-size: 0;
  padding: 3px 7px 6px 0;
  width: 20.45%;
}
.header .header__sub__tournament2024:hover {
  opacity: 0.65;
}
.header .header__sub__copyright {
  font-size: 1.2rem;
  margin-top: 5px;
  text-align: right;
}

.footer {
  background-color: #000;
  padding: 25px 5.333%;
}
.footer__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__logo .__main {
  width: 75px;
}
.footer__logo .__name {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 20px;
}
.footer__logo_link {
  text-decoration: none;
}
.footer__logo_link:hover {
  opacity: 0.65;
}
.footer__copyright {
  color: #fff;
  font-size: 1.1rem;
  margin-top: 20px;
  text-align: center;
}
.footer .pagetop {
  bottom: 90px;
  position: fixed;
  right: 20px;
  width: 77px;
}
.h-sp,
.v-pc,
.v-tablet,
.v-tablet-pc {
  display: none !important;
}
.pos-absolute {
  position: absolute !important;
}

.pos-relative {
  position: relative !important;
}

.pos-static {
  position: static !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-normal {
  font-weight: normal !important;
}

.td-none {
  text-decoration: none !important;
}

.td-underline {
  text-decoration: underline !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.fs-10 {
  font-size: 1rem !important;
}
.fs-sp-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}
.fs-sp-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}
.fs-sp-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}
.fs-sp-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}
.fs-sp-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}
.fs-sp-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}
.fs-sp-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}
.fs-sp-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}
.fs-sp-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}
.fs-sp-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}
.fs-sp-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}
.fs-sp-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}
.fs-sp-22 {
  font-size: 2.2rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}
.fs-sp-23 {
  font-size: 2.3rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}
.fs-sp-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}
.fs-sp-25 {
  font-size: 2.5rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}
.fs-sp-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}
.fs-sp-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}
.fs-sp-28 {
  font-size: 2.8rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}
.fs-sp-29 {
  font-size: 2.9rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}
.fs-sp-30 {
  font-size: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}
.mt-sp-0 {
  margin-top: 0 !important;
}

.mb-sp-0 {
  margin-bottom: 0 !important;
}

.ml-sp-0 {
  margin-left: 0 !important;
}

.mr-sp-0 {
  margin-right: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}
.mt-sp-5 {
  margin-top: 5px !important;
}

.mb-sp-5 {
  margin-bottom: 5px !important;
}

.ml-sp-5 {
  margin-left: 5px !important;
}

.mr-sp-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}
.mt-sp-10 {
  margin-top: 10px !important;
}

.mb-sp-10 {
  margin-bottom: 10px !important;
}

.ml-sp-10 {
  margin-left: 10px !important;
}

.mr-sp-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}
.mt-sp-15 {
  margin-top: 15px !important;
}

.mb-sp-15 {
  margin-bottom: 15px !important;
}

.ml-sp-15 {
  margin-left: 15px !important;
}

.mr-sp-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}
.mt-sp-20 {
  margin-top: 20px !important;
}

.mb-sp-20 {
  margin-bottom: 20px !important;
}

.ml-sp-20 {
  margin-left: 20px !important;
}

.mr-sp-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}
.mt-sp-25 {
  margin-top: 25px !important;
}

.mb-sp-25 {
  margin-bottom: 25px !important;
}

.ml-sp-25 {
  margin-left: 25px !important;
}

.mr-sp-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}
.mt-sp-30 {
  margin-top: 30px !important;
}

.mb-sp-30 {
  margin-bottom: 30px !important;
}

.ml-sp-30 {
  margin-left: 30px !important;
}

.mr-sp-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}
.mt-sp-35 {
  margin-top: 35px !important;
}

.mb-sp-35 {
  margin-bottom: 35px !important;
}

.ml-sp-35 {
  margin-left: 35px !important;
}

.mr-sp-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}
.mt-sp-40 {
  margin-top: 40px !important;
}

.mb-sp-40 {
  margin-bottom: 40px !important;
}

.ml-sp-40 {
  margin-left: 40px !important;
}

.mr-sp-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}
.mt-sp-45 {
  margin-top: 45px !important;
}

.mb-sp-45 {
  margin-bottom: 45px !important;
}

.ml-sp-45 {
  margin-left: 45px !important;
}

.mr-sp-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}
.mt-sp-50 {
  margin-top: 50px !important;
}

.mb-sp-50 {
  margin-bottom: 50px !important;
}

.ml-sp-50 {
  margin-left: 50px !important;
}

.mr-sp-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}
.mt-sp-55 {
  margin-top: 55px !important;
}

.mb-sp-55 {
  margin-bottom: 55px !important;
}

.ml-sp-55 {
  margin-left: 55px !important;
}

.mr-sp-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}
.mt-sp-60 {
  margin-top: 60px !important;
}

.mb-sp-60 {
  margin-bottom: 60px !important;
}

.ml-sp-60 {
  margin-left: 60px !important;
}

.mr-sp-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}
.mt-sp-65 {
  margin-top: 65px !important;
}

.mb-sp-65 {
  margin-bottom: 65px !important;
}

.ml-sp-65 {
  margin-left: 65px !important;
}

.mr-sp-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}
.mt-sp-70 {
  margin-top: 70px !important;
}

.mb-sp-70 {
  margin-bottom: 70px !important;
}

.ml-sp-70 {
  margin-left: 70px !important;
}

.mr-sp-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}
.mt-sp-75 {
  margin-top: 75px !important;
}

.mb-sp-75 {
  margin-bottom: 75px !important;
}

.ml-sp-75 {
  margin-left: 75px !important;
}

.mr-sp-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}
.mt-sp-80 {
  margin-top: 80px !important;
}

.mb-sp-80 {
  margin-bottom: 80px !important;
}

.ml-sp-80 {
  margin-left: 80px !important;
}

.mr-sp-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}
.mt-sp-85 {
  margin-top: 85px !important;
}

.mb-sp-85 {
  margin-bottom: 85px !important;
}

.ml-sp-85 {
  margin-left: 85px !important;
}

.mr-sp-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}
.mt-sp-90 {
  margin-top: 90px !important;
}

.mb-sp-90 {
  margin-bottom: 90px !important;
}

.ml-sp-90 {
  margin-left: 90px !important;
}

.mr-sp-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}
.mt-sp-95 {
  margin-top: 95px !important;
}

.mb-sp-95 {
  margin-bottom: 95px !important;
}

.ml-sp-95 {
  margin-left: 95px !important;
}

.mr-sp-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}
.mt-sp-100 {
  margin-top: 100px !important;
}

.mb-sp-100 {
  margin-bottom: 100px !important;
}

.ml-sp-100 {
  margin-left: 100px !important;
}

.mr-sp-100 {
  margin-right: 100px !important;
}

.layout--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}
.layout--default__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: sticky;
  top: 0;
}
.layout--default__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.layout--default__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
.layout--default__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
          flex: 1 1 90%;
}
.layout--default__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .h-pc,
.v-sp,
.v-tablet,
.v-sp-tablet {
    display: none !important;
  }
  .h-tablet-pc {
    display: none !important;
  }
  .fs-pc-10 {
    font-size: 1rem !important;
  }
  .fs-pc-11 {
    font-size: 1.1rem !important;
  }
  .fs-pc-12 {
    font-size: 1.2rem !important;
  }
  .fs-pc-13 {
    font-size: 1.3rem !important;
  }
  .fs-pc-14 {
    font-size: 1.4rem !important;
  }
  .fs-pc-15 {
    font-size: 1.5rem !important;
  }
  .fs-pc-16 {
    font-size: 1.6rem !important;
  }
  .fs-pc-17 {
    font-size: 1.7rem !important;
  }
  .fs-pc-18 {
    font-size: 1.8rem !important;
  }
  .fs-pc-19 {
    font-size: 1.9rem !important;
  }
  .fs-pc-20 {
    font-size: 2rem !important;
  }
  .fs-pc-21 {
    font-size: 2.1rem !important;
  }
  .fs-pc-22 {
    font-size: 2.2rem !important;
  }
  .fs-pc-23 {
    font-size: 2.3rem !important;
  }
  .fs-pc-24 {
    font-size: 2.4rem !important;
  }
  .fs-pc-25 {
    font-size: 2.5rem !important;
  }
  .fs-pc-26 {
    font-size: 2.6rem !important;
  }
  .fs-pc-27 {
    font-size: 2.7rem !important;
  }
  .fs-pc-28 {
    font-size: 2.8rem !important;
  }
  .fs-pc-29 {
    font-size: 2.9rem !important;
  }
  .fs-pc-30 {
    font-size: 3rem !important;
  }
  .mt-pc-0 {
    margin-top: 0 !important;
  }
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }
  .ml-pc-0 {
    margin-left: 0 !important;
  }
  .mr-pc-0 {
    margin-right: 0 !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mt-pc-55 {
    margin-top: 55px !important;
  }
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .ml-pc-55 {
    margin-left: 55px !important;
  }
  .mr-pc-55 {
    margin-right: 55px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mt-pc-65 {
    margin-top: 65px !important;
  }
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .ml-pc-65 {
    margin-left: 65px !important;
  }
  .mr-pc-65 {
    margin-right: 65px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mt-pc-75 {
    margin-top: 75px !important;
  }
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .ml-pc-75 {
    margin-left: 75px !important;
  }
  .mr-pc-75 {
    margin-right: 75px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mt-pc-85 {
    margin-top: 85px !important;
  }
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .ml-pc-85 {
    margin-left: 85px !important;
  }
  .mr-pc-85 {
    margin-right: 85px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mt-pc-95 {
    margin-top: 95px !important;
  }
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .ml-pc-95 {
    margin-left: 95px !important;
  }
  .mr-pc-95 {
    margin-right: 95px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023.98px) {
  .h-tablet,
.v-sp,
.v-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1500px) {
  body {
    background-position: 0px -100px;
  }
}
@media screen and (min-width: 1650px) {
  body {
    background-position: 0px -140px;
  }
}
@media screen and (min-width: 1740px) {
  body {
    background-position: 0px -180px;
  }
}
@media screen and (min-width: 1820px) {
  body {
    background-position: 0px -220px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  body {
    background: none;
    padding-right: 0;
    padding-top: 0;
  }
  .ico__scroll {
    display: none;
  }
  .main__content {
    border: none;
    margin-right: auto;
    padding: 0;
    width: 100%;
  }
  article {
    border: none;
  }
  main .header__sub__tournament2022 {
    width: 137px;
  }
  main .header__sub__tournament2023 {
    width: 137px;
  }
  main .header__sub__tournament2024 {
    width: 137px;
  }
  .header__main_link02 span {
    font-size: 1.2rem;
  }
  .header__main_link03 {
    display: block;
    margin: 15px auto;
    max-width: 120px;
    width: 100%;
  }
  .header .header__sub__tournament2022 {
    width: 137px;
  }
  .header .header__sub__tournament2023 {
    width: 137px;
  }
  .header .header__sub__tournament2024 {
    width: 137px;
  }
  .footer {
    padding-bottom: 90px;
  }
  .h-sp-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1366px) {
  .ico__scroll {
    top: 16vw;
  }
}
@media (hover: hover) {
  .sec06_link02--btn:hover {
    border-color: transparent;
  }
  .sec06_link02--btn:hover .sec06_link02 {
    -webkit-transform: translate(15px, 15px);
            transform: translate(15px, 15px);
  }
  .float__item_btn:hover {
    border-color: transparent;
  }
  .float__item_btn:hover .header__main_link02 {
    -webkit-transform: translate(15px, 15px);
            transform: translate(15px, 15px);
  }
  .float__item_btn:hover:before {
    opacity: 0;
  }
  .float_link02--btn:hover {
    border-color: transparent;
  }
  .float_link02--btn:hover .float_link02 {
    -webkit-transform: translate(15px, 15px);
            transform: translate(15px, 15px);
  }
  .header__main_link02--btn:hover {
    border-color: transparent;
  }
  .header__main_link02--btn:hover .header__main_link02 {
    -webkit-transform: translate(15px, 15px);
            transform: translate(15px, 15px);
  }
  .header__main_link02--btn:hover:before {
    opacity: 0;
  }
}
@media screen and (min-height: 800px) {
  .header__main_link02--wrap {
    margin-top: 20px;
  }
}
