@charset "UTF-8";
/* Zen Kaku Gothic New */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* Noto Sans Japanese */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* Kaisei Opti */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap");
/* Caveat */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
/* M PLUS Rounded 1c */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400..700&display=swap");
@media screen and (max-width: 767.9px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .only_sp {
    display: block;
  }
}
@keyframes showDown {
  0% {
    top: -140px;
  }
  100% {
    top: 0%;
  }
}
@keyframes showUp {
  0% {
    top: 0%;
  }
  100% {
    top: -140px;
  }
}
@keyframes showanim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showprofileleft {
  0% {
    opacity: 1;
    transform: translateX(-100%) rotate(10deg) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(-5deg) scale(1);
  }
}
@keyframes showprofileright {
  0% {
    opacity: 1;
    transform: translateX(100%) rotate(10deg) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0) scale(1);
  }
}
@keyframes fall-and-flutter {
  0% {
    transform: translate(0, -80vh) rotate(0deg);
    /* 開始位置と回転 */
    opacity: 0;
  }
  25% {
    transform: translate(10%, -65vh) rotate(20deg);
    /* 左に揺れながら少し落ちる */
    opacity: 1;
  }
  50% {
    transform: translate(-10%, -40vh) rotate(-15deg);
    /* 右に揺れながら落ちる */
  }
  75% {
    transform: translate(-5%, -15vh) rotate(10deg);
    /* 左に揺れながら落ちる */
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
    /* 着地（画面内の適当な位置） */
    opacity: 1;
  }
}
@keyframes mokumoku {
  0% {
    transform: rotate(0deg) scale(1);
  }
  12.5% {
    transform: rotate(45deg) scale(1.05);
  }
  25% {
    transform: rotate(90deg) scale(1);
  }
  37.5% {
    transform: rotate(135deg) scale(1.05);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  62.5% {
    transform: rotate(225deg) scale(1.05);
  }
  75% {
    transform: rotate(270deg) scale(1);
  }
  87.5% {
    transform: rotate(315deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes afersoil {
  0% {
    width: 0%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    width: calc(100% + 58.5651537335vw);
    opacity: 0;
  }
}
@keyframes afersoil_sp {
  0% {
    width: 0%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    width: calc(100% + 122.6666666667vw);
    opacity: 0;
  }
}
@keyframes traverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-156.6032210835vw);
  }
}
@keyframes traverse_sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-189.3333333333vw);
  }
}
@keyframes opacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes burstAndFly {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: left bottom;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(0.8);
  }
}
@keyframes rattle {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  33% {
    transform: translate(-2px, 3px) rotate(0.8deg);
  }
  66% {
    transform: translate(2px, -3px) rotate(-0.8deg);
  }
  100% {
    transform: translate(-1px, 1px) rotate(0.3deg);
  }
}
@keyframes sand-fade-out {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  40% {
    opacity: 1;
    transform: translateY(10px);
  }
  80% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(10px);
  }
}
@keyframes sandafter-fade-out {
  0% {
    opacity: 0.8;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes cardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
body.no-scroll {
  overflow: hidden;
}

.sodamarulp_modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
}
.sodamarulp_modal_content {
  width: 80%;
  max-width: 800px;
  position: relative;
  margin-top: 70px;
  opacity: 0;
  transform: translate(0, 100px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_modal_content {
    width: calc(100% - 60px);
    margin-top: 40px;
  }
}
.sodamarulp_modal_content_inner {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  max-height: 80vh;
  overflow-y: auto;
}
.sodamarulp_modal.active {
  opacity: 1;
}
.sodamarulp_modal.active .sodamarulp_modal_content {
  opacity: 1;
  transform: translate(0, 0);
}
.sodamarulp_modal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_modal_close {
    width: 32px;
    height: 32px;
    top: -40px;
  }
}

@media screen and (max-width: 767.9px) {
  #sodamarulp-modalmovie01 .sodamarulp_modal_content,
  #sodamarulp-modalmovie02 .sodamarulp_modal_content {
    width: calc(100% - 20px);
    margin-top: 40px;
  }
}

.sodamarulp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
}

.sodamarulp_inner {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 83px;
  padding-right: 83px;
}
@media screen and (max-width: 1366px) {
  .sodamarulp_inner {
    padding-left: 6.0761346999vw;
    padding-right: 6.0761346999vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.sodamarulp_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_btn {
    margin-top: 40px;
  }
}
.sodamarulp_btn a {
  margin: 0 auto;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  max-width: 373px;
  min-height: 60px;
  padding: 10px 20px;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sodamarulp_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  background: url("/asset/image/hello_sodamaru/icon_arrow_back.png") center/contain no-repeat;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_btn a::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sodamarulp_btn a {
    transition: transform 0.3s ease-out;
  }
  .sodamarulp_btn a:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_btn a {
    font-size: 1.4rem;
    min-height: 50px;
    padding: 10px 20px;
  }
}

.sodamarulp_link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #361C79;
  word-break: break-all;
  display: block;
}
.sodamarulp_link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url("/asset/image/hello_sodamaru/icon_newwindow.png") center/contain no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.sodamarulp_title_level2 {
  text-align: center;
}
.sodamarulp_title_level2 h2 {
  font-family: "Kaisei Opti", serif;
  font-size: 7.6rem;
  color: #361C79;
  font-weight: bold;
  line-height: 1.3;
}
.sodamarulp_title_level2 h2 span {
  font-size: 5rem;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_title_level2 h2 {
    font-size: 4rem;
  }
  .sodamarulp_title_level2 h2 span {
    font-size: 2.5rem;
  }
}
.sodamarulp_title_level2 p {
  font-family: "Caveat", cursive;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_title_level2 p {
    font-size: 2.2rem;
  }
}

.sodamarulp_contents {
  padding-top: 69px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_contents {
    padding-top: 38px;
  }
}

.sodamarulp_lower_lead {
  font-size: 1.8rem;
  margin-top: 55px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_lead {
    margin-top: 35px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.sodamarulp_lower_main {
  margin-top: 95px;
  background: #FDF0EB;
  position: relative;
  padding: 100px 0 125px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_main {
    margin-top: 60px;
    padding: 50px 0 90px;
  }
}
.sodamarulp_lower_main::before {
  content: "";
  position: absolute;
  left: -25%;
  right: -25%;
  width: 150%;
  height: 55px;
  background-image: url("/asset/image/hello_sodamaru/quiz/quiz_main_bg.png");
  background-size: 1940px 55px;
  background-repeat: repeat-x;
  background-position: top center;
  bottom: calc(100% - 15px);
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_main::before {
    height: 40px;
    left: -12%;
    right: -12%;
    width: 124%;
    background-image: url("/asset/image/hello_sodamaru/quiz/quiz_main_bg_sp.png");
    background-size: 506px 28px;
  }
}
.sodamarulp_lower_main > .sodamarulp_inner:first-child .sodamarulp_lower_title_level2 {
  margin-top: 0;
}

.sodamarulp_lower_mv {
  position: relative;
  margin: 0 20px;
  background: url("/asset/image/hello_sodamaru/lower_mv_bg.png") center/cover no-repeat #FCC2B0;
  border-radius: 30px;
  min-height: 300px;
  padding: 121px 83px 60px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_mv {
    margin: 0 10px;
    padding: 70px 20px;
    border-radius: 20px;
  }
}
.sodamarulp_lower_mv.loaded {
  visibility: visible;
  animation: showanim 2s ease-out forwards;
}
.sodamarulp_lower_mv .sodamarulp_lower_title_level1 {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.sodamarulp_lower-yellow .sodamarulp_lower_mv {
  background: url("/asset/image/hello_sodamaru/lower_mv_bg.png") center/cover no-repeat #FFDA5F;
}
.sodamarulp_lower-yellow .sodamarulp_lower_main {
  background: #FCF5DF;
}
.sodamarulp_lower-yellow .sodamarulp_lower_main::before {
  background-image: url("/asset/image/hello_sodamaru/lower_main_bg_yellow.png");
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower-yellow .sodamarulp_lower_main::before {
    background-image: url("/asset/image/hello_sodamaru/lower_main_bg_yellow_sp.png");
  }
}
.sodamarulp_lower-green .sodamarulp_lower_mv {
  background: url("/asset/image/hello_sodamaru/lower_mv_bg.png") center/cover no-repeat #A4D04C;
}
.sodamarulp_lower-green .sodamarulp_lower_main {
  background: #EFF7DF;
}
.sodamarulp_lower-green .sodamarulp_lower_main::before {
  background-image: url("/asset/image/hello_sodamaru/lower_main_bg_yellow.png");
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower-green .sodamarulp_lower_main::before {
    background-image: url("/asset/image/hello_sodamaru/lower_main_bg_yellow_sp.png");
  }
}

.sodamarulp_lower_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 55px;
  justify-content: center;
}
.sodamarulp_lower_list.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_list {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
}
.sodamarulp_lower_list li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_list li {
    width: 100%;
  }
}
.sodamarulp_lower_list figure > div {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.sodamarulp_lower_list figure > div::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_list figure > div::after {
    border: 8px solid #fff;
  }
}
.sodamarulp_lower_list figure > div img {
  border-radius: 20px;
}
.sodamarulp_lower_list figcaption {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_list figcaption {
    font-size: 1.4rem;
  }
}

.sodamarulp_lower_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_text {
    text-align: left;
  }
}

.sodamarulp_lower_note li {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_note li {
    font-size: 1.3rem;
    text-align: left;
  }
}
.sodamarulp_lower_note li span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -0.5em;
  position: relative;
}
.sodamarulp_lower_note li span::before {
  content: "※";
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_note li span::before {
    font-size: 1.3rem;
  }
}

.sodamarulp_lower_title_level1 {
  font-size: 6.8rem;
  line-height: 1.4;
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_title_level1 {
    font-size: 4.4rem;
    text-align: center;
  }
}
.sodamarulp_lower_title_level1 span {
  color: #E75400;
}
.sodamarulp_lower_title_level1.u-center {
  text-align: center;
}

.sodamarulp_lower_title_level2 {
  font-size: 4.6rem;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
  color: #E75400;
  margin: 140px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_title_level2 {
    font-size: 3rem;
    margin: 80px 0 40px;
  }
}

.sodamarulp_lower_title_level3 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
  color: #E75400;
  margin: 60px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_title_level3 {
    font-size: 2.3rem;
    margin: 40px 0 20px;
  }
}
.sodamarulp_lower_title_level3 .sodamarulp_lower_title_level3_highlight {
  display: inline-block;
  padding-bottom: 5px;
  background: linear-gradient(transparent 60%, #fff 60%);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 100%;
}
.sodamarulp_lower_title_level3 .sodamarulp_lower_title_level3_sub {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  margin-top: 7px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_lower_title_level3 .sodamarulp_lower_title_level3_sub {
    font-size: 1.3rem;
    margin-top: 4px;
  }
}

.sodamarulp_header {
  position: fixed;
  left: 20px;
  right: 20px;
  z-index: 10;
  animation: showUp 0.6s ease-out forwards;
}
.sodamarulp_header.is-fixed {
  animation: showDown 0.6s ease-out forwards;
}
.sodamarulp_header_inner {
  max-width: 1200px;
  margin: 23px auto 0;
  height: 110px;
  display: flex;
  align-items: center;
  border: 3px solid #000;
  border-radius: 18px;
  padding: 22px 24px;
  position: relative;
  background: #fff;
}
.sodamarulp_header_inner::before, .sodamarulp_header_inner::after {
  content: "";
  width: 8px;
  height: 36px;
  position: absolute;
  top: -25px;
  background: url("/asset/image/hello_sodamaru/header_line.png") center/contain no-repeat;
}
.sodamarulp_header_inner::before {
  left: 75px;
}
.sodamarulp_header_inner::after {
  right: 75px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_header_inner {
    margin-top: 9px;
    height: 60px;
    padding: 13px 16px;
    border: 2px solid #000;
    border-radius: 12px;
  }
  .sodamarulp_header_inner::before, .sodamarulp_header_inner::after {
    width: 6px;
    height: 13px;
    top: -11px;
    background: url("/asset/image/hello_sodamaru/header_line_sp.png") center/contain no-repeat;
  }
  .sodamarulp_header_inner::before {
    left: 23px;
  }
  .sodamarulp_header_inner::after {
    right: 23px;
  }
}
.sodamarulp_header_title {
  width: 288px;
}
@media screen and (max-width: 1130px) {
  .sodamarulp_header_title {
    width: 30%;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_header_title {
    width: 227px;
  }
}
@media screen and (max-width: 350px) {
  .sodamarulp_header_title {
    width: 180px;
  }
}
.sodamarulp_header nav a {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sodamarulp_header nav {
    background: url("/asset/image/hello_sodamaru/header_dot_col.svg") top left repeat-y;
    background-size: 2px 4px;
    margin-left: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 38px;
  }
  .sodamarulp_header nav ul {
    display: flex;
    gap: 40px;
  }
  .sodamarulp_header nav a {
    font-size: 1.8rem;
    text-decoration: 1px underline transparent;
    text-underline-offset: 5px;
    transition: all 0.6s ease-out;
  }
  .sodamarulp_header nav a:hover {
    color: #361C79;
    text-decoration-color: #361C79;
  }
}
@media screen and (max-width: 870px) {
  .sodamarulp_header nav ul {
    gap: 22px;
  }
  .sodamarulp_header nav a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    border: 2px solid #000;
    border-radius: 0 0 15px 15px;
    background: #fff;
  }
  .sodamarulp_header nav ul {
    padding: 3px 24px 0;
  }
  .sodamarulp_header nav a {
    font-size: 1.6rem;
    padding: 14px 0;
    display: block;
    text-align: center;
    background: url("/asset/image/hello_sodamaru/header_dot_row.png") bottom 0 left repeat-x;
    background-size: 5px 1px;
  }
}
.sodamarulp_header_logo {
  margin-left: auto;
  width: 177px;
}
@media screen and (max-width: 1130px) {
  .sodamarulp_header_logo {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_header_logo {
    display: none;
  }
}
.sodamarulp_header_button-open {
  display: none;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: bold;
  width: 35px;
  height: 35px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
}
.sodamarulp_header_button-open::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: url("/asset/image/hello_sodamaru/icon_arrow.png") center/contain no-repeat;
  width: 16px;
  height: 16px;
  transition: transform 0.5s;
}
.sodamarulp_header_button-open.is-open::after {
  transform: translate(-50%, 0) rotate(180deg);
  background: url("/asset/image/hello_sodamaru/icon_arrow.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_header_button-open {
    display: block;
  }
}
.sodamarulp_header_button-close {
  display: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
.sodamarulp_header_button-close > span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
.sodamarulp_header_button-close > span::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url("/asset/image/hello_sodamaru/icon_close.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_header_button-close {
    display: block;
  }
}

.sodamarulp_footer {
  background: #141414;
  position: relative;
}
.sodamarulp_footer_inner {
  padding: 31px 83px 33px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_footer_inner {
    flex-direction: column;
    padding: 30px 15px 10px;
    gap: 19px;
  }
}
.sodamarulp_footer_contents {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_footer_contents {
    flex-direction: column;
    align-items: center;
    gap: 17px;
  }
}
.sodamarulp_footer_logo {
  width: 270px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_footer_logo {
    width: 222px;
  }
}
.sodamarulp_footer nav {
  display: flex;
  align-items: center;
}
.sodamarulp_footer nav ul {
  display: flex;
  gap: 27px;
}
.sodamarulp_footer nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_footer nav ul {
    gap: 15px;
  }
  .sodamarulp_footer nav a {
    font-size: 1.2rem;
  }
}
.sodamarulp_footer small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #9F9F9F;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_footer small {
    font-size: 0.8rem;
  }
}
.sodamarulp_footer #sodamarulp_pagetop {
  display: none;
}
.sodamarulp_footer #sodamarulp_pagetop.is-fixed button {
  position: fixed;
  right: 88px;
  bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_footer #sodamarulp_pagetop.is-fixed button {
    bottom: 30px;
    right: 17px;
  }
}
.sodamarulp_footer #sodamarulp_pagetop button {
  z-index: 50;
  background: none;
  background-color: #8EC320;
  display: flex;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 70px;
  height: 70px;
  font-size: 1.5rem;
  font-weight: bold;
  transition: background-color 0.3s;
  position: absolute;
  bottom: 101px;
  right: 88px;
}
.sodamarulp_footer #sodamarulp_pagetop button::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("/asset/image/hello_sodamaru/icon_arrow_white.png") center/contain no-repeat;
}
.sodamarulp_footer #sodamarulp_pagetop button::after {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("/asset/image/hello_sodamaru/img_kame.png") center/contain no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .sodamarulp_footer #sodamarulp_pagetop button:hover {
    background-color: #FA772D;
  }
  .sodamarulp_footer #sodamarulp_pagetop button:hover::after {
    transform: translate(-50%, 0) rotate(5deg);
    background: url("/asset/image/hello_sodamaru/img_kame_hover.png") center/contain no-repeat;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_footer #sodamarulp_pagetop button {
    position: absolute;
    right: 17px;
    bottom: 147px;
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
    padding-top: 12px;
  }
  .sodamarulp_footer #sodamarulp_pagetop button::before {
    top: 7px;
  }
  .sodamarulp_footer #sodamarulp_pagetop button::after {
    width: 53px;
    height: 26px;
    top: 40px;
  }
}

.sodamarulp_banner {
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_banner {
    padding: 0 40px;
  }
}
.sodamarulp_banner a {
  display: block;
  border-radius: 30px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sodamarulp_banner a {
    transition: transform 0.3s ease-out;
  }
  .sodamarulp_banner a:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_banner_line {
    margin: 68px auto 0;
  }
}
.sodamarulp_banner_katuyaku {
  margin-top: 99px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_banner_katuyaku {
    margin-top: 55px;
    padding: 0 30px;
  }
}

.sodamarulp_mv {
  margin: 0 20px;
  position: relative;
  visibility: hidden;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv {
    margin: 0 10px;
  }
}
.sodamarulp_mv.loaded {
  visibility: visible;
  animation: showanim 2s ease-out forwards;
}
.sodamarulp_mv_mokumoku {
  position: absolute;
  top: 6.2225475842vw;
  right: 14.934114202vw;
  width: 34.6266471449vw;
  height: 34.6266471449vw;
  animation: mokumoku 60s linear infinite;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv_mokumoku {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10.9333333333vw;
    width: 74.6666666667vw;
    height: 74.6666666667vw;
  }
}
.sodamarulp_mv_title {
  position: absolute;
  top: 12.737920937vw;
  right: 17.2035139092vw;
  width: 29.9414348463vw;
  height: 22.4743777452vw;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv_title {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 24.8vw;
    width: 64.5333333333vw;
    height: 48.2666666667vw;
  }
}
.sodamarulp_mv_sodamaru {
  display: none;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv_sodamaru {
    display: block;
    left: 20.5333333333vw;
    bottom: -7.4666666667vw;
    width: 57.0666666667vw;
    height: 78.6666666667vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv-01 .sodamarulp_mv_sodamaru {
    left: 18.4vw;
  }
}
.sodamarulp_mv-02 .sodamarulp_mv_sodamaru {
  display: none;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv-02 .sodamarulp_mv_sodamaru {
    display: block;
    left: 9.0666666667vw;
    bottom: -10.4vw;
    width: 86.9333333333vw;
    height: 85.0666666667vw;
  }
}
.sodamarulp_mv-03 .sodamarulp_mv_mokumoku {
  top: 6.0029282577vw;
  left: 6.4421669107vw;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv-03 .sodamarulp_mv_mokumoku {
    left: 0;
    top: 10.9333333333vw;
  }
}
.sodamarulp_mv-03 .sodamarulp_mv_title {
  top: 12.5183016105vw;
  left: 9.1508052709vw;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv-03 .sodamarulp_mv_title {
    left: 0;
    top: 24.8vw;
  }
}
.sodamarulp_mv-03 .sodamarulp_mv_sodamaru {
  display: block;
  position: absolute;
  top: 11.2005856515vw;
  right: -1.4641288433vw;
  width: 63.8360175695vw;
  height: 37.262079063vw;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_mv-03 .sodamarulp_mv_sodamaru {
    top: inherit;
    left: inherit;
    right: -12vw;
    bottom: 8.5333333333vw;
    width: 103.7333333333vw;
    height: 60.5333333333vw;
  }
}

.sodamarulp_about {
  margin-top: 120px;
  padding: 126px 0 260px;
  background: #FFDA5F;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_about {
    margin-top: 58px;
    padding: 58px 0 60px;
  }
}
.sodamarulp_about::before, .sodamarulp_about::after {
  content: "";
  position: absolute;
  left: -25%;
  right: -25%;
  width: 150%;
  height: 55px;
  background-image: url("/asset/image/hello_sodamaru/about_bg.png");
  background-size: 1940px 55px;
  background-repeat: repeat-x;
  background-position: top center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_about::before, .sodamarulp_about::after {
    height: 40px;
    left: -12%;
    right: -12%;
    width: 124%;
    background-image: url("/asset/image/hello_sodamaru/about_bg_sp.png");
    background-size: 506px 28px;
  }
}
.sodamarulp_about::before {
  bottom: calc(100% - 15px);
}
.sodamarulp_about::after {
  top: calc(100% - 15px);
  transform: rotate(180deg);
  background-color: #C8E9FB;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_about::after {
    height: 25px;
  }
}
.sodamarulp_about_text_wrap {
  position: relative;
}
.sodamarulp_about_text_wrap.scrollin::before, .sodamarulp_about_text_wrap.scrollin::after {
  animation: showanim 2s ease-out forwards;
}
.sodamarulp_about_text_wrap.scrollin::before {
  animation-delay: 0.6s;
}
.sodamarulp_about_text_wrap.scrollin::after {
  animation-delay: 1.2s;
}
.sodamarulp_about_text_wrap.scrollin .sodamarulp_about_text::before, .sodamarulp_about_text_wrap.scrollin .sodamarulp_about_text::after {
  animation: showanim 2s ease-out forwards;
}
.sodamarulp_about_text_wrap.scrollin .sodamarulp_about_text::before {
  animation-delay: 1.6s;
}
.sodamarulp_about_text_wrap.scrollin .sodamarulp_about_text::after {
  animation-delay: 2.2s;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_about_text_wrap.scrollin::before {
    animation-delay: 0.6s;
  }
  .sodamarulp_about_text_wrap.scrollin::after {
    animation-delay: 1.6s;
  }
  .sodamarulp_about_text_wrap.scrollin .sodamarulp_about_text::before {
    animation-delay: 1.2s;
  }
  .sodamarulp_about_text_wrap.scrollin .sodamarulp_about_text::after {
    animation-delay: 2.2s;
  }
}
.sodamarulp_about_text_wrap::before, .sodamarulp_about_text_wrap::after {
  content: "";
  position: absolute;
  opacity: 0;
}
.sodamarulp_about_text_wrap::before {
  background: url("/asset/image/hello_sodamaru/about_img_01.png") center/contain no-repeat;
}
.sodamarulp_about_text_wrap::after {
  background: url("/asset/image/hello_sodamaru/about_img_02.png") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .sodamarulp_about_text_wrap::before, .sodamarulp_about_text_wrap::after {
    width: 328px;
    height: 277px;
  }
  .sodamarulp_about_text_wrap::before {
    top: -260px;
    right: 71.0102489019vw;
    transform: rotate(-12deg);
  }
  .sodamarulp_about_text_wrap::after {
    top: -275px;
    left: 71.8887262079vw;
    transform: rotate(4deg);
  }
}
@media screen and (min-width: 1200px) {
  .sodamarulp_about_text_wrap::before {
    right: inherit;
    left: -5.4904831625vw;
  }
  .sodamarulp_about_text_wrap::after {
    left: inherit;
    right: -4.831625183vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_about_text_wrap::before, .sodamarulp_about_text_wrap::after {
    width: 42.6666666667vw;
    height: 36vw;
  }
  .sodamarulp_about_text_wrap::before {
    bottom: -50.9333333333vw;
    left: -8.8vw;
    transform: rotate(-13deg);
  }
  .sodamarulp_about_text_wrap::after {
    bottom: -84vw;
    left: 4vw;
    transform: rotate(4deg);
  }
}
.sodamarulp_about_text {
  margin-top: 43px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  position: relative;
}
.sodamarulp_about_text::before, .sodamarulp_about_text::after {
  content: "";
  position: absolute;
  opacity: 0;
}
.sodamarulp_about_text::before {
  background: url("/asset/image/hello_sodamaru/about_img_03.png") center/contain no-repeat;
}
.sodamarulp_about_text::after {
  background: url("/asset/image/hello_sodamaru/about_img_04.png") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .sodamarulp_about_text::before, .sodamarulp_about_text::after {
    width: 328px;
    height: 277px;
  }
  .sodamarulp_about_text::before {
    top: -67px;
    right: 70.2781844802vw;
    transform: rotate(5deg);
  }
  .sodamarulp_about_text::after {
    top: -30px;
    left: 71.0834553441vw;
    transform: rotate(-16deg);
    z-index: 4;
  }
}
@media screen and (min-width: 1200px) {
  .sodamarulp_about_text::before {
    right: inherit;
    left: 0.0732064422vw;
  }
  .sodamarulp_about_text::after {
    left: inherit;
    right: -2.5622254758vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_about_text {
    margin-top: 32px;
    font-size: 1.5rem;
    margin-bottom: 81.3333333333vw;
  }
  .sodamarulp_about_text::before, .sodamarulp_about_text::after {
    width: 42.6666666667vw;
    height: 36vw;
  }
  .sodamarulp_about_text::before {
    bottom: -50.6666666667vw;
    right: 13.8666666667vw;
    transform: rotate(5deg);
  }
  .sodamarulp_about_text::after {
    bottom: -73.3333333333vw;
    right: -7.2vw;
    transform: rotate(-16deg);
  }
}
.sodamarulp_about_hirameki {
  max-width: 1030px;
  margin: 12px auto;
  position: relative;
}
.sodamarulp_about_hirameki::before {
  content: "";
  position: absolute;
  top: 136px;
  left: 360px;
  width: 293px;
  height: 293px;
  animation: mokumoku 60s linear infinite;
  background: url("/asset/image/hello_sodamaru/about_img_05_mokumoku.png") center/contain no-repeat;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_about_hirameki::before {
    top: 26.5%;
    left: 35%;
    width: 24.4166666667vw;
    height: 24.4166666667vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_about_hirameki::before {
    top: 28%;
    left: 31%;
    width: 34.4vw;
    height: 34.4vw;
  }
}
.sodamarulp_about_hirameki img {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_about_hirameki img {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 19px);
    max-width: inherit;
  }
}

.sodamarulp_profile {
  background: #C8E9FB;
  padding-bottom: 18.5944363104vw;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile {
    margin-top: 10px;
    padding-bottom: 25.3333333333vw;
  }
}
.sodamarulp_profile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 39.6778916545vw;
  bottom: 14.494875549vw;
  left: 0;
  background: url("/asset/image/hello_sodamaru/profile_bg_cloud.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile::before {
    height: 82.1333333333vw;
    bottom: 18.1333333333vw;
    background: url("/asset/image/hello_sodamaru/profile_bg_cloud_sp.png") center/contain no-repeat;
  }
}
.sodamarulp_profile_main {
  position: relative;
  z-index: 1;
  margin: 0 auto 0;
  max-width: 1000px;
  top: -187px;
  margin-bottom: -187px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_main {
    margin: 0 auto;
    top: -40px;
    margin-bottom: -40px;
  }
}
.sodamarulp_profile_main.scrollin .sodamarulp_profile_main_bg {
  animation: showprofileleft 2s ease-out forwards;
}
.sodamarulp_profile_main.scrollin .sodamarulp_profile_main_inner {
  animation: showprofileright 2s ease-out forwards;
  animation-delay: 0.6s;
}
.sodamarulp_profile_main .sodamarulp_profile_main_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #A1B2DB;
  transform: rotate(-5deg);
  opacity: 0;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_main .sodamarulp_profile_main_bg {
    height: calc(100% + 20px);
    top: -10px;
    left: 0;
    background: #91A3D0;
    transform: rotate(-5deg);
  }
}
.sodamarulp_profile_main_inner {
  opacity: 0;
  background: #fff;
  padding: 76px 99px 88px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_main_inner {
    padding: 65px 30px 52px;
  }
}
.sodamarulp_profile_main_inner::before {
  content: "";
  position: absolute;
  width: 604px;
  height: 527px;
  top: 0;
  left: -27px;
  background: url("/asset/image/hello_sodamaru/profile_bg.png") center/contain no-repeat;
  opacity: 0.5;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_main_inner::before {
    width: 275px;
    height: 240px;
    left: -13px;
  }
}
.sodamarulp_profile_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sodamarulp_profile_title h2 {
  font-size: 5rem;
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
  color: #361C79;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_title h2 {
    font-size: 2.5rem;
  }
}
.sodamarulp_profile_title img {
  width: 215px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_title img {
    width: 120px;
  }
}
.sodamarulp_profile_table {
  margin-top: 33px;
  border: 2px solid #361C79;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_table {
    margin-top: 23px;
  }
}
.sodamarulp_profile_table table {
  width: 100%;
}
.sodamarulp_profile_table tr:not(:first-child) {
  border-top: 2px solid #361C79;
}
.sodamarulp_profile_table th {
  background: #EDF7FC;
  border-right: 2px solid #361C79;
  width: 215px;
  padding: 14px 15px;
  text-align: center;
  color: #361C79;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_table th {
    width: 80px;
    font-size: 1.4rem;
    padding: 17px 10px;
  }
}
.sodamarulp_profile_table td {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 14px 30px;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_table td {
    padding: 17px 10px;
    font-size: 1.4rem;
  }
}
.sodamarulp_profile_table dl:not(:first-of-type) {
  margin-top: 17px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_table dl:not(:first-of-type) {
    margin-top: 10px;
  }
}
.sodamarulp_profile_table dl dt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_table dl dt {
    font-size: 1.4rem;
  }
}
.sodamarulp_profile_table dl dd {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_table dl dd {
    font-size: 1.3rem;
  }
}
.sodamarulp_profile_link {
  display: flex;
  margin-top: 38px;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_link {
    margin-top: 20px;
    gap: 23px;
  }
}
.sodamarulp_profile_link a,
.sodamarulp_profile_link button {
  display: block;
}
@media screen and (min-width: 768px) {
  .sodamarulp_profile_link a,
  .sodamarulp_profile_link button {
    transition: transform 0.3s ease-out;
  }
  .sodamarulp_profile_link a:hover,
  .sodamarulp_profile_link button:hover {
    transform: scale(1.05);
  }
}
.sodamarulp_profile_link_image {
  position: relative;
}
.sodamarulp_profile_link_image::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #361C79;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_link_image::before {
    width: 24px;
    height: 24px;
    right: 0;
    bottom: 0;
  }
}
.sodamarulp_profile_link_image::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 17px;
  bottom: 17px;
  background: url("/asset/image/hello_sodamaru/icon_plus.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_link_image::after {
    width: 15px;
    height: 15px;
    right: 4px;
    bottom: 4px;
  }
}
.sodamarulp_profile_link_title {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_link_title {
    font-size: 1.4rem;
  }
}
.sodamarulp_profile_modal {
  padding: 65px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal {
    padding: 40px 30px;
  }
}
.sodamarulp_profile_modal-01 h3 {
  padding-left: 95px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal-01 h3 {
    padding-left: 55px;
  }
}
.sodamarulp_profile_modal-01 h3::before {
  width: 84px;
  height: 81px;
  background: url("/asset/image/hello_sodamaru/profile_modal01_titleicon.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal-01 h3::before {
    width: 49px;
    height: 48px;
  }
}
.sodamarulp_profile_modal-02 h3 {
  padding-left: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal-02 h3 {
    padding-left: 27px;
  }
}
.sodamarulp_profile_modal-02 h3::before {
  width: 32px;
  height: 41px;
  background: url("/asset/image/hello_sodamaru/profile_modal02_titleicon.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal-02 h3::before {
    width: 20px;
    height: 26px;
  }
}
.sodamarulp_profile_modal-03 h3 {
  padding-left: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal-03 h3 {
    padding-left: 27px;
  }
}
.sodamarulp_profile_modal-03 h3::before {
  width: 32px;
  height: 41px;
  background: url("/asset/image/hello_sodamaru/profile_modal02_titleicon.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal-03 h3::before {
    width: 20px;
    height: 26px;
  }
}
.sodamarulp_profile_modal_title {
  display: flex;
  justify-content: center;
}
.sodamarulp_profile_modal_title h3 {
  font-size: 4rem;
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
  color: #361C79;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_title h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.sodamarulp_profile_modal_title h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.sodamarulp_profile_modal_title h3 > span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_title h3 > span {
    font-size: 1.2rem;
  }
}
.sodamarulp_profile_modal_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.sodamarulp_profile_modal_text:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_text {
    font-size: 1.4rem;
  }
  .sodamarulp_profile_modal_text:not(:first-of-type) {
    margin-top: 15px;
  }
}
.sodamarulp_profile_modal_image {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_image {
    margin-top: 30px;
  }
}
.sodamarulp_profile_modal_colum {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_colum {
    flex-direction: column;
    gap: 10px;
  }
}
.sodamarulp_profile_modal_colum_image {
  width: 165px;
}
.sodamarulp_profile_modal_colum a {
  margin-top: 5px;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_colum a {
    font-size: 1.4rem;
  }
}
.sodamarulp_profile_modal_colum a::after {
  content: "";
  display: inline-block;
  background: url("/asset/image/hello_sodamaru/icon_newwindow.png") center/contain no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.sodamarulp_profile_modal_colum_content {
  flex: 1;
}
.sodamarulp_profile_modal_colum_content_name {
  font-family: "Kaisei Opti", serif;
  color: #361C79;
  font-weight: bold;
}
.sodamarulp_profile_modal_colum_content_name span:nth-child(1) {
  font-size: 3rem;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_colum_content_name span:nth-child(1) {
    font-size: 2.5rem;
  }
}
.sodamarulp_profile_modal_colum_content_name span:nth-child(2) {
  font-size: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_colum_content_name span:nth-child(2) {
    font-size: 1.4rem;
  }
}
.sodamarulp_profile_modal_colum_content_name span:nth-child(3) {
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_profile_modal_colum_content_name span:nth-child(3) {
    font-size: 1.6rem;
  }
}

.sodamarulp_play {
  position: relative;
  background: #A4D04C;
  padding-bottom: 21.4494875549vw;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_play {
    padding-top: 60px;
    padding-bottom: 42.4vw;
  }
}
.sodamarulp_play .sodamarulp_title_level2 span {
  display: inline-block;
  margin-right: 0.17em;
}
.sodamarulp_play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 17.9355783309vw;
  left: 0;
  bottom: calc(100% - 61px);
  background: url("/asset/image/hello_sodamaru/play_bg_top.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_play::before {
    height: 29.3333333333vw;
    bottom: calc(100% - 18px);
    background: url("/asset/image/hello_sodamaru/play_bg_top_sp.png") center/contain no-repeat;
  }
}
.sodamarulp_play_inner {
  margin-top: -42px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_play_inner {
    margin-top: -35px;
  }
}
.sodamarulp_play_card {
  margin-top: 81px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_play_card {
    flex-direction: column;
    gap: 30px;
    margin-top: 67px;
  }
}
@media screen and (min-width: 768px) {
  .sodamarulp_play_card li {
    width: calc((100% - 80px) / 3);
  }
}
.sodamarulp_play_card a {
  display: block;
}
@media screen and (min-width: 768px) {
  .sodamarulp_play_card a {
    transition: transform 0.3s ease-out;
  }
  .sodamarulp_play_card a:hover {
    transform: scale(1.05);
  }
}
.sodamarulp_play_card .new {
  position: relative;
}
.sodamarulp_play_card .new::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -37px;
  top: -33px;
  background: url("/asset/image/hello_sodamaru/icon_new.png") center/contain no-repeat;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_play_card .new::before {
    width: 8.78477306vw;
    height: 8.78477306vw;
    left: -2.7086383602vw;
    top: -2.4158125915vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_play_card .new::before {
    width: 100px;
    height: 100px;
    left: -30px;
    top: -22px;
  }
}

.sodamarulp_movie {
  position: relative;
  background: #936C34;
}
.sodamarulp_movie::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18.1551976574vw;
  left: 0;
  bottom: calc(100% - 1.4641288433vw);
  background: url("/asset/image/hello_sodamaru/movie_bg_top.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie::before {
    height: 33.3333333333vw;
    background: url("/asset/image/hello_sodamaru/movie_bg_top_sp.png") center/contain no-repeat;
  }
}
.sodamarulp_movie::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 43.9238653001vw;
  bottom: 0;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie::after {
    top: 50%;
  }
}
.sodamarulp_movie_tractor {
  animation: traverse 25s linear infinite;
  position: absolute;
  top: -15.1537335286vw;
  right: -36.6032210835vw;
  width: 27.2327964861vw;
  height: 24.5973645681vw;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_tractor {
    animation: traverse_sp 20s linear infinite;
    top: -22.9333333333vw;
    right: -69.3333333333vw;
    width: 52.5333333333vw;
    height: 48vw;
  }
}
.sodamarulp_movie_tractor::after {
  animation: burstAndFly 0.8s linear infinite;
  content: "";
  width: 6.2225475842vw;
  height: 6.0761346999vw;
  position: absolute;
  bottom: 2.4890190337vw;
  right: -6.2225475842vw;
  background: url("/asset/image/hello_sodamaru/sodamaru_tractor_soil01.png") center/contain no-repeat;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_tractor::after {
    width: 12vw;
    height: 11.7333333333vw;
    bottom: 5.6vw;
    right: -12.2666666667vw;
  }
}
.sodamarulp_movie_tractor_shake {
  animation: rattle 0.1s linear infinite;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.sodamarulp_movie_tractor_soil::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 5.1244509517vw;
  height: 3.1478770132vw;
  background: url("/asset/image/hello_sodamaru/sodamaru_tractor_soil02.png") right top/auto 3.1478770132vw repeat-x;
  transform: translateX(35.1390922401vw);
  animation: afersoil 25s linear infinite;
  opacity: 1;
  transform-origin: right center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_tractor_soil::before {
    top: 16vw;
    height: 6.1333333333vw;
    background: url("/asset/image/hello_sodamaru/sodamaru_tractor_soil02.png") right top/auto 6.1333333333vw repeat-x;
    transform: translateX(74.6666666667vw);
    animation: afersoil_sp 20s linear infinite;
  }
}
.sodamarulp_movie .sodamarulp_title_level2 h2 {
  color: #fff;
  font-size: 7rem;
}
@media screen and (max-width: 1366px) {
  .sodamarulp_movie .sodamarulp_title_level2 h2 {
    font-size: 5.1244509517vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie .sodamarulp_title_level2 h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 350px) {
  .sodamarulp_movie .sodamarulp_title_level2 h2 {
    font-size: 10.6666666667vw;
  }
}
.sodamarulp_movie .sodamarulp_title_level2 p {
  color: #FFDA5F;
}
@media screen and (max-width: 1366px) {
  .sodamarulp_movie .sodamarulp_title_level2 p {
    font-size: 2.7818448023vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie .sodamarulp_title_level2 p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 350px) {
  .sodamarulp_movie .sodamarulp_title_level2 p {
    font-size: 5.8666666667vw;
  }
}
.sodamarulp_movie_inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10.8345534407vw;
  left: 0;
  top: 34.1142020498vw;
  background: url("/asset/image/hello_sodamaru/movie_bg_bottom.png") center/contain no-repeat;
}
@media screen and (min-width: 2480px) {
  .sodamarulp_movie_inner::after {
    top: inherit;
    bottom: -5px;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_inner::after {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_inner {
    padding: 29.6vw 0 0;
  }
}
.sodamarulp_movie_content {
  position: relative;
  background: url("/asset/image/hello_sodamaru/movie_bg_tv.png") center/contain no-repeat;
  min-height: 1111px;
  padding-top: 270px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_movie_content {
    min-height: 81.3323572474vw;
    padding-top: 19.0336749634vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_content {
    background: url("/asset/image/hello_sodamaru/movie_bg_tv_sp.png") center/contain no-repeat;
    min-height: 236.5333333333vw;
    padding-top: 46.1333333333vw;
  }
}
@media screen and (max-width: 350px) {
  .sodamarulp_movie_content {
    padding-top: 41.3333333333vw;
  }
}
.sodamarulp_movie_wrap {
  margin: 50px auto 0;
  display: flex;
  gap: 40px;
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_movie_wrap {
    margin: 2.196193265vw 7.3206442167vw 0;
    gap: 2.9282576867vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_wrap {
    flex-direction: column;
    margin: 8vw 14.6666666667vw 0;
    gap: 5.3333333333vw;
  }
}
.sodamarulp_movie_player, .sodamarulp_movie_trigger {
  border: 4px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sodamarulp_movie_player, .sodamarulp_movie_trigger {
    transition: transform 0.3s ease-out;
  }
  .sodamarulp_movie_player:hover, .sodamarulp_movie_trigger:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1200px) {
  .sodamarulp_movie_player, .sodamarulp_movie_trigger {
    border-radius: 1.4641288433vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_player, .sodamarulp_movie_trigger {
    border-radius: 5.3333333333vw;
  }
}
.sodamarulp_movie_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/asset/image/hello_sodamaru/icon_play_movie.svg") center/contain no-repeat;
  width: 78px;
  height: 78px;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_movie_btn {
    width: 5.710102489vw;
    height: 5.710102489vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_btn {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
.sodamarulp_movie_text {
  margin-top: 44px;
  font-family: "Kaisei Opti", serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_movie_text {
    margin-top: 3.2210834553vw;
    font-size: clamp(1.6rem, 1.756954612vw, 2.4rem);
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_text {
    font-size: clamp(1.5rem, 1.0980966325vw, 1.5rem);
    margin-top: 8vw;
  }
}
.sodamarulp_movie_link a {
  font-size: 2rem;
  font-weight: bold;
  max-width: 433px;
  min-height: 80px;
  padding: 20px;
  background: #E75400;
  border-radius: 52px;
  display: block;
  color: #fff;
  text-align: center;
  margin: 15px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sodamarulp_movie_link a {
    transition: transform 0.3s ease-out;
  }
  .sodamarulp_movie_link a:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1366px) {
  .sodamarulp_movie_link a {
    font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
    max-width: 31.6983894583vw;
    min-height: 5.8565153734vw;
    padding: 1.4641288433vw;
    border-radius: 3.8067349927vw;
    margin: 1.0980966325vw auto 0;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_link a {
    border-radius: 52px;
    font-size: 1.5rem;
    max-width: 280px;
    min-height: 55px;
    padding: 12px 10px;
    margin-top: 15px;
  }
}
.sodamarulp_movie_link_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1366px) {
  .sodamarulp_movie_link_icon {
    width: 2.9282576867vw;
    height: 2.9282576867vw;
    right: 1.4641288433vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_link_icon {
    width: 26px;
    height: 26px;
    right: 15px;
  }
}
.sodamarulp_movie_link_icon::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/asset/image/hello_sodamaru/icon_play_red.png") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1366px) {
  .sodamarulp_movie_link_icon::before {
    width: 1.0248901903vw;
    height: 1.0248901903vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_movie_link_icon::before {
    width: 11px;
    height: 10px;
  }
}
.sodamarulp_movie_modal {
  padding: 0;
  border-radius: 0;
}
.sodamarulp_movie_modal iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.sodamarulp_news {
  padding-top: 95px;
  padding-bottom: 125px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_news {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.sodamarulp_news_title {
  font-family: "Kaisei Opti", serif;
  font-size: 4.8rem;
  color: #361C79;
  font-weight: bold;
  line-height: 1.3;
  width: 200px;
  text-align: center;
  padding-top: 78px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_news_title {
    width: auto;
    font-size: 3rem;
    padding-top: 58px;
  }
}
.sodamarulp_news_title::before {
  content: "";
  width: 114px;
  height: 63px;
  background: url("/asset/image/hello_sodamaru/news_icon_book.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_news_title::before {
    width: 92px;
    height: 50px;
    left: calc(50% - 10px);
  }
}
.sodamarulp_news_inner {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_news_inner {
    flex-direction: column;
    gap: 35px;
  }
}
.sodamarulp_news_list {
  flex: 1;
}
.sodamarulp_news_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 28px;
  background: url("/asset/image/hello_sodamaru/news_dot.png") bottom 0 left repeat-x;
  background-size: 7px 2px;
  padding: 20px 30px 20px 5px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_news_item {
    gap: 5px 10px;
    padding: 24px 0;
  }
}
.sodamarulp_news_item:first-child {
  padding-top: 0;
}
.sodamarulp_news_item a {
  transition: all 0.2s ease-out;
  text-decoration: 1px underline transparent;
  text-underline-offset: 5px;
  transition: all 0.6s ease-out;
}
.sodamarulp_news_item a[target=_blank]:not([href$=".pdf"])::after {
  content: "";
  display: inline-block;
  background: url("/asset/image/hello_sodamaru/icon_newwindow.png") center/contain no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.sodamarulp_news_item a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url("/asset/image/common/pdf_icon.svg") center/contain no-repeat;
  width: 30px;
  height: 18px;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .sodamarulp_news_item a:hover {
    color: #361C79;
    text-decoration-color: #361C79;
  }
}
.sodamarulp_news_date {
  font-size: 1.5rem;
  font-weight: bold;
  color: #361C79;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_news_date {
    font-size: 1.3rem;
  }
}
.sodamarulp_news_tag {
  width: 116px;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #8EC320;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 50px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_news_tag {
    font-size: 1.2rem;
    width: 104px;
    min-height: 24px;
  }
}
.sodamarulp_news_tag-red {
  background: #FA772D;
}
.sodamarulp_news_tag-purple {
  background: #91A3D0;
}
.sodamarulp_news_text {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .sodamarulp_news_text {
    flex: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_news_text {
    flex: inherit;
    width: 100%;
    font-size: 1.4rem;
  }
}

.sodamarulp_quiz_mv {
  position: relative;
  margin: 0 20px;
  background: url("/asset/image/hello_sodamaru/lower_mv_bg.png") center/cover no-repeat #FCC2B0;
  min-height: 30.0146412884vw;
  border-radius: 30px;
  margin-bottom: 10.102489019vw;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_mv {
    min-height: 113.6vw;
    border-radius: 20px;
    margin: 0 10px;
    margin-bottom: 21.3333333333vw;
  }
}
.sodamarulp_quiz_mv.loaded {
  visibility: visible;
  animation: showanim 2s ease-out forwards;
}
.sodamarulp_quiz_mv_title {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .sodamarulp_quiz_mv_title {
    width: 31.5519765739vw;
    height: 21.6691068814vw;
    top: 5.8565153734vw;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -19.7657393851vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_mv_title {
    top: 12vw;
    width: 76.8vw;
    height: 52.2666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.sodamarulp_quiz_mv_sodamaru {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .sodamarulp_quiz_mv_sodamaru {
    width: 36.7496339678vw;
    height: 33.6749633968vw;
    top: 5.8565153734vw;
    margin-left: 25.2562225476vw;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_mv_sodamaru {
    width: 78.1333333333vw;
    height: 71.4666666667vw;
    bottom: -21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sodamarulp_quiz_mv_inner {
    min-height: 10.102489019vw;
    margin-top: -10.102489019vw;
  }
}
.sodamarulp_quiz_mv_lead {
  padding-top: 36px;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 54.9048316252vw;
  word-break: break-all;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .sodamarulp_quiz_mv_lead {
    max-width: 700px;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_mv_lead {
    font-size: 1.6rem;
    max-width: 100%;
    padding-top: 25px;
  }
}

.sodamarulp_quiz_sort {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort {
    gap: 15px;
  }
}
@media screen and (max-width: 372px) {
  .sodamarulp_quiz_sort {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sodamarulp_quiz_sort_wrap {
  background: #fff;
  padding: 15px 25px;
  border-radius: 60px;
  display: flex;
  gap: 43px;
  min-height: 66px;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_wrap {
    padding: 15px;
    min-height: 51px;
    gap: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_wrap-category {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.9px) and (max-width: 372px) {
  .sodamarulp_quiz_sort_wrap-category {
    border-radius: 30px;
  }
  .sodamarulp_quiz_sort_wrap-category li::after {
    display: none;
  }
}
.sodamarulp_quiz_sort_wrap-category li:not(:first-child) {
  position: relative;
}
.sodamarulp_quiz_sort_wrap-category li:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 27px;
  background: #C8E9FB;
  top: -4px;
  left: -22px;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_wrap-category li:not(:first-child)::after {
    left: -18px;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_wrap-level {
    gap: 0;
    border-radius: 30px;
    padding-right: 15px;
  }
}
.sodamarulp_quiz_sort_wrap-level .sodamarulp_quiz_sort_text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_wrap-level .sodamarulp_quiz_sort_text {
    font-size: 1.5rem;
    width: 59px;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.sodamarulp_quiz_sort_wrap-level .sodamarulp_quiz_sort_text::after {
  content: "";
  width: 1px;
  height: 27px;
  background: #C8E9FB;
  top: -4px;
  right: -22px;
  position: absolute;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_wrap-level .sodamarulp_quiz_sort_text::after {
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
  }
}
.sodamarulp_quiz_sort_wrap-level img {
  width: 77px;
  height: 29px;
}
.sodamarulp_quiz_sort_wrap-level ul {
  display: flex;
  gap: 20px 15px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_wrap-level ul {
    flex: 1;
    flex-wrap: wrap;
    padding-left: 13px;
    gap: 20px 10px;
  }
}
.sodamarulp_quiz_sort_checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_checkbox label {
    font-size: 1.5rem;
    flex-wrap: wrap;
  }
}
.sodamarulp_quiz_sort_checkbox_box {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #91A3D0;
  margin-right: 8px;
  top: 2px;
  position: relative;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_sort_checkbox_box {
    top: 1px;
  }
}
.sodamarulp_quiz_sort_checkbox_box::after {
  content: "";
  position: absolute;
  background: url("/asset/image/hello_sodamaru/icon_check.png") center/cover no-repeat;
  width: 16px;
  height: 13px;
  top: -3px;
  left: 1px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sodamarulp_quiz_sort_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.sodamarulp_quiz_sort_checkbox input[type=checkbox]:checked + label .sodamarulp_quiz_sort_checkbox_box::after {
  opacity: 1;
}
.sodamarulp_quiz_sort + .sodamarulp_quiz_list {
  margin-top: 52px;
}

@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_main {
    margin-top: 120px;
    padding-top: 45px;
  }
}

.sodamarulp_quiz_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_list {
    flex-direction: column;
    gap: 30px;
  }
}

.sodamarulp_quiz_list_resulttext {
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_list_resulttext {
    font-size: 1.6rem;
  }
}

.sodamarulp_quiz_card {
  width: calc((100% - 80px) / 3);
  aspect-ratio: 1/1;
  background: url("/asset/image/hello_sodamaru/quiz/quiz_card_bg.png") center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
}
.sodamarulp_quiz_card.is-show {
  animation: cardFadeIn 0.5s ease-out forwards;
}
@media screen and (min-width: 768px) {
  .sodamarulp_quiz_card {
    transition: transform 0.3s ease-out;
  }
  .sodamarulp_quiz_card:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1200px) {
  .sodamarulp_quiz_card {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_card {
    width: 100%;
    min-height: 315px;
  }
}
.sodamarulp_quiz_card::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url("/asset/image/hello_sodamaru/quiz/quiz_card_icon_plus.png") center/contain no-repeat;
  width: 77px;
  height: 77px;
}
.sodamarulp_quiz_card::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_card::after {
    border: 8px solid #fff;
  }
}
.sodamarulp_quiz_card[data-level=level01] .sodamarulp_quiz_card_level {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_level_01.png") center/77px 29px no-repeat #fff;
}
.sodamarulp_quiz_card[data-level=level02] .sodamarulp_quiz_card_level {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_level_02.png") center/77px 29px no-repeat #fff;
}
.sodamarulp_quiz_card[data-level=level03] .sodamarulp_quiz_card_level {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_level_03.png") center/77px 29px no-repeat #fff;
}
.sodamarulp_quiz_card[data-level=level04] .sodamarulp_quiz_card_level {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_level_04.png") center/77px 29px no-repeat #fff;
}
.sodamarulp_quiz_card[data-category=sodamaru] .sodamarulp_quiz_card_tag {
  background: #8EC320;
}
.sodamarulp_quiz_card[data-category=sodamaru] .sodamarulp_quiz_card_tag::before {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_sodamaru.png") center/contain no-repeat;
  width: 34px;
  height: 43px;
}
.sodamarulp_quiz_card[data-category=soda] .sodamarulp_quiz_card_tag {
  background: #91A3D0;
}
.sodamarulp_quiz_card[data-category=soda] .sodamarulp_quiz_card_tag::before {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_logo.png") center/contain no-repeat;
  top: 14px;
  width: 48px;
  height: 48px;
}
.sodamarulp_quiz_card[data-category=science] .sodamarulp_quiz_card_tag {
  background: #FA772D;
}
.sodamarulp_quiz_card[data-category=science] .sodamarulp_quiz_card_tag::before {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_science.png") center/contain no-repeat;
  width: 32px;
  height: 43px;
}
.sodamarulp_quiz_card_tag {
  width: 89px;
  height: 87px;
  position: absolute;
  top: 1px;
  left: 1px;
  padding-left: 10px;
  padding-top: 58px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sodamarulp_quiz_card_tag::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 5px;
}
.sodamarulp_quiz_card_level {
  width: 113px;
  height: 53px;
  border-radius: 40px;
  position: absolute;
  top: 23px;
  right: 23px;
}
.sodamarulp_quiz_card_text {
  padding-top: 10px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_card_text {
    font-size: 1.6rem;
  }
}

.sodamarulp_quiz_modal .sodamarulp_modal_content {
  max-width: 1000px;
}
.sodamarulp_quiz_modal .sodamarulp_modal_content_inner {
  padding: 0;
  border-radius: 20px;
}

.sodamarulp_quiz_answer {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_modal_bg.png") top center/auto repeat #FFDA5F;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.sodamarulp_quiz_answer::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  border-radius: 20px;
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer::after {
    border: 8px solid #fff;
  }
}
.sodamarulp_quiz_answer[data-level=level01] .sodamarulp_quiz_card_level {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_level_01.png") center/77px 29px no-repeat #fff;
}
.sodamarulp_quiz_answer[data-level=level02] .sodamarulp_quiz_card_level {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_level_02.png") center/77px 29px no-repeat #fff;
}
.sodamarulp_quiz_answer[data-level=level03] .sodamarulp_quiz_card_level {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_level_03.png") center/77px 29px no-repeat #fff;
}
.sodamarulp_quiz_answer[data-level=level04] .sodamarulp_quiz_card_level {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_level_04.png") center/77px 29px no-repeat #fff;
}
.sodamarulp_quiz_answer[data-category=sodamaru] .sodamarulp_quiz_card_tag {
  background: #8EC320;
}
.sodamarulp_quiz_answer[data-category=sodamaru] .sodamarulp_quiz_card_tag::before {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_sodamaru.png") center/contain no-repeat;
  width: 34px;
  height: 43px;
}
.sodamarulp_quiz_answer[data-category=soda] .sodamarulp_quiz_card_tag {
  background: #91A3D0;
}
.sodamarulp_quiz_answer[data-category=soda] .sodamarulp_quiz_card_tag::before {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_logo.png") center/contain no-repeat;
  top: 14px;
  width: 48px;
  height: 48px;
}
.sodamarulp_quiz_answer[data-category=science] .sodamarulp_quiz_card_tag {
  background: #FA772D;
}
.sodamarulp_quiz_answer[data-category=science] .sodamarulp_quiz_card_tag::before {
  background: url("/asset/image/hello_sodamaru/quiz/quiz_icon_science.png") center/contain no-repeat;
  width: 32px;
  height: 43px;
}
.sodamarulp_quiz_answer_content {
  padding: 100px 100px 0;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_quiz_answer_content {
    padding: 100px 40px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_content {
    padding: 119px 30px 0;
  }
}
.sodamarulp_quiz_answer h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
  }
}
.sodamarulp_quiz_answer_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_list {
    gap: 8px;
  }
}
.sodamarulp_quiz_answer_list li {
  width: calc((100% - 20px) / 2);
  font-size: 2rem;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_list li {
    width: 100%;
    padding-left: 27px;
    font-size: 1.6rem;
  }
}
.sodamarulp_quiz_answer_list li::before {
  position: absolute;
  left: 0;
  top: 5px;
  background: #fff;
  width: 25px;
  height: 25px;
  color: #E75400;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_list li::before {
    top: 4px;
    width: 22px;
    height: 22px;
    font-size: 1.8rem;
  }
}
.sodamarulp_quiz_answer_list li:nth-child(1)::before {
  content: "1";
}
.sodamarulp_quiz_answer_list li.sodamarulp_quiz_answer_list_num01::before {
  content: "1";
}
.sodamarulp_quiz_answer_list li:nth-child(2)::before {
  content: "2";
}
.sodamarulp_quiz_answer_list li.sodamarulp_quiz_answer_list_num02::before {
  content: "2";
}
.sodamarulp_quiz_answer_list li:nth-child(3)::before {
  content: "3";
}
.sodamarulp_quiz_answer_list li.sodamarulp_quiz_answer_list_num03::before {
  content: "3";
}
.sodamarulp_quiz_answer_list li:nth-child(4)::before {
  content: "4";
}
.sodamarulp_quiz_answer_list li.sodamarulp_quiz_answer_list_num04::before {
  content: "4";
}
.sodamarulp_quiz_answer_list-col1 li {
  width: 100%;
}
.sodamarulp_quiz_answer_box {
  margin-top: 70px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box {
    margin-top: 50px;
  }
}
.sodamarulp_quiz_answer_box.is-open .sodamarulp_quiz_answer_box_title span::before {
  transform: translateY(-50%) rotate(180deg);
}
.sodamarulp_quiz_answer_box_title {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_title {
    padding: 14px 20px;
  }
}
.sodamarulp_quiz_answer_box_title span {
  font-size: 2.2rem;
  color: #E75400;
  font-weight: bold;
  padding-left: 48px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_title span {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}
.sodamarulp_quiz_answer_box_title span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  background: url("/asset/image/hello_sodamaru/icon_arrow_accordion.png") center/contain no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_title span::before {
    width: 24px;
    height: 24px;
  }
}
.sodamarulp_quiz_answer_box_content {
  display: none;
  background: #FCF5DF;
}
.sodamarulp_quiz_answer_box_content_title {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content_title {
    flex-direction: column;
  }
}
.sodamarulp_quiz_answer_box_content_title p {
  background: #E75400;
  width: 84px;
  height: 84px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content_title p {
    height: 33px;
    font-size: 1.5rem;
    border-radius: 17px;
  }
}
.sodamarulp_quiz_answer_box_content_title .sodamarulp_quiz_answer_list {
  width: calc(100% - 104px - 190px);
}
.sodamarulp_quiz_answer_box_content_title .sodamarulp_quiz_answer_list li {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content_title .sodamarulp_quiz_answer_list {
    width: 100%;
  }
}
.sodamarulp_quiz_answer_box_content_title img {
  width: 190px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content_title img {
    width: 150px;
  }
}
.sodamarulp_quiz_answer_box_content_main {
  margin-top: 50px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content_main {
    flex-direction: column;
  }
}
.sodamarulp_quiz_answer_box_content_main_inner {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content_main_inner {
    width: 100%;
  }
}
.sodamarulp_quiz_answer_box_content_main p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content_main p {
    font-size: 1.4rem;
  }
}
.sodamarulp_quiz_answer_box_content_main .sodamarulp_link {
  margin-top: 20px;
}
.sodamarulp_quiz_answer_box_content_main img {
  width: 260px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content_main img {
    width: 100%;
  }
}
.sodamarulp_quiz_answer_box_content_main figcaption {
  margin-top: 4px;
  font-size: 1.4rem;
}
.sodamarulp_quiz_answer_box_content-type01 {
  padding: 0 100px;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_quiz_answer_box_content-type01 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content-type01 {
    padding: 30px 20px 10px;
  }
}
.sodamarulp_quiz_answer_box_content-type02 {
  padding: 53px 100px;
}
@media screen and (max-width: 1200px) {
  .sodamarulp_quiz_answer_box_content-type02 {
    padding: 53px 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_answer_box_content-type02 {
    padding: 30px 20px 10px;
  }
}
@media screen and (min-width: 768px) {
  .sodamarulp_quiz_answer_box_content-type02 .sodamarulp_quiz_answer_list {
    width: calc(100% - 104px);
  }
}

.sodamarulp_quiz_detail_main {
  margin-top: 180px;
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_detail_main {
    margin-top: 140px;
  }
}

.sodamarulp_quiz_detail .sodamarulp_quiz_answer {
  margin-top: -175px;
}
.sodamarulp_quiz_detail .sodamarulp_lower_mv::after {
  content: "";
  position: absolute;
  width: 195px;
  height: 195px;
  background: url("/asset/image/hello_sodamaru/quiz/quiz_detail_mv_icon.png") center/cover no-repeat;
  right: 34px;
  bottom: 32px;
  transform: rotate(-15deg);
}
@media screen and (max-width: 767.9px) {
  .sodamarulp_quiz_detail .sodamarulp_lower_mv::after {
    width: 100px;
    height: 100px;
    right: 9px;
    bottom: 10px;
  }
}
.sodamarulp_quiz_detail .sodamarulp_lower_mv .sodamarulp_lower_title_level1 {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=hello_sodamaru.css.map */