@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.font-teko {
  font-family: "Teko", sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    position: static !important;
    top: auto !important;
  }

  .container {
    min-width: 1260px;
    padding-top: 100px;
  }

  .wrapper {
    width: 1026px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .wrap-button-menu {
    width: 714px;
    margin: 0 auto;
    position: relative;
  }

  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .overlay.is-show {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }

  .header-inner {
    line-height: 1.4;
    padding: 28px 0 34px;
    height: 100px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 1260px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
  }
  .header-inner.is-fixed {
    position: fixed;
    animation: header-fixed 0.3s ease 0s 1 normal forwards;
  }
  .header-inner .wrapper {
    width: 1024px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 98px;
  }
  .header-inner .button-menu {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/common/btn_menu.png) no-repeat center center/20px auto;
    right: 42px;
    top: 2px;
    cursor: pointer;
  }

  .header-left,
  .header-right {
    display: flex;
    align-items: center;
  }

  .header-left {
    width: 306px;
  }

  .header-text {
    font-size: 10px;
    line-height: 1.4;
    padding-left: 8px;
    letter-spacing: -0.025em;
  }

  .header-logo {
    display: block;
    width: 86px;
  }
  .header-logo a {
    display: block;
  }

  .header-contact {
    display: block;
    font-size: 12px;
    background: #ff8200;
    color: #fff;
    position: relative;
    padding: 5px 24px;
    border-radius: 4px;
    margin-top: 4px;
    transition: background 0.26s ease;
  }
  .header-contact:hover {
    background: #000;
  }
  .header-contact:before,
  .header-contact:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: no-repeat center center/100% auto;
  }
  .header-contact:before {
    width: 15px;
    height: 12px;
    left: 6px;
    background-image: url(../img/common/icon_email.png);
  }
  .header-contact:after {
    width: 14px;
    height: 14px;
    right: 8px;
    background-image: url(../img/common/icon_arrow_01.svg);
  }

  .header-tel {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 4px;
    margin-left: 6px;
  }
  .header-tel span {
    display: block;
  }
  .header-tel .icon-tel {
    background: url(../img/common/icon_tel.png) no-repeat 0 center/10px auto;
    padding-left: 12px;
  }
  .header-tel .header-time {
    font-size: 10px;
  }

  .header-menu {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2px;
  }
  .header-menu a {
    display: block;
    transition: color 0.26s ease;
  }
  .header-menu a:hover {
    color: #ff8200;
  }
  .header-menu > li {
    position: relative;
    padding: 0 5px 0 4px;
  }
  .header-menu > li:not(:last-child):after {
    content: "";
    width: 1px;
    top: 2px;
    bottom: 1px;
    background: #b2b2b2;
    position: absolute;
    right: 0;
  }
  .header-menu .icon-home {
    width: 15px;
    height: 15px;
    background: url(../img/common/icon_home.png) no-repeat 0 0/100% auto;
  }
  .header-menu .icon-home:hover {
    background-position: 0 bottom;
  }

  .navigation-sm {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes header-fixed {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media print, (min-width: 768px) {
  .navigation-md {
    background: rgba(0, 0, 20, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1260px;
    color: #fff;
    padding: 92px 0 89px;
    max-height: 490px;
    overflow-y: auto;
    line-height: 1.5;
    z-index: 9999;
    width: 100%;
    display: none;
  }
  .navigation-md a {
    color: #fff;
  }
  .navigation-md .navigation-inner {
    width: 714px;
    margin: 0 auto;
    display: flex;
    padding-left: 6px;
    position: relative;
  }
  .navigation-md .column:nth-child(1) {
    width: 273px;
    padding-left: 18px;
  }
  .navigation-md .column:nth-child(1) .title-text {
    margin-left: -2px;
  }
  .navigation-md .column:nth-child(2) {
    width: 255px;
  }
  .navigation-md .column:nth-child(3) {
    width: 180px;
  }
  .navigation-md .text-home {
    position: relative;
    display: inline-block;
  }
  .navigation-md .text-home:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: -16px;
    top: 9px;
  }
  .navigation-md .title-text {
    font-size: 18px;
    font-weight: 900;
    display: block;
    margin-bottom: 8px;
  }
  .navigation-md .navigation-list {
    font-size: 16px;
  }
  .navigation-md .navigation-list > li {
    margin-bottom: 10px;
  }
  .navigation-md .navigation-list a {
    display: inline-block;
    transition: color 0.26s ease;
    position: relative;
    padding-left: 14px;
  }
  .navigation-md .navigation-list a:before {
    content: "-";
    position: absolute;
    left: 5px;
    top: 0;
  }
  .navigation-md .navigation-list a:hover {
    color: #ff8200;
  }
  .navigation-md .navigation-list .icon-blank:after {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/common/icon_blank_01.png) no-repeat 0 0/100% auto;
    margin-left: 6px;
  }
  .navigation-md .button-system {
    background: #fff;
    border-radius: 10px;
    display: block;
    min-height: 54px;
    padding: 3px 42px 1px 10px;
    position: relative;
    color: #000;
    transition: background 0.26s ease;
  }
  .navigation-md .button-system:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .navigation-md .button-system > span {
    display: block;
    line-height: 1.2;
  }
  .navigation-md .button-system:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: no-repeat center center/100% auto;
  }
  .navigation-md .button-email {
    font-size: 10px;
    font-weight: 500;
    margin-top: 16px;
    padding-top: 14px;
  }
  .navigation-md .button-email .text-large {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
  }
  .navigation-md .button-email:after {
    background-image: url(../img/common/icon_email_01.png);
  }
  .navigation-md .button-tel {
    margin-top: 10px;
  }
  .navigation-md .button-tel:after {
    background-image: url(../img/common/icon_tel_01.png);
  }
  .navigation-md .button-tel .text,
  .navigation-md .button-tel .tel {
    font-weight: bold;
  }
  .navigation-md .button-tel .text {
    font-size: 11px;
  }
  .navigation-md .button-tel .tel {
    font-size: 18px;
  }
  .navigation-md .button-tel .time {
    font-size: 10px;
  }
  .navigation-md .list-social {
    display: flex;
    justify-content: center;
    margin: 10px 0 5px 13px;
  }
  .navigation-md .list-social > li {
    margin-right: 13px;
  }
  .navigation-md .list-social a {
    background: no-repeat 0 0/100% auto;
    display: block;
    height: 32px;
    width: 32px;
  }
  .navigation-md .list-social a:hover {
    background-position: 0 bottom;
  }
  .navigation-md .list-social .icon-line {
    background-image: url(../img/common/icon_line.png);
    width: 35px;
  }
  .navigation-md .list-social .icon-instagram {
    background-image: url(../img/common/icon_instagram.png);
  }
  .navigation-md .list-social .icon-facebook {
    background-image: url(../img/common/icon_facebook.png);
  }
  .navigation-md .list-social .icon-youtube {
    width: 38px;
    background-image: url(../img/common/icon_youtube.png);
  }
  .navigation-md .list-link {
    font-size: 12px;
    line-height: 1.67;
  }
  .navigation-md .list-link a {
    transition: color 0.26s ease;
  }
  .navigation-md .list-link a:hover {
    color: #ff8200;
  }
  .navigation-md .list-link a span.is-english {
    margin-right: 3px;
  }
  .navigation-md .button-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/common/btn_close.png) no-repeat center center/20px auto;
    right: -115px;
    top: -62px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  header .wrapper {
    padding: 0;
  }
  header .button-menu {
    position: fixed;
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    right: 0.18rem;
    z-index: 88;
    background: url(../img/common/sp/btn_menu.png) no-repeat center center/0.86rem auto;
  }

  .navigation-md {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }

  .navigation-sm {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: none;
    overflow-y: auto;
  }
  .navigation-sm .logo {
    width: 2.11rem;
    display: block;
    margin-bottom: 0.46rem;
  }
  .navigation-sm .logo img {
    width: 100%;
  }
  .navigation-sm .button-close {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: url(../img/common/sp/btn_close.png) no-repeat center center/0.38rem auto;
    right: 0.16rem;
    top: 0.14rem;
    cursor: pointer;
  }
  .navigation-sm .navigation-inner {
    padding: 0.2rem 0.5rem 0.8rem;
  }
  .navigation-sm .navigation-row {
    margin-bottom: 0.44rem;
  }
  .navigation-sm .navigation-title {
    overflow: hidden;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.14rem;
  }
  .navigation-sm .navigation-title > span {
    display: inline-block;
    position: relative;
  }
  .navigation-sm .navigation-title > span:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 7.5rem;
    background: #000;
    height: 1px;
    top: 50%;
    margin-left: 0.2rem;
  }
  .navigation-sm .navigation-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.28rem;
  }
  .navigation-sm .navigation-list > li {
    width: 50%;
    margin-bottom: 0.18rem;
  }
  .navigation-sm .navigation-list a {
    display: block;
    position: relative;
    padding-left: 0.7em;
  }
  .navigation-sm .navigation-list a:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }
  .navigation-sm .navigation-contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0.6rem -0.04rem 0;
  }
  .navigation-sm .navigation-contact > li {
    width: 50%;
    padding: 0 0.04rem;
  }
  .navigation-sm .button-system {
    background: #fff;
    border-radius: 0.15rem;
    display: block;
    min-height: 0.96rem;
    padding: 0.12rem 0.8rem 0.02rem 0.18rem;
    position: relative;
    color: #000;
    border: 1px solid #b2b2b2;
  }
  .navigation-sm .button-system > span {
    display: block;
    line-height: 1.2;
    white-space: nowrap;
  }
  .navigation-sm .button-system:after {
    content: "";
    position: absolute;
    right: 0.05rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.66rem;
    height: 0.66rem;
    background: no-repeat center center/100% auto;
  }
  .navigation-sm .button-email {
    font-size: 0.18rem;
    font-weight: 500;
    padding-top: 0.22rem;
  }
  .navigation-sm .button-email .text-large {
    font-size: 0.22rem;
    font-weight: bold;
    margin-top: 0.04rem;
    letter-spacing: -0.02em;
  }
  .navigation-sm .button-email:after {
    background-image: url(../img/common/sp/icon_email.png);
  }
  .navigation-sm .button-tel:after {
    background-image: url(../img/common/sp/icon_tel.png);
  }
  .navigation-sm .button-tel .text,
  .navigation-sm .button-tel .tel {
    font-weight: bold;
  }
  .navigation-sm .button-tel .text {
    font-size: 0.19rem;
  }
  .navigation-sm .button-tel .tel {
    font-size: 0.32rem;
    margin-top: -0.04rem;
  }
  .navigation-sm .button-tel .time {
    font-size: 0.15rem;
    margin-top: -0.02rem;
  }
  .navigation-sm .list-social {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .navigation-sm .list-social > li {
    margin: 0 0.14rem;
  }
  .navigation-sm .list-social a {
    background: no-repeat 0 0/100% auto;
    display: block;
    height: 0.62rem;
    width: 0.62rem;
  }
  .navigation-sm .list-social a:hover {
    background-position: 0 bottom;
  }
  .navigation-sm .list-social .icon-line {
    background-image: url(../img/common/sp/icon_line.png);
    width: 0.7rem;
  }
  .navigation-sm .list-social .icon-instagram {
    background-image: url(../img/common/sp/icon_instagram.png);
  }
  .navigation-sm .list-social .icon-facebook {
    background-image: url(../img/common/sp/icon_facebook.png);
  }
  .navigation-sm .list-social .icon-youtube {
    width: 0.74rem;
    background-image: url(../img/common/sp/icon_youtube.png);
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.footer-top {
  position: relative;
}
.footer-top:before,
.footer-top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: no-repeat center/100% 100%;
  z-index: 1;
}
.footer-top .column-instagram {
  display: flex;
  align-items: center;
}
.footer-top .instagram-gallery iframe {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.footer-top .footer-button {
  border: 1px solid #808080;
  background: #fff;
  line-height: 1.36;
  display: block;
  position: relative;
}
.footer-top .footer-button:after {
  content: "";
  position: absolute;
  background: no-repeat center/100% 100%;
  top: 50%;
  transform: translateY(-50%);
}
.footer-top .footer-button > span {
  display: block;
}
.footer-top .footer-button .text {
  font-weight: bold;
}
.footer-top .footer-button .tel,
.footer-top .footer-button .tel-text {
  font-weight: bold;
}
.footer-top .banner-line {
  display: block;
}
.footer-top .footer-sns {
  display: flex;
  margin-top: 14px;
}
.footer-top .footer-sns > li {
  position: relative;
}
.footer-top .footer-sns > li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  background: #b2b2b2;
  width: 1px;
}
.footer-top .footer-sns a {
  display: block;
  background: no-repeat 0 0/100% auto;
}
.footer-top .footer-sns a:hover {
  background-position: 0 bottom;
}
.footer-top .footer-sns .icon-line {
  background-image: url(../img/common/icon_line_01.png);
}
.footer-top .footer-sns .icon-facebook {
  background-image: url(../img/common/icon_facebook_01.png);
}
.footer-top .footer-sns .icon-instagram {
  background-image: url(../img/common/icon_instagram_01.png);
}
.footer-top .footer-sns .icon-youtube {
  width: 118px;
  background-image: url(../img/common/icon_youtube_01.png);
}

@media print, (min-width: 768px) {
  .footer-top {
    padding: 77px 0 68px;
  }
  .footer-top:before,
  .footer-top:after {
    height: 71px;
  }
  .footer-top:before {
    background-image: url(../img/common/bg_footer_01.png);
    top: -56px;
  }
  .footer-top:after {
    background-image: url(../img/common/bg_footer_02.png);
    bottom: -56px;
  }
  .footer-top .footer-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
  }
  .footer-top .list-buttons {
    width: 326px;
  }
  .footer-top .list-buttons > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer-top .column-instagram {
    width: 672px;
    margin-top: -10px;
  }
  .footer-top .footer-button {
    border-radius: 10px;
    min-height: 100px;
    font-size: 14px;
    padding: 8px 90px 10px 20px;
  }
  .footer-top .footer-button:after {
    right: 10px;
    width: 68px;
    height: 68px;
  }
  .footer-top .footer-button .text {
    font-size: 20px;
  }
  .footer-top .footer-button .tel {
    font-size: 31px;
    margin-bottom: -3px;
  }
  .footer-top .footer-button .tel-text {
    font-size: 19px;
    margin-bottom: -2px;
  }
  .footer-top .footer-button.icon-computer {
    padding-top: 14px;
  }
  .footer-top .footer-button.icon-computer:after {
    background-image: url(../img/common/icon_computer_01.png);
  }
  .footer-top .footer-button.icon-computer .text {
    margin-bottom: 6px;
  }
  .footer-top .footer-button.icon-email {
    padding-top: 13px;
  }
  .footer-top .footer-button.icon-email:after {
    background-image: url(../img/common/icon_email_01.png);
  }
  .footer-top .footer-button.icon-email .text {
    margin-bottom: 5px;
  }
  .footer-top .footer-button.icon-tel:after {
    background-image: url(../img/common/icon_tel_01.png);
  }
  .footer-top .footer-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer-top .banner-line {
    width: 514px;
    margin-left: -4px;
  }
  .footer-top .column-address {
    width: 465px;
    font-size: 16px;
    line-height: 1.5625;
    padding-top: 8px;
  }
  .footer-top .address-title {
    font-weight: bold;
  }
  .footer-top .address-map {
    border: 1px solid #808080;
    display: inline-block;
    padding: 5px 20px 5px 26px;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 10px;
    transition: color 0.3s;
  }
  .footer-top .address-map:hover {
    color: #ff8200;
  }
  .footer-top .address-map span {
    position: relative;
    padding-right: 10px;
  }
  .footer-top .address-map span:before {
    content: ">";
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
  }
  .footer-top .footer-sns {
    margin-top: 14px;
  }
  .footer-top .footer-sns > li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
  .footer-top .footer-sns > li:not(:last-child):before {
    top: 5px;
    bottom: 7px;
  }
  .footer-top .footer-sns a {
    width: 30px;
    height: 30px;
  }
  .footer-top .footer-sns .icon-line {
    height: 32px;
    width: 38px;
  }
  .footer-top .footer-sns .icon-youtube {
    width: 118px;
  }
}
@media print, (min-width: 768px) and (max-width: 1920px) {
  .footer-top:before,
  .footer-top:after {
    background-position: center 0;
    background-size: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 0.88rem 0 0.34rem;
  }
  .footer-top:before,
  .footer-top:after {
    height: 0.8rem;
  }
  .footer-top:before {
    background-image: url(../img/common/sp/bg_footer_01.png);
    top: -0.4rem;
  }
  .footer-top:after {
    background-image: url(../img/common/sp/bg_footer_02.png);
    bottom: -0.4rem;
  }
  .footer-top .wrapper {
    padding: 0 0.5rem;
  }
  .footer-top .footer-row {
    margin-bottom: 1.12rem;
  }
  .footer-top .list-buttons > li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .footer-top .column-instagram {
    height: 3.7rem;
    margin: 0.8rem -0.5rem 0;
  }
  .footer-top .banner-line img {
    width: 100%;
    display: block;
  }
  .footer-top .footer-button {
    border-radius: 0.2rem;
    min-height: 2rem;
    font-size: 0.28rem;
    padding: 0.16rem 1.8rem 0.2rem 0.4rem;
  }
  .footer-top .footer-button .tel-number {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .footer-top .footer-button:after {
    right: 0.2rem;
    width: 1.34rem;
    height: 1.34rem;
  }
  .footer-top .footer-button .text {
    font-size: 0.4rem;
  }
  .footer-top .footer-button .tel {
    font-size: 0.62rem;
    margin-bottom: -0.08rem;
  }
  .footer-top .footer-button .tel-text {
    font-size: 0.38rem;
    margin-bottom: -0.04rem;
  }
  .footer-top .footer-button.icon-computer {
    padding-top: 0.28rem;
  }
  .footer-top .footer-button.icon-computer:after {
    background-image: url(../img/common/sp/icon_computer_01.png);
  }
  .footer-top .footer-button.icon-computer .text {
    margin-bottom: 0.12rem;
  }
  .footer-top .footer-button.icon-email {
    padding-top: 0.26rem;
  }
  .footer-top .footer-button.icon-email:after {
    background-image: url(../img/common/sp/icon_email_01.png);
  }
  .footer-top .footer-button.icon-email .text {
    margin-bottom: 0.1rem;
  }
  .footer-top .footer-button.icon-tel:after {
    background-image: url(../img/common/sp/icon_tel_01.png);
  }
  .footer-top .footer-sns {
    margin-top: 0.5rem;
    justify-content: center;
  }
  .footer-top .footer-sns > li:not(:last-child) {
    padding-right: 0.35rem;
    margin-right: 0.35rem;
  }
  .footer-top .footer-sns > li:not(:last-child):before {
    top: 0.1rem;
    bottom: 0.14rem;
  }
  .footer-top .footer-sns a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .footer-top .footer-sns .icon-line {
    height: 0.74rem;
    width: 0.76rem;
  }
  .footer-top .footer-sns .icon-youtube {
    width: 2.36rem;
  }
}
.instagram-gallery {
  width: 100%;
}

.column-thumb {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  padding: 0 0 0 22px;
  margin-bottom: 22px;
}

.instagram-item {
  padding: 100% 0 0;
  position: relative;
}
.instagram-item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.instagram-item a img {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 10;
  max-width: none;
}
.instagram-item a img.landscape {
  width: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.instagram-item a img.portrait {
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-middle {
  background: #ff8200;
  position: relative;
}
.footer-middle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.footer-middle .footer-title {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .footer-middle {
    padding: 140px 0 20px;
  }
  .footer-middle .footer-row {
    display: flex;
    color: #fff;
    padding-left: 5px;
    margin-bottom: 35px;
  }
  .footer-middle .footer-column {
    width: 255px;
  }
  .footer-middle .footer-title {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .footer-middle .icon-blank {
    display: inline-block;
    position: relative;
  }
  .footer-middle .icon-blank:after {
    content: "";
    margin-left: 5px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/common/icon_blank.png) no-repeat center center/100% auto;
  }

  .footer-links {
    display: block !important;
  }
  .footer-links > li {
    padding-left: 12px;
    position: relative;
    margin-bottom: 11px;
  }
  .footer-links > li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: -2px;
  }
  .footer-links > li a {
    color: #fff;
    display: inline-block;
  }
  .footer-links > li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .footer-middle {
    padding: 0.84rem 0 0.26rem;
  }
  .footer-middle .wrapper {
    padding: 0 0.5rem;
  }
  .footer-middle .footer-row {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    font-weight: bold;
    background: #fff;
  }
  .footer-middle .icon-blank-sm:after {
    content: "";
    margin-left: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    background: url(../img/common/sp/icon_blank.png) no-repeat center center/100% auto;
  }
  .footer-middle .footer-title {
    display: block;
    background: #fff;
    padding: 0.26rem 1.2rem 0.3rem 0.2rem;
    position: relative;
  }
  .footer-middle .footer-title:before,
  .footer-middle .footer-title:after {
    content: "";
    position: absolute;
  }
  .footer-middle .footer-title:before {
    width: 0.2rem;
    height: 0.21rem;
    background: url(../img/common/sp/icon_expand.png) no-repeat 0 0/100% auto;
    top: 50%;
    right: 0.4rem;
    margin-top: -0.105rem;
    z-index: 1;
  }
  .footer-middle .footer-title:after {
    background: #000;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1rem;
  }
  .footer-middle .is-active .footer-title {
    background-color: #e5e5e5;
  }
  .footer-middle .is-active .footer-title:before {
    background-position: 0 bottom;
  }
  .footer-middle .footer-column {
    border: 1px solid #000;
    border-bottom: none;
  }
  .footer-middle .footer-column:last-child {
    border-bottom: 1px solid #000;
  }

  .footer-links {
    background: #fff;
    border-top: 1px solid #000;
    display: none;
  }
  .footer-links > li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .footer-links > li a {
    color: #000;
    display: block;
    position: relative;
    padding: 0.28rem 0.42rem;
  }
  .footer-links > li a:before {
    content: "-";
    position: absolute;
    left: 0.22rem;
    top: 0.26rem;
  }
}
.footer-interview img {
  display: block;
  width: 100%;
}
.footer-interview .interview-item {
  display: flex;
  background: #fff;
  overflow: hidden;
}
.footer-interview .interview-text {
  font-weight: bold;
  line-height: 1.75;
}
.footer-interview .is-space {
  letter-spacing: -0.05em;
}
.footer-interview .button-interview {
  border: 1px solid #9f9f9f;
  font-weight: bold;
  color: #000;
  display: inline-block;
  text-align: center;
}
.footer-interview .is-text {
  color: #ff8200;
}

@media print, (min-width: 768px) {
  .footer-interview {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .footer-interview > li {
    width: 500px;
    margin: 0 0 24px 24px;
  }
  .footer-interview > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .footer-interview .interview-item {
    height: 100%;
    border-radius: 10px;
  }
  .footer-interview .interview-photo {
    width: 173px;
  }
  .footer-interview .interview-content {
    width: calc(100% - 173px);
    padding: 30px 0 15px 34px;
  }
  .footer-interview .interview-text {
    font-size: 26px;
  }
  .footer-interview .button-interview {
    border-radius: 30px;
    width: 236px;
    font-size: 19px;
    margin-top: 14px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-interview {
    margin-bottom: 0.4rem;
  }
  .footer-interview > li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .footer-interview .interview-item {
    border-radius: 0.15rem;
  }
  .footer-interview .interview-photo {
    width: 2.26rem;
  }
  .footer-interview .interview-content {
    width: calc(100% - 2.26rem);
    padding: 0.24rem 0 0.2rem 0.4rem;
  }
  .footer-interview .interview-text {
    font-size: 0.34rem;
  }
  .footer-interview .button-interview {
    border-radius: 0.7rem;
    width: 3.08rem;
    font-size: 0.24rem;
    margin-top: 0.2rem;
    padding: 0.14rem 0.1rem 0.15rem;
  }
}
.footer-banner a {
  display: block;
}
.footer-banner img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .footer-banner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px;
  }
  .footer-banner > li {
    width: 500px;
    margin: 0 0 24px 24px;
  }
  .footer-banner > li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-banner > li {
    margin-bottom: 0.5rem;
  }
}
.footer-service {
  display: flex;
  flex-wrap: wrap;
}
.footer-service a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  font-weight: bold;
  border: 3px solid #e5e5e5;
}
.footer-service .text {
  font-weight: normal;
}
.footer-service .is-space {
  letter-spacing: -0.075em;
}
.footer-service .is-space-second {
  letter-spacing: -0.05em;
}
.footer-service .is-work {
  padding-left: 0;
}

@media print, (min-width: 768px) {
  .footer-service > li {
    width: 240px;
    margin: 0 23px 30px 0;
  }
  .footer-service > li:nth-child(3n) {
    margin-right: 0;
  }
  .footer-service a {
    border-radius: 10px;
    font-size: 16px;
    padding: 7px 6px;
  }
  .footer-service .service-photo {
    width: 64px;
  }
  .footer-service .service-content {
    width: calc(100% - 64px);
  }
  .footer-service .text {
    font-size: 14px;
    line-height: 1.286;
  }
  .footer-service .is-site {
    padding-left: 0;
  }
  .footer-service .is-website {
    padding-left: 14px;
  }
  .footer-service .is-production {
    padding-left: 5px;
  }
  .footer-service .is-work {
    padding-left: 0;
  }
  .footer-service .is-project .service-photo {
    width: 82px;
  }
  .footer-service .is-project .service-content {
    width: calc(100% - 82px);
    padding-left: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-service {
    margin: 0 -0.09rem;
  }
  .footer-service > li {
    width: 50%;
    padding: 0 0.09rem;
    margin-bottom: 0.18rem;
  }
  .footer-service a {
    border-radius: 0.1rem;
    line-height: 1.31;
    font-size: 0.18rem;
    padding: 0.04rem 0.06rem;
    border-width: 1px;
  }
  .footer-service .service-photo {
    width: 0.96rem;
    flex-shrink: 0;
  }
  .footer-service img {
    width: 100%;
  }
  .footer-service .service-content {
    white-space: nowrap;
    width: calc(100% - 0.96rem);
  }
  .footer-service .is-work {
    padding-left: 0;
  }
  .footer-service .is-project .service-photo {
    width: 1.08rem;
  }
  .footer-service .is-project .service-content {
    width: calc(100% - 1.08rem);
    padding-left: 0.08rem;
  }
}
.button-top {
  z-index: 9999;
}

.footer-bottom {
  background: #000;
  color: #fff;
  position: relative;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom .footer-title {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .button-top {
    width: 20px;
    height: 76px;
    position: fixed;
    right: 122px;
    bottom: 66px;
    cursor: pointer;
    display: none;
  }
  .button-top:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/common/btn_top.png) no-repeat 0 0/100% auto;
    transition: opacity 0.26s ease;
  }
  .button-top:hover:before {
    opacity: 0.7;
  }
  .button-top.is-top-fixed {
    position: absolute;
    top: -76px;
    bottom: auto;
  }

  .footer-bottom {
    padding: 47px 0 60px;
  }
  .footer-bottom .footer-title {
    font-size: 16px;
    margin-bottom: 7px;
    padding-left: 7px;
  }

  .footer-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
  }
  .footer-list > li {
    margin-bottom: 2px;
    padding-right: 5px;
    position: relative;
    width: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer-list > li:nth-child(4n + 1) {
    width: 250px;
  }
  .footer-list a {
    padding-left: 9px;
    position: relative;
    white-space: nowrap;
    transition: color 0.26s ease;
  }
  .footer-list a:hover {
    color: #808080;
  }
  .footer-list a:before {
    content: "-";
    position: absolute;
    left: 5px;
    top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding: 0.42rem 0 1.2rem;
  }
  .footer-bottom .wrapper {
    padding: 0 0.56rem;
  }
  .footer-bottom .footer-address {
    font-size: 0.26rem;
    line-height: 1.92;
    margin: 0.12rem 0 0.44rem;
  }
  .footer-bottom .copyright {
    display: block;
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
  }
  .footer-bottom .footer-map {
    display: inline-block;
    border: 1px solid #a0a0a0;
    border-radius: 0.6rem;
    background: #fff;
    color: #000;
    margin-top: 0.1rem;
    padding: 0.06rem 0.26rem 0.08rem;
  }
}
@media only screen and (max-width: 374px) {
  .footer-bottom .copyright {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 1rem;
    background-color: #fff;
    z-index: 999;
    transition: transform 0.45s;
    transform: translateY(100%);
  }
  .footer-fixed.is-fixed {
    transform: translateY(0);
  }
  .footer-fixed img,
  .footer-fixed .detail {
    width: 100%;
  }
  .footer-fixed .detail.image {
    width: 0.96rem;
    flex-shrink: 0;
  }
  .footer-fixed .detail.image a {
    display: block;
  }
  .footer-fixed .list-items,
  .footer-fixed .list-information {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .footer-fixed .detail-information {
    width: 50%;
    padding-left: 0.27rem;
  }
  .footer-fixed .detail-information:first-child {
    border-right: 1px solid #ccc;
  }
  .footer-fixed .detail-information span {
    display: block;
  }

  .text-faq {
    font-weight: 500;
    font-size: 0.18rem;
    margin: 0.24rem 0 -0.03rem;
  }

  .form-text {
    font-size: 0.22rem;
    font-weight: 900;
  }

  .request-telephone {
    font-size: 0.2rem;
    margin: 0.08rem 0 -0.13rem;
  }

  .telephone {
    font-size: 0.32rem;
    margin-bottom: -0.08rem;
    margin-left: -0.01rem;
  }

  .request-telephone,
  .telephone {
    font-weight: bold;
  }

  .time-work {
    font-size: 0.15rem;
    margin-top: -0.08rem;
    letter-spacing: -0.09em;
    white-space: nowrap;
    margin-left: 0.02rem;
  }
}
/* MODULES
 * ----------------------------------------------- */
/* COMMON TITLE
 * ----------------------------------------------- */
.section-title {
  font-weight: 900;
  line-height: 1;
}

.common-title {
  text-align: center;
  font-weight: bold;
}

/* --------------------------------------------- */
.base-title {
  color: #ff8200;
}

.common-section-banner {
  position: relative;
  font-weight: bold;
}
.common-section-banner .page-title {
  text-align: center;
}
.common-section-banner .wrapper {
  position: relative;
}
.common-section-banner .big,
.common-section-banner .small {
  display: block;
}

.common-section-banner {
  background: #f2f2f2;
}

.round-bottom {
  background: url(../img/common/bg_round_gray_01.png) no-repeat center bottom;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 990;
}

@media print, (min-width: 768px) {
  .common-section-banner {
    padding-bottom: 60px;
  }
  .common-section-banner .page-title {
    margin-top: 50px;
  }
  .common-section-banner .big {
    margin-bottom: -8px;
    font-size: 60px;
    font-feature-settings: "palt";
  }
  .common-section-banner .small {
    font-size: 20px;
  }
  .common-section-banner .round-bottom {
    height: 50px;
  }

  .base-title {
    font-size: 50px;
  }
}
@media print, (min-width: 1900px) {
  .common-section-banner .round-bottom {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .common-section-banner {
    padding-bottom: 0.4rem;
  }
  .common-section-banner .page-title {
    padding-top: 0.8rem;
  }
  .common-section-banner .big {
    margin-bottom: -0.08rem;
    font-size: 0.6rem;
    font-feature-settings: "palt";
  }
  .common-section-banner .small {
    font-size: 0.2rem;
  }
  .common-section-banner .round-bottom {
    background-position: center top;
    background-size: cover;
    height: 0.5rem;
  }

  .base-title {
    font-size: 0.5rem;
  }
}
.primary-title {
  text-align: center;
}
.primary-title span {
  display: block;
}
.primary-title .small {
  font-weight: 500;
}
.primary-title .big {
  font-weight: 900;
}

@media print, (min-width: 768px) {
  .primary-title .small {
    font-size: 50px;
    margin-bottom: 18px;
  }
  .primary-title .big {
    font-size: 60px;
    letter-spacing: -0.07em;
  }

  .common-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-title {
    font-size: 0.5rem;
  }
  .primary-title .small {
    margin-bottom: 0.28rem;
  }
  .primary-title .big {
    letter-spacing: -0.07em;
    margin: 0 -0.25rem;
  }

  .page-title {
    padding-top: 1rem;
    font-weight: bold;
  }
  .page-title .big {
    font-size: 0.6rem;
    margin-bottom: -0.08rem;
  }
  .page-title .small {
    font-size: 0.2rem;
  }
}
@media print, (min-width: 768px) {
  .section-title {
    font-size: 130px;
    transform: translateX(-118px);
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 1.3rem;
    transform: translateX(-0.46rem);
  }
}

/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb {
  display: flex;
  color: #ff8200;
}
.breadcrumb .link-bread {
  color: #333;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    font-size: 12px;
    padding-top: 16px;
  }
  .breadcrumb li {
    margin-right: 8px;
  }
  .breadcrumb .link-bread {
    padding-right: 16px;
    background: url(../img/common/icon_breadcrumb.png) right top 7px no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.is-background {
  position: relative;
}
.is-background:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}

.mwform-button-input {
  display: block;
  margin: 0 auto;
  background: #ff8200;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
}

.button-common {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #808080;
  text-align: center;
  background-color: #fff;
  transition: color 0.3s;
}
.button-common:hover {
  color: #ff8200;
}
.button-common span {
  position: relative;
  padding-right: 10px;
}
.button-common span:before {
  content: ">";
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button-common span:before {
    top: 53%;
  }
}

.common-box-link .box-link {
  display: flex;
  border: 2px solid #000;
  background: #fff;
}
.common-box-link .box-link.related-link {
  padding: 0 !important;
}
.common-box-link .label,
.common-box-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .common-box-link .label,
  .common-box-link a {
    width: auto !important;
  }
}
.common-box-link .label {
  background: #000;
  color: #fff;
}
.common-box-link .link-mail .link-inner {
  display: inline-block;
  background: url("../img/common/icon_envelope.png") no-repeat left center;
}
.common-box-link a span:after {
  display: inline-block;
  content: ">";
  margin-left: 2px;
}
.common-box-link .related-links a,
.common-box-link .box-link a {
  transition: color 0.3s;
}
.common-box-link .related-links a:hover,
.common-box-link .box-link a:hover {
  color: #ff8200;
}

@media print, (min-width: 768px) {
  .mwform-button-input {
    width: 140px;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
    transition: opacity 0.3s;
  }
  .mwform-button-input:hover {
    opacity: 0.8;
  }

  .common-box-link {
    display: flex;
    justify-content: center;
  }
  .common-box-link .box-link {
    margin: 0 10px;
    padding: 0 33px;
  }
  .common-box-link .box-link .label,
  .common-box-link .box-link a {
    height: 56px;
  }
  .common-box-link .box-link .label {
    padding: 0 35px;
  }
  .common-box-link .box-link .link {
    padding: 0 50px;
  }
  .common-box-link .list-links {
    display: flex;
    align-items: center;
  }
  .common-box-link .list-links a {
    height: auto;
  }
  .common-box-link .list-links li + li {
    margin-left: 25px;
    line-height: 1;
  }
  .common-box-link .list-links li + li a {
    display: inline-block;
    padding-left: 25px;
    border-left: 1px solid #000;
  }
  .common-box-link .link-mail .link-inner {
    background-size: 20px auto;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .mwform-button-input {
    width: 3rem;
    height: 1rem;
    font-size: 0.36rem;
    border-radius: 0.1rem;
  }

  .common-box-link {
    margin-left: auto;
    margin-right: auto;
  }
  .common-box-link .related-link {
    margin-bottom: 0.2rem;
  }
  .common-box-link .box-link {
    flex-wrap: wrap;
  }
  .common-box-link .box-link .label,
  .common-box-link .box-link .link {
    width: 100%;
  }
  .common-box-link .box-link .label,
  .common-box-link .box-link a {
    height: 1.2rem;
    font-size: 0.32rem;
  }
  .common-box-link .box-link .link {
    font-weight: bold;
  }
  .common-box-link .link-mail .link-inner {
    background-size: 0.4rem auto;
    padding-left: 0.44rem;
  }
  .common-box-link .list-links li {
    border-bottom: 1px solid #000;
  }
  .common-box-link .list-links li:last-child {
    border-bottom: 0;
  }
  .common-box-link a span:after {
    font-weight: 400;
  }
}
/* PAGE
 * ----------------------------------------------- */
.section-manual {
  padding: 88px 0 80px;
}
.section-manual-links {
  margin-top: 30px;
  display: flex;
}
.section-manual-link {
  font-weight: 600;
  font-size: 20px;
  padding: 15px 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.section-manual-link-icon {
  fill: #000;
  display: block;
  transition: all 0.3s;
  /* position: absolute; */
  /* transform: translateY(-50%); */
}
.section-manual-link-icon.-pc {
  height: 32px;
  width: 32px;
  margin-right: 12px;
}
.section-manual-link-icon.-sp {
  height: 38px;
  width: 38px;
}
.button-common:hover .section-manual-link-icon {
  fill: #ff8200;
}
.section-manual-link:nth-child(1) {
  margin-right: 30px;
}

.post-password-form {
  padding: 40px 0;
}
.post-password-form p {
  text-align: center;
  margin-bottom: 10px;
}
.post-password-form input {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 5px;
}
.section-manual-content {
  background-color: #ff8200;
  padding: 47px 0 43px;
}
@media only screen and (max-width: 767px) {
  .post-password-form {
    padding: 30px 0;
  }
  .section-manual-content {
    padding: 0.5rem 0;
  }
  .section-manual {
    padding: 0.8rem 0 0.3rem;
    position: relative;
  }
  .section-manual-links {
    margin-top: 0.4rem;
    display: block;
  }
  .section-manual-link {
    width: 100%;
    font-size: 0.3rem;
    padding: 0.18rem 0.44rem;
    margin-left: -0.05rem;
  }
  .section-manual-link-icon.-pc {
    height: 6vw;
    width: 6vw;
    margin-right: 5px;
  }
  .section-manual-link-icon.-sp {
    height: 7vw;
    width: 7vw;
  }
  .section-manual-link:nth-child(1) {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
/*20211007*/
.section-manual-links{
justify-content: center;
}
.section-manual-movie {
    padding: 38px 0 59px;
}
.section-manual-movie .title-movie {
    margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
}
.section-manual-movie .list-movie{
	margin: 0 -12px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
border:1px solid #ccc;
}
	.section-manual-movie .item-movie-manual h3{
		text-align:center;
		text-align: center;
margin: 5px auto 15px;
background: #FFD200;
padding: 5px;
border-radius: 8px;
		font-size: 20px;
font-weight: 700;
	}
@media (min-width: 768px) {
	.section-manual-movie .item-movie-manual{
	width: calc((100% - 70px)  / 2);
		margin:30px 0;
}
}

@media only screen and (max-width: 767px) {
.section-manual-movie .list-movie{
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;

}
	.section-manual-movie .item-movie-manual{
		width;100%;
		xposition:relative;
margin-bottom: 2rem;
	}
	.section-manual-movie .item-movie-manual:not(:first-child){
				margin-top: 0.25rem;
	}
	.section-manual-movie .container-movie-manual{
	height: calc(90vw * 0.5625);
	}
	.section-manual-movie .item-movie-manual h3{
	margin: 0.2rem auto;
		position:relative;
		
	}
	.section-manual-movie .item-movie-manual:not(:first-child) h3:before{
		content:'';
		display:inline-block;
		position:absolute;
top: -1rem;
transform: translateX(-50%);
		border-style: solid;
		border-width: 0.5rem 0.5rem 0 0.5rem;
		border-color: #aac800 transparent transparent transparent;
		left:50%;

}
	.section-manual-movie .title-movie {
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
    font-weight: 700;
}

}


.section-manual-movie {
    padding: 38px 0 60px;
}
.PopNewYearHolidaySeason {
    padding: 38px 0 100px;
}
.section-popNY ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

@media (min-width: 768px) {
.section-popNY ul li{
	width:calc((100% - 20px) / 3);
	margin-bottom:20px;
	}
	.PopNewYearHolidaySeason .title-movie {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    
}
	.section-popNY{
		margin-top:30px;
	}
}
@media only screen and (max-width: 767px) {
	.section-popNY ul{
		flex-wrap:wrap;
	}
	.section-popNY ul li{
		width: calc((100% - 0.2rem) / 2);
margin-bottom: 0.2rem;
	}
	.PopNewYearHolidaySeason .title-movie{
	    margin-bottom: 0.3rem;
    font-size: 0.4rem;
    font-weight: 700;
}
	.section-popNY{
		margin-top:0.3rem;
	}
}
/*# sourceMappingURL=thoughtarrangement.css.map */
