/*------------------------------------------*/
/* section
/*------------------------------------------*/

.section-normal,
.section-wide {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.section-margin {
  margin-top: 80px;
}

.margin-top-narrow {
  margin-top: 40px;
}

.margin-top {
  margin-top: 60px;
}

@media screen and (min-width: 768px), print {

  .section-normal,
  .section-wide {
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 834px), print {
  .section-margin {
    margin-top: 160px;
  }

  .margin-top-narrow {
    margin-top: 80px;
  }

  .margin-top {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1100px), print {

  .section-normal,
  .section-wide {
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 1260px), print {
  .section-normal {
    width: 1100px;
  }
}

@media screen and (min-width: 1400px), print {
  .section-wide {
    width: 1280px;
  }
}

/* frame --------------------------------*/
.frame-wrap {
  position: relative;
  z-index: 20;
}

.frame-container {
  position: relative;
  padding: 30px 30px;
}

.frame-inner {
  position: relative;
  background: rgba(255, 243, 238, .5);
  padding: 20px 10px;
}

@media screen and (min-width: 768px), print {
  .frame-inner {
    padding: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .frame-inner {
    padding: 40px;
  }
}

@media screen and (min-width: 1100px), print {
  .frame-inner {
    padding: 60px;
  }
}

.frame-wrap::before,
.frame-wrap:after,
.frame-container::before,
.frame-container::after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 7000px 60px;
  aspect-ratio: 700/6;
  height: 30px;
  position: absolute;
}

.frame-type1::before,
.frame-type1:after,
.frame-type1 .frame-container::before,
.frame-type1 .frame-container::after {
  background-image: url('../../img/common/frame_type1.png');
}

.frame-type2::before,
.frame-type2:after,
.frame-type2 .frame-container::before,
.frame-type2 .frame-container::after {
  background-image: url('../../img/common/frame_type2.png');
}

.frame-wrap::before,
.frame-wrap:after {
  top: 0;
}

.frame-container::before,
.frame-container::after {
  bottom: 1px;
}

.frame-wrap::before,
.frame-container::before {
  background-position: left top;
  width: calc(100% - 30px);
  left: 0;
}

.frame-wrap::after,
.frame-container::after {
  background-position: right top;
  width: 30px;
  right: 0;
}

.frame-container::before {
  background-position: left bottom;
}

.frame-container::after {
  background-position: right bottom;
}

.frame-inner::before,
.frame-inner::after {
  content: '';
  display: inline-block;
  background-repeat: repeat-y;
  background-size: 100%;
  aspect-ratio: 30/1;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
}

.frame-type1 .frame-inner::before,
.frame-type1 .frame-inner::after {
  background-image: url('../../img/common/frame_type1_side.png');
}

.frame-type2 .frame-inner::before,
.frame-type2 .frame-inner::after {
  background-image: url('../../img/common/frame_type2_side.png');
}

.frame-inner::before {
  left: -30px;
}

.frame-inner::after {
  right: -30px;
  transform: scaleX(-1);
}

/*------------------------------------------*/
/* H2
/*------------------------------------------*/

.heading-secondary-wrap {
  position: relative;
  margin-bottom: 40px;
  z-index: 5;
}

.heading-secondary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-secondary span {
  position: relative;
  display: block;
  background: var(--color-purple);
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 10px 0;
}

.heading-secondary span::before {
  content: '';
  display: inline-block;
  background: var(--color-purple);
  width: calc(100% + 40px);
  height: calc(100% - 38px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  z-index: -1;
}

.heading-secondary-wrap.traditional .heading-secondary span,
.heading-secondary-wrap.traditional .heading-secondary span::before {
  background: var(--color-gold);
}

.heading-secondary-wrap::before,
.heading-secondary-wrap::after,
.heading-secondary::before,
.heading-secondary::after {
  content: '';
  display: inline-block;
  background-image: url('../../img/common/heading_back_dance.svg');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  aspect-ratio: 1/1;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: -1;
}

.heading-secondary-wrap.traditional::before,
.heading-secondary-wrap.traditional::after,
.heading-secondary-wrap.traditional .heading-secondary::before,
.heading-secondary-wrap.traditional .heading-secondary::after {
  background-image: url('../../img/common/heading_back_traditional.svg');
}

.heading-secondary-wrap::before,
.heading-secondary-wrap::after {
  top: 0;
}

.heading-secondary::before,
.heading-secondary::after {
  bottom: 0;
}

.heading-secondary-wrap::before,
.heading-secondary::before {
  left: 0;
}

.heading-secondary-wrap::after,
.heading-secondary::after {
  right: 0;
}

.heading-secondary-wrap::before {
  background-position: left top;
}

.heading-secondary-wrap::after {
  background-position: right top;
}

.heading-secondary::before {
  background-position: left bottom;
}

.heading-secondary::after {
  background-position: right bottom;
}

@media screen and (min-width: 576px), print {
  .heading-secondary br {
    display: none;
  }
}

@media screen and (min-width: 834px), print {
  .heading-secondary-wrap {
    margin-bottom: 60px;
  }

  .heading-secondary {
    font-size: 2.2rem;
  }

  .heading-secondary span {
    padding: 15px 0;
  }
}


/*------------------------------------------*/
/* H3
/*------------------------------------------*/

.heading-tertiary-min,
.heading-tertiary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.heading-tertiary-min {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.heading-tertiary-min::before,
.heading-tertiary-min::after,
.heading-tertiary::before,
.heading-tertiary::after {
  content: '';
  display: inline-block;
  background-image: url('../../img/common/heading_square.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 4/2;
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.heading-tertiary-min::before,
.heading-tertiary::before {
  left: 0;
}

.heading-tertiary-min::after,
.heading-tertiary::after {
  right: 0;
  transform: scaleX(-1) translateY(-50%);
}

.heading-tertiary-min .border,
.heading-tertiary .border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 100px);
}

.heading-tertiary-min .border::before,
.heading-tertiary-min .border::after,
.heading-tertiary .border::before,
.heading-tertiary .border::after {
  content: '';
  height: 2px;
  background-color: var(--color-balck-1);
  flex-grow: 1;
}

.heading-tertiary-min .border::before,
.heading-tertiary .border::before {
  margin-right: 5px;
}

.heading-tertiary-min .border::after,
.heading-tertiary .border::after {
  margin-left: 5px;
}

@media screen and (max-width: 575px) {

  .heading-tertiary-min .spacer,
  .heading-tertiary .spacer {
    display: none;
  }
}

@media screen and (min-width: 576px), print {

  .heading-tertiary-min .spacer,
  .heading-tertiary .spacer {
    width: 0.5em;
  }

  .heading-tertiary-min .br,
  .heading-tertiary .br {
    display: none;
  }
}

@media screen and (min-width: 834px), print {

  .heading-tertiary-min,
  .heading-tertiary {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }

  .heading-tertiary-min {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .heading-tertiary-min .border::before,
  .heading-tertiary .border::before {
    margin-right: 15px;
  }

  .heading-tertiary-min .border::after,
  .heading-tertiary .border::after {
    margin-left: 15px;
  }
}


/*------------------------------------------*/
/* 外部リンク
/*------------------------------------------*/

.link-blank,
.link-color {
  color: var(--color-main);
}

.link-blank::after {
  content: '';
  display: inline-block;
  background: url('../../img/common/icon_blank.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 15/12;
  width: 15px;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
}

/*------------------------------------------*/
/* ボタン 角丸
/*------------------------------------------*/

.btn-type-wrap {
  margin-top: 30px;
}

.btn-type-rounded {
  position: relative;
  display: inline-block;
  border: solid 2px var(--color-main);
  background: transparent;
  border-radius: 50px;
  padding: 2px;
  transition: all .3s ease;
}

.btn-type-rounded.large {
  width: 100%;
}

.btn-type-rounded span {
  position: relative;
  display: inline-block;
  background: var(--color-main);
  border: solid 2px var(--color-main);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  min-width: 200px;
  text-align: left;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 40px 10px 20px;
  transition: all .3s ease;
}

.btn-type-rounded.min span {
  font-size: 1rem;
  padding: 5px 50px 5px 30px;
}

.btn-type-rounded.large span {
  font-size: 1.1rem;
  padding: 10px 50px 10px 30px;
}

.btn-type-rounded span::after {
  content: '';
  display: inline-block;
  background-image: url('../../img/common/icon_arrow_circle.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all .3s ease;
}

.btn-type-rounded.large span::after {
  width: 30px;
  right: 15px;
}

.btn-type-rounded:hover {
  text-decoration: none;
}

.btn-type-rounded:hover span {
  text-decoration: none;
  background: transparent;
  color: var(--color-main);
}

.btn-type-rounded:hover span::after {
  background-image: url('../../img/common/icon_arrow_circle_hover.svg');
}

@media screen and (min-width: 834px), print {
  .btn-type-wrap {
    margin-top: 60px;
  }

  .btn-type-rounded span {
    min-width: 300px;
    font-size: 1.3rem;
    padding: 10px 60px 10px 30px;
  }

  .btn-type-rounded.min span {
    min-width: 220px;
    font-size: 1.1rem;
    padding: 8px 50px 8px 30px;
  }

  .btn-type-rounded.large span {
    font-size: 1.5rem;
    padding: 20px 80px 20px 50px;
  }

  .btn-type-rounded span::after {
    width: 30px;
  }

  .btn-type-rounded.large span::after {
    width: 40px;
    right: 20px;
  }
}


/*------------------------------------------*/
/* 番号アイコン
/*------------------------------------------*/

.icon-num {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
}

.icon-num .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../../img/common/num_traditional.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 40/39;
  width: 30px;
  height: auto;
  color: white;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.1em;
}

.icon-num .num.dance {
  background-image: url('../../img/common/num_dance.svg');
}

.icon-num .num.report {
  background-image: url('../../img/common/num_report.svg');
}

@media screen and (min-width: 834px), print {
  .icon-num {
    grid-template-columns: 50px 1fr;
  }

  .icon-num .num {
    width: 40px;
    font-size: 1.1rem;
    padding-top: 0.2em;
  }
}


/*------------------------------------------*/
/* リスト
/*------------------------------------------*/

.list-type-num {
  position: relative;
}

.list-type-num li {
  position: relative;
  text-align: left;
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 0;
}

.list-type-num::after,
.list-type-num li::after {
  content: '';
  display: inline-block;
  background-image: url('../../img/common/dashed.svg');
  background-repeat: repeat-x;
  background-size: 12px 2px;
  aspect-ratio: 12/2;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

@media screen and (max-width: 575px) {
  .list-type-num li::after {
    opacity: 1;
  }
}

@media screen and (min-width: 576px), print {
  .list-type-num {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .list-type-num::after,
  .list-type-num li:nth-child(-n+8)::after {
    opacity: 1;
  }
}

@media screen and (min-width: 834px), print {
  .list-type-num li {
    font-size: 1.2rem;
    padding: 20px 0;
  }
}

@media screen and (min-width: 1400px), print {
  .list-type-num {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .list-type-num::after,
  .list-type-num li:nth-child(-n+8)::after {
    opacity: 1;
  }

  .list-type-num li {
    grid-template-columns: 50px 1fr;
    font-size: 1.4rem;
    padding: 20px 0;
  }
}



/*------------------------------------------*/
/* 表
/*------------------------------------------*/
.table-type-underline-dashed {
  border-collapse: collapse;
  width: 100%;
}

.table-type-underline-dashed tr {
  position: relative;
}

.table-type-underline-dashed tr::after {
  content: '';
  display: inline-block;
  background-image: url('../../img/common/dashed.svg');
  background-repeat: repeat-x;
  background-size: 12px 2px;
  aspect-ratio: 12/2;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.table-type-underline-dashed th,
.table-type-underline-dashed td {
  text-align: left;
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 15px 0;
}


.table-type-underline-dashed th .min,
.table-type-underline-dashed td .min {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {

  .table-type-underline-dashed tr,
  .table-type-underline-dashed th,
  .table-type-underline-dashed td {
    display: block;
    width: auto;
  }

  .table-type-underline-dashed th,
  .table-type-underline-dashed td {
    font-size: 1.1rem;
    padding: 5px 0;
  }

  .table-type-underline-dashed th .min,
  .table-type-underline-dashed td .min {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px), print {
  .table-type-underline-dashed th {
    width: 10em;
  }
}


/*------------------------------------------*/
/* youtube
/*------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------*/
/* contents-box
/*------------------------------------------*/

.contents-box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}

.contents-box .contens figure img {
  width: 100%;
  border-radius: 10px;
}

.contents-box .contens .youtube {
  border-radius: 10px;
  overflow: hidden;
}

.contents-box .contens .icon-num {
  text-align: left;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 20px;
}

.contents-box .contens .btn-wrap {
  margin-top: 30px;
}

@media screen and (min-width: 768px), print {
  .contents-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 40px;
  }

  .contents-box .contens .icon-num {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px), print {
  .contents-box {
    row-gap: 60px;
    column-gap: 60px;
  }
}

/*------------------------------------------*/
/* 提灯
/*------------------------------------------*/

.chochin-left,
.chochin-rigt {
  position: relative;
}

.chochin3::before,
.chochin3::after,
.chochin-left::before,
.chochin-rigt::after {
  content: '';
  display: inline-block;
  background-image: url('../../img/common/chochin.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 39/50;
  width: 39px;
  height: auto;
  position: absolute;
  top: -33px;
}

.chochin3::before,
.chochin-left::before {
  left: -10px;
}

.chochin3::after,
.chochin-rigt::after {
  right: -10px;
}

@media screen and (min-width: 768px), print {
  .chochin3::before {
    content: none;
  }

  .chochin3::after {
    background-image: url('../../img/common/chochin3.png');
    aspect-ratio: 157/50;
    width: 157px;
  }

  .chochin-left::before {
    left: -20px;
  }

  .chochin3::after,
  .chochin-rigt::after {
    right: -20px;
  }
}

@media screen and (min-width: 834px), print {

  .chochin3::after,
  .chochin-left::before,
  .chochin-rigt::after {
    top: -53px;
  }

  .chochin-left::before {
    left: -40px;
  }

  .chochin3::after,
  .chochin-rigt::after {
    right: -40px;
  }
}

@media screen and (min-width: 1100px), print {

  .chochin3::after,
  .chochin-left::before,
  .chochin-rigt::after {
    top: -73px;
  }

  .chochin-left::before {
    left: -50px;
  }

  .chochin3::after,
  .chochin-rigt::after {
    right: -50px;
  }
}


/*------------------------------------------*/
/* テキスト
/*------------------------------------------*/
.text {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 600;
  line-height: 2;
}

.text+.text {
  margin-top: 1em;
}

/* 注意書き */
.notes {
  text-align: left;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em;
}

@media screen and (min-width: 834px), print {
  .notes {
    font-size: 1rem;
  }
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-semibold {
  font-weight: 500;
}

.text-bold {
  font-weight: bold;
}

.text-red {
  color: var(--color-red);
}


/*------------------------------------------*/
/* 改行
/*------------------------------------------*/

/* 強制改行 --------------------------------*/
.break-word {
  word-wrap: break-word;
}

/* 改行消し --------------------------------*/
@media screen and (max-width: 767px) {
  .br-sp-non {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .br-pc-non {
    display: none;
  }
}