a {
  text-decoration: none;
}
#header {
  height: auto !important;
  background: #fff !important;
}
#header .ysmt_header__pclink a[aria-controls]:after,
#header .ysmt_header__service:after {
  border-right: 2px solid;
  border-top: 2px solid;
  content: '';
  display: block;
  height: 0.3125rem;
  margin-left: 10px;
  transform: rotate(135deg) translateY(30%);
  width: 0.3125rem;
}
#header .ysmt_header__megaMenu,
#header .ysmt_header__pclink ul {
  border-radius: 12px;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 1.875em;
  position: absolute;
  top: calc(1rem + 0.9375em);
  transition: max-height 0.2s cubic-bezier(0.5, 0, 0.75, 0) 0s, opacity 0.15s cubic-bezier(0.5, 0, 0.75, 0) 0.05s,
    visibility 0.2s cubic-bezier(0.5, 0, 0.75, 0);
  z-index: 1;
}
#header .ysmt_header__pclink ul[aria-hidden='true'],
#header [aria-hidden='true'].ysmt_header__megaMenu {
  opacity: 0;
  visibility: hidden;
}
#header .ysmt_header__pclink ul[aria-hidden='false'],
#header [aria-hidden='false'].ysmt_header__megaMenu {
  opacity: 1;
  visibility: visible;
}
#ysmtHeaderWrapper {
  height: min(9.6vw, 36px);
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #ysmtHeaderWrapper {
    height: min(4.296875vw, 50px);
    padding: 20px 0;
  }
}
#headerWrapper {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header {
  background: #fff　 !important;
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 0;
  }
}
#header .ysmt_header__wrap {
  padding: 0 clamp(15px, 5.3333333333vw, 20px);
}
@media screen and (min-width: 768px) {
  #header .ysmt_header__wrap {
    margin: auto;
    max-width: 1300px;
    padding: 0 20px;
    padding: 20px;
  }
}
#header .ysmt_header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#header .ysmt_header__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .ysmt_header__pc {
    align-items: center;
    display: flex;
    font-size: min(1.4322916667vw, 15px);
    justify-content: flex-end;
  }
}
#header .ysmt_header__sp {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  #header .ysmt_header__sp {
    display: none;
  }
}
#header .ysmt_header__logo {
  background-image: url(../images/common/logo.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 36px;
  height: min(9.6vw, 36px);
  opacity: 1;
  overflow: hidden;
  text-indent: 120%;
  transition: opacity 0.2s ease-in-out 0s;
  white-space: nowrap;
  width: 197px;
  width: min(52.5333333333vw, 197px);
}
body:not(.is-touchDevice) #header .ysmt_header__logo:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #header .ysmt_header__logo {
    height: min(4.296875vw, 49px);
    width: min(23.4375vw, 266px);
  }
}
#header .ysmt_header__pclink {
  display: flex;
}
#header .ysmt_header__pclink li {
  margin-right: min(1.953125vw, 40px);
  position: relative;
  text-align: left;
}
#header .ysmt_header__pclink a {
  align-items: center;
  color: #e84709;
  display: flex;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
}
#header .ysmt_header__pclink a[target='_blank']:after {
  background: url(../images/common/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 0.8125rem;
  margin-left: 10px;
  vertical-align: initial;
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #header .ysmt_header__pclink a[target='_blank']:after {
    height: 0.875rem;
    width: 0.875rem;
  }
}
#header .ysmt_header__pclink a[target='_blank']:after {
  background-image: url(../images/common/icon_external_orange.svg);
}
#header .ysmt_header__pclink a span {
  font-weight: 700;
}
body:not(.is-touchDevice) #header .ysmt_header__pclink a span {
  background: linear-gradient(#e84709, #e84709) 100% 100%/0 1px no-repeat;
  display: inline;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
body:not(.is-touchDevice) #header .ysmt_header__pclink a:hover span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
#header .ysmt_header__pclink ul {
  background-color: #f7f7f7;
  left: 0;
  width: 17.5em;
}
#header .ysmt_header__pclink ul li:first-of-type {
  margin-top: 1.875em;
}
#header .ysmt_header__pclink ul li + li {
  margin-top: 1.25em;
}
#header .ysmt_header__pclink ul li:last-child {
  margin-bottom: 1.875em;
}
#header .ysmt_header__pclink ul a {
  color: #353535;
  display: inline;
}
#header .ysmt_header__pclink ul a span {
  font-weight: 400;
}
body:not(.is-touchDevice) #header .ysmt_header__pclink ul a span {
  background: linear-gradient(#353535, #353535) 100% 100%/0 1px no-repeat;
  display: inline;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
body:not(.is-touchDevice) #header .ysmt_header__pclink ul a:hover span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
#header .ysmt_header__pclink ul a[target='_blank']:after {
  background: url(../images/common/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 0.8125rem;
  margin-left: 10px;
  vertical-align: initial;
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #header .ysmt_header__pclink ul a[target='_blank']:after {
    height: 0.875rem;
    width: 0.875rem;
  }
}
#header .ysmt_header__pclink [aria-current] span {
  position: relative;
}
#header .ysmt_header__pclink [aria-current] span:before {
  background-color: #e84709;
  border-radius: 50%;
  bottom: -13.5px;
  content: '';
  display: block;
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 7px;
}
#header .ysmt_header__service {
  align-items: center;
  border: 1px solid #e84709;
  border-radius: 8px;
  color: #e84709;
  display: flex;
  padding: 7px min(0.8vw, 20px);
  position: relative;
}
#header .ysmt_header__service > a {
  color: inherit;
  font-size: 100%;
  line-height: 1.5;
  text-align: l;
}
#header .ysmt_header__service > a span {
  color: inherit;
  font-weight: 700;
}
body:not(.is-touchDevice) #header .ysmt_header__service span {
  background: linear-gradient(#e84709, #e84709) 100% 100%/0 1px no-repeat;
  display: inline;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  text-align: left;
}
body:not(.is-touchDevice) #header .ysmt_header__service a:hover span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
#header .ysmt_header__megaMenu {
  background-color: #fff8f5;
  box-sizing: initial;
  right: 0;
  top: calc(1rem + 1.4375em);
  width: 40.5em;
}
#header .ysmt_header__megaMenu__ul {
  display: grid;
  gap: 1.4375em 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: none;
  padding: 2.5em 0 0;
}
#header .ysmt_header__megaMenu__ul:nth-of-type(2) {
  border-top: 1px solid #efd6d0;
  margin-top: 1.25em;
  padding-bottom: 2.5em;
  padding-top: 1.875em;
}
#header .ysmt_header__megaMenu__ul li {
  text-align: left;
}
#header .ysmt_header__megaMenu__ul a {
  color: #353535;
}
#header .ysmt_header__megaMenu__ul a:after {
  background: url(../images/common/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 0.8125rem;
  margin-left: 10px;
  vertical-align: initial;
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #header .ysmt_header__megaMenu__ul a:after {
    height: 0.875rem;
    width: 0.875rem;
  }
}
body:not(.is-touchDevice) #header .ysmt_header__megaMenu__ul a span {
  background: linear-gradient(#353535, #353535) 100% 100%/0 1px no-repeat;
  display: inline;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
body:not(.is-touchDevice) #header .ysmt_header__megaMenu__ul a:hover span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
#header .ysmt_drawerBtn {
  height: 21px;
  margin-left: 20px;
  position: relative;
  width: 28px;
}
#header .ysmt_drawerBtn,
#header .ysmt_drawerBtn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
}
#header .ysmt_drawerBtn span {
  background-color: #353535;
  border-radius: 2px;
  height: 3px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
#header .ysmt_drawerBtn span:first-of-type {
  top: 0;
}
#header .ysmt_drawerBtn[aria-expanded='false'].is-done span:first-of-type {
  animation: menu-bar01 0.75s;
}
#header .ysmt_drawerBtn span:nth-of-type(2) {
  opacity: 1;
  top: 9px;
  transition: all 0.25s 0.25s;
}
#header .ysmt_drawerBtn span:nth-of-type(3) {
  bottom: 0;
}
#header .ysmt_drawerBtn[aria-expanded='false'].is-done span:nth-of-type(3) {
  animation: menu-bar02 0.75s;
}
#header .ysmt_drawerBtn[aria-expanded='true'] span:first-of-type {
  animation: active-menu-bar01 0.75s forwards;
}
#header .ysmt_drawerBtn[aria-expanded='true'] span:nth-of-type(2) {
  opacity: 0;
}
#header .ysmt_drawerBtn[aria-expanded='true'] span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  to {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  to {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  to {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  to {
    transform: translateY(-9px) rotate(-45deg);
  }
}
#drawer .ysmt_drawer__acrdBtn,
#drawer .ysmt_drawer__list button {
  position: relative;
}
#drawer .ysmt_drawer__acrdBtn:after,
#drawer .ysmt_drawer__list button:after {
  background-image: url(../images/common/cross.svg);
  background-position: 0 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 20px 20px;
  bottom: 0;
  box-sizing: initial;
  content: '';
  display: inline-block;
  display: block;
  height: 20px;
  margin: auto;
  overflow: hidden;
  padding-right: 10px;
  position: absolute;
  right: 2px;
  text-indent: 120%;
  text-indent: 200%;
  top: 0;
  transition: transform 0.25s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0s;
  white-space: nowrap;
  width: 20px;
}
#drawer .ysmt_drawer__list button[aria-expanded='true']:after,
#drawer [aria-expanded='true'].ysmt_drawer__acrdBtn:after {
  transform: rotate(45deg);
}
#drawer {
  display: none;
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
#drawer.ysmt_drawer {
  background-color: #fff;
  box-sizing: border-box;
  height: calc(100% - 57px);
  left: 0;
  padding: 0 clamp(15px, 5.3333333333vw, 20px);
  position: fixed;
  top: 57px;
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out 0s, visibility 0.35s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #drawer.ysmt_drawer {
    padding: 0 20px;
  }
}
#drawer[aria-hidden='true'] {
  visibility: hidden;
}
#drawer[aria-hidden='false'] {
  overflow: auto;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  #drawer {
    display: none;
  }
}
#drawer .ysmt_drawer__body {
  padding-bottom: 40px;
}
#drawer .ysmt_drawer__lang {
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 20px 0 30px;
}
#drawer .ysmt_drawer__lang li {
  margin-right: 20px;
}
#drawer .ysmt_drawer__lang a,
#drawer .ysmt_drawer__lang button {
  color: #999;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #drawer .ysmt_drawer__lang a,
  #drawer .ysmt_drawer__lang button {
    font-size: 1.125rem;
  }
}
#drawer .ysmt_drawer__lang [aria-current='true'] {
  color: #353535;
  pointer-events: none;
}
#drawer .ysmt_drawer__list > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
#drawer .ysmt_drawer__list a,
#drawer .ysmt_drawer__list button {
  color: #353535;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 26px 0 30px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #drawer .ysmt_drawer__list a,
  #drawer .ysmt_drawer__list button {
    font-size: 1.125rem;
  }
}
#drawer .ysmt_drawer__list a[target='_blank']:after,
#drawer .ysmt_drawer__list button[target='_blank']:after {
  background: url(../images/common/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 0.8125rem;
  margin-left: 10px;
  vertical-align: initial;
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #drawer .ysmt_drawer__list a[target='_blank']:after,
  #drawer .ysmt_drawer__list button[target='_blank']:after {
    height: 0.875rem;
    width: 0.875rem;
  }
}
#drawer .ysmt_drawer__list button {
  line-height: 1;
  position: relative;
}
#drawer .ysmt_drawer__innerList {
  margin-bottom: 20px;
  margin-top: -20px;
  max-height: 0;
  overflow: hidden;
  padding-left: 10px;
  transition: max-height 0.35s cubic-bezier(0.5, 0, 0.75, 0) 0.15s, opacity 0.35s cubic-bezier(0.5, 0, 0.75, 0) 0.15s,
    visibility 0.35s cubic-bezier(0.5, 0, 0.75, 0) 0.15s;
}
#drawer .ysmt_drawer__innerList[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
}
#drawer .ysmt_drawer__innerList a {
  font-weight: 400;
  padding: 12px 0 13px;
}
#drawer .ysmt_drawer__innerList a[target='_blank']:after {
  background: url(../images/common/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 0.8125rem;
  margin-left: 10px;
  vertical-align: initial;
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #drawer .ysmt_drawer__innerList a[target='_blank']:after {
    height: 0.875rem;
    width: 0.875rem;
  }
}
#drawer [aria-expanded='true'] + .ysmt_drawer__innerList {
  position: relative;
}
#drawer .ysmt_drawer__service {
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #353535;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 40px;
}
#drawer .ysmt_drawer__acrdBtn {
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #drawer .ysmt_drawer__acrdBtn {
    font-size: 1.125rem;
  }
}
#drawer .ysmt_drawer__acrdBtn:after {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  vertical-align: top;
}
#drawer .ysmt_drawer__serviceMenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.5, 0, 0.75, 0) 0.15s, opacity 0.35s cubic-bezier(0.5, 0, 0.75, 0) 0.15s,
    visibility 0.35s cubic-bezier(0.5, 0, 0.75, 0) 0.15s;
}
#drawer .ysmt_drawer__serviceMenu[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
}
#drawer .ysmt_drawer__serviceMenu__ul {
  border-top: 1px solid #ddd;
  padding: 0 20px 0 10px;
}
#drawer .ysmt_drawer__serviceMenu__ul a {
  color: #353535;
  display: block;
  line-height: 1.2;
}
#drawer .ysmt_drawer__serviceMenu__ul a:after {
  background: url(../images/common/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 0.8125rem;
  margin-left: 10px;
  vertical-align: initial;
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #drawer .ysmt_drawer__serviceMenu__ul a:after {
    height: 0.875rem;
    width: 0.875rem;
  }
}
#drawer .ysmt_drawer__serviceMenu__ul:first-of-type a {
  padding: 20px 0 21px 10px;
}
#drawer .ysmt_drawer__serviceMenu__ul:nth-of-type(2) {
  padding: 7px 15px 6px 20px;
}
#drawer .ysmt_drawer__serviceMenu__ul:nth-of-type(2) a {
  padding: 13px 0 14px;
}
#drawer .ysmt_drawer__sns {
  margin-top: 40px;
}
#drawer .ysmt_drawer__closeLink {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 1px;
}
#footerWrapper {
  background-color: #fff;
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  padding: 0 min(15px, 2.6666666667vw, 20px);
}
#footer {
  height: auto !important;
}
#footer a,
#footer a:link,
#footer a:visited {
  color: #646464;
}
.ysmt_sns_aside {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .ysmt_sns_aside {
    margin-bottom: 80px;
  }
}
.ysmt_sns_aside h2 {
  color: #353535;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ysmt_sns_aside h2 {
    font-size: 1.25rem;
    margin: 0 0 32px;
  }
}
.ysmt_footer {
  border-top: 1px solid #999;
  margin: 0 auto;
  max-width: 1130px;
  padding: 20px 0 30px;
}
@media screen and (min-width: 768px) {
  .ysmt_footer {
    padding-bottom: 50px;
  }
}
.ysmt_footer__link1,
.ysmt_footer__link2 {
  color: #646464;
  font-size: 0.6875rem;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .ysmt_footer__link1,
  .ysmt_footer__link2 {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
  }
}
.ysmt_footer__link1 li,
.ysmt_footer__link2 li {
  line-height: 1;
  margin-right: 0;
}
.ysmt_footer__link1 li + li,
.ysmt_footer__link2 li + li {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .ysmt_footer__link1 li + li,
  .ysmt_footer__link2 li + li {
    margin-top: 0;
  }
}
.ysmt_footer__link1 a,
.ysmt_footer__link2 a {
  color: inherit;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out 0s;
}
body:not(.is-touchDevice) .ysmt_footer__link1 a:hover,
body:not(.is-touchDevice) .ysmt_footer__link2 a:hover {
  opacity: 0.5;
}
.ysmt_footer__link1 {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .ysmt_footer__link1 li {
    margin-right: 30px;
  }
}
.ysmt_footer__link2 {
  display: grid;
  gap: 5px 0;
  grid-template-columns: 1fr;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .ysmt_footer__link2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .ysmt_footer__link2 li {
    line-height: 1.25;
    text-align: left;
  }
}
.ysmt_footer__copy {
  color: #646464;
  font-size: 0.6875rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ysmt_footer__copy {
    font-size: 0.75rem;
    text-align: right;
  }
}
.ysmt_gototop {
  background-image: url(../images/common/toppage_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  display: inline-block;
  height: 40px;
  opacity: 1;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-indent: 120%;
  transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, visibility 0.2s;
  visibility: hidden;
  white-space: nowrap;
  width: 40px;
}
body:not(.is-touchDevice) .ysmt_gototop:hover {
  opacity: 0.5;
}
.ysmt_gototop.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.ysmt_sns {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ysmt_sns a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0s;
}
body:not(.is-touchDevice) .ysmt_sns a:hover {
  opacity: 0.5;
}
.ysmt_sns--instagram,
.ysmt_sns--line,
.ysmt_sns--twiiter,
.ysmt_sns--youtube {
  background-image: url(../images/common/twitter.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  display: block;
  height: 40px;
  margin: 0 11px;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .ysmt_sns--instagram,
  .ysmt_sns--line,
  .ysmt_sns--twiiter,
  .ysmt_sns--youtube {
    height: 50px;
    margin: 0 20px;
    width: 53px;
  }
}
.ysmt_sns--instagram {
  background-image: url(../images/common/instagram.svg);
}
.ysmt_sns--youtube {
  background-image: url(../images/common/youtube.svg);
}
.ysmt_sns--line {
  background-image: url(../images/common/line.svg);
}
