@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6em;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p {
  line-height: 1.5;
}

.trandition {
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -s-transition-duration: 0.6s;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 1em;
}

.cf:after {
  content: " ";
}
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 56%;
  }
}

@media screen and (max-width: 900px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 600px) {
  body.open {
    overflow: hidden;
  }
}

main {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

h1 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #434343;
}

a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

div.link-area a {
  display: block;
  text-align: center;
  max-width: 400px;
  padding: 20px;
  margin-left: 20px;
  background-color: #ddd;
}

a.link-area {
  display: block;
  text-align: center;
  max-width: 400px;
  padding: 20px;
  margin-left: 20px;
  background-color: #ddd;
}

.img-wrap {
  line-height: 0;
}
.img-wrap img {
  width: 100%;
  line-height: 0;
}

.pc-none {
  display: none;
}

.anime {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -s-transition-duration: 0.2s;
}

.header-space {
  height: 170px;
}
@media screen and (max-width: 1280px) {
  .header-space {
    height: 157px;
  }
}
@media screen and (max-width: 900px) {
  .header-space {
    height: 100px;
  }
}

#home .header-space {
  display: none;
}

.bdrBs {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #d24d43;
  border-bottom: #da3c37 1px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#socialButton {
  display: none;
}

.icon_des::before {
  width: 22px;
  height: 22px;
  background: url(../img/icon/icon_des.png) no-repeat;
  background-size: contain;
  margin-top: -11px;
}

.icon_aw::before {
  width: 25px;
  height: 22px;
  background: url(../img/icon/icon_aw.png) no-repeat;
  background-size: contain;
  margin-top: -12.5px;
}

.icon_mail::before {
  width: 30px;
  height: 23px;
  background: url(../img/icon/icon_mail.png) no-repeat;
  background-size: contain;
  margin-top: -11.5px;
}

@media screen and (max-width: 900px) {
  .DP-IB {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .DP-IB {
    display: inline-block;
  }
}

.icon_mail {
  padding: 1em 1em 1em 4em;
}
@media screen and (max-width: 900px) {
  .icon_mail:before {
    width: 20px;
    height: 16px;
    margin-top: -8.5px;
  }
}

.sikakuBtn a {
  background: #D7250C;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.sikakuBtn a:hover {
  background: #e8361d;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.sikakuBtn p {
  position: relative;
}
.sikakuBtn p:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #e37972 25%, transparent 25%, transparent 50%, #e37972 50%, #e37972 75%, transparent 75%, transparent);
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}

.corona-guide-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  max-width: 240px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.corona-guide-banner.hidden {
  left: -300px;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .corona-guide-banner {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .corona-guide-banner.hidden {
    bottom: -200px;
    left: 0;
  }
}
.corona-guide-banner img, .corona-guide-banner source {
  width: 100%;
  display: block;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
header {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500000;
}
header .header-info-wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  -webkit-transform: translate(-3%);
          transform: translate(-3%);
  padding: 20px 0 20px;
}
@media screen and (max-width: 1550px) {
  header .header-info-wrapper {
    margin: 0 auto 0 8%;
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  header .header-info-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
header .header-info-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
header .header-logo-container {
  width: 14%;
  float: left;
}
@media screen and (max-width: 900px) {
  header .header-logo-container {
    width: 12%;
    margin: 2% 0 2% 3%;
  }
}
@media screen and (max-width: 600px) {
  header .header-logo-container {
    width: 30%;
  }
}
header .header-logo-container img {
  width: 100%;
}
header .header-sub-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  header .header-sub-nav-container {
    display: none;
  }
}
header .header-sub-nav-container li {
  border: 2px solid #d7250c;
  border-radius: 5000px;
  margin-right: 16px;
}
header .header-sub-nav-container a {
  padding: 5px 16px 5px 32px;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1280px) {
  header .header-sub-nav-container a {
    font-size: 1.2rem;
    padding: 4px 12px 4px 24px;
  }
}
header .header-sub-nav-container a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #d72418;
}
header .header-tel-container {
  float: right;
  margin-left: 24px;
  margin-top: 8px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 1280px) {
  header .header-tel-container {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
  header .header-tel-container {
    display: none;
  }
}
header .header-tel-container a {
  font-size: 3.4rem;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 1280px) {
  header .header-tel-container a {
    font-size: 2.6rem;
  }
}
header .header-contact-btn {
  position: absolute;
  left: 100%;
  top: 16px;
  margin-left: 20px;
  z-index: 50;
}
@media screen and (max-width: 1280px) {
  header .header-contact-btn {
    top: 20px;
  }
}
@media screen and (max-width: 900px) {
  header .header-contact-btn {
    right: 3%;
    top: 30px;
    left: auto;
    zoom: 0.7;
  }
}
@media screen and (max-width: 600px) {
  header .header-contact-btn {
    top: 20%;
    right: 5%;
  }
}
header .header-contact-btn a {
  display: block;
  position: relative;
  background-color: #cb251c;
  border: 3px solid #d7240a;
  color: #fff;
  border-radius: 5000px;
  width: 150px;
  height: 150px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 50%;
}
@media screen and (max-width: 1550px) {
  header .header-contact-btn a {
    font-size: 14px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-contact-btn a {
    font-size: 12px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  header .header-contact-btn a {
    width: 120px;
    height: 120px;
  }
}
header .header-contact-btn a::after {
  content: "";
  display: block;
  background: url("../img/header/ico_contact.png") no-repeat;
  background-size: contain;
  width: 24%;
  height: 26%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  header .main-nav {
    position: fixed;
    right: 120%;
    top: 120%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .main-nav.active {
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 50000;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
  }
}
@media screen and (max-width: 900px) {
  header .nav-parent-wrapper {
    position: static;
  }
}
header .nav-parent-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1550px) {
  header .nav-parent-wrapper > ul {
    max-width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  header .nav-parent-wrapper > ul {
    max-width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-parent-wrapper > ul {
    max-width: 100%;
    display: block;
    margin-left: 0;
  }
}
header .nav-child-open-btn {
  width: 20%;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .nav-child-open-btn > span {
  margin-left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 900px) {
  header .nav-child-open-btn > span {
    margin-left: 4%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-open-btn {
    width: 100%;
    text-align: left;
    padding: 36px 0;
    position: relative;
    border-bottom: 1px solid #ffeae8;
  }
  header .nav-child-open-btn::before, header .nav-child-open-btn::after {
    content: "";
    display: block;
    background-color: #d7250c;
    width: 7px;
    height: 1px;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .nav-child-open-btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
header .nav-child-open-btn.slide::before, header .nav-child-open-btn.slide::after {
  bottom: auto;
  width: 10px;
  height: 1px;
  top: 44px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .nav-child-open-btn.slide::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .nav-child-open-btn.slide > span {
  margin-left: 20%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .nav-parent-title {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1500px) {
  header .nav-parent-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1280px) {
  header .nav-parent-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  header .nav-parent-title {
    font-size: 16px;
    padding-left: 50px;
  }
}
header .nav-parent-title::before {
  content: "";
  display: block;
  background: url("../img/header/ico_album.png") no-repeat;
  background-size: contain;
  width: 32px;
  height: 26px;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 8px;
  position: absolute;
}
@media screen and (max-width: 900px) {
  header .nav-parent-title::before {
    width: 20px;
    height: 20px;
    margin-right: 24px;
    right: auto;
    left: 5%;
  }
}
header #nav-parent-title-service::before {
  background-image: url("../img/header/ico_service.png");
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 900px) {
  header #nav-parent-title-service::before {
    width: 20px;
    height: 20px;
  }
}
header #nav-parent-title-yumephoto::before {
  background-image: url("../img/header/ico_yumephoto.png");
  width: 25px;
  height: 31px;
}
@media screen and (max-width: 900px) {
  header #nav-parent-title-yumephoto::before {
    width: 20px;
    height: 20px;
  }
}
header #nav-parent-title-special::before {
  background-image: url("../img/header/ico_special.png");
  width: 23px;
  height: 32px;
}
@media screen and (max-width: 900px) {
  header #nav-parent-title-special::before {
    width: 20px;
    height: 20px;
  }
}
header #nav-parent-title-support::before {
  background-image: url("../img/header/ico_support.png");
  width: 31px;
  height: 25px;
}
@media screen and (max-width: 900px) {
  header #nav-parent-title-support::before {
    width: 20px;
    height: 20px;
  }
}
header .nav-child-wrapper {
  width: 100vw;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 40px 0;
  z-index: 10000;
  -webkit-box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper {
    width: 100%;
    position: static;
    padding: 40px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header .open .nav-child-wrapper {
  display: block;
}
header .nav-child-page-title {
  font-size: 2rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  margin-left: 24px;
  padding-left: 12px;
  margin-bottom: 12px;
}
header .nav-child-page-title::before, header .nav-child-page-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-child-page-title::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-child-page-title::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .newtab-link {
  position: relative;
}
header .newtab-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/common/ico_newtab.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 120%;
  top: 0;
  bottom: 0;
  margin: 2px auto auto;
}
header .nav-child-wrapper.album ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.album ul {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.album ul {
    display: block;
    width: 100%;
    border-top: 1px solid #ffeae8;
    padding: 20px;
  }
}
header .nav-child-wrapper.album .nav-album-child-box {
  width: 48%;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.album .nav-album-child-box {
    width: 80%;
    margin-bottom: 40px;
  }
  header .nav-child-wrapper.album .nav-album-child-box:last-child {
    margin-bottom: 0;
  }
}
header .nav-child-wrapper.album .nav-album-child-box img {
  width: 100%;
}
header .nav-page-title-container {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}
header .nav-page-title-container::before, header .nav-page-title-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-page-title-container::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-page-title-container::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .nav-child-service-container {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-service-container {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container {
    width: 100%;
    padding: 40px 20px 0;
    border-top: 1px solid #ffeae8;
  }
}
header .nav-child-service-container .nav-child-service-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-child-service-group {
    display: block;
  }
}
header .nav-child-service-container .nav-service-child-box {
  width: 55%;
  border: 1px solid #f47a7a;
  padding: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1280px) {
  header .nav-child-service-container .nav-service-child-box {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-service-child-box {
    width: 70%;
    border: none;
    display: block;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  header .nav-child-service-container .nav-service-child-box {
    width: 90%;
  }
}
header .nav-child-service-container .nav-child-service-group-title {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  font-weight: 600;
  color: #f47a7a;
  padding: 0 8px;
  bottom: calc(100% - 10px);
  left: 24px;
}
header .nav-child-service-container .nav-rkrk-box {
  width: 46%;
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-rkrk-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
header .nav-child-service-container .nav-rkrk-box img {
  width: 100%;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
header .nav-child-service-container .nav-another-album-service-box {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-another-album-service-box {
    width: 100%;
  }
}
header .nav-child-service-container .nav-page-desc {
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  header .nav-child-service-container .nav-page-desc {
    font-size: 1rem;
  }
}
header .nav-child-service-container .nav-child-page-title {
  font-size: 1.6rem;
  margin-bottom: 16px;
  padding-left: 0;
  margin-left: 0;
  display: block;
}
header .nav-child-service-container .nav-child-page-title::before, header .nav-child-service-container .nav-child-page-title::after {
  content: none;
}
header .nav-child-service-container .nav-page-icon-box {
  width: 50%;
  position: relative;
  text-align: center;
}
header .nav-child-service-container .nav-page-icon-box:nth-of-type(1), header .nav-child-service-container .nav-page-icon-box:nth-of-type(2) {
  margin-bottom: 16px;
}
header .nav-child-service-container .nav-page-icon-box a::before {
  content: "";
  display: block;
  background: url("../img/header/ico_personal.png") no-repeat;
  background-size: contain;
  width: 55px;
  height: 32px;
  left: 0;
  right: 0;
  margin: 0 auto 12px;
}
header .nav-child-service-container .nav-page-icon-box:nth-of-type(2) a::before {
  background-image: url("../img/header/ico_others.png");
  width: 130px;
  height: 50px;
  margin-bottom: 0;
}
header .nav-child-service-container .nav-page-icon-box:nth-of-type(3) a::before {
  background-image: url("../img/header/ico_kotori.png");
  width: 130px;
  height: 48px;
}
header .nav-child-service-container .nav-page-icon-box:nth-of-type(4) a::before {
  background-image: url("../img/header/ico_ar.png");
  width: 140px;
  height: 48px;
}
header .nav-child-service-container .nav-page-icon-box .nav-child-page-title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0;
}
header .nav-child-service-container .nav-child-totttte-box, header .nav-child-service-container .nav-child-education-box {
  width: 21%;
}
@media screen and (max-width: 900px) {
  header .nav-child-service-container .nav-child-totttte-box, header .nav-child-service-container .nav-child-education-box {
    width: 65%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  header .nav-child-service-container .nav-child-totttte-box, header .nav-child-service-container .nav-child-education-box {
    width: 80%;
  }
}
header .nav-child-service-container .nav-child-totttte-box img, header .nav-child-service-container .nav-child-education-box img {
  width: 100%;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
header .nav-child-service-container .nav-child-totttte-box .nav-page-title-container, header .nav-child-service-container .nav-child-education-box .nav-page-title-container {
  display: inline-block;
}
header .nav-child-service-container .nav-child-totttte-box .nav-child-page-title:after, header .nav-child-service-container .nav-child-education-box .nav-child-page-title:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/common/ico_newtab.png") no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  left: 125%;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
}
header .nav-child-service-container .totttte:after {
  left: 55% !important;
}
header .nav-child-dream-panel {
  margin-top: 2rem;
}
header .nav-child-wrapper.yumephoto ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.yumephoto ul {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto ul {
    display: block;
    padding: 40px;
  }
}
header .nav-child-wrapper.yumephoto .nav-child-link-box {
  width: 20%;
  margin-right: 4%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box {
    width: 90%;
    position: relative;
  }
  header .nav-child-wrapper.yumephoto .nav-child-link-box::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 1px solid #d7250c;
    border-top: 1px solid #d7250c;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    margin-left: 12px;
  }
}
header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-child-page-title {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-child-page-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-child-page-title {
    font-size: 1.8rem;
    margin-bottom: 8px;
    margin-top: 40px;
  }
}
header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-page-desc {
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-page-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .nav-child-link-box .nav-page-desc {
    font-size: 1.4rem;
  }
}
header .nav-child-wrapper.yumephoto .nav-child-link-box:first-child .nav-child-page-title {
  margin-top: 0;
}
header .nav-child-wrapper.yumephoto .other-page-link-wrapper {
  background-color: #fff7f7;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .other-page-link-wrapper {
    position: static;
    width: 100vw;
    padding: 40px 0;
  }
}
header .nav-child-wrapper.yumephoto .normal-link {
  text-align: left;
  position: relative;
  margin-left: 60px;
  padding-left: 8px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.yumephoto .normal-link {
    margin-bottom: 24px;
  }
  header .nav-child-wrapper.yumephoto .normal-link:last-child {
    margin-bottom: 0;
  }
}
header .nav-child-wrapper.yumephoto .normal-link::before, header .nav-child-wrapper.yumephoto .normal-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-child-wrapper.yumephoto .normal-link::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-child-wrapper.yumephoto .normal-link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .nav-child-wrapper.special {
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special {
    padding: 40px 0 0;
  }
}
header .nav-child-wrapper.special > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.special > ul {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special > ul {
    display: block;
    width: 100%;
    padding: 40px;
    margin-bottom: 40px;
  }
}
header .nav-child-wrapper.special .nav-child-link-box {
  width: 20%;
  margin-right: 4%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .nav-child-link-box {
    width: 90%;
    position: relative;
  }
  header .nav-child-wrapper.special .nav-child-link-box::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 1px solid #d7250c;
    border-top: 1px solid #d7250c;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    margin-left: 12px;
  }
}
header .nav-child-wrapper.special .nav-child-link-box .nav-child-page-title {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.special .nav-child-link-box .nav-child-page-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .nav-child-link-box .nav-child-page-title {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
header .nav-child-wrapper.special .nav-child-link-box .nav-page-desc {
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.special .nav-child-link-box .nav-page-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .nav-child-link-box .nav-page-desc {
    font-size: 1.4rem;
  }
}
header .nav-child-wrapper.special .nav-child-link-box:first-child .nav-child-page-title {
  margin-top: 0;
}
header .nav-child-wrapper.special .other-page-link-wrapper {
  background-color: #fff7f7;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .other-page-link-wrapper {
    position: static;
    width: 100vw;
    padding: 40px 0;
  }
}
header .nav-child-wrapper.special .normal-link {
  text-align: left;
  position: relative;
  margin-left: 60px;
  padding-left: 8px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.special .normal-link {
    margin-bottom: 24px;
  }
  header .nav-child-wrapper.special .normal-link:last-child {
    margin-bottom: 0;
  }
}
header .nav-child-wrapper.special .normal-link::before, header .nav-child-wrapper.special .normal-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-child-wrapper.special .normal-link::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-child-wrapper.special .normal-link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .nav-child-wrapper.support > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.support > ul {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support > ul {
    display: block;
    width: 100%;
    padding: 40px;
    border-top: 1px solid #ffeae8;
  }
}
header .nav-child-wrapper.support .nav-rkrk-link-container {
  width: 26%;
  border-right: 1px solid #f8e4e4;
}
header .nav-child-wrapper.support .nav-rkrk-link-container:last-child {
  border-right: none;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .nav-rkrk-link-container {
    width: 100%;
    margin-bottom: 40px;
    border-right: 0;
    border-bottom: 1px solid #ffeae8;
  }
  header .nav-child-wrapper.support .nav-rkrk-link-container:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
header .nav-child-wrapper.support .rkrk-for-whom-text {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.support .rkrk-for-whom-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .rkrk-for-whom-text {
    font-size: 1.4rem;
  }
}
header .nav-child-wrapper.support .rkrk-softname-text {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  header .nav-child-wrapper.support .rkrk-softname-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .rkrk-softname-text {
    font-size: 1.8rem;
  }
}
header .nav-child-wrapper.support .go-login-btn {
  display: block;
  width: 60%;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  background-color: #ffc95f;
  margin: 0 auto 16px;
  padding: 9px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .go-login-btn {
    width: 40%;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    margin-right: 10%;
  }
}
header .nav-child-wrapper.support .go-login-btn::after {
  content: "";
  display: block;
  background: url("../img/common/ico_login.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .nav-child-wrapper.support .myself-soft .go-login-btn {
  background-color: #8db6d2;
}
header .nav-child-wrapper.support .personal-soft .go-login-btn {
  background-color: #95d68a;
}
header .nav-child-wrapper.support .other-page-link-wrapper {
  background-color: #fff7f7;
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .other-page-link-wrapper {
    position: static;
    width: 100vw;
    padding: 40px 0;
  }
}
header .nav-child-wrapper.support .normal-link, header .nav-child-wrapper.support .go-manual-btn {
  text-align: left;
  position: relative;
  margin-left: 60px;
  padding-left: 8px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .normal-link, header .nav-child-wrapper.support .go-manual-btn {
    margin-bottom: 24px;
  }
}
header .nav-child-wrapper.support .normal-link::before, header .nav-child-wrapper.support .normal-link::after, header .nav-child-wrapper.support .go-manual-btn::before, header .nav-child-wrapper.support .go-manual-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
header .nav-child-wrapper.support .normal-link::before, header .nav-child-wrapper.support .go-manual-btn::before {
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #f47a7a;
}
header .nav-child-wrapper.support .normal-link::after, header .nav-child-wrapper.support .go-manual-btn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 6px;
}
header .nav-child-wrapper.support .normal-link:last-child {
  margin-bottom: 0;
}
header .nav-child-wrapper.support .go-manual-btn {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  padding-left: 8px;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .go-manual-btn {
    font-size: 1.6rem;
    width: 40%;
  }
  header .nav-child-wrapper.support .go-manual-btn::before, header .nav-child-wrapper.support .go-manual-btn::after {
    right: 66%;
    left: auto;
  }
}
@media screen and (max-width: 900px) and (max-width: 600px) {
  header .nav-child-wrapper.support .go-manual-btn::before, header .nav-child-wrapper.support .go-manual-btn::after {
    right: 76%;
  }
}
header .nav-child-wrapper.support .go-manual-btn span {
  position: relative;
}
@media screen and (max-width: 900px) {
  header .nav-child-wrapper.support .go-manual-btn span::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/common/ico_newtab.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 120%;
    top: 0;
    bottom: 0;
    margin: 2px auto auto;
  }
}

.sp-nav-contact-wrapper {
  display: none;
  background-color: #fff0f0;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sp-nav-contact-wrapper {
    display: block;
  }
}
.sp-nav-contact-wrapper .contact-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.sp-nav-contact-wrapper .contact-desc {
  font-size: 13px;
  margin-bottom: 16px;
}
.sp-nav-contact-wrapper .contact-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .sp-nav-contact-wrapper .contact-link-container {
    width: 92%;
  }
}
.sp-nav-contact-wrapper .tel-box {
  font-size: 22px;
  font-weight: 600;
  width: 55%;
  margin-rigth: 4%;
}
.sp-nav-contact-wrapper .tel-box a {
  position: relative;
  padding-left: 8px;
}
.sp-nav-contact-wrapper .tel-box a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/header/ico_special.png") no-repeat;
  right: 100%;
  background-size: contain;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 24px;
}
.sp-nav-contact-wrapper .tel-box span {
  display: block;
  font-size: 300;
  font-weight: normal;
  font-size: 9px;
}
.sp-nav-contact-wrapper .web-contact-btn {
  text-align: left;
  width: 45%;
}
.sp-nav-contact-wrapper .web-contact-btn a {
  display: inline-block;
  width: 100%;
  padding: 12px 16px 12px 48px;
  background-color: #d7250c;
  font-size: 12px;
  border-radius: 40px;
  color: #fff;
  position: relative;
}
.sp-nav-contact-wrapper .web-contact-btn a::before {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background: url("../img/header/ico_contact.png") no-repeat;
  position: absolute;
  background-size: contain;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.sp-nav-contact-wrapper .web-contact-btn a span {
  display: inline-block;
}

.line-wrapper {
  width: 80%;
  padding: 24px 0;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 900px) {
  .line-wrapper {
    display: block;
  }
}
.line-wrapper .contact-line-btn a {
  background-color: #19c55d;
  display: block;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-size: 12px;
  padding: 8px 24px 8px 60px;
  width: 50%;
}
.line-wrapper .contact-line-btn a::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  left: 16px;
  background: url("../img/header/ico_line.png") no-repeat;
  background-size: contain;
  margin: auto;
}

.hamburger-menu-btn {
  display: none;
  background-color: #cb251c;
  position: fixed;
  bottom: -100px;
  right: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50000px;
  z-index: 5000;
  border: 4px solid #d7240a;
}
@media screen and (max-width: 900px) {
  .hamburger-menu-btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .hamburger-menu-btn {
    width: 120px;
    height: 120px;
    bottom: -60px;
    right: -60px;
  }
}
.hamburger-menu-btn .sambonsen {
  display: block;
  background-color: #fff;
  border-radius: 50px;
  height: 4px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 20px;
}
@media screen and (max-width: 600px) {
  .hamburger-menu-btn .sambonsen {
    height: 3px;
    width: 24px;
    bottom: 32px;
    right: 10px;
  }
}
.hamburger-menu-btn .sambonsen::before, .hamburger-menu-btn .sambonsen::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 4px;
  border-radius: 5000px;
  position: fixed;
  right: 20px;
  bottom: 38px;
}
@media screen and (max-width: 600px) {
  .hamburger-menu-btn .sambonsen::before, .hamburger-menu-btn .sambonsen::after {
    height: 3px;
    width: 12px;
    bottom: 24px;
    right: 10px;
  }
}
.hamburger-menu-btn .sambonsen::after {
  bottom: 62px;
  width: 24px;
}
@media screen and (max-width: 600px) {
  .hamburger-menu-btn .sambonsen::after {
    bottom: 40px;
    width: 16px;
  }
}

.text-nav-menu {
  color: #fff;
  position: fixed;
  bottom: 8px;
  right: 12px;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .text-nav-menu {
    font-size: 9px;
    right: 10px;
  }
}

.nav-close-btn {
  display: none;
  width: 50px;
  height: 50px;
  border: 2px solid #d7250c;
  background-color: #fff;
  border-radius: 500px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.18);
}
.nav-close-btn::before, .nav-close-btn::after {
  content: "";
  position: absolute;
  background-color: #d7250c;
  display: block;
  border-radius: 20px;
  width: 22px;
  height: 3px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-close-btn::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

footer {
  position: relative;
  padding-top: 80px;
  margin-top: 17%;
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 40px;
  }
}
footer::before {
  content: "";
  background: url("../img/footer/bg_footer-top.png") no-repeat;
  display: block;
  width: 100%;
  height: 105px;
  bottom: 99%;
  position: absolute;
  background-size: 100% 100%;
  background-color: transparent;
}
@media screen and (max-width: 900px) {
  footer::before {
    background-image: url("../img/footer/bg_footer-top_sp.png");
  }
}

.footer-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  background: #fff;
}
@media screen and (min-width: 1921px) {
  .footer-container {
    font-size: 14px;
    margin-top: 140px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-container {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .footer-container {
    width: 100%;
    margin-top: 8.7vw;
  }
}

.footer-about-wrapper {
  width: 30%;
  margin-right: 4%;
  border-right: #ddd 1px solid;
}
@media screen and (min-width: 1921px) {
  .footer-about-wrapper {
    padding-right: 30px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-about-wrapper {
    width: 34%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about-wrapper {
    width: 100%;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-about-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}

.logo-yumephoto {
  width: 100%;
  margin-bottom: 2%;
  padding: 0 4.5vw 2.60415vw 3.64582vw;
  margin: 0 auto;
}
.logo-yumephoto a {
  width: 100%;
  display: block;
  line-height: 0;
}
.logo-yumephoto a img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 1921px) {
  .logo-yumephoto {
    padding: 0 86px 50px 70px;
  }
}
@media screen and (max-width: 1280px) {
  .logo-yumephoto {
    width: 90%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 900px) {
  .logo-yumephoto {
    width: 32%;
    margin-right: 4%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .logo-yumephoto {
    width: 35%;
    margin: 0 auto 4%;
  }
}

.footer-tel-contact-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper {
    width: 64%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper {
    width: 100%;
    margin: 5vw auto;
  }
}
.footer-tel-contact-wrapper .btn-freedial {
  width: 100%;
  padding-left: 8%;
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .btn-freedial {
    padding: 0;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial {
  width: 100%;
  text-align: left;
  font-weight: 900;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial {
    font-size: 7.3vw;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial a {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    font-size: 3rem;
    margin-left: 10%;
  }
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    display: inline;
    font-size: 4rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    font-size: 3.6rem;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial a::before {
  content: "";
  display: block;
  background: url("../img/footer/ico_tel.png") no-repeat;
  background-size: contain;
  width: 47px;
  height: 27px;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-tel-contact-wrapper .business-hours {
  font-size: 1.4rem;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 3vw;
  }
}
.footer-tel-contact-wrapper .btn-web {
  margin-top: 1.5vw;
}
@media screen and (max-width: 1280px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 59vw;
    margin: 9% auto;
  }
}
.footer-tel-contact-wrapper .btn-web a {
  display: inline-block;
  padding: 24px 40px 24px 60px;
  color: #fff;
  background: #d7250c;
  border: #fff 1px solid;
  border-radius: 50px;
  z-index: 2;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .footer-tel-contact-wrapper .btn-web a {
    font-size: 1.4rem;
    padding: 20px 32px 20px 50px;
  }
}
.footer-tel-contact-wrapper .btn-web a::before {
  content: "";
  display: block;
  background: url("../img/footer/ico_mail.png") no-repeat;
  background-size: contain;
  width: 47px;
  height: 27px;
  position: absolute;
  left: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .footer-tel-contact-wrapper .btn-web a::before {
    width: 36px;
    height: 21px;
  }
}

.address {
  width: 85%;
  font-size: 1.4rem;
  margin: 10% 0 10% 0;
}
@media screen and (min-width: 1921px) {
  .address {
    width: 293px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1029.9px) {
  .address {
    width: 90%;
  }
}
@media screen and (max-width: 972.9px) {
  .address {
    width: 95%;
  }
}
@media screen and (max-width: 921.9px) {
  .address {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .address {
    width: 100%;
    font-size: 2.6vw;
    margin: 0 7% 6% 0;
  }
}
@media screen and (max-width: 356.9px) {
  .address {
    width: 60vw;
    margin: 0 0 6% 0;
  }
}

@media screen and (max-width: 600px) {
  .sns-and-privacy {
    width: 59vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}

.sns-icons-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 25%;
}
@media screen and (max-width: 600px) {
  .sns-icons-wrapper {
    width: 54%;
    gap: 5%;
    margin: 0 auto;
  }
}
.sns-icons-wrapper .sns-icons-item:hover {
  position: relative;
  left: -2px;
  top: -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.sns-icons-wrapper .sns-icons-item:first-of-type {
  margin-left: 0;
}
.sns-icons-wrapper .sns-icons-item {
  width: 20%;
  margin-left: 10%;
}
.sns-icons-wrapper .sns-icons-item a {
  width: 100%;
}
.sns-icons-wrapper .sns-icons-item a img {
  width: 100%;
}

.privacy-mark {
  width: 20%;
}
@media screen and (max-width: 900px) {
  .privacy-mark {
    width: 10%;
    margin-top: -150px;
  }
}
@media screen and (max-width: 600px) {
  .privacy-mark {
    width: 15%;
    margin: 0 auto;
  }
}
.privacy-mark img {
  width: 100%;
}

.on-new-line {
  display: none;
}
@media screen and (max-width: 1235.9px) {
  .on-new-line {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .on-new-line {
    display: none;
  }
}

@media screen and (max-width: 1235.9px) {
  .off-new-line {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .off-new-line {
    display: block;
  }
}

.footer-sitemap-wrapper {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 900px) {
  .footer-sitemap-wrapper {
    display: none;
  }
}

.category-box {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title-category {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 32px;
  margin-left: 32px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .title-category {
    font-size: 1.6rem;
  }
}
.title-category::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/footer/ico_album.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 16px;
  right: 100%;
}

.title-category-service::before {
  background-image: url("../img/footer/ico_menu.png");
}

.title-category-yumephoto::before {
  background-image: url("../img/footer/ico_yume.png");
}

.title-category-special::before {
  background-image: url("../img/footer/ico_useful.png");
}

.title-category-support::before {
  background-image: url("../img/footer/ico_soft.png");
}

.title-about-yume, .title-for-user {
  margin-top: 13.653%;
}

.category-detail-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.title-category-detail {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .title-category-detail {
    font-size: 1.4rem;
  }
}

.footer-page-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-page-item {
  width: 100%;
  height: auto;
  margin: 0 0 6% 8%;
  position: relative;
}
.footer-page-item::before {
  content: "";
  width: 0.4vw;
  height: 0.6vw;
  background: url(../img/footer/ico_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -6%;
}
@media screen and (min-width: 1921px) {
  .footer-page-item::before {
    width: 7px;
    height: 11px;
  }
}
.footer-page-item a {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1921px) {
  .footer-page-item a {
    font-size: 16px;
    letter-spacing: initial;
  }
}
@media screen and (max-width: 1280px) {
  .footer-page-item a {
    font-size: 1.2rem;
  }
}
.footer-page-item a img {
  width: 7px;
  margin: 0 2%;
}
.footer-page-item a .ico-site {
  width: 7%;
  margin-left: 4%;
}
.footer-page-item a .long-course-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-page-item a span {
  font-size: 1rem;
}
.footer-page-item a .footer-rkrk-soft {
  font-size: 1.4rem;
}

.footer-long-title-item::before {
  top: 25%;
}

.external-site a {
  position: relative;
  display: inline-block;
}
.external-site a::after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../img/footer/ico_link-outside.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto auto auto 16px;
}
@media screen and (min-width: 1921px) {
  .external-site a::after {
    width: 26px;
    height: 17px;
  }
}
.footer-bottom {
  width: 100%;
  background: #fff;
  font-size: 1vw;
  color: #da3c37;
  text-align: center;
  margin: 60px 0;
}
@media screen and (min-width: 1921px) {
  .footer-bottom {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .footer-bottom {
    font-size: 1.4rem;
  }
}

#contact .corona-guide-banner {
  display: none;
}

.page-title-wrapper {
  background: url("../img/bg_redstripe.png") repeat;
  background-size: 40px;
}
@media screen and (max-width: 1280px) {
  .page-title-wrapper {
    height: auto;
    background-position: center center;
  }
}
.page-title-wrapper .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1280px) {
  .page-title-wrapper .inner {
    width: 92%;
  }
}
@media screen and (max-width: 900px) {
  .page-title-wrapper .inner {
    padding: 24px 0;
  }
}
@media screen and (max-width: 600px) {
  .page-title-wrapper .inner {
    padding: 16px 0;
  }
}
.page-title-wrapper .page-title-text {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .page-title-wrapper .page-title-text {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 900px) {
  .page-title-wrapper .page-title-text {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .page-title-wrapper .page-title-text {
    font-size: 2.6rem;
  }
}
.page-title-wrapper .page-desc {
  color: #fff;
  margin-bottom: 1em;
  line-height: 160%;
}
@media screen and (max-width: 900px) {
  .page-title-wrapper .page-desc {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .page-title-wrapper .page-desc {
    font-size: 1.2rem;
  }
}

#customers-voice .page-title-wrapper {
  display: none;
}

.bread-crumb {
  background: #fefafa;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media screen and (max-width: 900px) {
  .bread-crumb {
    padding: 14px 0;
  }
}
@media screen and (max-width: 600px) {
  .bread-crumb {
    padding: 10px 0;
  }
}
.bread-crumb .breadcrumb-list-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .bread-crumb .breadcrumb-list-container {
    font-size: 1.4rem;
  }
}
.bread-crumb li, .bread-crumb a {
  font-size: 1.2rem;
  color: #888;
}
@media screen and (max-width: 600px) {
  .bread-crumb li, .bread-crumb a {
    font-size: 1rem;
  }
}
.bread-crumb li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #444;
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 1280px) {
  .bread-crumb li {
    margin-right: 10px;
  }
}
.bread-crumb li:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #d7250c;
  border-right: 2px solid #d7250c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin-top: 3px;
  margin-left: 24px;
}
@media screen and (max-width: 1280px) {
  .bread-crumb li:after {
    margin-left: 10px;
  }
}
.bread-crumb li:last-child:after {
  content: none;
}
.bread-crumb li.current-page:after {
  content: none;
}
.bread-crumb a {
  text-decoration: underline;
}
.bread-crumb .current-page {
  margin-right: 0;
  padding-right: 12px;
}

#customers-voice .bread-crumb {
  display: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10000;
}
@media screen and (max-width: 900px) {
  #page-top {
    bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #page-top {
    bottom: 50px;
  }
}
#page-top a {
  display: block;
  z-index: 999;
  padding: 0.6rem 0 0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #D7250C;
  padding-top: 9px;
}
#page-top:before {
  display: none;
}

.guide-contact {
  width: 400px;
  margin: 2em auto 0;
}
@media screen and (max-width: 900px) {
  .guide-contact {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .guide-contact {
    width: 90%;
  }
}

.child-navi-wrapper {
  background-color: #FFF;
  padding: 100px 0;
  text-align: center;
}
.child-navi-wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 900px) {
  .child-navi-wrapper .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.child-navi-wrapper .inner div {
  width: auto;
  min-height: 70px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .child-navi-wrapper .inner div {
    font-size: 2rem;
  }
}
.child-navi-wrapper .inner div a {
  width: 100%;
  min-width: 270px;
  display: inline-block;
  color: #fff;
  background: #E35346;
  border: #fff 1px solid;
  border-radius: 100px;
  padding: 1em 2em;
  position: relative;
  z-index: 2;
}
.child-navi-wrapper .inner div a:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.child-navi-wrapper .inner div a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.child-navi-wrapper .inner div a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.child-navi-wrapper .inner div p {
  display: inline-block;
  position: relative;
}
.child-navi-wrapper .inner div p:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #e37972 25%, transparent 25%, transparent 50%, #e37972 50%, #e37972 75%, transparent 75%, transparent);
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}
.child-navi-wrapper .inner div a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
}
.child-navi-wrapper .inner div p {
  margin-bottom: 20px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10000;
}
@media screen and (max-width: 900px) {
  #page-top {
    bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #page-top {
    bottom: 50px;
  }
}
#page-top a {
  display: block;
  z-index: 999;
  padding: 0.6rem 0 0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #D7250C;
}
#page-top:before {
  display: none;
}

.footer-wrap {
  background: #FCF1F0;
}
@media screen and (max-width: 1280px) {
  .footer-wrap {
    padding: 0 3%;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrap {
    padding: 0 3%;
  }
}

.footer {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 4% 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 4% 0 0;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    width: 100%;
    padding: 4% 0 0;
  }
}

.footer-map {
  max-width: 900px;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer-map {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-map {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-map h2 {
    font-size: 2.2rem;
    padding-left: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 2;
  }
}
.footer-map .footer-nav-box {
  width: 32%;
  padding: 4% 0;
}
.footer-map .footer-nav-box:nth-of-type(3) {
  margin-right: 0;
}
.footer-map .footer-nav-box .footer-nav-child-box {
  float: left;
}
.footer-map .footer-nav-box .footer-nav {
  line-height: 1.8;
}
.footer-map .footer-nav-box .footer-nav .footer-nav-item {
  padding-left: 15px;
  position: relative;
}
.footer-map .footer-nav-box .footer-nav .footer-nav-item::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
}
.footer-map .footer-nav-box .footer-nav .footer-nav-item a {
  color: #777;
  letter-spacing: -1px;
  left: 0;
}
.footer-map .footer-nav-box .footer-nav li.footer-nav-item::after {
  border-top: solid 2px #da3c37;
  border-right: solid 2px #da3c37;
  left: 0;
}
.footer-map .footer-nav-box .footer-nav a:hover {
  text-decoration: underline;
}
.footer-map .footer-nav-box .footer-nav li.footer-nav-item:hover::after {
  left: -2px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.footer-map .footer-nav-box .footer-nav .link-outside a {
  position: relative;
}
.footer-map .footer-nav-box .footer-nav .link-outside a:after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/ico_link-outside.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 11px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -24px;
}
.footer-map .footer-nav-box .title-category {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

.footer-about {
  max-width: 320px;
  width: 26%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .footer-about {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-about {
    width: 100%;
    max-width: none;
  }
}
.footer-about .footer-about-box {
  background: #fff;
  padding: 5% 7%;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .footer-about .footer-about-box {
    padding: 5% 3%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about .footer-about-box {
    background: #fff;
    padding: 4% 2%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .footer-about-box {
    padding: 5% 7%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about .footer-about-box #addressBox {
    margin-bottom: 4%;
  }
}
.footer-about .footer-about-box .office-address-container {
  margin-bottom: 12px;
}
.footer-about .footer-about-box .address {
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .footer-about .footer-about-box .address {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .footer-about-box .syozai {
    font-size: 1.6rem;
  }
}
.footer-about .footer-about-box .fax-number {
  margin-left: 1em;
}
.footer-about .logo {
  margin-bottom: 2%;
  padding-bottom: 4%;
}
@media screen and (max-width: 900px) {
  .footer-about .logo {
    width: 40%;
    float: left;
    border: none;
    padding: 0 4%;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .logo {
    width: 100%;
    float: none;
  }
}
.footer-about .logo .logo-img {
  width: 50% !important;
  height: 50%;
}
@media screen and (max-width: 900px) {
  .footer-about .logo .logo-img {
    width: 100%;
    max-width: 184px;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .logo .logo-img {
    width: 50%;
    height: 50%;
  }
}
@media screen and (max-width: 900px) {
  .footer-about #footer-logo-sns-wrapper {
    border-bottom: 2px dotted #d6736c;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer-about #footer-logo-sns-wrapper {
    margin-bottom: 0;
  }
}
.footer-about #sns-icons-wrapper {
  border-bottom: #d6736c 2px dotted;
}
@media screen and (max-width: 900px) {
  .footer-about #sns-icons-wrapper {
    width: 50%;
    float: right;
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-about #sns-icons-wrapper {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
.footer-about #sns-icons-container {
  margin: 8px auto 16px;
}
@media screen and (max-width: 900px) {
  .footer-about #sns-icons-container .button-contact-line {
    width: 100%;
  }
}
.footer-about #sns-icons-container .line {
  padding-left: 40px;
}
.footer-about .sns-icons-item {
  float: left;
  width: 19%;
  margin-left: 8%;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.footer-about .sns-icons-item:hover {
  position: relative;
  left: -2px;
  top: -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.footer-about .sns-icons-item:first-of-type {
  margin-left: 0;
}
.footer-about .sns-icons-item img {
  width: 100%;
}
.footer-about .freedial::before {
  content: "";
  width: 47px;
  height: 26px;
  display: inline-block;
  background: url(../img/footer/tel_icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .footer-about .freedial::before {
    width: 30px;
    height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .freedial::before {
    width: 26px;
  }
}
.footer-about .tel {
  font-size: 3rem;
  color: #da4d43;
  position: relative;
  padding: 5% 0;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .footer-about .tel {
    padding: 5% 0;
  }
}
.footer-about .tel a {
  color: #DA4D43;
}
.footer-about .tel .timing {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 3%;
}
@media screen and (max-width: 900px) {
  .footer-about .footer-tel-contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .footer-tel-contact-wrapper {
    display: inherit;
  }
}
.footer-about .idoltime {
  border-bottom: #d6736c 2px dotted;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .footer-about .idoltime {
    width: 45%;
    font-size: 3rem;
    border: none;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-about .idoltime {
    width: 100%;
    border-bottom: #d6736c 2px dotted;
    padding: 5% 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-about {
    border-left: none;
  }
}
.footer-about .donichi {
  font-size: 2.4rem;
  margin-bottom: 2%;
}

.contact-wrapper {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .contact-wrapper {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .contact-wrapper {
    width: 100%;
  }
}

.contact {
  width: 90%;
  font-weight: 600;
  text-align: center;
  margin: 4% auto;
}
.contact a {
  width: 100%;
  display: inline-block;
  color: #fff;
  background: #D7250C;
  position: relative;
  z-index: 2;
}
.contact a:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.contact a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.contact a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.contact p {
  position: relative;
}
.contact p:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #e37972 25%, transparent 25%, transparent 50%, #e37972 50%, #e37972 75%, transparent 75%, transparent);
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .contact {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .contact {
    margin: 4% auto;
  }
}
.contact a {
  padding: 8% 0;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .contact a {
    font-size: 2rem;
    padding: 4% 0;
  }
}
@media screen and (max-width: 600px) {
  .contact a {
    padding: 8% 0;
  }
}
@media screen and (max-width: 900px) {
  .contact a:before {
    content: "";
    display: block;
  }
}

.footer-bottom {
  width: 100%;
  background: #fff;
  font-size: 14px;
  color: #da3c37;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .footer-bottom {
    background: transparent;
  }
}
@media screen and (max-width: 900px) {
  .footer-bottom {
    background-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  .footer-bottom {
    background-color: transparent;
  }
}

.text-link-inquiry {
  margin-top: 2em;
  text-decoration: underline;
  color: #888;
  font-size: 1.4rem;
}

.contactSP {
  width: 96%;
  display: none;
  background-color: #ddd;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.contactSP .telConsultation {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
.contactSP .telConsultation a {
  display: block;
  color: #666;
  width: 100%;
  margin: 0 auto;
  background-color: #FEFAFA;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background: linear-gradient(to bottom, #fff, #f1f1f1);
}
.contactSP .telConsultation a p {
  padding: 1rem 0;
}
.contactSP .telConsultation a p .telNumber {
  margin: 0 auto;
  width: 94%;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 1px #ddd;
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 0 0 20px 20px;
}
.contactSP .telConsultation a p .telNumber:before {
  content: "";
  width: 47px;
  height: 26px;
  background: url(../img/index/tel_icon.png) no-repeat;
  display: inline-block;
  margin-right: 0.5em;
  background-size: contain;
}
/*# sourceMappingURL=common.css.map */