@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form, input, button, textarea, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

header {
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: #fff;
}

header a {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.newshop_main a {
  text-decoration: none;
  color: #000;
  outline: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

img:not([width]) {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1080px) {
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

svg {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

i, em {
  font-style: normal;
}

input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #000;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  font-weight: 400;
  color: #000;
  background: #fff;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.75;
  position: relative;
  min-width: 320px;
}

a[href^="tel:"].tel-disable {
  pointer-events: none;
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1080px) {
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}

a:hover {
  color: unset;
  text-decoration: none;
}

.l-section {
  padding: 80px 0 100px;
}

.l-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-section .inner_min {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 80px 0;
  }
  .l-section .inner {
    padding: 0 20px;
  }
}

.l-header__pc {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0 20px;
}

@media screen and (max-width: 768px) {
  .l-header__pc {
    display: none;
  }
}

.l-header__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header__sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .l-header__subnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__subnav .subnav_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .l-header__subnav .subnav_logo a {
    display: block;
  }
  .l-header__subnav .subnav_logo a.shop {
    color: #0C3489;
    font-weight: bold;
    margin-left: 40px;
    font-size: 12px;
  }
  .l-header__subnav .subnav_logo a.shop span {
    display: inline-block;
    padding: 0 0 2px;
    border-bottom: 1px solid #0C3489;
    line-height: 1.5;
    transition: all 0.3s;
  }
  .l-header__subnav .subnav_logo a:hover.shop span {
    border-bottom: 1px solid #fff;
  }
  .l-header__subnav .subnav_support {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .l-header__subnav .subnav_support .c-link__inquiry {
    margin-left: 20px;
  }
  .l-header__subnav .subnav_support .search {
    margin-left: 30px;
  }
  .l-header__subnav .subnav_support .search .input-group {
    position: relative;
  }
  .l-header__subnav .subnav_support .search .input-group input {
    max-width: 400px;
    width: 100%;
    border: 1px solid #CACED6;
    border-radius: 4px;
    padding: 6px 2px 6px 10px;
    line-height: 1.5;
    font-size: 14px;
  }
  .l-header__subnav .subnav_support .search .input-group .btn_search {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px;
    background-color: transparent;
  }
  .l-header__subnav .subnav_support .search .text {
    color: #808797;
    font-weight: 500;
  }
  .l-header__globalnav {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .l-header__globalnav .globalnav_link {
    display: flex;
    align-items: center;
  }
  .l-header__globalnav .globalnav_link a {
    padding: 2px 20px;
    font-size: 14px;
    display: block;
    border-right: 1px solid #CACED6;
    line-height: 1;
    font-weight: 500;
    transition: all 0.3s;
  }
  .l-header__globalnav .globalnav_link a:first-child {
    border-left: 1px solid #CACED6;
  }
  .l-header__globalnav .globalnav_link a:hover {
    color: #808798;
  }
  .l-header__globalnav .globalnav_contact {
    margin-left: 40px;
  }
  .l-header__globalnav .globalnav_contact a {
    display: block;
    line-height: 1;
  }
  .l-header__globalnav .globalnav_contact a span {
    display: block;
  }
  .l-header__globalnav .globalnav_contact a span.tel {
    font-size: 20px;
    padding-left: 25px;
    position: relative;
  }
  .l-header__globalnav .globalnav_contact a span.tel::before {
    content: "";
    background: url(../../images/new_shop/common/icon_tel.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% + 1px));
    width: 20px;
    height: 20px;
  }
  .l-header__globalnav .globalnav_contact p {
    display: block;
    font-size: 10px;
    color: #808798;
    line-height: 1;
    margin-top: 10px;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
  }
  .l-header .tgr-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    z-index: 10000;
    background-color: transparent;
    opacity: 1;
    transition: all 0.3s;
  }
  .l-header .tgr-menu:hover {
    opacity: 1;
  }
  .l-header .tgr-menu span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #0C3489;
  }
  .l-header .tgr-menu span:nth-of-type(1) {
    top: 13px;
  }
  .l-header .tgr-menu span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header .tgr-menu span:nth-of-type(3) {
    top: 25px;
  }
  .l-header .tgr-menu.is-open span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header .tgr-menu.is-open span:nth-of-type(2) {
    width: 0;
    height: 0;
  }
  .l-header .tgr-menu.is-open span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .l-header__subnav {
    padding: 10px;
    background-color: #F0F2F5;
  }
  .l-header__subnav .l-header__nav-wrap {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    width: 100%;
    height: 100vh;
    padding: 0 0 120px;
    background-color: #F0F2F5;
    z-index: 10000;
  }
  .l-header__subnav .subnav_logo {
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .l-header__subnav .subnav_logo a {
    display: block;
    max-width: 160px;
  }
  .l-header__subnav .subnav_logo a.shop {
    color: #0C3489;
    font-weight: bold;
    margin-left: 40px;
  }
  .l-header__subnav .subnav_logo a.shop span {
    display: inline-block;
    padding: 0 0 2px;
    border-bottom: 1px solid #0C3489;
    line-height: 1.5;
  }
  .l-header__subnav .subnav_support {
    background: #F0F2F5;
    padding: 20px;
  }
  .l-header__subnav .subnav_support a {
    display: block;
    width: 100%;
    padding: 12px;
  }
  .l-header__subnav .subnav_support .c-link__inquiry {
    margin-left: 0;
    margin-top: 20px;
  }
  .l-header__subnav .subnav_support .search {
    margin-bottom: 30px;
  }
  .l-header__subnav .subnav_support .search .input-group {
    position: relative;
  }
  .l-header__subnav .subnav_support .search .input-group input {
    max-width: 400px;
    width: 100%;
    border: 1px solid #808797;
    border-radius: 4px;
    padding: 6px 2px 6px 10px;
    line-height: 1.5;
    font-size: 16px;
  }
  .l-header__subnav .subnav_support .search .input-group .btn_search {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px;
    background-color: transparent;
  }
  .l-header__subnav .subnav_support .search .text {
    color: #808797;
    font-weight: 500;
  }
  .l-header__globalnav .globalnav_link a {
    padding: 14px 20px;
    font-size: 14px;
    display: block;
    line-height: 1;
    font-weight: 500;
    transition: all 0.3s;
    border-bottom: 1px solid #CACED6;
    background-color: #fff;
  }
  .l-header__globalnav .globalnav_link a.shop {
    background-color: #0C3489;
    color: #fff;
  }
  .l-header .globalnav_contact {
    background: #F0F2F5;
    padding: 20px;
  }
  .l-header .globalnav_contact a {
    display: block;
    line-height: 1;
  }
  .l-header .globalnav_contact a span {
    display: block;
  }
  .l-header .globalnav_contact a span.tel {
    font-size: 20px;
    padding-left: 25px;
    position: relative;
  }
  .l-header .globalnav_contact a span.tel::before {
    content: "";
    background: url(../../images/new_shop/common/icon_tel.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% + 1px));
    width: 20px;
    height: 20px;
  }
  .l-header .globalnav_contact p {
    display: block;
    font-size: 10px;
    color: #808798;
    line-height: 1;
    margin-top: 10px;
    font-weight: 500;
  }
}

.l-footer {
  background-color: #0C3489;
  padding: 100px 0 30px;
}

.l-footer .pc {
  display: block;
}

.l-footer .sp {
  display: none;
}

.l-footer .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-footer .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-footer .sp {
    display: block;
  }
}

.l-footer__box {
  display: flex;
  justify-content: space-between;
  padding: 55px 0 80px;
}

.l-footer__list {
  display: flex;
}

.l-footer__list ul:nth-child(n+2) {
  margin-left: 40px;
}

.l-footer__list ul li a, .l-footer__list ul li p {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}

.l-footer__list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background-color: #CBCBCB;
}

.l-footer__list ul li a:hover {
  color: #808798;
}

.l-footer__list ul li:first-child {
  margin-bottom: 20px;
}

.l-footer__list ul li:nth-child(n+2) {
  margin-top: 10px;
}

.l-footer__list ul li.primary a, .l-footer__list ul li.primary p {
  font-weight: bold;
  padding: 0;
  font-size: 16px;
}

.l-footer__list ul li.primary a::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .l-footer__list ul li.primary + .primary {
    margin-top: 30px;
  }
}

.l-footer__link {
  margin-left: 40px;
  padding-left: 80px;
  border-left: 1px solid #fff;
  max-width: 330px;
  width: 100%;
}

.l-footer__link > a {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.l-footer__link .sns {
  display: flex;
  justify-content: space-between;
  width: 140px;
}

.l-footer__link .sns a svg {
  transition: all 0.3s;
}

.l-footer__link .sns a svg.instagram, .l-footer__link .sns a svg.x, .l-footer__link .sns a svg.facebook {
  fill: #fff;
  width: 30px;
}

.l-footer__link .sns a:hover svg.instagram, .l-footer__link .sns a:hover svg.x, .l-footer__link .sns a:hover svg.facebook {
  fill: #808798;
}

.l-footer__info {
  display: flex;
  justify-content: flex-end;
}

.l-footer__info ul {
  display: flex;
  align-items: center;
}

.l-footer__info ul li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
  line-height: 1.5;
}

.l-footer__info ul li a:hover {
  color: #808798;
}

.l-footer__info ul li:nth-child(n+2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.l-footer__info .copyright {
  color: #fff;
  font-size: 14px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 60px 0 30px;
  }
  .l-footer .inner > a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .l-footer__box {
    flex-wrap: wrap;
    padding: 60px 0;
  }
  .l-footer__list {
    display: block;
    width: 100%;
  }
  .l-footer__list ul:first-child {
    border-top: 1px solid #fff;
  }
  .l-footer__list ul:last-child {
    border-bottom: 1px solid #fff;
  }
  .l-footer__list ul:nth-child(n+2) {
    margin-left: 0;
  }
  .l-footer__list ul > li ul li a {
    padding: 14px;
    display: block;
    background-color: #F0F2F5;
    color: #000;
  }
  .l-footer__list ul li {
    border-bottom: 1px solid #fff;
  }
  .l-footer__list ul li:last-child {
    border: none;
  }
  .l-footer__list ul li a {
    padding-left: 0;
    position: relative;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
  }
  .l-footer__list ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .l-footer__list ul li:first-child {
    margin-bottom: unset;
  }
  .l-footer__list ul li:nth-child(n+2) {
    margin-top: unset;
  }
  .l-footer__list ul .primary {
    padding: 14px;
    display: block;
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
  }
  .l-footer__list ul .primary::before {
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 14px;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
  }
  .l-footer__list ul .primary::after {
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    left: unset;
    right: 1.5rem;
    top: 50%;
    width: 14px;
  }
  .l-footer__list ul .primary.is-open::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .l-footer__list > ul:last-child li {
    position: relative;
  }
  .l-footer__list > ul:last-child li::before {
    content: none;
  }
  .l-footer__list > ul:last-child li::after {
    content: "";
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: rotate(45deg) translateX(calc(-50% - 2px));
    transition: all 0.3s;
    width: 8px;
    height: 8px;
  }
  .l-footer__list > ul:last-child li a {
    padding: 14px;
    display: block;
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
  }
  .l-footer__link {
    margin: 40px auto 0;
    padding: 0;
    border: none;
    max-width: calc(100% - 40px);
    width: 100%;
  }
  .l-footer__link > a {
    width: 100%;
    max-width: 100% !important;
    display: block;
    margin-bottom: 20px;
  }
  .l-footer__link .sns {
    display: flex;
    justify-content: space-between;
    width: 140px;
    margin: 60px auto 0;
  }
  .l-footer__link .sns a svg.instagram, .l-footer__link .sns a svg.x, .l-footer__link .sns a svg.facebook {
    width: 30px;
  }
  .l-footer__info {
    display: block;
  }
  .l-footer__info ul {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 20px;
  }
  .l-footer__info ul li {
    margin: 0 20px 20px 0;
  }
  .l-footer__info ul li:nth-child(n+2) {
    margin: 0 20px 20px 0;
    padding: 0;
    border: none;
  }
  .l-footer__info ul li a {
    font-size: 12px;
  }
  .l-footer__info .copyright {
    margin-left: 0;
    padding-top: 30px;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 12px;
  }
}

.u-align--center {
  text-align: center !important;
}

.u-align--left {
  text-align: left !important;
}

.u-align--right {
  text-align: right !important;
}

@media screen and (min-width: 768px) {
  .u-align--center--pc {
    text-align: center !important;
  }
  .u-align--left--pc {
    text-align: left !important;
  }
  .u-align--right--pc {
    text-align: right !important;
  }
}

.u-roboto {
  font-family: "Roboto", sans-serif;
}

.u-only--lg {
  display: block !important;
}

.u-only-inline--lg {
  display: inline-block !important;
}

.u-only--sm, .u-only-inline--sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-only--lg, .u-only-inline--lg {
    display: none !important;
  }
  .u-only--sm {
    display: block !important;
  }
  .u-only-inline--sm {
    display: inline-block !important;
  }
}

.c-title__lv2 {
  text-align: center;
  color: #0C3489;
}

.c-title__lv2 em {
  font-size: 40px;
  font-weight: bold;
  display: block;
  line-height: 1.75;
  font-family: "Roboto", sans-serif;
}

.c-title__lv2 span {
  font-size: 14px;
  display: block;
  color: #808798;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-title__lv2 em {
    font-size: 24px;
  }
}

.c-link, .c-link--cta, .c-link--subject, .c-link__more, .c-link__inquiry, .c-link__download {
  border-radius: 4px;
  border: 1px solid #000;
  transition: all 0.3s;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  display: inline-block;
}

.c-link.min {
  width: 135px;
  padding: 8px;
  font-size: 12px;
}

.min.c-link--cta, .min.c-link--subject, .min.c-link__more, .min.c-link__inquiry, .min.c-link__download {
  width: 160px;
  padding: 8px;
  font-size: 16px;
}

.c-link.large {
  border-radius: 40px;
  max-width: 400px;
  padding: 18px;
  font-size: 16px;
  font-weight: bold;
}

.large.c-link--cta, .large.c-link--subject, .large.c-link__more, .large.c-link__inquiry, .large.c-link__download {
  border-radius: 40px;
  max-width: 400px;
  padding: 18px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-link.large {
    max-width: calc(100% - 40px);
    font-size: 14px;
    padding: 12px 10px;
  }
  .large.c-link--cta, .large.c-link--subject, .large.c-link__more, .large.c-link__inquiry, .large.c-link__download {
    max-width: calc(100% - 40px);
    font-size: 14px;
    padding: 12px 10px;
  }
}

.c-link__download {
  background-color: #0C3489 !important;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .c-link__download:hover {
    border-color: #0C3489 !important;
    background-color: transparent !important;
    color: #0C3489 !important;
  }
}

.c-link__inquiry {
  border-color: #F88F39 !important;
  background-color: #F88F39 !important;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .c-link__inquiry:hover {
    background-color: #fff !important;
    color: #F88F39 !important;
  }
}

.c-link__more {
  border-color: #0C3489 !important;
  background-color: #0C3489 !important;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .c-link__more:hover {
    background-color: #fff !important;
    color: #0C3489 !important;
  }
}

.c-link--subject {
  border-color: #0C3489;
  background-color: #0C3489;
  color: #fff;
}

.c-link--cta {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.c-balloon {
  color: #808798;
  border-radius: 6px;
  max-width: 480px;
  margin: 60px auto 0;
  padding: 10px;
  border: 1px solid #808798;
  position: relative;
  text-align: center;
  line-height: 1.6;
}

.c-balloon::after {
  content: "";
  position: absolute;
  bottom: -7.5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #808798 #808798 transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}

.c-balloon.bg-gray::after {
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .c-balloon {
    max-width: unset;
    width: 100%;
    padding: 10px 4px;
    font-size: 12px;
    margin: 40px auto 0;
  }
}

main {
  /* margin-top: 20px; */
  margin-top: calc(100px + 70px);
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 80px;
  }
}

.p-mvslider .mvslider {
  position: relative;
}

.p-mvslider .mvslider .slick-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 100;
  cursor: pointer;
}

.p-mvslider .mvslider .slick-icon.slick-next {
  right: 24%;
}

.p-mvslider .mvslider .slick-icon.slick-prev {
  left: 24%;
}

.p-mvslider .mvslider .slide_item {
  opacity: 0.3;
  pointer-events: none;
}

.p-mvslider .mvslider .slide_item img {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
}

.p-mvslider .mvslider .slide_item.slick-current {
  opacity: 1;
  pointer-events: unset;
}

.p-mvslider .thumbnail_box {
  background-color: #0C3489;
  margin-top: 40px;
}

.p-mvslider .thumbnail_box .thumbnail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.p-mvslider .thumbnail_box .thumbnail .slide_item {
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}

.p-mvslider .thumbnail_box .thumbnail .slide_item::after {
  content: "";
  transition: all 0.3s;
}

.p-mvslider .thumbnail_box .thumbnail .slide_item.slick-current::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 52, 137, 0.4);
}

@media screen and (min-width: 768px) {
  .p-mvslider .thumbnail_box .thumbnail .slick-track {
    transform: unset !important;
  }
  .p-mvslider .thumbnail_box .thumbnail .slide_item {
    width: calc(20% - 20px) !important;
  }
  .p-mvslider .thumbnail_box .thumbnail .slide_item + .slide_item {
    margin-left: 25px;
  }
  .p-mvslider .thumbnail_box .thumbnail .slide_item:hover::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(12, 52, 137, 0.4);
  }
}

@media screen and (max-width: 768px) {
  .p-mvslider .mvslider .slick-icon.slick-next {
    right: 5%;
  }
  .p-mvslider .mvslider .slick-icon.slick-prev {
    left: 5%;
  }
  .p-mvslider .mvslider .slide_item img {
    width: calc(100% - 10px);
  }
  .p-mvslider .thumbnail_box {
    margin-top: 20px;
  }
  .p-mvslider .thumbnail_box .thumbnail .slide_item + .slide_item {
    margin-left: 10px;
  }
}

.p-news__list {
  margin-top: 56px;
}

.p-news__list li {
  padding: 10px;
  border-bottom: 1px dashed #808798;
}

.p-news__list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-news__list li a time {
  font-size: 16px;
  display: block;
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.p-news__list li a span {
  width: 110px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  display: block;
  margin-right: 20px;
  transition: all 0.3s;
}

.p-news__list li a span.news {
  color: #0C3489;
  border-color: #0C3489;
}

.p-news__list li a span.store_news {
  color: #3CB44D;
  border-color: #3CB44D;
}

.p-news__list li a:hover span.news {
  color: #fff;
  background-color: #0C3489;
}

.p-news__list li a:hover span.news + p {
  color: #0C3489;
}

.p-news__list li a:hover span.store_news {
  color: #fff;
  background-color: #3CB44D;
}

.p-news__list li a:hover span.store_news + p {
  color: #3CB44D;
}

.p-news__list li a p {
  flex: 1;
  transition: all 0.3s;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-news__list {
    padding: 0 20px;
    margin-top: 20px;
  }
  .p-news__list li {
    padding: 20px 10px;
  }
  .p-news__list li a {
    flex-wrap: wrap;
  }
  .p-news__list li a p {
    flex: auto;
    width: 100%;
    padding-top: 10px;
  }
}

.p-news .c-link__more {
  margin: 46px auto 0;
  display: block;
}

.p-reason {
  background-color: #F0F2F5;
  padding: 80px 0 160px;
  overflow: hidden;
}

.p-reason__contents {
  padding-top: 50px;
}

.p-reason__contents .contents {
  position: relative;
}

.p-reason__contents .contents .txt_box {
  background-color: #fff;
  padding: 46px;
  position: relative;
  max-width: 620px;
  width: 100%;
}

.p-reason__contents .contents .txt_box .number {
  position: absolute;
  top: -30px;
  left: 50px;
  font-size: 64px;
  font-weight: bold;
  color: #0C3489;
  line-height: 1;
}

.p-reason__contents .contents .txt_box .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #0C3489;
  margin-bottom: 30px;
}

.p-reason__contents .contents .txt_box .ttl span {
  display: inline-block;
}

.p-reason__contents .contents .txt_box p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.p-reason__contents .contents .txt_box ul {
  margin-top: 40px;
}

.p-reason__contents .contents .txt_box ul li {
  color: #0C3489;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

.p-reason__contents .contents .txt_box ul li::before {
  content: "";
  background: url(../../images/new_shop/common/icon_check.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 1px));
}

.p-reason__contents .contents .txt_box ul li:nth-child(n+2) {
  margin-top: 10px;
}

.p-reason__contents .contents.contents_01 figure {
  width: 80%;
  min-width: 820px;
}

.p-reason__contents .contents.contents_01 .txt_box {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
}

.p-reason__contents .contents.contents_02 {
  margin-top: 150px;
  margin-left: 80px;
  margin-right: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.p-reason__contents .contents.contents_02 figure {
  width: 100%;
  z-index: 1;
  margin-left: -40px;
}

.p-reason__contents .contents.contents_03 {
  margin-top: 150px;
  margin-right: 80px;
  margin-left: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-reason__contents .contents.contents_03 figure {
  width: 100%;
  z-index: 1;
  margin-right: -40px;
}

@media screen and (max-width: 768px) {
  .p-reason {
    padding: 80px 0;
  }
  .p-reason__contents .contents .txt_box {
    padding: 40px 20px;
  }
  .p-reason__contents .contents .txt_box .number {
    top: -28px;
    left: 20px;
    font-size: 48px;
  }
  .p-reason__contents .contents .txt_box .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-reason__contents .contents .txt_box p {
    font-size: 16px;
  }
  .p-reason__contents .contents .txt_box ul {
    margin-top: 20px;
  }
  .p-reason__contents .contents .txt_box ul li {
    font-size: 12px;
  }
  .p-reason__contents .contents .txt_box ul li::before {
    width: 14px;
    height: 14px;
    top: 5px;
    left: 0;
    transform: unset;
  }
  .p-reason__contents .contents.contents_01 figure {
    width: calc(100% - 20px);
    min-width: auto;
  }
  .p-reason__contents .contents.contents_01 .txt_box {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: calc(100% - 20px);
    margin: -40px 0 0 auto;
  }
  .p-reason__contents .contents.contents_02 {
    margin-top: 40px;
    margin-left: unset;
    margin-right: unset;
    display: block;
    flex-direction: unset;
  }
  .p-reason__contents .contents.contents_02 figure {
    margin: unset;
  }
  .p-reason__contents .contents.contents_02 .txt_box {
    width: calc(100% - 20px);
  }
  .p-reason__contents .contents.contents_03 {
    margin-top: 40px;
    margin-left: unset;
    margin-right: unset;
    display: block;
    flex-direction: unset;
  }
  .p-reason__contents .contents.contents_03 figure {
    margin: unset;
  }
  .p-reason__contents .contents.contents_03 .txt_box {
    width: calc(100% - 20px);
    margin: -20px 0 0 auto;
  }
}

@media screen and (min-width: 2000px) {
  .p-reason__contents .contents {
    max-width: 1800px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.p-mailmagazine h3 + p {
  margin-top: 20px;
}

.p-mailmagazine__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-mailmagazine__list li {
  width: calc(25% - 20px);
}

.p-mailmagazine__list li a {
  position: relative;
}

.p-mailmagazine__list li a p {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}

.p-mailmagazine__list li a figure {
  position: relative;
}

.p-mailmagazine__list li a figure::after {
  content: "";
  transition: all 0.3s;
}

.p-mailmagazine__list li a:hover figure::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 52, 137, 0.4);
}

@media screen and (max-width: 768px) {
  .p-mailmagazine__list {
    flex-wrap: wrap;
    padding: 0;
  }
  .p-mailmagazine__list li {
    width: calc(50% - 5px);
  }
  .p-mailmagazine__list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-mailmagazine__list li p {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-mailmagazine .c-link__more {
  margin: 46px auto 0;
  display: block;
}

.p-mailmagazine__content {
  margin-top: 30px;
  background-color: #0C3489;
  padding: 24px 20px;
}

.p-mailmagazine__content a {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  color: #fff;
  transition: all 0.3s;
}

.p-mailmagazine__content a > span {
  position: relative;
  display: block;
  width: 40%;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  background-color: #0C3489;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.p-mailmagazine__content a > span::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -20px;
  rotate: 45deg;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  background-color: #0C3489;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 80px;
}

.p-mailmagazine__content a em {
  display: block;
  text-align: center;
  width: 60%;
  padding: 20px 0 20px 24px;
  line-height: 1;
  font-size: 18px;
  color: #0C3489;
  font-weight: bold;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.p-mailmagazine__content a em span {
  padding-left: 32px;
  position: relative;
}

.p-mailmagazine__content a em span::before {
  content: "";
  background: url(../../images/new_shop/common/icon_mail.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 1px));
}

.p-mailmagazine__content a:hover {
  background-color: #0C3489;
  color: #0C3489;
}

.p-mailmagazine__content a:hover > span {
  background-color: #fff;
}

.p-mailmagazine__content a:hover > span::after {
  background-color: #fff;
}

.p-mailmagazine__content a:hover em {
  color: #fff;
}

.p-mailmagazine__content a:hover em span::before {
  background: url(../../images/new_shop/common/icon_mail_w.svg) no-repeat;
}

@media screen and (max-width: 768px) {
  .p-mailmagazine__content a {
    display: block;
  }
  .p-mailmagazine__content a > span {
    width: 100%;
    border-radius: 5px;
  }
  .p-mailmagazine__content a > span::after {
    content: none;
  }
  .p-mailmagazine__content a em {
    width: 100%;
  }
}

.p-works {
  position: relative;
}

.p-works::after {
  content: "";
  background-color: #F0F2F5;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-works__list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.p-works__list li {
  width: calc(25% - 20px);
}

.p-works__list li a {
  border-radius: 20px;
  display: block;
  background-color: #fff;
  box-shadow: 0px 5px 15px -5px #777;
  transition: all 0.3s;
}

.p-works__list li a img {
  display: block;
}

.p-works__list li a .detail {
  padding: 16px 20px;
}

.p-works__list li a span.category {
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #ccc;
  margin-top: 10px;
}

.p-works__list li a p {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-works__list li a:hover {
    box-shadow: 0px 5px 20px -5px #555;
  }
}

/* .p-works__list li a span.novelty {
  background-color: #F869CC;
  color: #fff;
}
.p-works__list li a span.printing {
  background-color: #3F98E5;
  color: #fff;
}
.p-works__list li a span.design {
  background-color: #3CB44D;
  color: #fff;
} */
@media screen and (max-width: 768px) {
  .p-works__list {
    flex-wrap: wrap;
    padding: 0;
  }
  .p-works__list li {
    width: calc(50% - 5px);
  }
  .p-works__list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .p-works__list li a .detail {
    padding: 14px;
  }
  .p-works__list li a .detail p {
    font-size: 12px;
  }
}

.p-works .c-link__more {
  margin: 70px auto 0;
  display: block;
}

.p-contact {
  background: url(../../images/new_shop/top/contact.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.p-contact .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-contact__box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 64px 20px 74px;
}

.p-contact__box * {
  text-align: center;
}

.p-contact__box p span {
  color: #F88F39;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.p-contact__box p.ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-contact__box ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-contact__box ul li {
  max-width: 400px;
  width: 100%;
}

.p-contact__box ul li:last-child {
  margin-left: 20px;
}

.p-contact__box ul li a {
  width: 100%;
}

.p-contact__box ul li a.c-link__download {
  background-color: #fff;
}

.p-contact__box ul li a.c-link__download:hover {
  background-color: #F88F39;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 80px 20px;
  }
  .p-contact__box p {
    font-size: 12px;
  }
  .p-contact__box p.ttl {
    font-size: 22px;
  }
  .p-contact__box ul {
    flex-wrap: wrap;
  }
  .p-contact__box ul li {
    width: 100%;
  }
  .p-contact__box ul li:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}

.p-products {
  background-color: #0C3489;
}

.p-products h3 {
  color: #fff;
}

.p-products__box {
  background-color: #fff;
  padding: 68px 20px;
  margin-top: 60px;
}

.p-products__box + .p-products__box {
  margin-top: 40px;
}

.p-products__box .input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-products__box .input-group input {
  max-width: 400px;
  width: 100%;
  border: 1px solid #808797;
  padding: 12px 20px;
  line-height: 1.75;
  font-size: 14px;
}

.p-products__box .input-group .input-group-append {
  max-width: 75px;
  margin-left: 20px;
}

.p-products__box .input-group .input-group-append .btn {
  background-color: #0C3489;
  border: 1px solid #0C3489;
  padding: 10px 14px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.p-products__box .input-group .input-group-append .btn:hover {
  background-color: #fff;
  color: #0C3489 !important;
}

.p-products__box .form-box {
  max-width: 500px;
  margin: 40px auto 0;
}

.p-products__box .form-box p {
  color: #808798;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-products__box {
    padding: 60px 20px;
  }
  .p-products__box .input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-products__box .input-group input {
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 10px;
    flex: 1;
  }
  .p-products__box .input-group .input-group-append {
    width: 100%;
    max-width: 58px;
    margin: 0 0 0 10px;
  }
  .p-products__box .input-group .input-group-append .btn {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    height: unset;
  }
  .p-products__box .form-box p {
    font-size: 12px;
  }
}

.p-products__picup ul {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 60px auto 0;
}

.p-products__picup ul li {
  width: calc(25% - 10px);
}

.p-products__picup ul li a {
  display: block;
}

.p-products__picup ul li a p.ttl {
  color: #0C3489;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 10px;
}

.p-products__picup ul li a p.txt {
  font-size: 14px;
  color: #808798;
}

.p-products__picup ul li a .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.p-products__picup ul li a .tag span {
  border-radius: 30px;
  border: 1px solid #0C3489;
  color: #0C3489;
  padding: 2px 6px;
  margin: 0 10px 10px 0;
}

.p-products__picup ul li a figure {
  position: relative;
}

.p-products__picup ul li a figure::after {
  content: "";
  transition: all 0.3s;
}

.p-products__picup ul li a:hover figure::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 52, 137, 0.4);
}

.p-products__picup .c-link__more {
  margin: 46px auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-products__picup ul {
    flex-wrap: wrap;
    margin: 40px auto 0;
  }
  .p-products__picup ul li {
    width: calc(50% - 5px);
  }
  .p-products__picup ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-products__picup ul li a p.ttl {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-products__picup ul li a p.txt {
    font-size: 12px;
  }
}

.p-products__scene ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 60px auto 0;
}

.p-products__scene ul li {
  width: calc(25% - 10px);
}

.p-products__scene ul li:nth-child(n+5) {
  margin-top: 40px;
}

.p-products__scene ul li a {
  text-align: center;
  display: block;
}

.p-products__scene ul li a p.ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 16px;
  color: #0C3489;
  line-height: 1.5;
}

.p-products__scene ul li a p.txt {
  color: #808798;
  line-height: 1.5;
  margin-bottom: 16px;
}

.p-products__scene ul li a p span {
  display: inline-block;
}

.p-products__scene ul li a .c-link--subject {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border-radius: 40px;
  font-weight: bold;
}

.p-products__scene ul li a figure {
  position: relative;
}

.p-products__scene ul li a figure::after {
  content: "";
  transition: all 0.3s;
}

.p-products__scene ul li a:hover figure::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 52, 137, 0.4);
}

@media screen and (min-width: 768px) {
  .p-products__scene ul li a:hover .c-link--subject {
    background-color: #fff;
    color: #0C3489;
  }
}

@media screen and (max-width: 768px) {
  .p-products__scene ul {
    margin: 40px auto 0;
  }
  .p-products__scene ul li {
    width: calc(50% - 5px);
  }
  .p-products__scene ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-products__scene ul li a p.ttl {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-products__scene ul li a p.txt {
    font-size: 12px;
  }
  .p-products__scene ul li a .c-link--subject {
    width: 100%;
    padding: 6px;
    font-size: 12px;
  }
}

.p-gift__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-gift__list li {
  width: calc(25% - 10px);
}

.p-gift__list li a p {
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.p-gift__list li a figure {
  position: relative;
}

.p-gift__list li a figure::after {
  content: "";
  transition: all 0.3s;
}

.p-gift__list li a:hover figure::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 52, 137, 0.4);
}

@media screen and (max-width: 768px) {
  .p-gift__list {
    flex-wrap: wrap;
    padding: 0;
  }
  .p-gift__list li {
    width: calc(50% - 5px);
  }
  .p-gift__list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-gift__list li p {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-gift .c-link__more {
  margin: 46px auto 0;
  display: block;
}

.p-column {
  /* background-color: #F5F5F5; */
  background-color: #fff;
}

.p-column__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-column__list li {
  width: calc(25% - 10px);
}

.p-column__list li a p {
  font-weight: bold;
  margin-top: 10px;
}

.p-column__list li a figure {
  position: relative;
}

.p-column__list li a figure::after {
  content: "";
  transition: all 0.3s;
}

.p-column__list li a:hover figure::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 52, 137, 0.4);
}

@media screen and (max-width: 768px) {
  .p-column__list {
    flex-wrap: wrap;
    padding: 0;
  }
  .p-column__list li {
    width: calc(50% - 5px);
  }
  .p-column__list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-column__list li p {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-column .c-link__more {
  margin: 46px auto 0;
  display: block;
}

.p-store__box {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  flex-wrap: wrap;
}

.p-store__box .info {
  margin-left: 80px;
}

.p-store__box .info .ttl {
  font-weight: bold;
  font-size: 24px;
}

.p-store__box .info dl {
  display: flex;
  margin-top: 40px;
}

.p-store__box .info dl + dl {
  margin-top: 20px;
}

.p-store__box .info dl dt {
  width: 80px;
  font-size: 16px;
}

.p-store__box .info dl dd {
  flex: 1;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-store__box .info {
    margin: 20px auto 0;
  }
  .p-store__box .info .ttl {
    font-size: 18px;
  }
  .p-store__box .info dl {
    margin-top: 20px;
  }
  .p-store__box .info dl dt, .p-store__box .info dl dd {
    font-size: 14px;
  }
}

.p-cta {
  display: flex;
}

.p-cta__box {
  width: 50%;
  position: relative;
}

.p-cta__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}

.p-cta__box.mail {
  background: url(../../images/new_shop/common/cta_mail.png) no-repeat center;
  background-size: cover;
  z-index: 2;
}

.p-cta__box.tel {
  background: url(../../images/new_shop/common/cta_tel.png) no-repeat center;
  background-size: cover;
  z-index: 2;
}

.p-cta__box.tel .c-link--cta span {
  padding-left: 40px;
  position: relative;
}

.p-cta__box.tel .c-link--cta span::before {
  content: "";
  background: url(../../images/new_shop/common/icon_tel_w.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 1px));
}

.p-cta__box:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-cta__box:hover .c-link--cta {
  background-color: #fff;
  color: #0C3489;
}

.p-cta__box:hover.tel .c-link--cta span::before {
  background: url(../../images/new_shop/common/icon_tel.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 1px));
}

.p-cta__inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 60px 20px;
  z-index: 3;
  position: relative;
}

.p-cta__inner p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.p-cta__inner p.days {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
}

.p-cta__inner p.days span {
  display: block;
  margin: 0 auto;
  width: 150px;
}

.p-cta__inner .c-link--cta {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border-radius: 40px;
}

@media screen and (max-width: 768px) {
  .p-cta {
    flex-wrap: wrap;
  }
  .p-cta__box {
    width: 100%;
  }
  .p-cta__box::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-cta__inner {
    min-height: 320px;
  }
}

.p-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s;
}

.p-pagetop.js-pagetop.UpMove {
  opacity: 1;
}

.p-pagetop.js-pagetop.DownMove {
  opacity: 0;
}

.p-pagetop #pagetop {
  display: block;
  transition: all 0.3s;
  position: absolute;
  right: 10px;
  top: -40px;
  transform: rotate(90deg);
  color: #808798;
  width: 35px;
}

.p-pagetop #pagetop img {
  height: 58px;
  position: absolute;
  top: -30px;
  left: 2px;
  transform: rotate(-90deg);
}

.p-pagetop #pagetop:hover img {
  animation: PageTop 0.4s;
}

.p-pagetop .contact {
  background-color: #F88F39;
  width: 125px;
  height: 125px;
  border-radius: 100px;
  border: 1px solid #F88F39;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
}

.p-pagetop .contact svg {
  display: block;
  width: 24px;
  margin: 0 auto;
  fill: #fff;
}

.p-pagetop .contact p {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

.p-pagetop .contact:hover {
  background-color: #fff;
}

.p-pagetop .contact:hover svg {
  fill: #F88F39;
}

.p-pagetop .contact:hover p {
  color: #F88F39;
}

@media screen and (max-width: 768px) {
  .p-pagetop {
    display: none;
  }
}

@keyframes PageTop {
  0% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-90deg) translateY(-10px);
  }
  100% {
    transform: rotate(-90deg);
  }
}

.p-arrow {
  padding: 0 0.3em;
}
