@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


.cmp-au-com-container__width__1column__980 > .cmp-au-com-container > .cmp-au-com-container__contents {
  width: 100%;
}

@media (max-width: 979px) {
  .cmp-au-com-container__width__1column__980 > .cmp-au-com-container > .cmp-au-com-container__contents {
    padding-right: 0%;
    padding-left: 0%;
  }
}

#au_tsunagu {
  background-repeat: no-repeat;
  overflow-x: clip;
}

#au_tsunagu .font_noto500 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#au_tsunagu .font_noto700 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#au_tsunagu .font_noto800 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

#au_tsunagu .font_montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


:root {
  --blue: #333333;

  --orange_1: #EB5505;
  --orange_2: #FFE2D2;
  --orange_3: #FFEDE0;

}

#au_tsunagu .orange {
  color: var(--color_orange);
}

#au_tsunagu .blue {
  color: var(--color_blue);
}

#au_tsunagu .gray {
  color: #999;
}

#au_tsunagu .red {
  color: red;
}


#au_tsunagu .bold {
  font-weight: bold;
}

.overflow_hidden {
  overflow: hidden;
}

#au_tsunagu .mt1em {
  margin-top: 1em;
}

#au_tsunagu .super {
  font-size: 0.5em;
  vertical-align: super;
}

#au_tsunagu .small {
  font-size: 0.85em;

}

#au_tsunagu .mini {
  font-size: 0.7em;
}

/*
html {
    scroll-behavior: smooth;
}
*/

#au_tsunagu {
  font-family: 'Noto Sans JP', sans-serif;
}

#au_tsunagu a {
  text-decoration: none;
}

#au_tsunagu .btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

#au_tsunagu .btn {
  cursor: pointer;
  transition: all 0.3s;
}

#au_tsunagu img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  width: 100%;
}

#au_tsunagu .indent_h {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

#au_tsunagu .indent_1 {
  padding-left: 2.3em;
  text-indent: -2.3em;
}

#au_tsunagu .indent_2 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

#au_tsunagu .indent_3 {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

#au_tsunagu .indent_4 {
  padding-left: 4.5em;
  text-indent: -4.5em;
}

.remarks_child {
  margin-left: 2.5em
}

#au_tsunagu .red {
  color: red;
}

#au_tsunagu a.text_link {
  color: #0066aa;
  text-decoration: none;
  display: inline;
}

#au_tsunagu a.text_link:hover {
  text-decoration: underline;
}

#au_tsunagu .astarisk {
  font-size: 0.5em;
  vertical-align: super;
}

#au_tsunagu .margin_bottom_1 {
  margin-bottom: 1.5em;
}

#au_tsunagu .margine_r_hearf {
  margin-right: 0.2em;
}

/*
#au_tsunagu {
  animation-name: fadein;
  animation-duration: 0s;
  animation-delay: 0.8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  will-change: opacity;
  opacity: 0;
}
*/

#au_tsunagu .v_hidden {
  visibility: hidden;
}

.js-fadeInUp {
  opacity: 0;
  position: relative;
}

@keyframes fadein {
  from {
    opacity: 0;
    top: 50px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

.js-fadeInUp.on {
  animation-name: fadein;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  will-change: opacity;
  opacity: 0;
}


/*url paramator direction change-----------------*/



.js-param_change {
  display: flex;
  flex-direction: column;
}

.js-param_change.fes section.fes,
.js-param_change.event section.event,
.js-param_change.mountain section.mountain {
  order: 1;
}

.js-param_change.fes section.event,
.js-param_change.event section.fes,
.js-param_change.mountain section.fes {
  order: 2;
}

.js-param_change.fes section.mountain,
.js-param_change.event section.mountain,
.js-param_change.mountain section.event {
  order: 3;
}




.anchor_btn_wrap.fes .fes,
.anchor_btn_wrap.event .event,
.anchor_btn_wrap.mountain .mountain {
  order: 1;
}

.anchor_btn_wrap.fes .event,
.anchor_btn_wrap.event .fes,
.anchor_btn_wrap.mountain .fes {
  order: 2;
}

.anchor_btn_wrap.fes .mountain,
.anchor_btn_wrap.event .mountain,
.anchor_btn_wrap.mountain .event {
  order: 3;
}
