@charset "UTF-8";
/*******************************************/
/*** そだまる ***/
/*******************************************/
@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;
  }
}

.sodamaru_content {
  max-width: none !important;
  width: 100% !important;
}

.sodamaru_content_inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.sodamaru_content_inner.opt_about {
  position: relative;
  max-width: none;
  margin-top: 80px;
  padding: 130px 0 110px;
  background-color: #fff1f1;
  background: linear-gradient(180deg, rgb(255, 255, 255) 130px, rgb(255, 241, 241) 130px);
  background-size: cover;
}
.sodamaru_content_inner.opt_about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 130px;
  background: url(/asset/image/profile/sodamaru/bg_01.png) top 0 center no-repeat;
  background-size: 100% 130px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .sodamaru_content_inner.opt_about:before {
    right: -1000px;
    left: -1000px;
    width: 1600px;
    height: 130px;
    background-size: cover;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_inner {
    padding: 0 20px;
  }
  .sodamaru_content_inner.opt_about {
    margin-top: 60px;
    padding: 63px 0 69px;
    background-color: #fff1f1;
    background: linear-gradient(180deg, rgb(255, 255, 255) 63px, rgb(255, 241, 241) 63px);
    background-size: cover;
  }
  .sodamaru_content_inner.opt_about:before {
    content: "";
    right: -1000px;
    left: -1000px;
    width: 770px;
    height: 63px;
    background: url(/asset/image/profile/sodamaru/bg_01.svg) top 0 center no-repeat;
    background-size: 100% 63px;
  }
}

.sodamaru_mv {
  padding: 0 0 520px;
  background: url(/asset/image/profile/sodamaru/img_mv.jpg) bottom 0 center no-repeat;
  background-size: 900px auto;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_mv {
    position: relative;
    padding: 0 0 313px;
    background: none;
  }
  .sodamaru_mv:before {
    content: "";
    position: absolute;
    right: -1000px;
    bottom: 0;
    left: -1000px;
    margin: 0 auto;
    width: 530px;
    height: 283px;
    background: url(/asset/image/profile/sodamaru/img_mv.jpg) bottom 0 center no-repeat;
    background-size: 100% auto;
  }
}

.sodamaru_mv_text {
  max-width: 380px;
  margin: 0 auto;
}
.sodamaru_mv_text img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_mv_text {
    max-width: 266px;
  }
}

.sodamaru_intro {
  margin-top: 83px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_intro {
    margin-top: 40px;
  }
}

.sodamaru_intro_text {
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
}
.sodamaru_intro_text + .sodamaru_intro_text {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_intro_text {
    font-size: 1.7rem;
    text-align: left;
  }
  .sodamaru_intro_text + .sodamaru_intro_text {
    margin-top: 30px;
  }
}

.sodamaru_intro_emphasize {
  font-weight: bold;
  color: #df584d;
}

.sodamaru_anchor {
  display: flex;
  justify-content: center;
  margin: 85px auto 0;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_anchor {
    display: block;
    margin: 70px auto 0;
  }
}

.sodamaru_anchor_clm {
  display: flex;
  justify-content: center;
  background-position: right;
  background-image: linear-gradient(to top, #bfbec3 2px, transparent 2px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_anchor_clm {
    display: block;
    background-position: bottom;
    background-image: linear-gradient(to left, #bfbec3 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
  }
}

.sodamaru_anchor_item {
  position: relative;
  display: flex;
  width: 214px;
  height: 158px;
  background-image: linear-gradient(to top, #bfbec3 2px, transparent 2px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
.sodamaru_anchor_item a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.sodamaru_anchor_item a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 16px;
  height: 25px;
  margin: 0 auto;
  background: url(/asset/image/profile/sodamaru/icon_01.png) center center no-repeat;
  background-size: 100% auto;
  transition: bottom 0.3s linear;
}
.sodamaru_anchor_item a:hover:after {
  bottom: 0;
}
.sodamaru_anchor_item.type_01 a {
  background: url(/asset/image/profile/sodamaru/img_01.png) top 0 center no-repeat;
  background-size: 70px auto;
}
.sodamaru_anchor_item.type_02 a {
  background: url(/asset/image/profile/sodamaru/img_02.png) top 0 center no-repeat;
  background-size: 70px auto;
}
.sodamaru_anchor_item.type_03 a {
  background: url(/asset/image/profile/sodamaru/img_03.png) top 0 center no-repeat;
  background-size: 70px auto;
}
.sodamaru_anchor_item.type_03.opt_new a {
  background: url(/asset/image/profile/sodamaru/img_03_anchor_pc.png) top 0 center no-repeat;
  background-size: 70px auto;
}
.sodamaru_anchor_item.opt_new:before {
  position: absolute;
  content: "";
  top: -30px;
  right: 0;
  left: 0;
  width: 100px;
  height: 21px;
  margin: auto;
  background: url(/asset/image/profile/sodamaru/icon_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_anchor_item {
    display: block;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to left, #bfbec3 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
  }
  .sodamaru_anchor_item a {
    display: block;
    position: relative;
    padding: 30px 60px;
  }
  .sodamaru_anchor_item a:after {
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    width: 14px;
    height: 21px;
    margin: auto;
    background: url(/asset/image/profile/sodamaru/icon_01.png) center center no-repeat;
    background-size: 100% auto;
  }
  .sodamaru_anchor_item.opt_new a {
    padding: 30px 60px 30px 152px;
  }
  .sodamaru_anchor_item.opt_new:before {
    top: 0;
    right: auto;
    left: 62px;
    bottom: 0;
    width: 85px;
    height: 18px;
  }
  .sodamaru_anchor_item.type_01 a {
    background: url(/asset/image/profile/sodamaru/img_01.png) left 10px center no-repeat;
    background-size: 42px auto;
  }
  .sodamaru_anchor_item.type_02 a {
    background: url(/asset/image/profile/sodamaru/img_02.png) left 10px center no-repeat;
    background-size: 42px auto;
  }
  .sodamaru_anchor_item.type_03 a {
    background: url(/asset/image/profile/sodamaru/img_03.png) left 10px center no-repeat;
    background-size: 42px auto;
  }
  .sodamaru_anchor_item.type_03.opt_new a {
    background: url(/asset/image/profile/sodamaru/img_03_anchor_sp.png) left 10px center no-repeat;
    background-size: 42px auto;
  }
}

.sodamaru_anchor_text {
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_anchor_text {
    font-size: 1.5rem;
    text-align: left;
  }
}

.sodamaru_about {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_about {
    padding: 0 20px;
  }
}

.sodamaru_about_title {
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.sodamaru_about_title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: url(/asset/image/profile/sodamaru/img_01.png) center center no-repeat;
  background-size: 100% auto;
}
.sodamaru_about_title:after {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 86px;
  height: 5px;
  background: url(/asset/image/profile/sodamaru/img_07.png) center center no-repeat;
  background-size: 86px 5px;
}
.sodamaru_about_title img {
  width: 410px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_about_title {
    padding-top: 95px;
  }
  .sodamaru_about_title:after {
    top: 75px;
  }
  .sodamaru_about_title img {
    width: 290px;
  }
}

.sodamaru_about_text_wrap {
  margin-top: 56px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_about_text_wrap {
    margin-top: 36px;
  }
}

.sodamaru_about_text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.sodamaru_about_text + .sodamaru_about_text {
  margin-top: 30px;
}
.sodamaru_about_img + .sodamaru_about_text {
  margin-top: 56px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_about_text {
    font-size: 1.5rem;
    text-align: left;
  }
  .sodamaru_about_text + .sodamaru_about_text {
    margin-top: 28px;
  }
  .sodamaru_about_img + .sodamaru_about_text {
    margin-top: 35px;
  }
}

.sodamaru_about_img {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_about_img {
    margin-top: 39px;
  }
}

.sodamaru_like {
  margin-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like {
    margin-top: 60px;
  }
}

.sodamaru_like_title {
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.sodamaru_like_title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: url(/asset/image/profile/sodamaru/img_02.png) center center no-repeat;
  background-size: 100% auto;
}
.sodamaru_like_title:after {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 86px;
  height: 5px;
  background: url(/asset/image/profile/sodamaru/img_08.png) center center no-repeat;
  background-size: 86px 5px;
}
.sodamaru_like_title img {
  width: 410px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_title {
    padding-top: 95px;
  }
  .sodamaru_like_title:after {
    top: 75px;
  }
  .sodamaru_like_title img {
    width: 290px;
  }
}

.sodamaru_like_clm {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1160px;
  margin-top: 50PX;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_clm {
    display: block;
    margin-top: 30px;
  }
}

.sodamaru_like_clm_img {
  width: 44%;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_clm_img {
    width: 100%;
  }
}

.sodamaru_like_clm_textwrap {
  width: 56%;
  padding-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_clm_textwrap {
    width: 100%;
    margin-top: 35px;
    padding-right: 0;
  }
}

.sodamaru_like_clm_text {
  font-size: 1.6rem;
  line-height: 2;
  font-feature-settings: "palt";
}
.sodamaru_like_clm_text + .sodamaru_like_clm_text {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_clm_text {
    font-style: 1.5rem;
  }
  .sodamaru_like_clm_text + .sodamaru_like_clm_text {
    margin-top: 18px;
  }
}

.sodamaru_like_design {
  width: 100%;
  margin-top: 113px;
  padding: 0 60px 40px;
  background: url(/asset/image/profile/sodamaru/img_10.png) bottom 0 left repeat-x, 9px 3px, url(/asset/image/profile/sodamaru/img_10.png) top 19px left repeat-x;
  background-size: 9px 3px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_design {
    margin-top: 70px;
    padding: 0 0 30px;
    background: url(/asset/image/profile/sodamaru/img_10.png) bottom 0 left repeat-x, 9px 3px, url(/asset/image/profile/sodamaru/img_10.png) top 13px left repeat-x;
    background-size: 9px 3px;
  }
}

.sodamaru_like_design_title {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_design_title {
    width: 222px;
  }
}

.sodamaru_like_design_clm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_design_clm {
    display: block;
    margin-top: 30px;
  }
}

.sodamaru_like_design_img {
  width: 165px;
  max-width: 165px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_design_img {
    width: 120px;
    max-width: 120px;
    margin: 0 auto;
  }
}

.sodamaru_like_design_textwrap {
  width: calc(100% - 165px);
  padding-left: 40px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_design_textwrap {
    width: 100%;
    padding-left: 0;
  }
}

.sodamaru_like_design_textname {
  width: 284px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_design_textname {
    width: 135px;
    margin: 20px auto 0;
  }
}

.sodamaru_like_design_text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_like_design_text {
    margin-top: 24px;
    font-style: 1.5rem;
  }
}

.sodamaru_contents {
  margin-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_contents {
    margin-top: 60px;
  }
}

.sodamaru_contents_title {
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.sodamaru_contents_title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: url(/asset/image/profile/sodamaru/img_03.png) center center no-repeat;
  background-size: 100% auto;
}
.sodamaru_contents_title:after {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 86px;
  height: 5px;
  background: url(/asset/image/profile/sodamaru/img_07.png) center center no-repeat;
  background-size: 86px 5px;
}
.sodamaru_contents_title img {
  width: 410px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_contents_title {
    padding-top: 95px;
  }
  .sodamaru_contents_title:after {
    top: 75px;
  }
  .sodamaru_contents_title img {
    width: 290px;
  }
}

.sodamaru_contents_inner {
  margin-top: 50px;
  width: 100%;
  padding: 60px 80px 88px;
  text-align: center;
  background-color: #fff1f1;
  border-radius: 60px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_contents_inner {
    width: calc(100% + 40px);
    margin: 30px -20px;
    padding: 30px 20px 70px;
    border-radius: 0;
  }
}

.sodamaru_contents_inner_title {
  width: 530px;
  margin: 0 auto;
}
.sodamaru_contents_inner_title img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_contents_inner_title {
    width: 100%;
    max-width: 563px;
  }
}

.sodamaru_content_intro {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: -84px;
}
@media screen and (max-width: 1050px) {
  .sodamaru_content_intro {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

.sodamaru_content_intro_text {
  order: 2;
  width: 654px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .sodamaru_content_intro_text {
    order: 1;
    width: 100%;
    padding: 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_intro_text {
    font-size: 1.7rem;
    text-align: left;
  }
}

.sodamaru_content_intro_img_before {
  order: 1;
  width: auto;
  max-width: 125px;
}
.sodamaru_content_intro_img_before img {
  width: auto;
}
@media screen and (max-width: 1050px) {
  .sodamaru_content_intro_img_before {
    order: 2;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_intro_img_before {
    max-width: 100px;
  }
}

.sodamaru_content_intro_img_after {
  order: 3;
  width: auto;
  max-width: 125px;
}
.sodamaru_content_intro_img_after img {
  width: auto;
}
@media screen and (max-width: 1050px) {
  .sodamaru_content_intro_img_after {
    order: 3;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_intro_img_after {
    max-width: 100px;
    margin: 17px 0 0 15px;
  }
}

.sodamaru_content_start {
  margin: 0 auto;
}
.sodamaru_content_start.type_01 {
  width: 598px;
  margin-top: 90px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_start.type_01 {
    width: 245px;
    margin-top: 55px;
  }
}
.sodamaru_content_start.type_02 {
  width: 462px;
  margin-top: 82px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_start.type_02 {
    width: 309px;
    margin-top: 54px;
  }
}
.sodamaru_content_start.type_03 {
  width: 426px;
  margin-top: 86px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_start.type_03 {
    width: 287px;
    margin-top: 54px;
  }
}
.sodamaru_content_start.type_04 {
  width: 370px;
  margin-top: 86px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_start.type_04 {
    width: 249px;
    margin-top: 55px;
  }
}
.sodamaru_content_start img {
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .sodamaru_content_start {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_start {
    margin-top: 40px;
  }
}

.sodamaru_content_clm {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -20px 0;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_clm {
    display: block;
    margin: 5px 0 0;
  }
}

.sodamaru_content_clm_item {
  width: calc(50% - 40px);
  margin: 50px 20px 0;
}
.sodamaru_content_clm_item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_clm_item {
    width: 100%;
    margin: 26px 0 0;
  }
  .sodamaru_content_clm_item:nth-child(-n+2) {
    margin-top: 26px;
  }
}

.sodamaru_content_clm_caption {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_clm_caption {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.sodamaru_content_catch {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #ed6c00;
  z-index: 1;
}
.sodamaru_content_catch:after {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_catch {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .sodamaru_content_catch:after {
    height: 10px;
  }
}

.sodamaru_content_text {
  margin-top: 18px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.sodamaru_content_text.opt_type01 {
  margin-top: 38px;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_text {
    margin-top: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
  .sodamaru_content_text.opt_type01 {
    margin-top: 24px;
  }
}

.sodamaru_content_note {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
  margin-top: 12px;
  font-size: 1.4rem;
}
.sodamaru_content_note:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_note {
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.sodamaru_content_img {
  margin-top: 50px;
  padding: 0 26%;
}
.sodamaru_content_img img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_img {
    margin-top: 60px;
    padding: 0;
  }
}

.sodamaru_content_address {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .sodamaru_content_address {
    margin-top: 8px;
    font-size: 1.3rem;
  }
}

.sodamaru_content_video {
  max-width: 620px;
  margin: 60px auto 0;
}
.sodamaru_content_video + .sodamaru_content_video {
  margin-top: 50px;
}
.sodamaru_content_video video {
  width: 100%;
}

.sodamaru_content_video_text {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}/*# sourceMappingURL=sodamaru.css.map */