@charset "UTF-8";
:root {
  --main-color: #C27D32;
}

/* reset
---------------------*/
#himegamaho *,
#himegamaho *::before,
#himegamaho *::after {
  box-sizing: border-box;
}
#himegamaho h1,
#himegamaho h2,
#himegamaho h3 {
  font-weight: inherit;
}
#himegamaho a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
#himegamaho img {
  max-width: 100%;
  vertical-align: bottom;
}

/* layout
---------------------*/
#himegamaho {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  /* font-family: 'Noto Sans JP', sans-serif; */
  /* font-weight: 300; */
  color: #707070;
}
#himegamaho .inner {
  padding: 0 20px;
}

/* mv
---------------------*/
#himegamaho .hacobune-app-container {
  width: 100%;
  padding: 0;
}
#himegamaho .hacobune-unit-video {
  margin: 0;
}
#himegamaho .hacobune-accessibility-icon-container,
#himegamaho .hacobune-unit-video-outline {
  display: none;
}

/* top
---------------------*/
#himegamaho .top-title {
  margin: 28px 0 30px;
  font-size: clamp(28px,7.466vw,56px);
  line-height: 1.428;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
#himegamaho .top-title span {
  display: block;
  margin: 0 0 2px;
  font-size: clamp(19px,5.06vw,38px);
}
#himegamaho .nav-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0 0;
}
#himegamaho .nav-list li a {
  position: relative;
  display: flex;
  align-items: center;
  height: clamp(70px,18.666vw,100px);
  padding: 0 20px;
  font-size: clamp(19px,5.06vw,38px);
  letter-spacing: 0.05em;
  background: #EAD4B5;
  border-radius: 15px;
}
#himegamaho .nav-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: clamp(10px,2.666vw,20px);
  height: clamp(10px,2.666vw,20px);
  margin: auto;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  transform: rotate(45deg);
}

/* question
---------------------*/
#himegamaho .question-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 26px 0 0;
}
#himegamaho .question-box.answer {
  flex-direction: row-reverse;
}
#himegamaho .question-image {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  width: clamp(89px,23.733vw,178px);
  height: clamp(89px,23.733vw,178px);
}
#himegamaho .question-text {
  flex: 1;
  font-size: clamp(14px,3.733vw,28px);
  line-height: 1.73;
  letter-spacing: 0;
}
#himegamaho .question-text span {
  font-size: inherit;
  color: var(--main-color);
}
#himegamaho .question-text small {
  display: block;
  font-size: clamp(8px,2.133vw,16px);
  letter-spacing: 0.03em;
}
#himegamaho .question-box.answer .question-text {
  position: relative;
  margin: 0 5px 0 0;
  padding: 7px 0 7px 10px;
  border: 1px solid #EAD4B5;
  border-radius: 15px;
  white-space: nowrap;
}
#himegamaho .question-box.answer .question-text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 10px;
  margin: auto;
  background: #fff;
}
#himegamaho .question-box.answer .question-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 12px;
  height: 4px;
  margin: auto;
  border-bottom: 1px solid #EAD4B5;
  transform: rotate(-40deg);
}

/* contents
---------------------*/
#himegamaho .contents-title {
  margin: 37px -5px 0;
  padding: 28px 5px;
  font-size: clamp(28px,7.466vw,56px);
  line-height: 1.428;
  letter-spacing: 0.05em;
  color: var(--main-color);
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
#himegamaho .contents-subtitle {
  margin: 17px 0 0;
  padding: 0 5px;
  font-size: clamp(19px,5.06vw,38px);
  line-height: 1.428;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
#himegamaho .contents-img {
  margin: 30px -20px 45px;
}
#himegamaho .contents-img-text {
  font-weight: 400;
  font-size: clamp(14px,3.733vw,28px);
  text-align: center;
}

/* recommend
---------------------*/
#himegamaho .sec-recommend {
  margin: 60px 0 0;
}
#himegamaho .recommend-area {
  padding: 20px;
  border-radius: 15px;
}
#himegamaho .recommend-area + .recommend-area {
  margin: 20px 0 0;
}
#himegamaho .recommend-title {
  margin: 0 0 8px;
  font-size: clamp(19px,5.06vw,38px);
  line-height: 1;
  letter-spacing: 0.05em;
}
#himegamaho .recommend-text {
  font-weight: 400;
  font-size: clamp(13px,3.466vw,26px);
}
#himegamaho .recommend-text small {
  font-size: clamp(12px,3.2vw,24px);
  line-height: 1.666;
  letter-spacing: 0.05em;
}
#himegamaho .recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#himegamaho .recommend-list li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 clamp(20px,5.333vw,40px) 0 0;
  font-weight: 400;
  font-size: clamp(14px,3.733vw,28px);
  line-height: 1.57;
  letter-spacing: 0;
}
#himegamaho .recommend-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: clamp(10px,2.666vw,20px);
  height: clamp(10px,2.666vw,20px);
  margin: auto;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  transform: rotate(45deg);
}
#himegamaho .recommend-area.feature {
  padding: 0;
  color: #fff;
  background: #99CCF2;
}
#himegamaho .recommend-area.feature a {
  position: relative;
  display: block;
  padding: 20px;
}
#himegamaho .recommend-area.feature a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: clamp(10px,2.666vw,20px);
  height: clamp(10px,2.666vw,20px);
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
#himegamaho .recommend-area.feature .recommend-thumb {
  position: absolute;
  top: 20px;
  right: clamp(35px,9.333vw,70px);
  width: clamp(55px,14.7vw,110px);
}
#himegamaho .recommend-area.item {
  background: #DCDCDC;
}