@charset "UTF-8";
/*****  1537px~ *****/
/*****  1281px~1536pxまで *****/
/*****  1025px~1280pxまで *****/
/*****  768px~1024pxまで *****/
/*****  767px以下 *****/
@-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;
  }
}
* {
  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;
}

/*****  1537px~ *****/
/*****  1281px~1536pxまで *****/
/*****  1025px~1280pxまで *****/
/*****  768px~1024pxまで *****/
/*****  767px以下 *****/
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 1024.9px) {
  html {
    font-size: 56%;
  }
}

body {
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 767.9px) {
  body.open {
    overflow: hidden;
  }
}

main {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

inner {
  margin: 0 auto;
}

h1 {
  margin: 0;
}

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

.pc-none {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .pc-none {
    display: block;
  }
}

.link-circle {
  display: block;
  border-radius: 50%;
}

.link-oval {
  display: block;
  border-radius: 100px;
}

.link-squircle {
  display: block;
  border-radius: 3%;
}

.link-half-squircle {
  display: block;
  border-radius: 15px 0 0 15px;
}

.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;
}

.sikaku-btn a {
  background: #D7250C;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.sikaku-btn a:hover {
  background: #e8361d;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.sikaku-btn p {
  position: relative;
}
.sikaku-btn 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;
}

.album-site-body.locked {
  overflow-y: hidden;
}
@media screen and (max-width: 767.9px) {
  .album-site-body {
    position: relative;
  }
}

.page-title-wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5fr 7.5fr;
  grid-template-columns: 2.5fr 7.5fr;
  grid-auto-rows: auto;
}
@media screen and (max-width: 1536.9px) {
  .page-title-wrapper {
    -ms-grid-columns: 2fr 8fr;
    grid-template-columns: 2fr 8fr;
  }
}
@media screen and (max-width: 767.9px) {
  .page-title-wrapper {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}

.page-title-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
.page-title-text::before {
  content: "";
  width: 2.25vw;
  height: 100%;
  background: url("../img/lineup/btn-lineup_portrait.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 14%;
  left: 60%;
}
@media screen and (min-width: 1921px) {
  .page-title-text::before {
    width: 43px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-title-text::before {
    width: 5.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -6%;
    left: 56%;
  }
}
@media screen and (max-width: 767.9px) {
  .page-title-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12%;
    position: absolute;
    z-index: 100;
  }
}
.page-title-text .page-title {
  font-size: 3.8em;
  font-weight: 600;
  margin: 14% auto;
}
@media screen and (max-width: 1536.9px) {
  .page-title-text .page-title {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 1280.9px) {
  .page-title-text .page-title {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 1024.9px) {
  .page-title-text .page-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 767.9px) {
  .page-title-text .page-title {
    font-size: 7vw;
    text-shadow: 2px 2px 20px #fff, -2px 2px 20px #fff, 2px -2px 20px #fff, -2px -2px 20px #fff, 2px 0 20px #fff, 0 2px 20px #fff, -2px 0 20px #fff, 0 -2px 20px #fff, 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff, 1px 0 10px #fff, 0 1px 10px #fff, -1px 0 10px #fff, 0 -1px 10px #fff;
    margin: 0 auto;
  }
}

.page-title-mv-box {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding: 1.5% 0 0 0;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-title-mv-box {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.page-title-mv-box .page-title-image {
  width: 100%;
  line-height: 0;
}
.page-title-mv-box .page-title-image img {
  width: 100%;
  vertical-align: middle;
}
.page-title-mv-box .page-title-image .btn-box {
  width: 4.2vw;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: auto;
  line-height: 0;
}
.page-title-mv-box .page-title-image .btn-box img {
  width: 100%;
  vertical-align: middle;
}
.page-title-mv-box .page-title-image .btn-box .link-area:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  color: initial;
}
@media screen and (min-width: 1921px) {
  .page-title-mv-box .page-title-image .btn-box {
    max-width: 80.645px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-title-mv-box .page-title-image .btn-box {
    display: none;
  }
}

.sp-btn-box {
  width: 20vw;
  min-width: 70px;
  height: auto;
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 100;
  line-height: 0;
}
.sp-btn-box img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 319.9px) {
  .sp-btn-box {
    display: none;
  }
}

.page-desc {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-size: 1.3em;
  font-weight: 800;
  white-space: nowrap;
  line-height: 160%;
  margin: 2.5em 2.5em 2.5em 0;
}
@media screen and (max-width: 1536.9px) {
  .page-desc {
    white-space: wrap;
  }
}
@media screen and (max-width: 767.9px) {
  .page-desc {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8em;
    margin: 5% auto;
  }
}
@media screen and (max-width: 700.9px) {
  .page-desc {
    font-size: 1.4em;
  }
}
.page-desc .page-desc-text {
  display: inline-block;
  border-bottom: 1px solid;
}

.bread-crumb {
  background: #fefafa;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media screen and (max-width: 1024.9px) {
  .bread-crumb {
    padding: 14px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .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: 1536.9px) {
  .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: 767.9px) {
  .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: 1536.9px) {
  .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: 1536.9px) {
  .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;
}

.child-navi-wrap {
  background-color: #FFF;
  padding: 100px 0;
  text-align: center;
}
.child-navi-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1024.9px) {
  .child-navi-wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.child-navi-wrap .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: 1024.9px) {
  .child-navi-wrap .inner div {
    font-size: 2rem;
  }
}
.child-navi-wrap .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-wrap .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-wrap .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-wrap .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-wrap .inner div p {
  display: inline-block;
  position: relative;
}
.child-navi-wrap .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-wrap .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-wrap .inner div p {
  margin-bottom: 20px;
}
.child-navi-wrap .contact-btn {
  background-color: #d7250c;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn {
    width: 60px;
  }
}
.child-navi-wrap .contact-btn a {
  padding: 0 24px;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 1536.9px) {
  .child-navi-wrap .contact-btn a {
    padding: 0 16px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024.9px) {
  .child-navi-wrap .contact-btn a {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn a {
    padding: 0;
    font-size: 1rem;
  }
}
.child-navi-wrap .contact-btn .contact-btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn .contact-btn-text {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 8px;
    height: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn .contact-btn-text .sample-text {
    display: none;
  }
}
.child-navi-wrap .contact-btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../img/icon/icon_mail.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  top: 24%;
  margin: auto;
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .contact-btn:before {
    top: 24%;
  }
}
.child-navi-wrap .gnav-toggle-btn {
  display: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .child-navi-wrap .gnav-toggle-btn {
    display: block;
    width: 60px;
    height: 60px;
  }
}
.child-navi-wrap .gnav-toggle-btn .gnav-toggle-btn-text {
  padding-top: 40px;
  position: absolute;
  bottom: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  left: 0;
  right: 0;
}
.child-navi-wrap .sanbonsen {
  display: block;
  background: #d7250c;
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  top: 34%;
  left: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.child-navi-wrap .sanbonsen:before, .child-navi-wrap .sanbonsen:after {
  display: block;
  content: " ";
  background: #d7250c;
  border-radius: 4px;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -8px;
}
.child-navi-wrap .sanbonsen:before {
  margin-top: -8px;
}
.child-navi-wrap .sanbonsen:after {
  margin-top: 5px;
}

@media screen and (max-width: 767.9px) {
  .global-header {
    width: 100% !important;
    height: auto;
  }
}

.child-global-header {
  width: 93%;
  height: auto;
  max-width: 1920px;
  margin: 30px auto;
}
@media screen and (max-width: 1280.9px) {
  .child-global-header {
    width: 95.3%;
  }
}
.child-global-header .header-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .child-global-header .header-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -moz-text-align-last: justify;
         text-align-last: justify;
    gap: 1vw;
    padding-bottom: 0;
  }
}
.child-global-header .header-logo-yumephoto {
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
.child-global-header .header-logo-yumephoto img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 1920px) {
  .child-global-header .header-logo-yumephoto {
    width: 13%;
    min-width: 100px;
  }
  .child-global-header .header-logo-yumephoto img {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .child-global-header .header-logo-yumephoto {
    width: 30%;
    margin: 0;
    padding-left: 24px;
  }
}
@media screen and (max-width: 319.9px) {
  .child-global-header .header-logo-yumephoto {
    min-width: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .child-global-header .yumephoto-message {
    font-size: 2.2vw !important;
    margin-left: 4% !important;
    white-space: nowrap !important;
  }
}
.child-global-header .menu-container {
  width: 72%;
  min-height: 80px;
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-container {
    width: 75%;
    min-height: 60px;
  }
}
.child-global-header .menu-container, .child-global-header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-container, .child-global-header .menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767.9px) {
  .child-global-header .menu-container, .child-global-header .menu-list {
    display: none;
  }
}
.child-global-header .menu-list {
  width: 100%;
}
.child-global-header .menu-list .btn-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-right: 32px;
  position: relative;
}
@media screen and (max-width: 1536.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 28px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 28px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1024.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 36px;
    margin-right: 27px;
  }
}
@media screen and (max-width: 1120.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 24px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1024.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 28px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-list .btn-menu-item {
    padding-left: 0;
    margin-right: 0;
    border-bottom: solid 1px #ef6f6e;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
  }
}
.child-global-header .menu-list .btn-menu-item:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_lineup.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  left: 0;
}
@media screen and (max-width: 1280.9px) {
  .child-global-header .menu-list .btn-menu-item:before {
    width: 20px;
    height: 20px;
    left: 1%;
  }
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-list .btn-menu-item:before {
    display: none;
  }
}
.child-global-header .menu-list .btn-menu-item:hover {
  color: rgba(255, 220, 220, 0.4196078431);
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-list .btn-menu-item:hover {
    color: initial;
    background-color: rgba(255, 220, 220, 0.4196078431);
    border-radius: 8px;
    opacity: 1;
  }
}
.child-global-header .menu-list .btn-menu-item span {
  font-size: 1.1vw;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .child-global-header .menu-list .btn-menu-item span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1379.9px) {
  .child-global-header .menu-list .btn-menu-item span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280.9px) {
  .child-global-header .menu-list .btn-menu-item span {
    font-size: 14px;
  }
}
.child-global-header .menu-list .btn-menu-item span br {
  display: none;
}
@media screen and (max-width: 1024.9px) {
  .child-global-header .menu-list .btn-menu-item span br {
    display: block;
  }
}
.child-global-header .menu-list .btn-selling-point::before {
  background: url(../img/common/ico_selling-point.png) no-repeat;
  background-size: contain;
}
.child-global-header .menu-list .btn-flow::before {
  background: url(../img/common/ico_flow.png) no-repeat;
  background-size: contain;
}
.child-global-header .menu-list .btn-gallery::before {
  background: url(../img/common/ico_gallery.png) no-repeat;
  background-size: contain;
}
.child-global-header .menu-list .btn-qa::before {
  background: url(../img/common/ico_qa.png) no-repeat;
  background-size: contain;
}
.child-global-header .menu-list .btn-top-all-menu {
  max-width: 50px;
  min-width: 50px;
  padding-left: 0;
  margin-right: 0;
  line-height: 0;
}
.child-global-header .menu-list .btn-top-all-menu img {
  width: 100%;
  vertical-align: middle;
}
.child-global-header .menu-list .btn-top-all-menu:before {
  display: none;
}
@media screen and (max-width: 899.9px) {
  .child-global-header .menu-list .btn-top-all-menu {
    border-bottom: none;
  }
}
.child-global-header .menu-list .btn-top-all-menu .link-btn-menu {
  display: block;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1280.9px) {
  .child-global-header .menu-list .btn-top-all-menu .link-btn-menu {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024.9px) {
  .child-global-header .menu-list .btn-top-all-menu .link-btn-menu {
    font-size: 11px;
  }
}
.child-global-header .menu-list .link-area-inner {
  width: 100%;
}
.child-global-header .menu-list .link-area-inner .link-global-nav {
  width: 60px;
}
@media screen and (max-width: 1399.9px) {
  .child-global-header .menu-list .link-area-inner .link-global-nav {
    width: 40px;
  }
}
.child-global-header .menu-list .link-area-inner .link-global-nav img {
  width: 100%;
}
.child-global-header .menu-list .btn-side-all-menu {
  display: none;
}
.child-global-header .menu-list .btn-bottom-all-menu {
  display: none;
}

.landscape-header-wrapper {
  width: 100%;
  height: 8vw;
  min-height: 100px !important;
  -webkit-backdrop-filter: contrast(0.4);
          backdrop-filter: contrast(0.4);
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
  visibility: inherit;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9999;
}
@media screen and (min-width: 1921px) {
  .landscape-header-wrapper {
    width: 1920px;
    height: 153px;
  }
}

.landscape-header {
  width: 100% !important;
  min-width: 768px !important;
  height: 54% !important;
  min-height: 50px !important;
  background-color: transparent;
  margin: 0;
  position: fixed;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10000;
}
@media screen and (min-width: 1921px) {
  .landscape-header {
    height: 80px !important;
  }
}
@media screen and (max-width: 1536.9px) {
  .landscape-header {
    bottom: 33px !important;
  }
}
.landscape-header > .header-container {
  width: 71% !important;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff !important;
  border: 2px solid #f47a7a;
  border-radius: 50px;
  padding: 0 !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1139.9px) {
  .landscape-header > .header-container {
    width: 70% !important;
  }
}
@media screen and (max-width: 767.9px) {
  .landscape-header > .header-container {
    display: none !important;
  }
}
.landscape-header > .header-container > .header-logo-yumephoto {
  display: none !important;
}
.landscape-header > .header-container > .menu-container {
  width: 100% !important;
  height: 100% !important;
  min-height: initial !important;
  margin: 0 !important;
}
@media screen and (max-width: 1234.9px) {
  .landscape-header > .header-container > .menu-container {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 1921px) {
  .landscape-header > .header-container > .menu-container {
    width: 100% !important;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list {
  width: 100%;
  height: 100% !important;
  min-height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center !important;
  margin-left: 0 !important;
}
@media screen and (min-width: 1921px) {
  .landscape-header > .header-container > .menu-container > .menu-list {
    width: 100% !important;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item {
  width: 100%;
  height: 60% !important;
  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;
  font-size: inherit !important;
  padding: 0 1vw !important;
  border-right: 2px solid #ffeded !important;
  margin: 0 !important;
}
@media screen and (max-width: 1536.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item {
    line-height: inherit !important;
  }
}
@media screen and (max-width: 1280.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item {
    line-height: inherit !important;
  }
}
@media screen and (max-width: 899.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item {
    border-bottom: none;
    margin-bottom: 0;
    line-height: inherit !important;
    padding: 0;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item:hover {
  height: 100% !important;
  color: initial !important;
  background-color: rgba(255, 220, 220, 0.4196078431) !important;
  -webkit-filter: opacity(100%) !important;
          filter: opacity(100%) !important;
  border-radius: 0 !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area {
  width: 100%;
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f47a7a;
  padding: 0 !important;
  margin-top: 0;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area .menu-icon {
  display: none;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area > .link-area-inner span {
  font-size: 1.86rem !important;
}
@media screen and (max-width: 1536.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area > .link-area-inner span {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 1280.9px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area > .link-area-inner span {
    font-size: 1.2vw !important;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item > .link-area > .link-area-inner span br {
  display: none;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-menu-item:first-child {
  border-radius: 50px 0 0 50px !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-lineup {
  width: 16% !important;
  padding-left: 1.1vw !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-lineup:before {
  display: none;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-selling-point {
  width: 23% !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-selling-point:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-flow {
  width: 15% !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-flow:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-gallery {
  width: 20% !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-gallery:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-qa {
  width: 16% !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-qa:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-side-all-menu {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu {
  width: 10% !important;
  height: 10vh !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  border-right: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu:before {
  display: none !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu:hover {
  height: 100% !important;
  border-radius: 0 50px 50px 0 !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu > .link-global-nav {
  margin-bottom: 0 !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu > .link-global-nav > .menu-icon.bottom-menu-icon {
  width: 2vw !important;
  display: block !important;
  margin: 2% auto !important;
}
@media screen and (min-width: 1921px) {
  .landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu > .link-global-nav > .menu-icon.bottom-menu-icon {
    width: 38px !important;
  }
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-bottom-all-menu > .link-global-nav > .bottom-all-menu-text {
  display: block !important;
  color: #f47a7a !important;
}
.landscape-header > .header-container > .menu-container > .menu-list > .btn-top-all-menu {
  display: none;
}

.floating-contact-btn {
  width: 10%;
  min-width: 100px;
  opacity: 0;
  position: fixed;
  right: 4%;
  bottom: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: 0 auto;
}
.floating-contact-btn a {
  width: 100%;
  display: block;
  line-height: 0;
}
.floating-contact-btn a img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 1921px) {
  .floating-contact-btn {
    width: 230px;
    right: 20px;
    left: 1612px;
  }
}
@media screen and (max-width: 900.9px) {
  .floating-contact-btn {
    right: 2%;
  }
}
.floating-contact-btn.fade-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767.9px) {
  .floating-contact-btn.fade-in {
    opacity: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .floating-contact-btn {
    display: none;
  }
}
.floating-contact-btn.none {
  display: none;
}
.floating-contact-btn .link-area:hover {
  -webkit-filter: opacity(90%);
          filter: opacity(90%);
  color: initial;
}

#mobileHeader {
  display: none;
}

.mobile-header {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9999;
}

.mobile-header-container {
  width: 100%;
  background: #fff;
  background-size: cover;
}

.mobile-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
}
.mobile-header-inner .btn-menu {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-header-inner .btn-menu a {
  margin: 0 auto;
}
.mobile-header-inner .btn-menu a img {
  width: 6.667vw;
}
.mobile-header-inner .btn-all-menu div img {
  width: 6.667vw;
}

.global-nav, .global-nav-sp {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.global-nav .btn-go-to-portal, .global-nav-sp .btn-go-to-portal {
  width: 220px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  position: relative;
  left: 84%;
}
.global-nav .btn-go-to-portal::before, .global-nav-sp .btn-go-to-portal::before {
  content: "";
  width: 8px;
  height: 14px;
  background: url(../img/nav/ico_go-to-portal-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-nav.open {
  opacity: 1;
  visibility: inherit;
}
@media screen and (max-width: 767.9px) {
  .global-nav.open {
    opacity: 0;
    visibility: hidden;
  }
}

.global-nav-container, global-nav-container-sp {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.global-nav-container.open {
  opacity: 1;
  visibility: inherit;
}
@media screen and (max-width: 767.9px) {
  .global-nav-container.open {
    opacity: 0;
    visibility: hidden;
  }
}

.btn-close {
  width: 2%;
  font-size: 2vw;
  color: #d7250c;
  background-color: #fff;
  border: none;
  margin: 1.7% 2.7% 1.7% 95.3%;
  cursor: pointer;
}
@media screen and (min-width: 1921px) {
  .btn-close {
    font-size: 38px;
  }
}
@media screen and (max-width: 767.9px) {
  .btn-close {
    display: none;
  }
}

.global-nav-main-item {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 3.3%;
}

.lineup-category-image {
  width: 34.8%;
  padding: 0 2%;
}
@media screen and (max-width: 767.9px) {
  .lineup-category-image {
    width: 100%;
    padding: 0;
  }
}

.btn-global-nav {
  width: 100%;
  display: block;
}

.lineup-top-box {
  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;
  position: relative;
}

.title-lineup-top, .title-lineup-top-sp {
  font-size: 0.7vw;
  padding-left: 1vw;
  margin-left: 1.3vw;
  position: relative;
}
.title-lineup-top::before, .title-lineup-top-sp::before {
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  background: url(../img/nav/ico_nav-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  left: -5%;
}
@media screen and (min-width: 1921px) {
  .title-lineup-top, .title-lineup-top-sp {
    font-size: 14px;
  }
}

.nav-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-title, .nav-title-sp {
  display: inline-block;
  font-size: 1vw;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .nav-title, .nav-title-sp {
    font-size: 19px;
  }
}

.nav-title-large {
  font-weight: 900;
}

.image-lineup {
  margin-top: 5%;
  line-height: 0;
}
.image-lineup img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .image-lineup {
    display: none;
  }
}

.lineup-category-item {
  width: 32.6%;
  padding: 0 4% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-outsourcing {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767.9px) {
  .category-outsourcing {
    border-right: none;
  }
}

.bg-title-lineup-category {
  width: 100%;
  position: relative;
}

.title-lineup-category {
  display: inline-block;
  font-size: 1vw;
  font-weight: 700;
  position: absolute;
  top: 6.8vw;
}
@media screen and (min-width: 1921px) {
  .title-lineup-category {
    font-size: 19px;
  }
}

.title-outsorcing {
  left: 45%;
}

.title-self-made {
  left: 73vw;
}

.lineup-course-box {
  width: 100%;
  margin-top: 10%;
  position: relative;
}

.title-course, .title-course-sp {
  width: 100%;
  font-size: 1vw;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 3%;
  margin: 0 0 2% 5%;
  position: relative;
}
.title-course::before, .title-course-sp::before {
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  background: url(../img/nav/ico_nav-arrow.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -5%;
}

.detail-course {
  font-size: 0.85vw;
}

.title-nav-page {
  padding-bottom: 0;
  margin-bottom: 10%;
}

.useful-page-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff7f7;
  padding: 3.13% 6.4% 1% 9.4%;
}
@media screen and (max-width: 767.9px) {
  .useful-page-title {
    display: none;
  }
}

.useful-page-title-item {
  width: 25%;
}
@media screen and (min-width: 1921px) {
  .useful-page-title-item {
    width: 250px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024.9px) {
  .useful-page-title-item {
    margin-left: 68vw;
  }
}
.useful-page-title-item img {
  margin-right: 4%;
}
.useful-page-title-item span {
  font-size: 80%;
}

.global-nav-sp {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.global-nav-sp.open-sp {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767.9px) {
  .global-nav-sp.open-sp {
    opacity: 1;
    visibility: inherit;
    overflow-x: hidden;
  }
}

.global-nav-container-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-nav-container-sp.open-sp {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767.9px) {
  .global-nav-container-sp.open-sp {
    opacity: 1;
    visibility: inherit;
  }
}

.go-to-portal-site-btn {
  text-align: right;
}
.go-to-portal-site-btn a {
  margin-top: 40px;
  margin-right: 40px;
  display: inline-block;
  border-radius: 6px;
  padding: 8px 32px 8px 16px;
  background-color: #d7040c;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.go-to-portal-site-btn a::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.btn-close-sp {
  background-color: transparent;
  border: none;
  margin-right: 8vw;
  position: fixed;
  right: 0;
  bottom: 2%;
  z-index: 300;
  cursor: pointer;
}

.global-nav-box {
  width: 100%;
  background-color: transparent;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.global-nav-box.open-child-nav {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.global-nav-main-item-sp {
  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;
  border-bottom: #ffe8e8 1px solid;
  cursor: pointer;
  position: relative;
}
.global-nav-main-item-sp::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #d7250c;
  border-right: 1px solid #d7250c;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.global-nav-lineup-top-sp::after {
  opacity: 0;
  visibility: hidden;
}

.nav-child-box {
  padding: 30px 0 30px 18vw;
  position: relative;
  cursor: pointer;
}
.nav-child-box#OpenLineupChildNav::before, .nav-child-box#OpenLineupChildNav::after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d7250c;
}
.nav-child-box#OpenLineupChildNav::before {
  width: 11px;
  height: 1px;
  right: 35px;
}
.nav-child-box#OpenLineupChildNav::after {
  width: 1px;
  height: 11px;
}
.nav-child-box .nav-page-name::before {
  content: "";
  display: block;
  background: url(../img/common/ico_lineup.png) no-repeat;
  background-color: #fff;
  background-size: contain;
  width: 6vw;
  height: 6vw;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav-child-box .nav-page-name#nav-page-name-selling-point::before {
  background-image: url(../img/common/ico_selling-point.png);
}
.nav-child-box .nav-page-name#nav-page-name-flow::before {
  background-image: url(../img/common/ico_flow.png);
}
.nav-child-box .nav-page-name#nav-page-name-gallery::before {
  background-image: url(../img/common/ico_gallery.png);
}
.nav-child-box .nav-page-name#nav-page-name-qa::before {
  background-image: url(../img/common/ico_qa.png);
}
.nav-child-box .nav-page-name#nav-page-name-navi::before {
  background-image: url(../img/common/ico_navi.png);
}
.nav-child-box .nav-page-name#nav-page-name-album::before {
  background-image: url(../img/common/ico_album.png);
}
.nav-child-box .nav-page-name#nav-page-name-voice::before {
  background-image: url(../img/common/ico_voice.png);
}

.lineup-top-box-sp, .lineup-course-box-sp {
  padding: 6%;
  border-top: 1px solid #ffe8e8;
  border-bottom: 1px solid #ffe8e8;
  position: relative;
}
.lineup-top-box-sp::after, .lineup-course-box-sp::after {
  content: ">";
  color: #d7250c;
  font-size: 3vw;
  position: absolute;
  top: 30%;
  right: 8%;
}

.title-lineup-top-sp {
  font-size: 3vw;
  padding-left: 7vw;
  margin-left: 0;
  border: none;
}

.title-lineup-top-sp::before {
  width: 3.4vw;
  height: 3.4vw;
  top: 40%;
  left: 3%;
}

.btn-global-nav-sp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.btn-global-nav-sp {
  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;
}

.nav-title-sp {
  font-size: 3.4vw;
}

.title-course-sp {
  font-size: 3.4vw;
  padding-left: 8%;
  margin: 0 0 5%;
}

.title-course-sp::before {
  width: 3.4vw;
  height: 3.4vw;
  top: 4%;
  left: 3%;
}

.lineup-super-rakuraku-box-sp {
  padding: 0 6% 6%;
}

.lineup-super-rakuraku-sp {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6%;
}

.title-super-rakuraku-sp {
  width: 40%;
}

.title-super-rakuraku-sp::before {
  left: 8%;
}

.title-50-books-or-more {
  width: 36%;
  display: block;
  font-size: 3.2vw;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #f8acac;
  border-radius: 100px;
  padding: 2vw;
  margin: auto 0 6%;
}

.nav-icon {
  width: 7.734vw;
  height: 6.667vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5%;
}

.prev-img {
  margin-left: 36%;
}

.nav-page-name {
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-left: 12px;
}
@media screen and (max-width: 767.9px) {
  .nav-page-name {
    font-size: 12px;
  }
}

.global-nav-detail-item-sp {
  width: 100%;
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: static;
  -webkit-transform: translate(100%);
          transform: translate(100%);
}
.global-nav-detail-item-sp.open-child-nav {
  margin-top: -60px;
}

.child-nav-title-box {
  padding: 20px 0 20px 8vw;
  position: relative;
}
.child-nav-title-box .back-to-main-nav-text {
  font-size: 3vw;
}
.child-nav-title-box .back-to-main-nav-text::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  position: absolute;
  left: 6vw;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.child-nav-title-box .child-nav-title {
  font-size: 4vw;
  font-weight: 900;
  margin-left: 43%;
}
.child-nav-title-box .child-nav-title::before {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_lineup.png) no-repeat;
  background-color: #fff;
  background-size: contain;
  width: 6vw;
  height: 6vw;
  position: absolute;
  left: 45%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lineup-category-item-sp {
  width: 100%;
}

.title-lineup-category-sp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8% 6.667% 0;
  position: relative;
}

.detail-course-sp {
  width: 86%;
  font-size: 3.2vw;
  padding-left: 7.8%;
  white-space: normal;
}

.lineup-course-box-sp::after {
  top: 45%;
}

.bg-title-lineup-category-sp {
  width: 100%;
}

.title-lineup-category-text-sp {
  font-size: 3.6vw;
  font-weight: 900;
  position: absolute;
  top: 30%;
  left: 20%;
}

.title-self-made-sp {
  left: 22%;
}

.is-locked {
  width: 100%;
  position: fixed;
}

.is-active {
  height: auto;
}

.prev-nav.is-active {
  display: block;
}

.next-nav.is-active {
  display: none;
}

.album-site-main {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.right-side-inner {
  width: 100%;
  padding: 0 2.60415vw 0 16.66666vw;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .right-side-inner {
    width: 1920px;
    padding: 0 50px 0 320px;
  }
}
@media screen and (max-width: 1139.9px) {
  .right-side-inner {
    padding-left: 190px;
  }
}
@media screen and (max-width: 767.9px) {
  .right-side-inner {
    max-width: 100%;
    padding: 18vw 4vw 0 4vw;
    margin: 0 auto;
  }
}

.center-inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .center-inner {
    padding: 0 6%;
  }
}

.content {
  padding: 6% 0;
}

.lead-sentence {
  width: 100%;
  max-width: 600px;
  width: 92%;
  margin: 60px auto 120px;
}
@media screen and (max-width: 767.9px) {
  .lead-sentence {
    margin: 60px auto;
  }
}
.lead-sentence p {
  margin-bottom: 1em;
}
.lead-sentence p:last-child {
  margin-bottom: 0;
}

.navi-wrapper {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .navi-wrapper a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
}

.topic-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .topic-container {
    display: block;
  }
}
.topic-container .topic-theme-box {
  width: 18%;
  min-width: 180px;
  height: 120px;
  position: relative;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 24px;
}
@media screen and (max-width: 1024.9px) {
  .topic-container .topic-theme-box {
    min-width: 140px;
    padding: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .topic-container .topic-theme-box {
    width: 100%;
    font-size: 20px;
    height: auto;
  }
}
.topic-container .topic-theme-box .dekaku {
  text-align: right;
  font-size: 32px;
  font-weight: bold;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 1024.9px) {
  .topic-container .topic-theme-box .dekaku {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .topic-container .topic-theme-box .dekaku {
    font-size: 24px;
    text-align: left;
    display: inline;
  }
}
.topic-container .topic-theme-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 90px 0;
  border-color: transparent;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 1024.9px) {
  .topic-container .topic-theme-box:after {
    border-width: 16px 70px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .topic-container .topic-theme-box:after {
    content: none;
  }
}
.topic-container .article-box {
  background: #f8f8f8;
  width: 10%;
  -ms-flex-preferred-size: 82%;
      flex-basis: 82%;
  padding: 10px 12px 10px 22px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .topic-container .article-box {
    width: 100%;
    padding: 10px 12px;
  }
}
.topic-container .article-box .article-inner-box {
  width: 100%;
}
.topic-container .article-box .article-inner-box .slick-prev, .topic-container .article-box .article-inner-box .slick-next {
  background: transparent;
}
.topic-container .article-box .article-inner-box .slick-prev::before, .topic-container .article-box .article-inner-box .slick-next::before {
  margin: auto;
  position: absolute;
  top: -12px;
  color: #f19ec2;
  font-size: 21px;
  font-weight: 200;
}
@media screen and (max-width: 767.9px) {
  .topic-container .article-box .article-inner-box .slick-prev::before, .topic-container .article-box .article-inner-box .slick-next::before {
    font-size: 7.4vw;
  }
}
.topic-container .article-box .article-inner-box .slick-prev::before {
  left: -18px;
  content: "◤";
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  opacity: 0.15;
}
@media screen and (max-width: 767.9px) {
  .topic-container .article-box .article-inner-box .slick-prev::before {
    left: -5vw;
  }
}
.topic-container .article-box .article-inner-box .slick-next::before {
  right: -30px;
  content: "◥";
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media screen and (max-width: 767.9px) {
  .topic-container .article-box .article-inner-box .slick-next::before {
    right: -5vw;
  }
}
.topic-container .article-box .article-inner-box .article {
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024.9px) {
  .topic-container .article-box .article-inner-box .article {
    background-size: contain;
  }
}
.topic-container .article-box .article-inner-box .article:last-child {
  margin-right: 0;
}
.topic-container .article-box .article-inner-box .article a {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  line-height: 160%;
  position: relative;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 670px) {
  .topic-container .article-box .article-inner-box .article a {
    line-height: inherit;
  }
}
.topic-container .article-box .article-inner-box .article a:hover {
  margin-top: -2px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-color: rgba(220, 220, 220, 0.3);
}
.topic-container .article-box .article-inner-box .article a h4 {
  padding: 12px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#categoryMaker .maker-box {
  background-color: #f19ec2;
}
#categoryMaker .maker-box:after {
  border-top-color: #f19ec2;
}
#categoryMaker .maker-article-box .slider .slick-prev::before, #categoryMaker .maker-article-box .slider .slick-next::before {
  color: #f19ec2;
}
#categoryMaker .album-merit-demerit {
  background-image: url(../img/navi/img_merit-demerit.png);
}
#categoryMaker .album-company {
  background-image: url(../img/navi/img_album-company.png);
}
#categoryMaker .price-simulation {
  background-image: url(../img/navi/img_price-simulation.png);
}
#categoryMaker .maker-about-page-count {
  background-image: url(../img/navi/img_maker-about-page-count.png);
}

#categoryPlanning .planning-box {
  background-color: #ec6941;
}
#categoryPlanning .planning-box:after {
  border-top-color: #ec6941;
}
#categoryPlanning .planning-article-box .slider .slick-prev::before, #categoryPlanning .planning-article-box .slider .slick-next::before {
  color: #ec6941;
}
#categoryPlanning .schedule-planning {
  background-image: url(../img/navi/img_schedule.png);
}
#categoryPlanning .page-simulation-price {
  background-image: url(../img/navi/img_page-simulation01.png);
}
#categoryPlanning .page-simulation-design {
  background-image: url(../img/navi/img_page-simulation02.png);
}
#categoryPlanning .planning-for-parents {
  background-image: url(../img/navi/img_planning-for-parents.png);
}
#categoryPlanning .planning-for-first-meeting {
  background-image: url(../img/navi/img_planning-for-first-meeting.png);
}

#categoryPhotograph .photograph-box {
  background-color: #ff9111;
}
#categoryPhotograph .photograph-box:after {
  border-top-color: #ff9111;
}
#categoryPhotograph .photograph-article-box .slider .slick-prev::before, #categoryPhotograph .photograph-article-box .slider .slick-next::before {
  color: #ff9111;
}
#categoryPhotograph .camera-selection {
  background-image: url(../img/navi/img_camera-select.png);
}
#categoryPhotograph .photo-design {
  background-image: url(../img/navi/img_photo-design.png);
}
#categoryPhotograph .photo-moving {
  background-image: url(../img/navi/img_photo-moving.png);
}
#categoryPhotograph .photo-development {
  background-image: url(../img/navi/img_photo-develop.png);
}
#categoryPhotograph .photo-quality {
  background-image: url(../img/navi/img_photo-quality.png);
}
#categoryPhotograph .photo-collect {
  background-image: url(../img/navi/img_photo-collect.png);
}

#categoryGather .gather-box {
  background-color: #ffbf00;
}
#categoryGather .gather-box:after {
  border-top-color: #ffbf00;
}
#categoryGather .gather-article-box .slider .slick-prev::before, #categoryGather .gather-article-box .slider .slick-next::before {
  color: #ffbf00;
}
#categoryGather .photo-gather {
  background-image: url(../img/navi/img_photo-gather.png);
}
#categoryGather .photo-gather-cloud-storage {
  background-image: url(../img/navi/img_photo-gather-cloud.png);
}
#categoryGather .photo-gather-cloud-storage-google-photo {
  background-image: url(../img/navi/img_photo-gather-cloud-storage-google-photo.png);
}
#categoryGather .photo-gather-line {
  background-image: url(../img/navi/img_photo-gather-line.png);
}

#categoryMaking .making-box {
  background-color: #b3d465;
}
#categoryMaking .making-box:after {
  border-top-color: #b3d465;
}
#categoryMaking .making-article-box .slider .slick-prev::before, #categoryMaking .making-article-box .slider .slick-next::before {
  color: #b3d465;
}
#categoryMaking .making-rakuraku {
  background-image: url(../img/navi/img_making-rakuraku.png);
}
#categoryMaking .kirihari-to-rakuraku {
  background-image: url(../img/navi/img_making-kirihari.png);
}
#categoryMaking .making-coordinate {
  background-image: url(../img/navi/img_making-coordinate.png);
}
#categoryMaking .making-rakuraku-template {
  background-image: url("../img/navi/img_making-rakuraku-template.png");
}

#categorySending .sending-box {
  background-color: #32b16c;
}
#categorySending .sending-box:after {
  border-top-color: #32b16c;
}
#categorySending .sending-article-box .slider .slick-prev::before, #categorySending .sending-article-box .slider .slick-next::before {
  color: #32b16c;
}
#categorySending .making-rules {
  background-image: url(../img/navi/img_making-rules.png);
}
#categorySending .making-misses {
  background-image: url(../img/navi/img_making-misses.png);
}
#categorySending .making-copyright {
  background-image: url(../img/navi/img_making-copyright.png);
}

#categoryReceive .recieve-box {
  background-color: #7ecef4;
}
#categoryReceive .recieve-box:after {
  display: none;
}
#categoryReceive .recieve-article-box .slider .slick-prev::before, #categoryReceive .recieve-article-box .slider .slick-next::before {
  color: #7ecef4;
}
#categoryReceive .todo-on-delivery {
  background-image: url(../img/navi/img_todo.png);
}
#categoryReceive .accident {
  background-image: url(../img/navi/img_accident.png);
}

.album-navi-wrapper {
  max-width: 1280px;
  width: 92%;
  margin: 60px auto;
  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: 767.9px) {
  .album-navi-wrapper {
    display: block;
  }
}

.content-container {
  max-width: 960px;
  width: 74%;
  /* 49：51の２カラム */
  /* １：１の２カラム */
  /* 表の下にコメント */
}
@media screen and (max-width: 767.9px) {
  .content-container {
    width: 100%;
    margin-bottom: 60px;
  }
}
.content-container .sub-description {
  margin-bottom: 40px;
}
.content-container p {
  max-width: 99%;
  line-height: 180%;
  padding-left: 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767.9px) {
  .content-container p {
    width: 92%;
    margin: 0 auto;
    padding: 0;
    line-height: 200%;
  }
}
.content-container img {
  margin: 1em 0 2em 0;
  max-width: 90%;
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .content-container img {
    max-width: 100%;
  }
}
.content-container .about-difference, .content-container .about-sharing, .content-container .about-deadline, .content-container .about-annual-plan, .content-container .about-agenda {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-container .about-difference .about-difference-text, .content-container .about-difference .about-sharing-text, .content-container .about-difference .about-deadline-text, .content-container .about-difference .about-annual-plan-text, .content-container .about-difference .about-agenda-text, .content-container .about-sharing .about-difference-text, .content-container .about-sharing .about-sharing-text, .content-container .about-sharing .about-deadline-text, .content-container .about-sharing .about-annual-plan-text, .content-container .about-sharing .about-agenda-text, .content-container .about-deadline .about-difference-text, .content-container .about-deadline .about-sharing-text, .content-container .about-deadline .about-deadline-text, .content-container .about-deadline .about-annual-plan-text, .content-container .about-deadline .about-agenda-text, .content-container .about-annual-plan .about-difference-text, .content-container .about-annual-plan .about-sharing-text, .content-container .about-annual-plan .about-deadline-text, .content-container .about-annual-plan .about-annual-plan-text, .content-container .about-annual-plan .about-agenda-text, .content-container .about-agenda .about-difference-text, .content-container .about-agenda .about-sharing-text, .content-container .about-agenda .about-deadline-text, .content-container .about-agenda .about-annual-plan-text, .content-container .about-agenda .about-agenda-text {
  width: 55%;
}
.content-container .about-difference .about-difference-image, .content-container .about-difference .about-sharing-image, .content-container .about-difference .about-deadline-image, .content-container .about-difference .about-annual-plan-image, .content-container .about-difference .about-agenda-image, .content-container .about-sharing .about-difference-image, .content-container .about-sharing .about-sharing-image, .content-container .about-sharing .about-deadline-image, .content-container .about-sharing .about-annual-plan-image, .content-container .about-sharing .about-agenda-image, .content-container .about-deadline .about-difference-image, .content-container .about-deadline .about-sharing-image, .content-container .about-deadline .about-deadline-image, .content-container .about-deadline .about-annual-plan-image, .content-container .about-deadline .about-agenda-image, .content-container .about-annual-plan .about-difference-image, .content-container .about-annual-plan .about-sharing-image, .content-container .about-annual-plan .about-deadline-image, .content-container .about-annual-plan .about-annual-plan-image, .content-container .about-annual-plan .about-agenda-image, .content-container .about-agenda .about-difference-image, .content-container .about-agenda .about-sharing-image, .content-container .about-agenda .about-deadline-image, .content-container .about-agenda .about-annual-plan-image, .content-container .about-agenda .about-agenda-image {
  width: 45%;
}
.content-container .about-difference .about-difference-image img, .content-container .about-difference .about-sharing-image img, .content-container .about-difference .about-deadline-image img, .content-container .about-difference .about-annual-plan-image img, .content-container .about-difference .about-agenda-image img, .content-container .about-sharing .about-difference-image img, .content-container .about-sharing .about-sharing-image img, .content-container .about-sharing .about-deadline-image img, .content-container .about-sharing .about-annual-plan-image img, .content-container .about-sharing .about-agenda-image img, .content-container .about-deadline .about-difference-image img, .content-container .about-deadline .about-sharing-image img, .content-container .about-deadline .about-deadline-image img, .content-container .about-deadline .about-annual-plan-image img, .content-container .about-deadline .about-agenda-image img, .content-container .about-annual-plan .about-difference-image img, .content-container .about-annual-plan .about-sharing-image img, .content-container .about-annual-plan .about-deadline-image img, .content-container .about-annual-plan .about-annual-plan-image img, .content-container .about-annual-plan .about-agenda-image img, .content-container .about-agenda .about-difference-image img, .content-container .about-agenda .about-sharing-image img, .content-container .about-agenda .about-deadline-image img, .content-container .about-agenda .about-annual-plan-image img, .content-container .about-agenda .about-agenda-image img {
  width: 100%;
}
.content-container .about-difference :first-child {
  margin-top: 5%;
}
.content-container .img-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.content-container span {
  font-size: 12px;
}
.content-container .txt-red {
  color: #D7240B;
}
.content-container .marking-point {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}
.content-container h2 {
  position: relative;
  font-size: 34px;
  border-bottom: 2px solid #EFEFEF;
  display: inline-block;
  padding: 10px 0;
  margin: 80px 0 20px;
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
}
@media screen and (max-width: 767.9px) {
  .content-container h2 {
    font-size: 2.4rem;
    width: 96%;
    margin: 2em 0 1em 2%;
  }
}
.content-container h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #D7240B;
  width: 50%;
  display: block;
  margin-bottom: -2px;
}
.content-container h3 {
  font-size: 26px;
  border-left: 8px solid #D7240B;
  padding: 30px;
  margin: 60px 0 20px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767.9px) {
  .content-container h3 {
    font-size: 2.2rem;
    padding: 1em;
    margin: 1.5em auto 1em;
  }
}
.content-container h3 > small {
  font-size: 18px;
}
.content-container h4 {
  padding-left: 1em;
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: 600;
  border-left: 4px solid #D7240B;
}
.content-container h5 {
  padding: 10px 0;
  margin: 40px 0 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767.9px) {
  .content-container h5 {
    margin: 10px 0;
  }
}
.content-container h6 {
  padding: 10px 0;
  margin: 40px 0 10px;
  font-weight: bold;
}
.content-container a {
  text-decoration: underline;
  color: #d8250c;
}
.content-container blockquote {
  padding: 16px;
  margin: 16px auto;
  background-color: #f9f9f9;
  border-left: 1px solid #aaa;
  width: 92%;
}
.content-container .txt-cnt {
  width: auto !important;
}
.content-container ul {
  position: relative;
  padding: 0.5em;
  background-color: #e0fed9;
  margin: 1em;
}
@media screen and (max-width: 767.9px) {
  .content-container ul {
    margin: 1.5em 0;
  }
}
.content-container ul li {
  max-width: 100%;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 30px;
  list-style-type: none !important;
}
.content-container ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0.5em;
  color: #58ab80;
}
.content-container ul li:last-of-type {
  border-bottom: none;
}
.content-container ul li span {
  font-weight: 500;
}
.content-container .advice-list {
  background-color: #fff;
  padding: 1em;
  margin: 1em 0;
}
.content-container .advice-list .advice-item {
  max-width: 100%;
}
.content-container .advice-list .advice-item:before {
  color: #ff9111;
  left: 1em;
}
.content-container .example-container {
  width: 100%;
  background-color: #fef1de;
  padding: 16px;
  margin: 16px 0;
}
.content-container .example-title {
  font-size: 2rem;
  color: #f0c172;
  font-weight: 900;
  margin: 0.5em;
}
.content-container .example-list {
  max-width: 100%;
  background-color: transparent;
}
.content-container .example-list .example-item {
  max-width: 100%;
}
.content-container .example-list .example-item:before {
  content: "•";
  color: #f0c172;
  left: 1em;
}
.content-container .notes {
  width: 100%;
  background-color: #ffe4e0;
  padding: 16px;
  margin: 16px 0;
}
.content-container .notes .notes-list {
  background-color: #ffe4e0;
}
.content-container .notes .notes-list .notes-item::before {
  color: #fa7d6b;
}
.content-container .notes-title {
  width: 100%;
  font-size: 2rem;
  color: #fa7d6b;
  font-weight: 900;
  margin: 0.5em;
}
.content-container .check-point-container {
  width: 100%;
  background-color: #e0fed9;
  padding: 16px;
  margin: 16px 0;
}
.content-container .check-point-title {
  font-size: 2rem;
  color: #58ab80;
  font-weight: 900;
  margin: 0.5em;
}
.content-container .check-point-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.content-container .comment {
  background-color: transparent;
  margin-bottom: 0;
}
.content-container .text-link {
  margin-top: 20px;
}
.content-container ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 1em;
  background: #fff;
  margin: 1em;
}
@media screen and (max-width: 767.9px) {
  .content-container ol {
    width: 100%;
    margin: 1em 0;
  }
}
.content-container ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.content-container ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #f58575;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-container .howto-flow {
  width: 100%;
  background: #fff5f4;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow {
    display: inherit;
  }
}
.content-container .howto-flow ol {
  background: #fff5f4;
  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;
  padding: 0;
  margin: 0;
}
.content-container .howto-flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 49%;
  margin: 20px 0;
}
@media screen and (max-width: 1024.9px) {
  .content-container .howto-flow ol li {
    width: 100%;
    padding: 0.5em 0 0.5em 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5em 40px;
    margin: 20px 0 0;
  }
}
.content-container .howto-flow ol li .table-style01 td {
  min-width: 0;
}
.content-container .howto-flow ol li:before {
  top: 22px;
  left: 18px;
}
@media screen and (max-width: 1024.9px) {
  .content-container .howto-flow ol li:before {
    left: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow ol li:before {
    top: 17px;
  }
}
.content-container .howto-flow ol li p {
  width: 55%;
}
@media screen and (max-width: 1024.9px) {
  .content-container .howto-flow ol li p {
    width: 100%;
    line-height: 160%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow ol li p {
    padding-left: 1em;
  }
}
.content-container .howto-flow ol li p small {
  line-height: 100%;
}
.content-container .howto-flow ol li .img-wrap {
  width: 40%;
  margin: 0 auto;
}
.content-container .howto-flow ol li .img-wrap img {
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024.9px) {
  .content-container .howto-flow ol li .img-wrap img {
    width: 80%;
    padding: 0.5em 0 0.5em 0.5em;
  }
}
@media screen and (max-width: 767.9px) {
  .content-container .howto-flow ol li .img-wrap img {
    width: 100%;
    padding: 0.5em;
  }
}
.content-container .howto-flow ol li span {
  font-size: 14px;
  line-height: 1.2em;
}
.content-container .howto-flow .txt-icon {
  width: 30px;
  margin: 0;
}
.content-container .howto-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 735.9px) {
  .content-container .howto-print {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-container .about-rakuraku, .content-container .about-myself, .content-container .about-myself-lite, .content-container .about-pro-print, .content-container .about-net-print, .content-container .about-c-store-print, .content-container .about-sp-print, .content-container .howto-gather {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 2em 0;
}
@media screen and (max-width: 735.9px) {
  .content-container .about-rakuraku, .content-container .about-myself, .content-container .about-myself-lite, .content-container .about-pro-print, .content-container .about-net-print, .content-container .about-c-store-print, .content-container .about-sp-print, .content-container .howto-gather {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 735.9px) {
  .content-container .about-pro-print, .content-container .about-net-print, .content-container .about-c-store-print, .content-container .about-sp-print, .content-container .howto-gather {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.content-container .about-course-image, .content-container .pro-print-image, .content-container .net-print-image, .content-container .c-store-print-image, .content-container .sp-print-image, .content-container .by-mail-image, .content-container .by-recording-media-image, .content-container .by-soft-image {
  width: 49%;
}
@media screen and (max-width: 735.9px) {
  .content-container .about-course-image, .content-container .pro-print-image, .content-container .net-print-image, .content-container .c-store-print-image, .content-container .sp-print-image, .content-container .by-mail-image, .content-container .by-recording-media-image, .content-container .by-soft-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-container .about-course-image img, .content-container .pro-print-image img, .content-container .net-print-image img, .content-container .c-store-print-image img, .content-container .sp-print-image img, .content-container .by-mail-image img, .content-container .by-recording-media-image img, .content-container .by-soft-image img {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 735.9px) {
  .content-container .about-course-image img, .content-container .pro-print-image img, .content-container .net-print-image img, .content-container .c-store-print-image img, .content-container .sp-print-image img, .content-container .by-mail-image img, .content-container .by-recording-media-image img, .content-container .by-soft-image img {
    margin: 1em auto 2em;
  }
}
.content-container .about-course-pagenation, .content-container .detail-pro-print, .content-container .detail-net-print, .content-container .detail-c-store-print, .content-container .detail-sp-print, .content-container .detail-by-mail, .content-container .detail-by-recording-media, .content-container .detail-by-soft {
  width: 51%;
}
@media screen and (max-width: 735.9px) {
  .content-container .about-course-pagenation, .content-container .detail-pro-print, .content-container .detail-net-print, .content-container .detail-c-store-print, .content-container .detail-sp-print, .content-container .detail-by-mail, .content-container .detail-by-recording-media, .content-container .detail-by-soft {
    width: 100%;
  }
}
.content-container .table-style-01 {
  border-collapse: collapse;
  border: 1px solid #f2d2d2;
}
@media screen and (max-width: 735.9px) {
  .content-container .table-style-01 {
    width: 100%;
  }
}
.content-container .table-style-01 th {
  padding: 20px 10px;
  white-space: nowrap;
  background-color: #f8d4d4;
  border: 1px solid #fff;
}
.content-container .table-style-01 td {
  max-width: 500px;
  padding: 10px;
  background-color: #f8e8e8;
  border: 1px solid #fff;
}
@media screen and (max-width: 735.9px) {
  .content-container .table-style-01 td {
    min-width: 70%;
  }
}
.content-container .about-template, .content-container .misses-images {
  width: 100%;
  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: 767.9px) {
  .content-container .about-template, .content-container .misses-images {
    display: inherit;
  }
}
.content-container .misses-images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024.9px) {
  .content-container .misses-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-container .detail-template, .content-container .misses-image {
  max-width: 50%;
}
@media screen and (max-width: 767.9px) {
  .content-container .detail-template, .content-container .misses-image {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-container .detail-template p, .content-container .misses-image p {
  width: 94%;
  padding-left: 0;
}
@media screen and (max-width: 767.9px) {
  .content-container .detail-template p, .content-container .misses-image p {
    width: 100%;
  }
}
.content-container .detail-template .table-style01 td, .content-container .misses-image .table-style01 td {
  min-width: 0;
}
.content-container .detail-template .list-checked li, .content-container .misses-image .list-checked li {
  min-width: 0;
}
@media screen and (max-width: 1024.9px) {
  .content-container .misses-image {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024.9px) {
  .content-container .misses-image p {
    width: 100%;
  }
}
.content-container .table-style-02 {
  min-width: 100%;
  border-collapse: collapse;
  border: 1px solid #f2d2d2;
  margin-bottom: 16px;
}
.content-container .table-style-02 th {
  padding: 20px 10px;
  white-space: nowrap;
  background-color: #f8d4d4;
  border: 1px solid #fff;
}
.content-container .table-style-02 td {
  text-align: center;
  padding: 10px;
  background-color: #f8e8e8;
  border: 1px solid #fff;
}
.content-container .table-style-03 {
  border-collapse: collapse;
  border: 1px solid #f2d2d2;
}
@media screen and (max-width: 735.9px) {
  .content-container .table-style-03 {
    width: 100%;
  }
}
.content-container .table-style-03 th {
  padding: 20px 10px;
  white-space: nowrap;
  background-color: #f8d4d4;
  border: 1px solid #fff;
}
.content-container .table-style-03 td {
  min-width: 500px;
  padding: 10px;
  background-color: #f8e8e8;
  border: 1px solid #fff;
}
@media screen and (max-width: 735.9px) {
  .content-container .table-style-03 td {
    min-width: 70%;
  }
}

/* １：１：１の３カラム */
.grid-column3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .grid-column3 {
    display: inherit;
  }
}

.grid-column-3division {
  width: 32.6%;
}
@media screen and (max-width: 767.9px) {
  .grid-column-3division {
    width: 100%;
  }
}
.grid-column-3division .table-style-01 td {
  min-width: 0;
}
.grid-column-3division:nth-child(1) {
  margin-right: 1%;
}
.grid-column-3division:nth-child(2) {
  margin-right: 1%;
}

.album-navi-sidebar-container {
  max-width: 260px;
  width: 22%;
  height: 100%;
  padding: 10px 0 0;
  position: sticky;
  top: 0;
  background-color: #fff;
}
@media screen and (max-width: 767.9px) {
  .album-navi-sidebar-container {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.album-navi-sidebar-container .album-navi-home-button {
  position: relative;
}
.album-navi-sidebar-container .album-navi-home-button::after {
  content: "";
  border-top: solid 2px #da3c37;
  border-right: solid 2px #da3c37;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .album-navi-home-button:hover::after {
  left: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .album-navi-home-button a {
  padding: 16px 0 16px 16px;
  font-weight: bold;
  display: block;
}
.album-navi-sidebar-container .article-box {
  display: none;
}
.album-navi-sidebar-container .opened .article-box {
  display: block;
  -webkit-animation: show 0.2s linear 0s;
          animation: show 0.2s linear 0s;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items {
  margin: 10px 0;
  line-height: 0;
  position: relative;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items:after {
  content: "";
  border-top: solid 2px #da3c37;
  border-right: solid 2px #da3c37;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items.current a {
  background-color: #fff1ef;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items.current:after {
  content: none;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items a {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 1.3em;
  background-color: #fff;
  color: #333;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items a:hover {
  background-color: #fff1ef;
}
.album-navi-sidebar-container .opened .article-box .sidebar-article-items p {
  text-align: center;
}
.album-navi-sidebar-container .album-navi-sidebar-header {
  line-height: 100%;
  height: 100%;
  padding: 12px 0 10px 15px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .album-navi-sidebar-container .album-navi-sidebar-header {
    width: 100%;
  }
}
.album-navi-sidebar-container .album-navi-sidebar-header::after {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .album-navi-sidebar-header:hover::after {
  right: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .opened .album-navi-sidebar-header::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.album-navi-sidebar-container .category.maker .album-navi-sidebar-header {
  background-color: #f19ec2;
}
.album-navi-sidebar-container .category.planning .album-navi-sidebar-header {
  background-color: #ec6941;
}
.album-navi-sidebar-container .category.photograph .album-navi-sidebar-header {
  background-color: #ff9111;
}
.album-navi-sidebar-container .category.gather .album-navi-sidebar-header {
  background-color: #ffbf00;
}
.album-navi-sidebar-container .category.making .album-navi-sidebar-header {
  background-color: #b3d465;
}
.album-navi-sidebar-container .category.sending .album-navi-sidebar-header {
  background-color: #32B174;
}
.album-navi-sidebar-container .category.receive .album-navi-sidebar-header {
  background-color: #7ecef4;
}

/* ページ遷移ボタンの設定 */
.btn-go-to-lineup {
  margin-top: 20px;
}
.btn-go-to-lineup a {
  width: 100%;
  min-width: 300px;
  display: inline-block;
  color: #fff;
  background: #E35346;
  border: #fff 1px solid;
  border-radius: 30px;
  padding: 1em 0;
  position: relative;
  z-index: 2;
}
.btn-go-to-lineup:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.btn-go-to-lineup a {
  text-decoration: none !important;
  background: #fff !important;
}
.btn-go-to-lineup 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;
}

/* ダウンロードボタンの設定 */
.app-download {
  border-radius: 4pxflex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}
.app-download img {
  width: 100%;
  border: none;
  margin-bottom: 0;
  margin-left: 0;
}
.app-download .app-store {
  width: 136px;
}
@media screen and (max-width: 767.9px) {
  .app-download .app-store {
    width: 44%;
    margin-right: 2%;
  }
}
.app-download .google-play {
  width: 169px;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play {
    width: 54%;
  }
}
.app-download .google-play .grid {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.app-download .google-play .grid .link-area {
  margin: 10px auto 0;
}
.app-download .google-play .grid .link-area a {
  margin: 0;
  padding: 1rem 2rem;
}
.app-download .google-play .grid-item {
  width: 46%;
  height: auto;
  min-height: 220px;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item {
    width: 100%;
    margin-bottom: 2em;
  }
}
.app-download .google-play .grid-item p {
  font-weight: normal;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item p {
    width: 98%;
    line-height: 150%;
  }
}
.app-download .google-play .grid-item .link-area a {
  margin: 0;
  padding: 1rem 2.2rem;
}
.app-download .google-play .grid-item-child {
  padding: 1rem 2rem;
}
.app-download .google-play .grid-item.illustrator {
  border: 1px solid #E69D1F;
}
.app-download .google-play .grid-item.illustrator h4 {
  width: 100%;
  color: #fff;
  padding: 1.5rem 3rem;
  margin: 0;
  border: 0;
  border-radius: 8px 8px 0 0;
  background-color: #E69D1F;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.illustrator h4 {
    padding: 0.5em;
  }
}
.app-download .google-play .grid-item.illustrator .link-area.icon-ai a {
  position: relative;
  color: #666;
  background-color: #fff;
  max-width: 600px;
  border-radius: 20px;
  text-align: left;
  border: 1px solid #D3D3D3;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.illustrator .link-area.icon-ai a {
    margin: 0 auto;
    padding-left: 10% !important;
  }
}
.app-download .google-play .grid-item.illustrator .link-area.icon-ai a:hover {
  background-color: #fff1ef;
  color: #D7250C;
  border: 1px solid #f4f4f4;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -moz-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
}
.app-download .google-play .grid-item.illustrator .link-area.icon-ai a:before {
  content: "";
  width: 47px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background: url(../img/icon/icon_ai.png) no-repeat;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.illustrator .link-area.icon-ai a:before {
    position: inherit !important;
    left: 0% !important;
  }
}
.app-download .google-play .grid-item.photoshop {
  border: 1px solid #56ADE4;
}
.app-download .google-play .grid-item.photoshop h4 {
  width: 100%;
  color: #fff;
  padding: 1.5rem 3rem;
  margin: 0;
  border: 0;
  border-radius: 8px 8px 0 0;
  background-color: #56ADE4;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.photoshop h4 {
    padding: 0.5em;
  }
}
.app-download .google-play .grid-item.photoshop .link-area.icon-ps a {
  position: relative;
  color: #666;
  background-color: #fff;
  max-width: 600px;
  border-radius: 20px;
  text-align: left;
  border: 1px solid #D3D3D3;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.photoshop .link-area.icon-ps a {
    margin: 0 auto;
    padding-left: 10% !important;
  }
}
.app-download .google-play .grid-item.photoshop .link-area.icon-ps a:hover {
  background-color: #fff1ef;
  color: #D7250C;
  border: 1px solid #f4f4f4;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -moz-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
}
.app-download .google-play .grid-item.photoshop .link-area.icon-ps a:before {
  content: "";
  width: 47px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background: url(../img/icon/icon_ps.png) no-repeat;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .grid-item.photoshop .link-area.icon-ps a:before {
    position: inherit !important;
    left: 0% !important;
  }
}
.app-download .google-play .link-area.icon-pdf {
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .link-area.icon-pdf {
    width: 96%;
  }
}
.app-download .google-play .link-area.icon-pdf a {
  position: relative;
  color: #666;
  background-color: #fff;
  max-width: 600px;
  border-radius: 20px;
  text-align: left;
  border: 1px solid #D3D3D3;
  padding-left: 14%;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .link-area.icon-pdf a {
    margin: 0 auto;
    padding-left: 32%;
  }
}
.app-download .google-play .link-area.icon-pdf a:hover {
  background-color: #fff1ef;
  color: #D7250C;
  border: 1px solid #f4f4f4;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
  -moz-box-shadow: 0px 0px 6px rgba(255, 241, 239, 0.2);
}
.app-download .google-play .link-area.icon-pdf a:before {
  content: "";
  width: 47px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background: url(../img/icon/icon_pdf.png) no-repeat;
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .link-area.icon-pdf a:before {
    position: absolute;
    left: 15%;
  }
}
@media screen and (max-width: 767.9px) {
  .app-download .google-play .link-area.icon-pdf a span.dBlock {
    display: block;
  }
}

.gnav-child-contact-container {
  display: none;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .gnav-child-contact-container {
    display: block;
  }
}
.gnav-child-contact-container .gnav-contact-message {
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  border-bottom: 7px solid yellow;
  width: 80%;
  max-width: 300px;
  margin: 0 auto 24px;
}
.gnav-child-contact-container p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.gnav-child-contact-container .gnav-child-contact-box {
  width: 90%;
  margin: 0 auto;
  padding-top: 5px;
}
.gnav-child-contact-container .gnav-child-contact-box a {
  display: block;
  line-height: 1.2em;
  color: #d7250c;
  font-size: 14px;
  padding-top: 55px;
}
.gnav-child-contact-container .gnav-child-contact-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gnav-child-contact-container .gnav-child-contact-box ul li:nth-child(1) {
  width: 48%;
  height: 100px;
  margin-right: 4%;
  margin-bottom: 4%;
  border-radius: 4px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  border: 1px solid #d7250c;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.gnav-child-contact-container .gnav-child-contact-box ul li:nth-child(1) a:before {
  content: " ";
  display: block;
  background: url(../img/header/ico_contact_mail_sp.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav-child-contact-container .gnav-child-contact-box ul li:nth-child(2) {
  width: 48%;
  height: 100px;
  margin: 0;
  border-radius: 4px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  border: 1px solid #d7250c;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.gnav-child-contact-container .gnav-child-contact-box ul li:nth-child(2) a:before {
  content: " ";
  display: block;
  background: url(../img/header/ico_contact_tel_sp.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav-child-contact-container .tel-number {
  color: #d7250c;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
.gnav-child-contact-container .tel-supplement {
  font-size: 9px;
  color: #444;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav-child-contact-container .icon-list-box {
  text-align: center;
  padding-top: 10px;
  max-width: 500px;
  margin: 0 auto;
}
.gnav-child-contact-container .icon-list-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.gnav-child-contact-container .icon-list-box ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 13%;
}
.gnav-child-contact-container .icon-list-box ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.button-contact-line {
  width: 90%;
  height: 50px;
  margin: 0px auto;
  border-radius: 4px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #02b902;
}
.button-contact-line a {
  display: block;
  line-height: 48px;
  color: #FFF;
}
.button-contact-line a::before {
  content: " ";
  display: block;
  background: url(../img/header/ico_contact_line_sp.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: auto;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 12px;
  margin: auto;
}

.bg-footer {
  width: 100%;
  min-height: 622px;
  max-height: 918px;
  margin-top: -4.2vw;
  margin-bottom: 13.1vw;
  position: relative;
}
.bg-footer img {
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .bg-footer {
    margin-top: -80px;
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 767.9px) {
  .bg-footer {
    padding-bottom: 20.8vw;
    margin-top: -10vw;
  }
}

.footer-wrapper {
  width: 66.666666vw;
  min-width: 606.219px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 1921px) {
  .footer-wrapper {
    width: 1280px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-wrapper {
    width: 100%;
    min-width: auto;
    top: 8vw;
  }
}

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

.footer-about {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1.5625vw;
  border-right: #ddd 1px solid;
  margin-right: 2.0834vw;
}
@media screen and (min-width: 1921px) {
  .footer-about {
    padding-right: 30px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-about {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}

.footer-logo-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .footer-logo-wrapper {
    width: 345px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-logo-wrapper {
    margin-bottom: 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: 767.9px) {
  .logo-yumephoto {
    width: 38vw;
  }
}

.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: 767.9px) {
  .footer-tel-contact-wrapper {
    width: 59vw;
    margin: 5vw auto;
  }
}
.footer-tel-contact-wrapper .btn-freedial {
  width: 100%;
}
.footer-tel-contact-wrapper .btn-freedial .freedial {
  width: 100%;
}
.footer-tel-contact-wrapper .btn-freedial .freedial a {
  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;
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial a img {
  width: 22.4%;
  padding-right: 3.2%;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a img {
    width: 78px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a img {
    width: 14%;
  }
}
.footer-tel-contact-wrapper .btn-freedial .freedial a p {
  font-size: 2.1vw;
  font-weight: 900;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-freedial .freedial a p {
    font-size: 7.3vw;
  }
}
.footer-tel-contact-wrapper .business-hours {
  font-size: 1vw;
  font-weight: 900;
  white-space: nowrap;
  padding-left: 24%;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .business-hours {
    font-size: 3vw;
    padding-left: 17%;
  }
}
.footer-tel-contact-wrapper .btn-web {
  width: 13.6vw;
  text-align: center;
  margin-top: 1.5vw;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 260px;
  }
}
@media screen and (max-width: 1280.9px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 90%;
  }
}
@media screen and (max-width: 1024.9px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-web {
    width: 59vw;
    margin: 9% auto;
  }
}
.footer-tel-contact-wrapper .btn-web a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #d7250c;
  border: #fff 1px solid;
  border-radius: 50px;
  z-index: 2;
}
.footer-tel-contact-wrapper .btn-web a p {
  width: 100%;
  font-size: 0.8vw;
  font-weight: 500;
  padding: 6% 0;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-web a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-web a p {
    font-size: 4vw;
  }
}
.footer-tel-contact-wrapper .btn-web a img {
  width: 1.9vw;
  padding-right: 4%;
  vertical-align: middle;
}
@media screen and (min-width: 1921px) {
  .footer-tel-contact-wrapper .btn-web a img {
    width: 36.48px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer-tel-contact-wrapper .btn-web a img {
    width: 7vw;
  }
}

.address {
  width: 85%;
  font-size: 0.7vw;
  font-weight: 900;
  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: 767.9px) {
  .address {
    width: 53vw;
    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: 767.9px) {
  .sns-and-privacy {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.privacy-mark {
  width: 100%;
  padding: 35% 63.25% 25% 3%;
}
@media screen and (max-width: 767.9px) {
  .privacy-mark {
    width: 54px;
    margin: 0 auto;
    padding: 0;
  }
  .privacy-mark img {
    vertical-align: middle;
  }
}
footer .btn-line {
  width: 13.6vw;
  text-align: center;
  margin-top: 1.5vw;
}
@media screen and (min-width: 1921px) {
  footer .btn-line {
    width: 260px;
  }
}
@media screen and (max-width: 1280.9px) {
  footer .btn-line {
    width: 90%;
  }
}
@media screen and (max-width: 1024.9px) {
  footer .btn-line {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  footer .btn-line {
    width: 59vw;
    margin: 9% auto;
  }
}
footer .btn-line a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #02b902;
  border: #fff 1px solid;
  border-radius: 50px;
  z-index: 2;
}
footer .btn-line a p {
  width: 100%;
  font-size: 0.8vw;
  font-weight: 500;
  padding: 6% 0;
}
@media screen and (min-width: 1921px) {
  footer .btn-line a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  footer .btn-line a p {
    font-size: 4vw;
  }
}
footer .btn-line a img {
  width: 1.9vw;
  padding-right: 4%;
  vertical-align: middle;
}
@media screen and (min-width: 1921px) {
  footer .btn-line a img {
    width: 36.48px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  footer .btn-line a img {
    width: 8vw;
  }
}

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

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

.footer-map {
  width: 69%;
  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: 767.9px) {
  .footer-map {
    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 {
  width: 100%;
  max-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.826%;
}

.title-category-icon {
  width: 9%;
  margin-right: 4%;
}

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

.category-detail-wrapper {
  width: 100%;
}

.title-category-detail {
  font-size: 1vw;
  font-weight: 900;
  margin-top: 13.653%;
}
@media screen and (min-width: 1921px) {
  .title-category-detail {
    font-size: 19px;
  }
}

.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;
}

.service-list:first-child, .about-yume-list:first-child, .useful-contents-list:first-child, .for-user-list:first-child {
  margin-top: 6.826%;
}

.footer-page-item {
  width: 100%;
  height: auto;
  margin: 7% 0 0 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: 15%;
  left: -6%;
}
@media screen and (min-width: 1921px) {
  .footer-page-item::before {
    width: 7px;
    height: 11px;
  }
}
.footer-page-item a {
  width: 100%;
  display: block;
  font-size: 0.8vw;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1921px) {
  .footer-page-item a {
    font-size: 16px;
    letter-spacing: initial;
  }
}
.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: 77%;
}

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

.external-site::after {
  content: "";
  width: 1.4vw;
  height: 0.9vw;
  background: url(../img/footer/ico_link-outside.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 68%;
}
@media screen and (min-width: 1921px) {
  .external-site::after {
    width: 26px;
    height: 17px;
  }
}
@media screen and (max-width: 1280.9px) {
  .external-site::after {
    left: 78%;
  }
}

.external-site-right::after {
  left: 72%;
}
@media screen and (max-width: 1280.9px) {
  .external-site-right::after {
    left: 98%;
  }
}

.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;
  }
}

div.link-area {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.album-detail-wrap,
.album-cover-wrap,
.album-hakuoshi-wrap,
.hakuoshi-lineup-wrap,
.album-page-wrap,
.special-favor-wrap,
.option-favor-wrap {
  padding: 100px 0 75px;
}
@media screen and (max-width: 1536.9px) {
  .album-detail-wrap,
  .album-cover-wrap,
  .album-hakuoshi-wrap,
  .hakuoshi-lineup-wrap,
  .album-page-wrap,
  .special-favor-wrap,
  .option-favor-wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .album-detail-wrap,
  .album-cover-wrap,
  .album-hakuoshi-wrap,
  .hakuoshi-lineup-wrap,
  .album-page-wrap,
  .special-favor-wrap,
  .option-favor-wrap {
    padding: 50px 0 10px 0;
  }
}

.section-title-container {
  text-align: center;
  margin-bottom: 60px;
}
.section-title-container div {
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 4px;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 1024.9px) {
  .section-title-container div {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.9px) {
  .section-title-container div {
    font-size: 2.6rem;
  }
}
.section-title-container div:before {
  content: "";
  width: 100%;
  height: 10px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #f0cdcc 25%, transparent 25%, transparent 50%, #f0cdcc 50%, #f0cdcc 75%, transparent 75%, transparent);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: -1;
}
.section-title-container span {
  display: block;
  font-size: 2rem;
  font-family: "Baloo", cursive;
  color: #D7250C;
  letter-spacing: 2px;
  border: none;
  margin-top: 20px;
}

.icon-underline-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1024.9px) {
  .icon-underline-title {
    font-size: 2.4rem;
  }
}
.icon-underline-title:before {
  content: " ";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: bottom;
  background: url("../img/icon/icon_midashi.png") no-repeat;
  background-size: contain;
  padding-right: 16px;
}
@media screen and (max-width: 1024.9px) {
  .icon-underline-title:before {
    width: 26px;
    height: 26px;
  }
}
.icon-underline-title:after {
  content: "";
  width: 100%;
  height: 4px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #eca6a1 25%, transparent 25%, transparent 50%, #eca6a1 50%, #eca6a1 75%, transparent 75%, transparent);
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}

.red-underline-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1536.9px) {
  .red-underline-title {
    font-size: 2.4rem;
  }
}
.red-underline-title:after {
  content: "";
  width: 100%;
  height: 4px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #eca6a1 25%, transparent 25%, transparent 50%, #eca6a1 50%, #eca6a1 75%, transparent 75%, transparent);
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}

.maru-icon-title {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1536.9px) {
  .maru-icon-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024.9px) {
  .maru-icon-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .maru-icon-title {
    font-size: 2rem;
  }
}
.maru-icon-title span {
  position: absolute;
  font-size: 1.6rem;
  color: #D7250C;
  bottom: 120%;
}
.maru-icon-title:before {
  content: " ";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: bottom;
  background: url("../img/icon/icon_midashi.png") no-repeat;
  background-size: contain;
  padding-right: 16px;
}
@media screen and (max-width: 1536.9px) {
  .maru-icon-title:before {
    width: 26px;
    height: 26px;
  }
}

.check-icon-title {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1536.9px) {
  .check-icon-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024.9px) {
  .check-icon-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .check-icon-title {
    font-size: 2rem;
  }
}
.check-icon-title:before {
  content: " ";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: baseline;
  background: url("../img/icon/icon_square-check.png") no-repeat;
  background-size: cover;
  padding-right: 16px;
}
@media screen and (max-width: 1536.9px) {
  .check-icon-title:before {
    height: 26px;
    width: 26px;
  }
}

.special-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D7250C;
  line-height: 1;
  position: relative;
  z-index: 90;
  padding: 0 10px 10px 10px;
}
@media screen and (max-width: 767.9px) {
  .special-number {
    width: 10%;
  }
}
.special-number:before {
  content: "";
  width: 100%;
  height: 6px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #eca6a1 25%, transparent 25%, transparent 50%, #eca6a1 50%, #eca6a1 75%, transparent 75%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.special-number span {
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024.9px) {
  .special-number span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .special-number span {
    font-size: 8px;
    letter-spacing: normal;
  }
}
.special-number p {
  font-size: 36px;
}
@media screen and (max-width: 1024.9px) {
  .special-number p {
    font-size: 30px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767.9px) {
  .special-number p {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

.muryo {
  display: inline-block;
  background-color: #69F188;
  padding: 4px 8px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.6rem;
  vertical-align: middle;
}

.yuryo {
  display: inline-block;
  background-color: #FF7B72;
  padding: 4px 8px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.6rem;
  vertical-align: middle;
}

.font-bold {
  font-weight: bold;
}

.maru-btn {
  width: auto;
  min-height: 70px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1024.9px) {
  .maru-btn {
    font-size: 2rem;
  }
}
.maru-btn 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;
}
.maru-btn a:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.maru-btn a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.maru-btn a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.maru-btn p {
  display: inline-block;
  position: relative;
}
.maru-btn 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;
}
.maru-btn 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;
}

.album-visual-thumbs-btn, .album-cover-thumbs-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.thumb {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.album-visual-thumbs-btn div .selected, .album-cover-thumbs-btn div .selected {
  border: 2px solid #D7250C;
}

.album-visual-wrap {
  margin: 100px 0;
}
@media screen and (max-width: 1024.9px) {
  .album-visual-wrap {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .album-visual-wrap {
    margin: 30px 0;
  }
}

.album-visual-slider {
  width: 92%;
  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;
  cursor: pointer;
  margin: 0 auto 4%;
}
@media screen and (max-width: 767.9px) {
  .album-visual-slider {
    display: inherit;
  }
}

.album-visual-slider-img {
  width: 75%;
  padding: 4% 0 4% 8%;
}
@media screen and (max-width: 767.9px) {
  .album-visual-slider-img {
    width: 100%;
    padding: 0;
  }
}

.album-visual-main {
  margin-bottom: 10px;
}
.album-visual-main .main {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #fff;
}
.album-visual-main .main:hover {
  border: 2px solid #DDD;
}
.album-visual-main .main:first-child {
  display: block;
}
.album-visual-main .main:nth-of-type(5n) {
  margin-right: 0;
}

.album-visual-text {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .album-visual-text {
    width: 100%;
    position: initial;
  }
}

.current-text {
  width: 230%;
  display: none;
  background: url("../img/bg_washi.jpg");
  opacity: 0.8;
  background-color: #fff;
  padding: 20% 20%;
  border: 1px solid #DDD;
  margin: auto 0;
  top: -30px;
  left: 5%;
  position: absolute;
}
.current-text:first-child {
  display: block;
}
@media screen and (max-width: 1024.9px) {
  .current-text {
    width: 250%;
    top: -40px;
  }
}
@media screen and (max-width: 767.9px) {
  .current-text {
    width: 100%;
    padding: 4%;
    position: initial;
  }
}
.current-text .current-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.4;
  opacity: 1;
}
@media screen and (max-width: 1024.9px) {
  .current-text .current-title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.current-text .current-content {
  opacity: 1;
  text-align: justify;
  font-size: 2rem;
}
@media screen and (max-width: 1024.9px) {
  .current-text .current-content {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.9px) {
  .current-text .current-content {
    font-size: 1.8rem;
  }
}

.sub-navi {
  margin: 4% 0;
}
.sub-navi .navi-inner {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
}

.go-to-in-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.go-to-detail-btn, .go-to-cover-btn, .go-to-page-btn, .go-to-special-btn {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  width: 33.33333%;
}

.area-name {
  color: #333;
  text-align: center;
  width: 100%;
  display: block;
  padding: 1em 0;
}
.area-name:hover {
  background-color: #ffe6e6;
}

.round-right:before {
  margin-left: 0;
}
.round-right:after {
  margin-left: 0;
}

.album-detail-box, .last-album-detail-box {
  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 4%;
}
@media screen and (max-width: 767.9px) {
  .album-detail-box, .last-album-detail-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.last-album-detail-box {
  margin-bottom: 0;
}

.album-detail-text {
  width: 48%;
  margin: 0 2%;
}
@media screen and (max-width: 1024.9px) {
  .album-detail-text {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .album-detail-text {
    width: 100%;
    margin-left: 0;
    padding: 5%;
  }
}

.album-detail-img {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
}
@media screen and (max-width: 1024.9px) {
  .album-detail-img {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .album-detail-img {
    width: 100%;
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.album-detail-img .img-flex {
  width: 50%;
  margin-left: 2%;
}
.album-detail-img .img-flex:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .album-detail-img .img-flex {
    width: 100%;
  }
}

.album-cover-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10%;
}
@media screen and (max-width: 767.9px) {
  .album-cover-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.album-cover-img {
  width: 45%;
  margin: 0 2% 0 6%;
}
@media screen and (max-width: 767.9px) {
  .album-cover-img {
    margin: 0 auto;
  }
}

.print-cover-main, .picture-cover-main, .vinyl-cover-main, .nuno-cover-main {
  display: none;
}
.print-cover-main:first-child, .picture-cover-main:first-child, .vinyl-cover-main:first-child, .nuno-cover-main:first-child {
  display: block;
}

.album-cover-text {
  width: 55%;
  margin-right: 6%;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .album-cover-text {
    width: 100%;
    padding: 5%;
  }
}

.icon-underline-title span {
  font-size: 1.6rem;
  color: #D7250C;
  position: absolute;
  bottom: 110%;
}

.cover-price {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 20px 0;
  margin: 20px 0;
}

#albumHakuoshiWrap {
  width: 95%;
  background-color: #F4F4F4;
  margin: 0 auto;
}

.album-hakuoshi-about {
  margin-bottom: 4%;
}

.hakuoshi-option-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
}
@media screen and (max-width: 767.9px) {
  .hakuoshi-option-box {
    display: inherit;
  }
}

.hakuoshi-about-text {
  width: 50%;
  padding: 0 2% 0 6%;
  margin-top: 20px;
}
@media screen and (max-width: 1536.9px) {
  .hakuoshi-about-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .hakuoshi-about-text {
    width: 100%;
    padding: 5%;
    margin: 0;
  }
}

.hakuoshi-about-img {
  width: 50%;
  padding: 0 4% 0 2%;
}
@media screen and (max-width: 767.9px) {
  .hakuoshi-about-img {
    width: 100%;
    padding: 10%;
    margin: 0;
  }
}

.red-underline-title {
  text-align: center;
}

.hakuoshi-about-text h2 {
  margin-bottom: 4%;
}

.hakuoshi-lineup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2%;
}
@media screen and (max-width: 767.9px) {
  .hakuoshi-lineup-wrap {
    display: inherit;
  }
}

.attention {
  color: #BE5652;
}

.hakuoshi-lineup-box {
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 767.9px) {
  .hakuoshi-lineup-box {
    width: 100%;
    padding: 5%;
    margin: 0;
  }
}
.hakuoshi-lineup-box:first-child {
  margin-left: 0;
}
.hakuoshi-lineup-box .img-wrap {
  margin-top: 4%;
  margin-bottom: 4%;
}
.hakuoshi-lineup-box .hakuoshi-price {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 20px 0;
  margin: 20px 0;
}

.maru-btn {
  margin-bottom: 30px;
}

.simple-maru-btn {
  margin-top: 20px;
}
.simple-maru-btn a {
  width: 100%;
  min-width: 300px;
  display: inline-block;
  color: #fff;
  background: #E35346;
  border: #fff 1px solid;
  border-radius: 30px;
  padding: 1em 0;
  position: relative;
  z-index: 2;
}
.simple-maru-btn:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.simple-maru-btn .arrow::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;
}
.simple-maru-btn .fa {
  position: absolute;
  height: 40%;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

.page-slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #FFF;
  border: 1px solid #D5D5D5;
  padding: 2%;
  width: 90%;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 1536.9px) {
  .page-slider-box {
    width: 94%;
  }
}
@media screen and (max-width: 767.9px) {
  .page-slider-box {
    display: inherit;
  }
}
.page-slider-box .img-wrap {
  width: 48%;
}
@media screen and (max-width: 767.9px) {
  .page-slider-box .img-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-slider-box .page-detail {
  width: 48%;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .page-slider-box .page-detail {
    width: 100%;
    padding: 5%;
    margin: 0;
  }
}

.new-line {
  margin-top: 10px;
}

.page-price {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 20px 0;
  margin: 20px 0;
}
@media screen and (max-width: 1536.9px) {
  .page-price {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767.9px) {
  .page-price {
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 1536.9px) {
  .page-price .img-wrap {
    width: 48%;
  }
}

.special-box {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto 4%;
}
@media screen and (max-width: 767.9px) {
  .special-box {
    display: inherit;
  }
}

.special-img {
  width: 40%;
}
@media screen and (max-width: 767.9px) {
  .special-img {
    width: 100%;
    padding: 5%;
  }
}

.special-text {
  width: 56%;
  text-align: left;
  padding-left: 4%;
}
@media screen and (max-width: 767.9px) {
  .special-text {
    width: 100%;
    padding: 0 5%;
  }
}

.special-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .special-header {
    margin: 10px 0 20px 0;
  }
}

.special-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 24px;
}
@media screen and (max-width: 767.9px) {
  .special-content {
    width: 65%;
  }
}

.option-favor-wrap {
  background-color: #F4F4F4;
  padding: 64px 30px;
}
@media screen and (max-width: 767.9px) {
  .option-favor-wrap {
    padding-bottom: 50px;
  }
}

.option-list-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .option-list-container {
    width: 100%;
    padding: 5% 5% 0 5%;
  }
}

.option-list-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2%;
  margin-top: 4%;
}
.option-list-box:nth-of-type(even) {
  padding-right: 0;
  padding-left: 2%;
}
@media screen and (max-width: 767.9px) {
  .option-list-box {
    width: 100%;
    margin: 2% 0 6%;
  }
  .option-list-box:nth-of-type(even) {
    padding-right: 2%;
    padding-left: 0;
  }
}
.option-list-box p {
  line-height: 1.6;
}

.child-navi-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.go-to-make-btn, .go-to-gallery-btn, .go-to-overture-btn {
  width: auto;
  min-height: 70px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1024.9px) {
  .go-to-make-btn, .go-to-gallery-btn, .go-to-overture-btn {
    font-size: 2rem;
  }
}
.go-to-make-btn a, .go-to-gallery-btn a, .go-to-overture-btn 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;
}
.go-to-make-btn a:hover, .go-to-gallery-btn a:hover, .go-to-overture-btn a:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.go-to-make-btn a:hover:after, .go-to-gallery-btn a:hover:after, .go-to-overture-btn a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.go-to-make-btn a:hover:after, .go-to-gallery-btn a:hover:after, .go-to-overture-btn a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.go-to-make-btn p, .go-to-gallery-btn p, .go-to-overture-btn p {
  display: inline-block;
  position: relative;
}
.go-to-make-btn p:before, .go-to-gallery-btn p:before, .go-to-overture-btn 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;
}
.go-to-make-btn a::after, .go-to-gallery-btn a::after, .go-to-overture-btn 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;
}

.go-to-make-btn, .go-to-gallery-btn, .go-to-overture-btn {
  width: auto;
  min-height: 70px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 1024.9px) {
  .go-to-make-btn, .go-to-gallery-btn, .go-to-overture-btn {
    font-size: 2rem;
  }
}
.go-to-make-btn a, .go-to-gallery-btn a, .go-to-overture-btn 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;
}
.go-to-make-btn a:hover, .go-to-gallery-btn a:hover, .go-to-overture-btn a:hover {
  background-color: #da4e41;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.go-to-make-btn a:hover:after, .go-to-gallery-btn a:hover:after, .go-to-overture-btn a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.go-to-make-btn a:hover:after, .go-to-gallery-btn a:hover:after, .go-to-overture-btn a:hover:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  right: 6%;
}
.go-to-make-btn p, .go-to-gallery-btn p, .go-to-overture-btn p {
  display: inline-block;
  position: relative;
}
.go-to-make-btn p:before, .go-to-gallery-btn p:before, .go-to-overture-btn 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;
}
/*# sourceMappingURL=album.css.map */