.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;/*100-900,variable*/
  font-style: normal;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  /*font-weight: 500,700,900;*/
  font-style: normal;
}

.Zenkaku-400 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400; 
  font-style: normal;
}
.Zenkaku-500 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500; 
  font-style: normal;
}
.Zenkaku-700 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700; 
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow {
  font-family: "Barlow", sans-serif;
  /*font-weight: 400-900;*/
  font-style: normal;
}

.barlow-R {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-B {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /*100-900 variable*/
  font-style: normal;
}

/*----------*/


.bold {
  font-weight: 700;
}

.blue {
  color: #199be4;
}
.red {
  color: #ff0000;
}

.bg-brown {
  background-color: #d5d1bf;
}

.bg-beige {
  background-color: #eae8df;
}

.bg-white {
  background-color: #fff;
}

.bg-blue{
  background-color: #cce9f9;
}

.underline {
  background: linear-gradient(transparent 60%, #ffee00 60%);
  padding: 0;
  width: fit-content;
  margin: 2vw auto;
}

.heading {
  font-size: 2.75vw;
  letter-spacing: 0.05em;
  padding-bottom: 1.5vw;
  font-weight: 500;
}

.lead {
  font-size: 2.25vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.sublead {
  font-size: 1.75vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.wavy {
  background: url(../Links/waves.png) bottom repeat-x;
  background-size: 3vw;
  width: fit-content;
  margin: 5vw auto;
}

.annotation {
  width: 85%;
  margin: auto;
}

.annotationText {
  font-size: 1vw;
  text-indent: -2em;
  padding-left: 2em;
  text-align: left;
  margin-top: -1vw;
}

@media screen and (max-width: 768px) {
  .annotationText {
    font-size: 1.5vw;
  }
}

.centering {
  display: grid;
  justify-content: center;
  text-align: center;
}

.character {
  width: 40%;
  margin-top: -3vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.button-white {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.75vw;
  background: #fff;
  border-radius: 100vmax;
  margin: 1vw;
  padding: 1.5vw 4vw;
  border: 0.1vw solid #000;
  transition: 0.3s;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}

.button-white:hover {
  color: #fff;
  background: #000;
  border: 0.1vw solid #fff;
}

.button-black {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.75vw;
  background: #000;
  border-radius: 100vmax;
  margin: 1vw;
  padding: 1.5vw 4vw;
  border: 0.1vw solid #000;
  transition: 0.3s;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}

.button-black:hover {
  color: #000;
  background: #fff;
  border: 0.1vw solid #000;
}

.marginAuto {
  margin: 0 auto;
}

.centering {
  display: grid;
  justify-content: center;
  text-align: center;
}

.alignCenter {
  align-items: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.subblock {
  background-color: #f5f4f0;
  border-radius: 5vw;
  margin: 3vw 0;
  padding: 3vw 0;
}

.accentblock {
  background-color: #fff;
  border-radius: 5vw;
  margin: 3vw;
  padding: 1.5vw;
}

.separateLine {
  border-bottom: 0.1vw solid #231815;
  margin: 0 3vw;
}

.flexContainer {
  display: flex;
  justify-content: center;
  gap: 5vw;
}

.photo-container {
  display: flex;
}
.photo-container p {
  width: 45vw;
  text-align: left;
  margin: auto 1vw;
}

.photo-container img {
  width: 25vw;
  height: auto;
  padding: 1vw;
}

.explanIcon {
  width: 12.5vw;
  padding-left: 2.5vw;
}

.curveText {
  width: 30vw;
  margin-top: 2.5vw;

  margin-bottom: -2vw;
}

.curveText-m {
  width: 20vw;
}

.curveText-s {
  width: 12.5vw;
}

/*---------- baloon ----------*/

.baloonContainer {
  position: relative;
}

.balloon-s {
  width: 25vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.balloon-m {
  width: 30vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.balloon-l {
  width: 70vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.balloonLayer-s {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1.5vw;
}

.balloonLayer-m {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1.5vw;
}

.balloonLayer-l {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2vw;
}

.balloonText-m {
  font-size: 2.5vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 2vw;
  white-space: nowrap;
}

.balloonText-s {
  font-size: 2.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 2vw;
  white-space: nowrap;
}

.underBalloon {
  margin-top: 10vw;
}


.speechBubble {
  position: relative;
  display: inline-block;
  padding: 0.5vw 2vw;
  border: 0.2vw solid #000000;
  border-radius: 1vw;
  background-color: #ffffff;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 2.3vw 1vw 0 1vw;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 2vw 0.75vw 0 0.75vw;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.speechBubble{
  font-size: 2.5vw;
}

