@charset "UTF-8";
html {
  font-size: 62.5%;
  display: flex;
  flex-direction: column;
}

html, body {
  width: 100%;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

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, button,
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: inherit;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

button,
input,
textarea {
  resize: none;
  padding: 0;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  -webkit-appearance: none;
}

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

input,
textarea {
  font-size: 16px;
}

button,
input[type='button'],
input[type='submit'] {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

sup {
  font-size: 0.8em;
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

img, picture {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Noto Sans JP', 'Noto Sans Japanese', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333333;
  letter-spacing: .1em;
}

input, textarea {
  font-family: 'Noto Sans JP', 'Noto Sans Japanese', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
  position: relative;
}
body:before {
  content: "";
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 1px 1px;
}

/*



 */
.l-wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .l-wrapper {
    min-width: calc(1200px + 40px);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
.l-wrapper img[src*=".svg"] {
  width: 100%;
}
.l-wrapper .c-anchor {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-wrapper .c-anchor {
    top: -71px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .c-anchor {
    top: -51px;
  }
}

.l-header {
  border-bottom: 1px solid #eeeeee;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header + .l-main {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header + .l-main {
    margin-top: 51px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-header__inner {
    width: 1200px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 50px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__inner .c-symbol .c-inner,
  .l-header__inner .c-symbol a {
    display: flex;
    align-items: center;
  }
}
.l-header__inner .c-symbol .c-inner {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-header__inner .c-symbol .c-img + .c-img {
    margin-left: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__inner .c-symbol img {
    width: 84px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner .c-symbol img {
    width: 178px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__inner .c-symbol img[src*="_sub"] {
    width: 168px;
  }
}
.l-header__inner .c-my_page a {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.l-header__inner .c-my_page a img {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .l-header__inner .c-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner .c-close::before, .l-header__inner .c-close::after {
    content: "";
    width: 18px;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner .c-close::after {
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__accordion {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__accordion {
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__accordion__trigger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__accordion__trigger {
    width: 50px;
    height: 50px;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header__accordion__trigger .c-icn img {
  width: 12.5px;
  height: 12.5px;
}
.l-header__accordion__trigger .c-icn img[src*="white"] {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__accordion__wrapper {
    position: fixed;
    background: white;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(-110%);
    transition: transform .4s ease;
  }
}
.l-header__accordion__wrapper.is-active {
  transform: translateY(0);
}
@media print, screen and (min-width: 768px) {
  .l-header__accordion__inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__accordion__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 51px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .l-header__accordion__inner .gsc-results-wrapper-overlay {
    /* サイト内検索結果SP対応 */
    top: 10%;
    height: 86%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__accordion__header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__accordion__header {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    align-items: center;
    height: 50px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__search {
    width: 60px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    position: relative;
    cursor: pointer;
  }
  .l-header__search.is-open form {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__search {
    order: -1;
    padding: 8px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__search form {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 440px;
    padding-left: 15px;
    background: #333333;
    height: 0;
    overflow: hidden;
    transition: height .2s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-header__search form {
    width: 100%;
    display: block;
    position: relative;
  }
}
.l-header__search form label {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-header__search form label {
    height: 70px;
  }
}
.l-header__search input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #cccccc;
  font-size: 1.4rem;
  padding-left: 14px;
}
.l-header__search input[type=text]::placeholder {
  color: #aaaaaa;
}
.l-header__search input[type=text]:-ms-input-placeholder {
  color: #aaaaaa;
}
.l-header__search input[type=text]::-ms-input-placeholder {
  color: #aaaaaa;
}
@media print, screen and (min-width: 768px) {
  .l-header__search input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    border: none;
    width: 60px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-image: url(../img/common/icn_search_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .l-header__search input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    border: none;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: white;
    background-image: url(../img/common/icn_search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__search .c-icn {
    display: none;
  }
}
.l-header__search .c-icn img {
  width: 16px;
  height: 16px;
}
.l-header__search .c-icn img[src*="white"] {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-header__lixil {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__lixil {
    text-align: center;
  }
}
.l-header__lixil .c-img a {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-header__lixil .c-img a {
    width: 98px;
    height: 70px;
    background-image: url(../img/common/symbol_lixil_header.svg);
    background-size: 78px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .2s;
  }
  .l-header__lixil .c-img a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .l-header__lixil .c-img a {
    width: 100%;
    height: 60px;
    background-image: url(../img/common/symbol_lixil_header.svg);
    background-size: 110px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.l-header__lixil .c-img img {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-header__lixil .c-img img {
    width: 78px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__lixil .c-img img {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.-home {
    margin-top: 0;
  }
}
.l-header.-home:not(.is-scrolled) {
  background: transparent;
  border-bottom: none;
}
.l-header.-home:not(.is-scrolled) + .l-main {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) {
    border-bottom: none;
  }
}
.l-header.-home:not(.is-scrolled) .c-symbol a {
  display: none;
}
.l-header.-home:not(.is-scrolled) .c-symbol .c-inner {
  display: flex;
}
.l-header.-home:not(.is-scrolled) .l-header__accordion__wrapper.is-active .c-symbol a {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) .l-global_nav__item a,
  .l-header.-home:not(.is-scrolled) .l-global_nav__item span,
  .l-header.-home:not(.is-scrolled) .l-utility_nav__item a,
  .l-header.-home:not(.is-scrolled) .l-utility_nav__item span {
    color: white;
    transition: opacity .2s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) .l-global_nav__item a:hover,
  .l-header.-home:not(.is-scrolled) .l-utility_nav__item a:hover {
    color: white;
    opacity: .7;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) .l-header__search {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
  }
}
.l-header.-home:not(.is-scrolled) .l-header__search form {
  background: #f5f5f5;
}
.l-header.-home:not(.is-scrolled) .l-header__search input[type=submit] {
  background-image: url(../img/common/icn_search.png);
}
@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) .l-header__search .c-icn img {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) .l-header__search .c-icn img[src*="white"] {
    display: block;
  }
}
.l-header.-home:not(.is-scrolled) .l-header__accordion__trigger .c-icn img {
  display: none;
}
.l-header.-home:not(.is-scrolled) .l-header__accordion__trigger .c-icn img[src*="white"] {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .l-header.-logged_in + .l-main {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.-logged_in.-home + .l-main {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.-logged_in.-home + .l-main {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.-logged_in .l-login_header._pc {
    display: flex;
    justify-content: center;
  }
}

.l-footer {
  background: white;
  margin-top: auto;
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    width: 1200px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer__bnr {
  width: 976px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__bnr {
    width: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.l-footer__bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__bnr ul {
    flex-wrap: nowrap;
  }
}
.l-footer__bnr li:nth-child(n + 7) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__bnr li {
    width: 150px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .l-footer__bnr li:nth-child(n + 7) {
    margin-top: 0px;
  }
}
.l-footer__bnr img {
  width: 150px;
}
.l-footer__link {
  width: 976px;
  margin: auto;
}
.l-footer__link ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__link ul {
    flex-direction: column;
  }
}
.l-footer__link ul li {
  display: block;
  margin-right: 20px;
}
.l-footer__link ul li a {
  display: block;
  font-size: 1rem;
  color: #666666;
  padding-left: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__link ul li a {
    font-size: 1.1rem;
    line-height: 3;
  }
}
.l-footer__link ul li a:hover {
  opacity: .7;
  text-decoration: none;
}
.l-footer__link ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icn_arrow_hansel.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-footer__link ul li {
    margin-right: 0;
  }
}
.l-footer__site_map {
  display: flex;
  color: #666666;
}
.l-footer__site_map + .c-btt {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__site_map {
    display: none;
  }
}
.l-footer__site_map figcaption a {
  font-size: 1.3rem;
  line-height: 1.5;
  min-height: 26px;
  width: 150px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #dddddd;
}
.l-footer__site_map li {
  width: 200px;
  margin-top: 20px;
  padding-left: 20px;
}
.l-footer__site_map a {
  display: block;
  width: 150px;
  font-size: 1.1rem;
  color: #666666;
}
.l-footer__site_map a b {
  font-weight: bold;
}
.l-footer__site_map a:hover {
  opacity: .7;
  text-decoration: none;
}
.l-footer__site_map .c-inner {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
.l-footer__site_map .c-inner ul {
  width: 100%;
}
.l-footer__site_map .c-inner li {
  padding-left: 0;
  width: 100%;
  line-height: 3;
  margin-top: 0;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px){
	.l-footer__site_map .c-inner li.long{
		line-height: 1.8;
	}
	.l-footer__site_map .c-inner li.long a{
		padding: 7px 0;
	}
}
.l-footer__site_map .c-inner + figcaption {
  margin-top: 3.5rem;
}
.l-footer__utility_nav {
  padding: 40px 0 45px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__utility_nav {
    display: none;
  }
}
.l-footer__utility_nav ul {
  display: flex;
  justify-content: space-between;
}
.l-footer__utility_nav a {
  font-size: 1.1rem;
  color: #666666;
}
.l-footer .c-btt {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-footer .c-btt .page-top {
    display: block;
    width: 24px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    background-image: url(../img/common/icn_arrow_01_top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .2s ease;
  }
  .l-footer .c-btt .page-top:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .c-btt .page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    text-indent: -99em;
    background-color: rgba(0, 0, 0, 0.08);
    background-image: url(../img/common/icn_arrow_01_top.svg);
    background-repeat: no-repeat;
    background-position: center calc(50% - 1px);
    background-size: 14px;
  }
}
.l-footer .c-btt .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 15px;
}
.l-footer .c-btt .logo img {
  height: 100%;
  width: auto;
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  width: 100%;
  text-align: center;
  color: #999999;
  font-family: 'Muli', sans-serif;
  font-weight: bold;
}
.l-footer__copyright * {
  font-family: inherit;
}
@media print, screen and (min-width: 768px) {
  .l-footer__copyright {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    height: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-global_nav + .l-utility_nav {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-global_nav ul {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-global_nav__item + li {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-global_nav__item {
    border-top: 1px solid #eeeeee;
  }
}
.l-global_nav__item > a, .l-global_nav__item > span {
  color: #333333;
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .l-global_nav__item > a, .l-global_nav__item > span {
    font-size: 1.4rem;
    white-space: nowrap;
    text-align: center;
    line-height: 1.6;
    transition: color .2s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-global_nav__item > a, .l-global_nav__item > span {
    font-size: 1.4rem;
    display: block;
    padding: 20px 25px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-global_nav__item.-has_layer > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #aaaaaa;
  }
  .l-global_nav__item.-has_layer > span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 14px;
    background: #aaaaaa;
    transition: all .2s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .l-global_nav__item a:hover {
    color: #aaaaaa;
  }

  .l-global_nav__item.l-global_nav__wallj a {
    font-size: 1.5rem;
  }
  .l-global_nav__item.l-global_nav__wallj a:hover,
  .l-utility_nav__item.l-global_nav__wallj a:hover {
    position: relative;
    border-bottom: 1px solid #000;
    /*padding-bottom: 2px;
    text-decoration: underline;*/
    color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  .l-global_nav__item .c-layer {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .l-global_nav__item .c-layer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-global_nav__item .c-layer.is-show {
    display: block;
    border-top: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  .l-global_nav__item .c-layer li {
    margin-left: 40px;
  }
  .l-global_nav__item .c-layer li + li {
    border-top: 1px solid #eeeeee;
  }
  .l-global_nav__item .c-layer a {
    color: #333333;
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 20px 25px 20px 0;
    position: relative;
  }
}
.l-global_nav__item.is-active span {
  background: #f5f5f5;
}
.l-global_nav__item.is-active span::before {
  background: #333333;
}
.l-global_nav__item.is-active span::after {
  width: 14px;
  right: 24px;
  height: 2px;
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .l-utility_nav + .l-header__search {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-utility_nav ul {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-utility_nav__item + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-utility_nav__item {
    border-top: 1px solid #eeeeee;
  }
}
.l-utility_nav__item a, .l-utility_nav__item span {
  color: #333333;
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .l-utility_nav__item a, .l-utility_nav__item span {
    font-size: 1.1rem;
    white-space: nowrap;
    text-align: center;
    line-height: 1.4;
    transition: color .2s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-utility_nav__item a, .l-utility_nav__item span {
    font-size: 1.4rem;
    display: block;
    padding: 20px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-utility_nav__item a:hover {
    color: #aaaaaa;
  }
}
@media print, screen and (min-width: 768px) {
  .l-utility_nav__item .c-layer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-utility_nav__item .c-layer {
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-utility_nav__item .c-layer li {
    border-bottom: 1px solid #eeeeee;
    width: 50%;
  }
}
.l-utility_nav__item .c-layer li:nth-child(odd) {
  border-right: 1px solid #eeeeee;
}
.l-utility_nav__item .c-layer li a {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .p-hansel + .l-footer__inner {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-hansel {
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  .p-hansel {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-hansel__inner {
    width: 1200px;
    margin: auto;
    padding: 14px 0 14px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-hansel__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 768px) {
  .p-hansel__body {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-hansel__body {
    display: flex;
    align-items: center;
    overflow-y: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .p-hansel__item + li {
    margin-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-hansel__item + li {
    margin-left: 15px;
  }
}
.p-hansel__item + li::before {
  content: "";
  display: block;
  background-image: url(../img/common/icn_arrow_hansel.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  .p-hansel__item + li::before {
    width: 6px;
    height: 10px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-hansel__item + li::before {
    width: 5px;
    height: 10px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-hansel__item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-hansel__item {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-hansel__item img {
    width: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-hansel__item img {
    width: 12px;
    height: 12px;
  }
}
.p-hansel__item a, .p-hansel__item mark {
  color: black;
  background: transparent;
  font-size: 1.1rem;
  line-height: 1.4;
}
.p-hansel__item mark {
  color: #999999;
}

.l-login_header._pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-login_header {
    background: #333333;
    min-width: 1200px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-login_header {
    order: -2;
    background: #f5f5f5;
    padding: 15px 20px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-login_header__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-login_header .c-log_out {
    width: 157px;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .l-login_header .c-log_out a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-login_header .c-log_out::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    background-image: url(../img/common/icn_logout.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-login_header .c-name {
    height: 30px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #585858;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) .l-login_header {
    background: #f5f5f5;
    color: #333333;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) .l-login_header .c-name {
    border-right: 1px solid #dddddd;
  }
}
.l-header.-home:not(.is-scrolled) .l-login_header .c-log_out a {
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .l-main section {
    width: 1040px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main section {
    margin: 0 15px;
  }
}

.c-section.-s {
  margin-top: 20px;
}
.c-section.-m {
  margin-top: 40px;
}
.c-section.-l {
  margin-top: 60px;
}
.c-section.-xl {
  margin-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .c-section.-narrow {
    width: 960px;
  }
}
.c-section.-indent_m {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-section.-indent_m {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-section.-x_narrow {
    width: 650px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-section.-overall {
    width: 100%;
    padding: 0;
    overflow: hidden;
    min-width: 1040px;
  }
}
.c-section.-overall.-greenWhite {
  background: #edefe8;
}
.c-section.-overall.-mystic {
  background: #e6ecee;
}
.c-section.-overall.-whisper {
  background: #f7f1f4;
}
.c-section.-overall.-thick {
  padding: 40px 0;
}
.c-section.-overall.-thick .c-inner > .c-heading:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-section.-overall_sp {
    margin-right: 0;
    margin-left: 0;
  }
  .c-section.-overall_sp .u-ta_c .c-btn.-cmn {
    width: calc(100% - 20px);
  }
}
.c-section section {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-section section {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100vw - 40px);
  }
}
.c-section .c-cover img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-header__accordion__wrapper {
    z-index: 10;
  }
}

.l-header {
  z-index: 3;
}

.p-modal {
  z-index: 11;
}

.l-main.-popup {
  padding-bottom: 80px;
}
.l-main.-popup .p-page_title__inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main.-popup .p-page_title__inner {
    padding: 28px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main.-popup .l-wrapper {
    min-width: 500px;
  }
}
.l-main.-popup .l-wrapper .u-ta_c {
  margin: auto 20px;
}

a {
  color: #333333;
}
a.c-link {
  text-decoration: underline;
  color: #039be5;
}
@media print, screen and (min-width: 768px) {
  a.c-link:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) {
  a img {
    transition: opacity .2s ease;
  }
  a:hover img {
    opacity: .7;
  }
}
a.-form {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.l-main .c-btn {
  outline: none;
  font-weight: 600;
  cursor: pointer;
}
.l-main .c-btn + .c-note {
  margin-top: 14px;
  display: block;
}
.l-main .c-btn.-cmn {
  background: #333333;
  color: white;
  min-width: 280px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.6rem;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .l-main .c-btn.-cmn {
    min-width: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-btn.-cmn {
    transition: opacity .3s;
  }
  .l-main .c-btn.-cmn:hover {
    opacity: .8;
  }
}
.l-main .c-btn.-cmn.is-disabled {
  background: #cccccc;
  opacity: 1 !important;
  cursor: default;
  pointer-events: none;
}
.l-main .c-btn.-cmn.-s {
  min-width: 160px;
  font-size: 1.4rem;
}
.l-main .c-btn.-cmn.-thin {
  height: 36px;
  line-height: 1.5;
  font-size: 1.1rem;
}
.l-main .c-btn.-cmn.-thick {
  height: 64px;
  line-height: 1.5;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-main .c-btn.-cmn.-thick {
    padding: 5px 25px;
  }
}
.l-main .c-btn.-cmn.-x_thick {
  height: 90px;
  line-height: 1.5;
}
.l-main .c-btn.-cmn.-bondiBlue {
  background: #019fa8;
  color: white;
}
.l-main .c-btn.-cmn.-bondiBlue.is-current {
  background: white;
  color: #019fa8;
  border: 1px solid #eeeeee;
}
.l-main .c-btn.-cmn.-arrow_r {
  background-image: url(../img/common/icn_arrow_r_w.png);
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
.l-main .c-btn.-cmn.-arrow_l {
  background-image: url(../img/common/icn_arrow_l_w.png);
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: 12px center;
}
.l-main .c-btn.-cmn.-search::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
  background-image: url(../img/common/icn_search_white.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}
.l-main .c-btn.-cmn.-print::before {
  content: "";
  width: 18px;
  height: 17px;
  display: block;
  margin-right: 10px;
  background-image: url(../img/common/icn_print_white.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}
.l-main .c-btn.-cmn.-download {
  position: relative;
  text-align: center;
}
.l-main .c-btn.-cmn.-download::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(../img/common/icn_download_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-main .c-btn.-cmn .c-marker {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 1px 8px;
  margin: 0 0 0 5px;
}
.l-main .c-btn.-round {
  display: inline-flex;
  min-width: 140px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #cccccc;
  background: #f5f5f5;
  color: #333333;
  font-size: 1.4rem;
  padding: 5px 20px;
  line-height: 1.2;
  border-radius: 40px;
}
.l-main .c-btn.-w_full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .c-list.-horizontal.-form.-s.-center .c-btn.-round {
    display: flex;
    width: 100%;
    max-width: 140px;
    min-width: 100px;
    margin: 0 auto;
  }
}
.l-main .p-page_title__inner .c-btn.-thin._sp {
  width: 120px;
}
.l-main .c-grid {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid {
    margin-right: calc((-20px - 1px));
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid {
    margin-right: calc((-10px - 1px));
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(-10px - 5px);
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid .c-col {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid .c-col {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.l-main .c-grid .c-col .c-img {
  max-width: 100%;
}
.l-main .c-grid .c-col .c-img img {
  max-width: 100%;
}
.l-main .c-grid .c-col .c-img.-border {
  border: 1px solid;
}
.l-main .c-grid .c-col > .c-btn {
  min-width: auto;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-xxs {
    margin-right: -25px;
    margin-bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-xxs {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: -10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-xxs > .c-col {
    margin-right: 24px;
    margin-bottom: 24px;
    width: calc((100% - 25px) / 6 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-xxs > .c-col {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-xs {
    margin-right: -25px;
    margin-bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-xs {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: -10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-xs > .c-col {
    margin-right: 24px;
    margin-bottom: 24px;
    width: calc((100% - 25px) / 4 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-xs > .c-col {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.l-main .c-grid.-s {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-s {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-s {
    margin-bottom: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-s > .c-col {
    width: calc((100% / 3) - 40px);
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-s > .c-col {
    width: calc((100% / 2) - 40px);
    margin: 0 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-m {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-m {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-m > .c-col {
    margin-right: 20px;
    margin-bottom: 40px;
    width: calc((100% - 1px) / 3 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-m > .c-col {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
}
.l-main .c-grid.-m.-square {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-m.-square > .c-col {
    width: 296px;
    margin-right: calc((100% - 888px) / 2);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-m.-square > .c-col {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-m.-square > .c-col:nth-child(3n) {
    margin-right: 0;
  }
}
.l-main .c-grid.-m.-square .c-img {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-m.-square .c-img {
    width: 296px;
    height: 296px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-m.-square .c-img {
    height: 0;
    padding-top: 100%;
  }
  .l-main .c-grid.-m.-square .c-img img {
    width: 100%;
    height: 100%;
  }
}
.l-main .c-grid.-m.-square .c-img img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-m.-square .c-img img {
    height: 296px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-l {
    margin-right: calc((-80px - 1px));
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-l {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -35px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-l > .c-col {
    margin-right: 80px;
    margin-bottom: 40px;
    width: calc((100% - 1px) / 2 - 80px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-l > .c-col {
    margin: 0 0 35px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-l.-narrow {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: -20px;
  }
  .l-main .c-grid.-l.-narrow .c-col {
    margin-bottom: 20px;
  }
}
.l-main .c-grid.-l.-only {
  margin-right: 0;
}
.l-main .c-grid.-l.-only > .c-col {
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-product_detail {
    width: 960px;
    margin-right: 0;
    margin-left: 60px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-product_detail {
    margin-bottom: -20px;
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-product_detail > .c-col {
    width: calc((100% / 4) - 40px);
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-product_detail > .c-col {
    width: calc((100% / 2) - 40px);
    margin: 0 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-form {
    margin-right: calc((-40px - 1px));
    margin-bottom: -10px;
  }
}
.l-main .c-grid.-form > .c-col {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-form > .c-col {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-form > .c-col {
    margin-right: 20px;
  }
}
.l-main .c-grid.-center {
  justify-content: center;
}
.l-main .c-grid.-align_center {
  align-items: center;
}
.l-main .c-grid.-fixed {
  flex-wrap: nowrap;
}
.l-main .c-grid.-fixed .c-col {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-favorite {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-favorite {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-favorite .c-col {
    width: calc((100% / 4) - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-favorite .c-col {
    width: calc((100% / 2) - 32px);
    margin: 0 16px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-m_wide {
    margin-bottom: -40px;
    margin-right: -77px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-m_wide {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-grid.-m_wide > .c-col {
    margin-right: 76px;
    margin-bottom: 40px;
    width: calc((100% - 1px) / 3 - 76px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-grid.-m_wide > .c-col {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-flex_container {
    display: flex;
  }
}
.l-main .c-flex_container .c-img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-main .c-flex_container .c-img._sp + .c-desc {
    margin-top: 40px;
  }
}
.l-main .c-flex_container .c-desc {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-flex_container .c-desc + .c-img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-flex_container .c-desc + .c-img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-flex_container .c-desc .c-heading.-xxl {
    text-align: center;
  }
}
.l-main .c-heading {
  font-weight: 600;
}
.l-main .c-heading.-xxl {
  font-size: 2.4rem;
  line-height: 1.5;
}
.l-main .c-heading.-xxl + p {
  margin-top: 14px;
}
.l-main .c-heading.-xxl small {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-main .c-heading.-xxl a {
    display: block;
    padding-right: 30px;
    background-image: url(../img/common/icn_arrow_r.png);
    background-size: auto 16px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
  }
}
.l-main .c-heading.-xxl.-center {
  text-align: center;
}
.l-main .c-heading.-xxl img {
  vertical-align: text-bottom;
  margin: 0 5px;
}
.l-main .c-heading.-xxl img:first-child {
  margin-left: 0;
}
.l-main .c-heading.-xxl.-bondiBlue {
  color: #019fa8;
  border-bottom: 1px solid #dddddd;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-heading.-xxl.-bondiBlue {
    padding: 14px 14px 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-heading.-xxl.-bondiBlue {
    padding-bottom: 14px;
  }
}
.l-main .c-heading.-xxl.-mark_cold::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 35px;
  height: 35px;
  background-image: url(../img/help/mark/cold2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-main .c-heading.-xl {
  font-size: 2rem;
  line-height: 1.5;
  margin: 60px 0 10px;
}
.l-main .c-heading.-xl + p {
  margin-top: 10px;
}
.l-main .c-heading.-xl.-border {
  padding-bottom: 14px;
  position: relative;
}
.l-main .c-heading.-xl.-border::after {
  content: "";
  width: 4rem;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-main .c-heading.-l {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 14px;
  position: relative;
  margin: 60px 0 10px;
}
.l-main .c-heading.-l + p {
  margin-top: 14px;
}
.l-main .c-heading.-m {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-main .c-heading.-s {
  font-size: 1.4rem;
  line-height: 2;
}
.l-main .c-heading.-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.l-main .c-heading.-bg {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-heading.-bg {
    height: 170px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-heading.-bg {
    height: 140px;
    padding-left: 35px;
  }
}
.l-main .c-heading.-bg .c-bg {
  margin-left: auto;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-heading.-bg .c-bg {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-heading.-bg .c-bg {
    height: 140px;
  }
}
.l-main .c-heading.-bg .c-bg img {
  height: 100%;
  width: auto;
}
.l-main .c-heading.-bg.-search::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/icn_search.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-heading.-bg.-search::before {
    margin-right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-heading.-bg.-search::before {
    margin-right: 20px;
  }
}
.l-main .c-heading.-frame span {
  display: inline-block;
  border: 1px solid;
  padding: 8px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .l-main a.c-heading.-bg {
    transition: background-color .2s;
  }
  .l-main a.c-heading.-bg:hover {
    background-color: #019fa8;
    color: white;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main a.c-heading.-bg.-search:hover::before {
    background-image: url(../img/common/icn_search_white.png);
  }
}
.l-main .c-col .c-heading.-xl {
  margin-top: 10px;
}
.l-main a {
  color: #333333;
}
.l-main a.c-link {
  text-decoration: underline;
  color: #039be5;
}
@media print, screen and (min-width: 768px) {
  .l-main a.c-link:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main a img {
    transition: opacity .2s ease;
  }
  .l-main a:hover img {
    opacity: .7;
  }
}
.l-main a.-form {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.l-main .c-list.-annotation li {
  color: #888888;
  font-size: 1.2rem;
  line-height: 1.7;
  position: relative;
  padding-left: 1em;
}
.l-main .c-list.-annotation li + li {
  margin-top: 0.3em;
}
.l-main .c-list.-annotation li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.l-main .c-list.-annotation li ul, .l-main .c-list.-annotation li ol {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .l-main .c-list.-annotation li ul, .l-main .c-list.-annotation li ol {
    margin-left: 10px;
  }
}
.l-main .c-list.-annotation.-center li {
  text-align: center;
  padding-left: 0;
}
.l-main .c-list.-annotation.-center li::before {
  position: relative;
}
.l-main .c-list.-horizontal.-inline li {
  display: inline;
  font-size: 1.4rem;
  line-height: 2;
}
.l-main .c-list.-horizontal.-inline li.-mr_s {
  margin-right: 2rem;
}
.l-main .c-list.-horizontal.-form {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-list.-horizontal.-form {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-list.-horizontal.-form {
    width: 100%;
  }
}
.l-main .c-list.-horizontal.-form li {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-list.-horizontal.-form li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-list.-horizontal.-form li {
    width: 100%;
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-list.-horizontal.-form.-m {
    margin-right: -40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-list.-horizontal.-form.-m li {
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-list.-horizontal.-form.-s {
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-list.-horizontal.-form.-s li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-list.-horizontal.-form.-sp_auto {
    margin-right: -20px;
  }
  .l-main .c-list.-horizontal.-form.-sp_auto li {
    width: auto;
    margin-right: 20px;
  }
  .l-main .c-list.-horizontal.-form.-sp_auto li.-phone {
    margin-right: 0;
  }
}
@media screen and (max-width: 359px) {
  .l-main .c-list.-horizontal.-form.-sp_auto li.-phone input {
    width: 70px !important;
  }
}
.l-main .c-list.-horizontal.-form.-center {
  justify-content: center;
}
.l-main .c-list.-cmn li {
  font-size: 1.4rem;
  line-height: 2;
}
.l-main .c-list.-cmn.-dot li {
  padding-left: 1em;
  position: relative;
}
.l-main .c-list.-cmn.-dot li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.l-main .c-list.-cmn li[data-bullet]::before, .l-main .c-list.-annotation li[data-bullet]::before {
  content: attr(data-bullet) !important;
}
.l-main ol.c-list.-annotation li {
  padding-left: 35px;
  counter-increment: table-ol;
}
@media screen and (max-width: 767px) {
  .l-main ol.c-list.-annotation li {
    padding-left: 25px;
  }
}
.l-main ol.c-list.-annotation li::before {
  content: counter(table-ol) ".";
}
.l-main ol.c-list.-annotation.-round li::before {
  content: "(" counter(table-ol) ")";
}
.l-main ol.c-list.-round > li {
  counter-increment: table-ol;
  padding-left: 1.5em;
  position: relative;
}
.l-main ol.c-list.-round > li:nth-child(n + 10) {
  padding-left: 2.2em;
}
.l-main ol.c-list.-round > li::before {
  content: "(" counter(table-ol) ")";
  position: absolute;
  left: 0;
}
.l-main ol.c-list.-round.-half > li::before {
  content: counter(table-ol) "）";
  position: absolute;
  left: 0;
}
.l-main ol.c-list.-circle > li {
  padding-left: 1.5em;
  position: relative;
}
.l-main ol.c-list.-circle > li::before {
  position: absolute;
  left: 0;
}
.l-main ol.c-list.-circle > li:nth-child(1)::before {
  content: "①";
}
.l-main ol.c-list.-circle > li:nth-child(2)::before {
  content: "②";
}
.l-main ol.c-list.-circle > li:nth-child(3)::before {
  content: "③";
}
.l-main ol.c-list.-circle > li:nth-child(4)::before {
  content: "④";
}
.l-main ol.c-list.-circle > li:nth-child(5)::before {
  content: "⑤";
}
.l-main ol.c-list.-circle > li:nth-child(6)::before {
  content: "⑥";
}
.l-main ol.c-list.-circle > li:nth-child(7)::before {
  content: "⑦";
}
.l-main ol.c-list.-circle > li:nth-child(8)::before {
  content: "⑧";
}
.l-main ol.c-list.-circle > li:nth-child(9)::before {
  content: "⑨";
}
.l-main ol.c-list.-circle > li:nth-child(10)::before {
  content: "⑩";
}
.l-main ol.c-list.-katakana > li {
  padding-left: 1.5em;
  position: relative;
}
.l-main ol.c-list.-katakana > li::before {
  position: absolute;
  left: 0;
}
.l-main ol.c-list.-katakana > li:nth-child(1)::before {
  content: "ア.";
}
.l-main ol.c-list.-katakana > li:nth-child(2)::before {
  content: "イ.";
}
.l-main ol.c-list.-katakana > li:nth-child(3)::before {
  content: "ウ.";
}
.l-main ol.c-list.-katakana > li:nth-child(4)::before {
  content: "エ.";
}
.l-main ol.c-list.-katakana > li:nth-child(5)::before {
  content: "オ.";
}
.l-main ol.c-list.-katakana > li:nth-child(6)::before {
  content: "カ.";
}
.l-main ol.c-list.-katakana > li:nth-child(7)::before {
  content: "キ.";
}
.l-main ol.c-list.-katakana > li:nth-child(8)::before {
  content: "ク.";
}
.l-main ol.c-list.-katakana > li:nth-child(9)::before {
  content: "ケ.";
}
.l-main ol.c-list.-katakana > li:nth-child(10)::before {
  content: "コ.";
}
.l-main ol.c-list.-katakana > li:nth-child(11)::before {
  content: "サ.";
}
.l-main ol.c-list.-katakana > li:nth-child(12)::before {
  content: "シ.";
}
.l-main ol.c-list.-katakana > li:nth-child(13)::before {
  content: "ス.";
}
.l-main ol.c-list.-katakana > li:nth-child(14)::before {
  content: "セ.";
}
.l-main ol.c-list.-katakana > li:nth-child(15)::before {
  content: "ソ.";
}
.l-main p, .l-main h1, .l-main h2, .l-main h3, .l-main h4, .l-main h5, .l-main h6, .l-main li, .l-main dt, .l-main dd, .l-main th, .l-main td, .l-main figcaption, .l-main caption {
  line-height: 1.6;
}
.l-main h2.c-title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-main h2.c-title {
    font-size: 1.6rem;
  }
}
.l-main h2.c-title.-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
	.l-main h2.c-title.-flex{
		flex-wrap: wrap;
	}
}
.l-main h2.c-title.-blue {
  color: #019fa8;
}
.l-main .c-mark {
  display: inline-block;
  background: #f53434;
  color: white;
  font-weight: bold;
  padding: 2px 6px;
  line-height: 1;
}
.l-main .c-mark.-bondiBlue {
  background: #019fa8;
}
.l-main p {
  font-size: 1.4rem;
  line-height: 2;
}
.l-main p.c-read {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-main p.c-read {
    line-height: 1.5;
  }
}
.l-main p.c-read.-lv1 {
  font-size: 2rem;
}
.l-main p.c-read.-lv1 .c-marker {
  font-size: 1.6rem;
  display: inline-block;
  background: #dddddd;
  padding: 4px 6px;
  line-height: 1;
  margin: 0 5px;
}
.l-main p.c-read.-lv1 small {
  font-size: 1.6rem;
  display: block;
}
.l-main p b {
  font-weight: bold;
}
.l-main .is-gray {
  color: #888888 !important;
}
.l-main .is-blue {
  color: #019fa8 !important;
}
.l-main .is-red {
  color: #f53434 !important;
}
.l-main .c-figure .c-img {
  position: relative;
}
.l-main .c-figure .c-img img {
  max-width: 100%;
  vertical-align: top;
}
.l-main .c-figure .c-img .c-float.-reform {
  position: absolute;
  line-height: 1;
  padding: 10px;
  background: red;
  white-space: nowrap;
  top: 0;
  right: 0;
  color: #777777;
  background: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
.l-main .c-figure .c-img.-center {
  text-align: center;
}
.l-main .c-figure figcaption .c-read.-lv1:first-child {
  margin-top: 20px;
}
.l-main .c-figure figcaption .c-read.-lv1:first-child + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-main .c-figure figcaption .c-read.-lv1:first-child {
    padding-left: 10px;
    padding-right: 30px;
    background-image: url(../img/common/icn_arrow_r.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 8px;
  }
}
.l-main .c-figure figcaption .c-read.-comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-main .c-figure figcaption .c-read.-comment::after {
  content: "";
  display: block;
  width: 50px;
  height: 40px;
  background-image: url(../img/common/icn_comment.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 8px;
}
@media screen and (max-width: 767px) {
  .l-main .c-figure figcaption .c-read.-comment::after {
    height: 3rem;
    background-position: center;
  }
}
.l-main .c-figure.-cmn figcaption {
  margin-top: 10px;
}
.l-main .c-figure.-horizontal {
  display: flex;
}
.l-main .c-figure.-horizontal .c-img {
  flex-shrink: 0;
  width: 150px;
}
@media screen and (max-width: 359px) {
  .l-main .c-figure.-horizontal:not([data-style="sp:vertical"]) .c-img {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-figure.-horizontal:not([data-style="sp:vertical"]) .c-img + figcaption {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-figure.-horizontal[data-style="sp:vertical"] .c-img + figcaption {
    margin-left: 0px;
  }
}
.l-main .c-figure.-horizontal figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-main .c-figure.-horizontal figcaption + .c-img {
  margin-left: 15px;
}
.l-main .c-figure.-horizontal figcaption .c-read {
  font-size: 2rem;
  line-height: 1.5;
}
.l-main .c-figure.-horizontal figcaption .c-read + p {
  margin-top: 14px;
}
.l-main .c-figure.-horizontal.-service {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-main .c-figure.-horizontal.-service {
    width: 100%;
    background-image: url(../img/common/icn_arrow_r.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
  }
}
.l-main .c-figure.-horizontal.-service .c-icn {
  flex-shrink: 0;
  margin-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-figure.-horizontal.-service .c-icn {
    width: 109px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-figure.-horizontal.-service .c-icn {
    width: 90px;
    margin-left: 8px;
  }
}
.l-main .c-figure.-horizontal.-service .c-icn img {
  width: 100%;
}
.l-main .c-figure.-horizontal.-service figcaption {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-main .c-figure.-horizontal[data-style*="sp:vertical"] {
    display: block;
  }
  .l-main .c-figure.-horizontal[data-style*="sp:vertical"] .c-img {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .l-main .c-figure.-horizontal[data-style*="sp:vertical"] figcaption + .c-img {
    margin-top: 15px;
  }
}
.l-main .c-figure.-horizontal.-square {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-figure.-horizontal.-square figcaption {
    margin-left: 40px;
    flex: 1;
  }
}
.l-main .c-figure.-horizontal.-square .c-img {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-figure.-horizontal.-square .c-img {
    width: 296px;
    height: 296px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-figure.-horizontal.-square .c-img {
    height: 0;
    padding-top: 100%;
  }
  .l-main .c-figure.-horizontal.-square .c-img img {
    width: 100%;
    height: 100%;
  }
}
.l-main .c-figure.-horizontal.-square .c-img img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .l-main .c-figure.-horizontal.-square .c-img img {
    height: 296px;
  }
}
.l-main .c-figure.-favorite {
  position: relative;
}
.l-main .c-figure.-favorite .c-sale {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
  text-align: center;
  color: white;
  font-size: 1.1rem;
  line-height: 1.4;
  background-color: rgba(187, 32, 54, 0.7);
  z-index: 2;
}
.l-main .c-figure.-favorite .c-sale.-end {
  background-color: rgba(51, 51, 51, 0.7);
}
.l-main .c-figure.-favorite .c-img {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-figure.-favorite figcaption {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.l-main .c-img_main {
  width: 100%;
}
.l-main .c-img.-center {
  display: block;
  margin: auto;
}
.l-main .c-hr.-cmn {
  border: none;
  border-bottom: 1px solid #eeeeee;
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}
.l-main .c-img img,
.l-main .c-icn img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .c-table_scroll {
    overflow: scroll;
  }
  .l-main .c-table_scroll .c-table.-cmn {
    width: 135%;
  }
}
.l-main .c-table.-cmn {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-collapse: collapse;
}
.l-main .c-table.-cmn.-fixed {
  table-layout: fixed;
}
.l-main .c-table.-cmn.-fixed th, .l-main .c-table.-cmn.-fixed td {
  border-top: none;
}
.l-main .c-table.-cmn.-fixed.-border th, .l-main .c-table.-cmn.-fixed.-border td {
  border-top: 1px solid #eeeeee;
}
.l-main .c-table.-cmn thead th {
  font-weight: bold;
  background: #f5f5f5;
}
.l-main .c-table.-cmn thead th.-bondiBlue {
  background: transparent;
  color: #019fa8;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-cmn th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-cmn th {
    background: #f5f5f5;
  }
}
.l-main .c-table.-cmn th, .l-main .c-table.-cmn td {
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  text-align: left;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-cmn th, .l-main .c-table.-cmn td {
    padding: 10px 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-cmn th, .l-main .c-table.-cmn td {
    padding: 8px;
    font-size: 1.1rem;
  }
}
.l-main .c-table.-cmn th:last-child, .l-main .c-table.-cmn td:last-child {
  border-right: none;
}
.l-main .c-table.-cmn th[rowspan], .l-main .c-table.-cmn td[rowspan] {
  border-left: 1px solid #eeeeee;
}
.l-main .c-table.-cmn th[rowspan]:first-child, .l-main .c-table.-cmn td[rowspan]:first-child {
  border-left: none;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-form {
    width: 100%;
    border-collapse: collapse;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-form {
    display: block;
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-form > tbody,
  .l-main .c-table.-form > tbody > tr {
    display: block;
    width: 100%;
  }
}
.l-main .c-table.-form > tbody > tr > th, .l-main .c-table.-form > tbody > tr > td {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-form > tbody > tr > th, .l-main .c-table.-form > tbody > tr > td {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0 10px 20px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-form > tbody > tr > th, .l-main .c-table.-form > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
.l-main .c-table.-form > tbody > tr > th .c-required, .l-main .c-table.-form > tbody > tr > td .c-required {
  display: inline-block;
  background: #f53434;
  color: white;
  padding: 0 8px;
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-form > tbody > tr > th .c-inner, .l-main .c-table.-form > tbody > tr > td .c-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-main .c-table.-form > tbody > tr > th > .c-table.-definition, .l-main .c-table.-form > tbody > tr > td > .c-table.-definition {
  margin-bottom: -20px;
}
.l-main .c-table.-form > tbody > tr > th {
  font-weight: bold;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-form > tbody > tr > th {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-form > tbody > tr > th {
    border-top: 1px solid #eeeeee;
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-form > tbody > tr > td {
    padding: 10px 15px 20px 15px;
  }
}
.l-main .c-table.-form > tbody > tr > td .c-grid {
  margin-left: 0;
}
.l-main .c-table.-comparison thead {
  background: transparent;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-comparison thead td {
    padding: 0 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-comparison thead td {
    padding: 0 16px 20px;
    text-align: left;
  }
}
.l-main .c-table.-comparison thead td .c-figure.-cmn figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-comparison thead td .c-figure.-cmn figcaption {
    text-align: center;
  }
}
.l-main .c-table.-comparison th {
  background: #f5f5f5;
  font-weight: bold;
}
.l-main .c-table.-comparison th + th {
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-comparison th {
    font-size: 1.4rem;
    padding: 8px 16px;
  }
}
.l-main .c-table.-comparison td {
  padding: 16px 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-comparison td {
    text-align: center;
    padding: 16px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.l-main .c-table.-comparison td b {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-main .c-table.-comparison td._pc:first-child + td {
    border-left: none;
  }
}
.l-main .c-table.-definition th, .l-main .c-table.-definition td {
  padding-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
.l-main .c-table.-definition th + th, .l-main .c-table.-definition th + td, .l-main .c-table.-definition td + th, .l-main .c-table.-definition td + td {
  padding-left: 40px;
}
.l-main .c-table.-definition th {
  white-space: nowrap;
  font-weight: 600;
}
.l-main .c-table.-element {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.l-main .c-table.-element th, .l-main .c-table.-element td {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-element th, .l-main .c-table.-element td {
    border-left: 1px solid #eeeeee;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-table.-element tr td:first-child {
    border-left: 0;
  }
}
.l-main .c-table.-element th {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 600;
  padding: 5px 15px;
  background: #f5f5f5;
}
.l-main .c-table.-element td {
  padding: 15px;
  font-size: 1.6rem;
  line-height: 2;
}
.l-main .c-table.-element .c-table {
  table-layout: fixed;
  width: 100%;
}
.l-main .c-table.-element .c-table th, .l-main .c-table.-element .c-table td {
  background: transparent;
  border: none;
  line-height: 2;
  padding: 0 0 10px;
}
.l-main .c-table.-element .c-table th {
  width: 65%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.l-main .c-table.-element .c-table td {
  width: 38%;
  padding-left: 22px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.l-main .c-table.-element .c-table td .c-link {
  line-height: 1;
  color: #039be5;
  font-weight: normal;
  word-wrap: break-word;
}
.l-main .p-accordion__target > .c-table.-form tr:first-child th, .l-main .p-accordion__target > .c-table.-form tr:first-child td {
  border-top: none;
}
.l-main .c-checkbox {
  outline: none;
}
.l-main .c-checkbox.-cmn {
  display: flex;
  align-items: center;
  padding: 7px 0;
  cursor: pointer;
}
.l-main .c-checkbox.-cmn input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0.01px;
  height: 0.01px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none;
}
.l-main .c-checkbox.-cmn input[type=checkbox]:checked + .c-label::before {
  border-color: #019fa8;
  background-color: #019fa8;
  background-image: url(../img/common/icn_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}
.l-main .c-checkbox.-cmn .c-label {
  font-size: 1.4rem;
  display: block;
  align-items: center;
  padding-left: 33px;
  position: relative;
  min-height: 24px;
  line-height: 1.85;
}
.l-main .c-checkbox.-cmn .c-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  margin-right: 10px;
  transition: all .2s ease;
  flex-shrink: 0;
  background-color: white;
  background-image: url(../img/common/icn_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px;
}
.l-main .c-checkbox.-cmn .c-label img {
  vertical-align: top;
}
.l-main .c-checkbox.-cmn.-tiny {
  width: 24px;
  height: 24px;
  padding: 0;
}
.l-main .c-checkbox.-cmn.-tiny .c-label {
  width: 24px;
  height: 24px;
  padding: 0;
}
.l-main .c-radio {
  outline: none;
}
.l-main .c-radio.-cmn {
  display: flex;
  align-items: center;
  padding: 7px 0;
  cursor: pointer;
}
.l-main .c-radio.-cmn input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 0.01px;
  height: 0.01px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.l-main .c-radio.-cmn input[type=radio]:checked + .c-label::before {
  border: 8px solid #019fa8;
}
.l-main .c-radio.-cmn .c-label {
  font-size: 1.4rem;
  display: block;
  align-items: center;
  padding-left: 33px;
  position: relative;
  min-height: 24px;
  line-height: 1.85;
}
.l-main .c-radio.-cmn .c-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  margin-right: 10px;
  transition: border .2s ease;
  flex-shrink: 0;
}
.l-main .c-radio.-cmn .c-label img {
  vertical-align: top;
}
.l-main .c-select {
  outline: none;
}
.l-main .c-select.-cmn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 0;
  padding: 0 10px;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  background-color: white;
  background-image: url(../img/common/icn_arrow_b.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) center;
}
@media screen and (max-width: 767px) {
  .l-main .c-select.-cmn {
    font-size: 1.6rem;
  }
}
.l-main .c-select.-cmn::-ms-expand {
  display: none;
}
.l-main .c-select.error {
  border-color: #f53434;
}
.l-main .c-input_text {
  outline: none;
}
.l-main .c-input_text.-cmn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 0;
  padding: 0 10px;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-main .c-input_text.-cmn {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.l-main .c-input_text.-cmn::placeholder {
  color: #aaaaaa;
}
.l-main .c-input_text.-cmn:-ms-input-placeholder {
  color: #aaaaaa;
}
.l-main .c-input_text.-cmn::-ms-input-placeholder {
  color: #aaaaaa;
}
.l-main .c-input_text.error {
  border-color: #f53434;
}
.l-main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 0;
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  cursor: pointer;
  outline: none;
  resize: none;
}
@media screen and (max-width: 767px) {
  .l-main textarea {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.l-main textarea::placeholder {
  color: #aaaaaa;
}
.l-main textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
.l-main textarea::-ms-input-placeholder {
  color: #aaaaaa;
}
.l-main textarea.error {
  border-color: #f53434;
}
.l-main .p-error + table.c-table {
  margin-top: 10px;
}
.l-main .p-error__item {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #f53434;
}
.l-main .c-bridge {
  margin: 0 5px;
  font-size: 1.4rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.l-main .c-prefix {
  margin-right: 5px;
  font-size: 1.4rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.l-main .c-postfix {
  margin-left: 5px;
  font-size: 1.4rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.l-main .c-icn.-help {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-icn.-help {
    cursor: pointer;
  }
}
.l-main .c-icn.-help::before {
  content: "?";
  line-height: 1;
  color: #999999;
}
.l-main .c-icn.-status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 20px;
  font-size: 1.2rem;
}
.l-main .c-icn.-status.-new {
  background: #019fa8;
  color: white;
}
.l-main .c-icn.-status.-undelivered {
  background: #dddddd;
  color: #333333;
}
.l-main .c-icn.-status.-delivered {
  background: #17ad67;
  color: white;
}
.l-main .c-icn.-status.-cancel {
  background: #333333;
  color: white;
}
.l-main .c-contact {
  width: 690px;
  border: 10px solid #dddddd;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-main .c-contact {
    width: calc(100vw - 30px);
    height: auto;
    border-width: calc(10 / 690 * (100vw - 30px));
  }
}
.l-main .c-contact__head {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #dddddd;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-main .c-contact__head {
    font-size: calc(26 / 690 * (100vw - 30px));
    padding-bottom: calc(10 / 690 * (100vw - 30px));
  }
}
.l-main .c-contact__body {
  background-color: white;
  padding: 14px 0;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-contact__body {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-contact__body {
    padding: calc(30 / 690 * (100vw - 30px)) calc(50 / 690 * (100vw - 30px)) calc(30 / 690 * (100vw - 30px)) calc(45 / 690 * (100vw - 30px));
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-contact__main {
    text-align: center;
    margin: 0 auto;
    padding: 7px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-contact__main {

  }
}
.l-main .c-contact__main {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .l-main .c-contact__main{
    font-size: calc(60 / 690 * (100vw - 30px));
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .c-contact__sub {
    padding: 10px 24px;
    border-left: 2px black dotted;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-contact__sub {
    display: flex;
    margin-top: calc(36 / 690 * (100vw - 30px));
  }
}
.l-main .c-contact__sub span {
  display: block;
  font-weight: bold;
}
.l-main .c-contact__sub span:first-child {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-main .c-contact__sub span:first-child {
    width: calc(120 / 690 * (100vw - 30px));
    font-size: calc(17 / 690 * (100vw - 30px));
    line-height: 1.2;
  }
}
.l-main .c-contact__sub span:last-child {
  font-size: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-contact__sub span:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-contact__sub span:last-child {
    font-size: calc(42 / 690 * (100vw - 30px));
    margin-left: calc(30 / 690 * (100vw - 30px));
  }
}

.l-main {
  /* /AB/AB-01.html */
  /* 仮名称 */
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 {
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-img + .c-desc {
    margin-left: -40px;
    margin-right: auto;
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-img + .c-desc .c-heading {
    right: auto;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-img + .c-desc.c-heading-sub {
    margin-top: 60px;
  }
}
.l-main .p-ab-01 .c-img + .c-desc.c-heading-sub .c-heading {
  top: -105px;
}
.l-main .p-ab-01 .c-img + .c-desc.c-heading-sub .c-heading span {
  display: block;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-img {
    width: 480px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-ab-01 .c-img {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 40px;
    padding-top: 30px;
    position: relative;
  }
}
.l-main .p-ab-01 .c-img img {
  width: 100%;
  max-height: 270px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-img .c-heading {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-ab-01 .c-img .c-heading {
    font-size: 4.8rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .l-main .p-ab-01 .c-img .c-heading * {
    font-family: inherit;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-ab-01 .c-img .c-heading.-s {
    font-size: 2.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-desc {
    width: 100%;
    border: 4px solid #333333;
    padding: 20px 40px;
    position: relative;
    margin-top: 40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-ab-01 .c-desc {
    margin-right: 20px;
    border: 2px solid #333333;
    padding: 20px;
    position: relative;
    margin-top: -10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-desc p {
    font-size: 2rem;
    line-height: 2;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-ab-01 .c-desc p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-desc .c-heading {
    position: absolute;
    font-size: 6rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    top: -85px;
    right: 0;
    line-height: 1;
  }
  .l-main .p-ab-01 .c-desc .c-heading * {
    font-family: inherit;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-ab-01 .c-desc .c-heading {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-desc .c-heading.-s {
    font-size: 3rem;
    top: -40px;
  }
}
.l-main .p-ab-01 .c-corner {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01 .c-corner {
    right: -40px;
    bottom: -35px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-ab-01 .c-corner {
    right: -20px;
  }
}
.l-main .p-ab-01.-r .c-img {
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01.-r .c-desc {
    margin-left: auto;
    margin-right: -40px;
    padding-right: 50px;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-ab-01.-r .c-desc .c-heading {
    left: auto;
    right: 0;
  }
}
.l-main .p-ab-01.-r .c-desc.c-heading-sub .c-heading {
  text-align: right;
}
.l-main .p-page_title {
  border-bottom: 1px solid #eeeeee;
}
.l-main .p-page_title__inner {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-page_title__inner {
    width: 1040px;
    margin: auto;
    padding: 28px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-page_title__inner {
    padding: 20px 15px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-page_title__inner .c-btn.-thin {
    min-width: 100px;
  }
}
.l-main .p-page_title h1 {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-page_title h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-page_title h1 {
    font-size: 1.6rem;
  }
}
.l-main .p-page_title h1 .c-marker {
  font-size: 1.6rem;
  display: inline-block;
  background: #dddddd;
  padding: 4px 6px;
  line-height: 1;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .l-main .p-page_title h1 .c-marker {
    word-break: keep-all;
  }
}
.l-main .p-page_title.c-recruit h1, .l-main .p-page_title.c-recruit span {
  display: inline-block;
  color: #333333 !important;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-section .p-page_title .p-page_title__inner {
    width: auto;
    padding: 14px 0;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-section .p-page_title .p-page_title__inner {
    padding: 20px 15px;
  }
}
.l-main .p-slider {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slider {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slider.fn-slider_sp {
    width: auto;
  }
}
.l-main .p-slider__stage {
  display: flex;
  justify-content: center;
}
.l-main .p-slider__stage ul {
  display: flex;
}
.l-main .p-slider__stage li {
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slider__stage li {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-slider__stage li {
    width: 320px;
  }
}
.l-main .p-slider__stage li img {
  max-width: 100%;
}
.l-main .p-slider__ctrl__item {
  width: 30px;
  height: 48px;
  position: absolute;
  background-image: url(../img/common/icn_arrow_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slider__ctrl__item {
    top: -24px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-slider__ctrl__item {
    top: -35px;
  }
}
.l-main .p-slider__ctrl__item.-prev {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slider__ctrl__item.-prev {
    right: 63px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-slider__ctrl__item.-prev {
    left: 7px;
  }
}
.l-main .p-slider__ctrl__item.-next {
  right: 7px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slider__ctrl__item {
    cursor: pointer;
    transition: opacity .3s ease;
  }
  .l-main .p-slider__ctrl__item:hover {
    opacity: .4;
  }
}
.l-main .p-slider.fn-slider_sp .p-slider__stage {
  justify-content: center !important;
}
@media screen and (max-width: 767px) {
  .l-main .p-filtering + .c-list.-annotation {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-filtering {
    display: flex;
    align-items: center;
  }
}
.l-main .p-filtering__heading {
  background: #f5f5f5;
  height: 68px;
  width: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-main .p-filtering__heading {
    background: #f5f5f5;
    padding: 10px;
    height: auto;
    width: 100%;
    justify-content: left;
    line-height: 1.6;
  }
}
.l-main .p-filtering__heading::after {
  content: "";
}
.l-main .p-filtering__desc {
  margin: 10px 20px;
}
.l-main .p-filtering__desc dt, .l-main .p-filtering__desc dd {
  display: inline;
  font-size: 1.2rem;
  line-height: 2;
}
.l-main .p-filtering__desc dt {
  color: #666666;
}
.l-main .p-filtering__desc dd {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-filtering__desc dd {
    font-weight: bold;
  }
}
.l-main .p-filtering__btn {
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-filtering__btn > .c-btn.-search {
    display: flex;
    width: 260px;
    height: 50px;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result {
    padding: 14px 20px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result {
    flex-wrap: wrap;
  }
}
.l-main .p-paging.-result .p-paging__heading {
  display: flex;
  align-items: center;
}
.l-main .p-paging.-result .p-paging__heading + .p-paging__displaying {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__heading {
    background: #f5f5f5;
    padding: 10px;
  }
}
.l-main .p-paging.-result .p-paging__heading figcaption {
  margin-right: 10px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result .p-paging__heading figcaption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__heading figcaption {
    font-size: 1.2rem;
  }
}
.l-main .p-paging.-result .p-paging__heading .c-result {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result .p-paging__heading .c-result {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__heading .c-result {
    font-size: 1.2rem;
  }
}
.l-main .p-paging.-result .p-paging__displaying {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result .p-paging__displaying {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__displaying {
    margin-left: auto;
  }
}
.l-main .p-paging.-result .p-paging__body {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result .p-paging__body {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__body {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
.l-main .p-paging.-result .p-paging__body ul {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result .p-paging__body li + li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__body li {
    margin: 0 4px;
  }
}
@media screen and (max-width: 359px) {
  .l-main .p-paging.-result .p-paging__body li {
    margin: 0 1px;
  }
}
.l-main .p-paging.-result .p-paging__body li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result .p-paging__body li a {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__body li a {
    width: 36px;
    height: 36px;
    border: 1px solid #eeeeee;
  }
}
.l-main .p-paging.-result .p-paging__body li a.is-current {
  color: #aaaaaa;
}
.l-main .p-paging.-result .p-paging__body li.is-disabled {
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
  opacity: .5;
}
.l-main .p-paging.-result .p-paging__ctrl a {
  display: block;
  background-image: url(../img/common/icn_arrow_r.png);
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: center;
  text-indent: -100em;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result .p-paging__ctrl a {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__ctrl a {
    width: 36px;
    height: 36px;
    border: 1px solid #eeeeee;
  }
}
.l-main .p-paging.-result .p-paging__ctrl.-prev {
  margin-right: 8px;
  transform: rotate(180deg);
}
.l-main .p-paging.-result .p-paging__ctrl.-next {
  margin-left: 8px;
}
.l-main .p-paging.-result .p-paging__ctrl.is-disabled {
  opacity: .5;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-result .p-paging__ctrl {
    cursor: pointer;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-paging.-step .p-paging__item {
    position: fixed;
    width: 22px;
    height: 73px;
    text-indent: -100em;
    overflow: hidden;
    margin: auto;
    display: none;
  }
  .l-main .p-paging.-step .p-paging__item a {
    display: block;
    width: 22px;
    height: 73px;
    transition: opacity .2s ease;
    cursor: pointer;
    background-image: url(../img/common/icn_arrow_slideshow_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .l-main .p-paging.-step .p-paging__item a:hover {
    opacity: .5;
  }
  .l-main .p-paging.-step .p-paging__item.-prev {
    margin-left: 20px;
  }
  .l-main .p-paging.-step .p-paging__item.-next {
    margin-left: -20px;
  }
  .l-main .p-paging.-step .p-paging__item.-next a {
    background-image: url(../img/common/icn_arrow_slideshow_r.png);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-step .p-paging__item {
    margin: 0 25px;
  }
  .l-main .p-paging.-step .p-paging__item a {
    width: 11px;
    height: 18px;
    display: block;
    overflow: hidden;
    text-indent: -10em;
    background-image: url(../img/common/icn_arrow_r.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-main .p-paging.-step .p-paging__item.-prev a {
    background-image: url(../img/common/icn_arrow_l.png);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-step {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-main .p-slideshow {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slideshow {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-main .p-slideshow__stage {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slideshow__stage {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-main .p-slideshow__body {
  display: flex;
}
.l-main .p-slideshow__body li {
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slideshow__body li {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-slideshow__body li {
    width: 100%;
  }
}
.l-main .p-slideshow__body li img {
  width: 100%;
}
.l-main .p-slideshow__body li figcaption {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.l-main .p-slideshow__ctrl__item {
  position: absolute;
  width: 22px;
  height: 73px;
  text-indent: -100em;
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icn_arrow_slideshow_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-main .p-slideshow__ctrl__item {
    display: none;
  }
}
.l-main .p-slideshow__ctrl__item.-prev {
  left: 0;
}
.l-main .p-slideshow__ctrl__item.-next {
  right: 0;
  background-image: url(../img/common/icn_arrow_slideshow_r.png);
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slideshow__ctrl__item {
    cursor: pointer;
    transition: opacity .2s ease;
  }
  .l-main .p-slideshow__ctrl__item:hover {
    opacity: .7;
  }
}
.l-main .p-slideshow__thmb {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slideshow__thmb {
    justify-content: center;
    align-items: center;
    margin: 40px auto -10px;
    width: 960px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-slideshow__thmb {
    margin-top: 10px;
    margin-right: -20px;
    margin-bottom: -10px;
    padding-top: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.l-main .p-slideshow__thmb li {
  flex-shrink: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-slideshow__thmb li {
    width: 150px;
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-slideshow__thmb li {
    width: 100px;
    flex-shrink: 0;
    padding: 0 20px 0 0;
  }
}
.l-main .p-slideshow__thmb li img {
  width: 100%;
}
.l-main .p-slideshow__thmb li.is-current {
  position: relative;
}
.l-main .p-slideshow__thmb li.is-current::before {
  content: "";
  border: 2px solid #333333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.4);
}
@media screen and (max-width: 767px) {
  .l-main .p-slideshow__thmb li.is-current::before {
    right: 20px;
  }
}
.l-main .p-slideshow__thmb li.is-current::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 8px 8.5px;
  border-color: transparent transparent #333333 transparent;
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-main .p-slideshow__thmb li.is-current::after {
    transform: translateX(-10px);
  }
}
.l-main .p-panel.-lineup .p-panel__body {
  background: #f5f5f5;
  padding: 10px;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-lineup .p-panel__body {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-lineup .p-panel__body {
    display: flex;
    padding: 10px 40px 10px 10px;
  }
}
.l-main .p-panel.-lineup .p-panel__body::after {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icn_arrow_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-main .p-panel.-lineup .p-panel__body .c-img {
  display: flex;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 20px;
  overflow: hidden;
}
.l-main .p-panel.-lineup .p-panel__body .c-img img {
  height: 100%;
  max-width: inherit;
}
.l-main .p-panel.-lineup .p-panel__body .c-desc {
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-lineup .p-panel__body .c-desc {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-lineup .p-panel__body .c-desc {
    margin-top: 10px;
  }
}
.l-main .p-panel.-lineup .p-panel__body .c-desc b {
  font-weight: 600;
  line-height: 1.55;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-lineup .p-panel__body .c-desc b {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-lineup .p-panel__body .c-desc b {
    font-size: 1.4rem;
  }
}
.l-main .p-panel.-lineup .p-panel__body .c-name {
  color: #019fa8;
  font-size: 1.6rem;
  font-weight: 600;
}
.l-main .p-panel.-lineup .p-panel__body .c-name + .c-color {
  margin-top: 5px;
}
.l-main .p-panel.-lineup .p-panel__body .c-color {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 600;
}
.l-main .p-panel.-lineup .p-panel__body .c-color + .c-num {
  margin-top: 6px;
}
.l-main .p-panel.-lineup .p-panel__body .c-num {
  color: #888888;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-lineup .p-panel__body.u-ai_c .c-img {
    width: 120px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .l-main .p-panel.-lineup .p-panel__body.u-ai_c .c-desc {
    margin-top: 0;
  }
}
.l-main .p-panel.-lineup.-unlink .p-panel__body {
  background-color: white;
  border: 1px solid #dddddd;
}
.l-main .p-panel.-lineup.-unlink .p-panel__body::after {
  content: none;
}
.l-main .p-panel.-lineup.-unlink .p-panel__body .c-name .c-logo {
  height: 2rem;
}
.l-main .p-panel.-tab {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-bottom-color: #dddddd;
  cursor: pointer;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-tab {
    transition: all .3s;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-tab {
    padding: 10px 5px 10px 10px;
  }
}
.l-main .p-panel.-tab .c-icn {
  width: 40px;
  margin-right: 12px;
  flex-shrink: 0;
}
.l-main .p-panel.-tab .c-icn img {
  width: 100%;
}
.l-main .p-panel.-tab .c-desc {
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-tab .c-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-tab .c-desc {
    font-size: 1.2rem;
  }
}
.l-main .p-panel.-tab .c-desc small {
  display: block;
  font-size: 1.2rem;
  color: #019fa8;
}
.l-main .p-panel.-tab.is-current, .l-main .p-panel.-tab:hover {
  background: white;
  border: 1px solid #019fa8;
}
.l-main .p-panel.-tab.is-current .c-desc, .l-main .p-panel.-tab:hover .c-desc {
  color: #019fa8;
}
.l-main .p-panel.-icn_list {
  display: flex;
  flex-wrap: wrap;
}
.l-main .p-panel.-icn_list .c-icnbox {
  display: flex;
  /*align-items: center;*/
  padding: 12px;
  height: 100%;
  width: calc((100% - 1px) / 3);
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-icn_list .c-icnbox {
    padding: 10px 5px 10px 10px;
  }
}
.l-main .p-panel.-icn_list .c-icnbox .c-icn {
  width: 40px;
  margin-right: 12px;
  flex-shrink: 0;
}
.l-main .p-panel.-icn_list .c-icnbox .c-icn img {
  width: 100%;
}
.l-main .p-panel.-icn_list .c-icnbox .c-desc {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-icn_list .c-icnbox .c-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-icn_list .c-icnbox .c-desc {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-icn_list.-columns .c-icnbox {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-icn_list.-columns .c-icnbox .c-icn {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-icn_list.-columns .c-icnbox .c-icn img {
    width: 50px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .l-main .p-panel.-icn_list.-columns .c-icnbox .c-icn img.-full {
    width: 100%;
  }
}
.l-main .p-panel.-icn_list.-columns .c-icnbox .c-icn .c-name {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.l-main .p-panel.-icn_list.-columns .c-icnbox .c-desc {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-cmn {
    border: 1px solid #dddddd;
    padding: 40px;
  }
  .l-main .p-panel.-cmn .c-list {
    display: flex;
    align-items: start;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-cmn {
    border: 1px solid #dddddd;
    padding: 20px;
  }
}
.l-main .p-panel.-cv {
  background: #019fa8;
  height: 160px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-image: url(../img/common/icn_arrow_r_w.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
}
.l-main .p-panel.-cv b {
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.l-main .p-panel.-cv b + small {
  margin-top: 10px;
}
.l-main .p-panel.-cv b .c-icn {
  margin-right: 20px;
}
.l-main .p-panel.-cv small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-cv.-s {
    height: 90px;
    justify-content: flex-start;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-icn {
    display: flex;
    align-items: center;
  }
}
.l-main .p-panel.-icn .c-img {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-icn .c-img {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-icn .c-img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-panel.-icn .c-img .c-icn img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-panel.-icn .c-img .c-icn img {
    max-width: 35px;
    max-height: 35px;
  }
}
.l-main .p-panel.-icn figcaption {
  padding: 20px 0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-main a > .p-panel.-icn {
    padding-right: 30px;
    background-image: url(../img/common/icn_arrow_r.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px) center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-voice {
    display: flex;
    flex-direction: row-reverse;
  }
}
.l-main .p-voice .c-img {
  width: 230px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-voice .c-img {
    flex-shrink: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-voice .c-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
}
.l-main .p-voice .c-img img {
  width: 100%;
}
.l-main .p-voice .c-heading + .c-read {
  margin-top: 20px;
}
.l-main .p-voice .c-heading b {
  border: 1px solid #019fa8;
  color: #019fa8;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 5px 20px;
  display: inline-flex;
}
.l-main .p-voice p.c-read {
  color: #019fa8;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.l-main .p-voice p.c-read + p {
  margin-top: 10px;
}
.l-main .p-accordion.-cmn {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-accordion.-cmn {
    border-bottom: 1px solid #eeeeee;
  }
}
.l-main .p-accordion.-cmn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icn_arrow_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  transition: transform .2s ease;
  order: 2;
}
.l-main .p-accordion.-cmn.is-open::after {
  transform: rotate(270deg);
}
.l-main .p-accordion.-toggle {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-accordion.-toggle {
    border-bottom: 1px solid #eeeeee;
  }
}
.l-main .p-accordion.-toggle::before {
  content: attr(data-close-text);
  display: block;
  margin-right: 20px;
  order: 1;
}
.l-main .p-accordion.-toggle::after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  background-image: url(../img/common/icn_arrow_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  transition: transform .2s ease;
  order: 2;
}
.l-main .p-accordion.-toggle.is-open::before {
  content: attr(data-open-text);
}
.l-main .p-accordion.-toggle.is-open::after {
  transform: rotate(270deg);
}
.l-main .p-accordion__target {
  overflow: hidden;
  display: none;
}
.l-main .p-accordion__target.is-open {
  display: block;
}
.l-main .p-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
}
.l-main .p-modal.is-show {
  display: block;
}
.l-main .p-modal__wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.l-main .p-modal__inner {
  padding: 20px;
}
.l-main .p-modal__body {
  background: white;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-modal__body {
    width: 800px;
    padding: 60px 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-modal__body {
    width: 100%;
    padding: 60px 15px 20px;
  }
}
.l-main .p-modal__body .c-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/common/icn_close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-modal__body .c-close {
    cursor: pointer;
    transition: background-color .2s ease;
  }
  .l-main .p-modal__body .c-close:hover {
    background-color: #eeeeee;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-modal .c-grid.-fixed {
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-modal .c-grid.-fixed {
    margin-right: -3px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-modal .c-grid.-fixed .c-col {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-modal .c-grid.-fixed .c-col {
    margin-right: 3px;
  }
}
.l-main .p-modal .c-btn.-cmn.fn-close {
  min-width: 160px;
  width: 160px;
}
.l-main .p-color_chip {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-color_chip {
    margin: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-color_chip {
    margin: 10px 0;
  }
}
.l-main .p-color_chip__item {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.l-main .p-color_chip__item img {
  width: 100%;
}
.l-main .p-result {
  background: #f5f5f5;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.l-main .p-result figcaption {
  font-size: 1.4rem;
  margin-right: 10px;
}
.l-main .p-result .c-result {
  font-size: 1.8rem;
}
.l-main .p-comparison {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison .c-img {
    display: flex;
    height: 200px;
    width: 200px;
    justify-content: center;
    overflow: hidden;
  }
  .l-main .p-comparison .c-img img {
    max-height: 100%;
    height: auto;
    width: auto;
  }
  .l-main .p-comparison figcaption {
    display: flex;
    align-items: center;
  }
  .l-main .p-comparison figcaption .c-case {
    display: flex;
    margin-top: 7px;
  }
  .l-main .p-comparison figcaption .c-case p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .l-main .p-comparison figcaption .c-case.-img {
    display: flex;
  }
  .l-main .p-comparison figcaption .c-case.-img img {
    max-width: 35px;
    max-height: 35px;
    margin-right: 10px;
  }
  .l-main .p-comparison figcaption .c-checkbox.-cmn {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    margin-right: 10px;
  }
  .l-main .p-comparison figcaption .c-checkbox.-cmn .c-label {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .l-main .p-comparison figcaption .c-checkbox.-cmn .c-label::before {
    top: 7px;
  }
  .l-main .p-comparison figcaption .c-checkbox.-cmn:hover .c-serif, .l-main .p-comparison figcaption .c-checkbox.-cmn.is-hover .c-serif {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-main .p-comparison figcaption .c-checkbox.-cmn:hover, .l-main .p-comparison figcaption .c-checkbox.-cmn.is-hover {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-main .p-comparison .c-checkbox.-cmn {
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .l-main .p-comparison .c-checkbox.-cmn .c-label {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .l-main .p-comparison .c-checkbox.-cmn.is-hover_sp .c-serif {
    opacity: 1;
    display: flex;
  }
  .l-main .p-comparison .c-case {
    margin-top: 10px;
  }
  .l-main .p-comparison .c-case p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .l-main .p-comparison .c-case.-img {
    display: flex;
  }
  .l-main .p-comparison .c-case.-img img {
    max-width: 35px;
    max-height: 35px;
    margin-right: 7px;
  }
}
.l-main .p-comparison .c-serif {
  position: absolute;
  height: 24px;
  text-align: center;
  color: white;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -18px;
  opacity: 0;
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison .c-serif {
    width: 60px;
    top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison .c-serif {
    display: none;
    width: 75px;
    top: -35px;
  }
}
.l-main .p-comparison .c-serif::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison .c-serif::before {
    right: 0;
    left: 0;
    border-width: 0 6px 6px 6px;
    top: -6px;
    border-color: transparent transparent #333333 transparent;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison .c-serif::before {
    right: 17px;
    left: 0;
    border-width: 6px 6px 0 6px;
    border-color: #333333 transparent transparent transparent;
    bottom: -6px;
  }
}
.l-main .p-comparison__wrapper .c-heading.-xxl.-mark_cold {
  margin: 0;
}
.l-main .p-comparison_list {
  position: absolute;
  left: 0;
  background: white;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison_list {
    top: 211px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison_list {
    position: fixed;
    top: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison_list.is-open .p-comparison_list__wrapper {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison_list.is-open .p-comparison_list__wrapper {
    width: calc(100vw - 50px);
  }
}
.l-main .p-comparison_list__header {
  position: absolute;
  background: #000;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.5;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison_list__header {
    cursor: pointer;
    transition: opacity .2s;
  }
  .l-main .p-comparison_list__header:hover {
    opacity: .7;
  }
}
.l-main .p-comparison_list__header h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.l-main .p-comparison_list__remain {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  width: 26px;
}
.l-main .p-comparison_list__remain li {
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid white;
}
.l-main .p-comparison_list__remain li.is-filled {
  background: #019fa8;
  border-color: #019fa8;
}
.l-main .p-comparison_list__wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  transition: width .2s ease;
  position: relative;
  z-index: 2;
  width: 0;
  overflow: hidden;
}
.l-main .p-comparison_list__body {
  padding: 10px;
  min-height: 200px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison_list__body {
    width: 220px;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison_list__body {
    width: calc(100vw - 50px);
  }
}
.l-main .p-comparison_list__body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.l-main .p-comparison_list__list {
  position: relative;
}
.l-main .p-comparison_list__list:empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main .p-comparison_list__list:empty::before {
  content: "比較リストは空です。\A比較したい商品にチェックを\A入れてください";
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  color: #aaaaaa;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison_list__list li + li {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison_list__list li {
    padding-bottom: 24px;
  }
}
.l-main .p-comparison_list .c-btn.-cmn.-arrow_r {
  min-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-comparison_list .c-btn.-cmn.-arrow_r {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison_list .c-btn.-cmn.-arrow_r {
    width: calc(100vw - 50px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison_list .p-comparison {
    display: flex;
    align-items: center;
  }
  .l-main .p-comparison_list .p-comparison .c-img {
    width: 100px;
    flex-shrink: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-comparison_list .p-comparison figcaption .c-case {
    margin-top: 0;
  }
}
.l-main .p-comparison_list .p-comparison figcaption .c-checkbox.-cmn .c-serif {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-tab__header.-type_01 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -11px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-tab__header.-type_01 {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.l-main .p-tab__header.-type_01.-adjacent .p-tab__header__item {
  margin-bottom: -1px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-tab__header.-type_01 .p-tab__header__item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% - 1px) / 3 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-tab__header.-type_01 .p-tab__header__item {
    display: flex;
    width: 170px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.l-main .p-tab__header.-type_01 .p-tab__header__item.-s {
  height: 65px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-tab__header.-type_01 .p-tab__header__item.-s {
    width: calc((100% - 1px) / 6 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-tab__header.-type_01 .p-tab__header__item.-s {
    min-width: 120px;
    width: auto;
  }
  .l-main .p-tab__header.-type_01 .p-tab__header__item.-s .p-panel.-tab {
    padding: 0 20px;
  }
  .l-main .p-tab__header.-type_01 .p-tab__header__item.-s .p-panel.-tab .c-desc {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.l-main .p-tab__header.-type_01 .p-tab__header__item.-xs {
  height: 65px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-tab__header.-type_01 .p-tab__header__item.-xs {
    width: auto;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-tab__header.-type_01 .p-tab__header__item.-xs {
    min-width: 120px;
    width: auto;
    flex: 1;
  }
  .l-main .p-tab__header.-type_01 .p-tab__header__item.-xs .p-panel.-tab {
    padding-left: 20px;
  }
  .l-main .p-tab__header.-type_01 .p-tab__header__item.-xs .p-panel.-tab .c-desc {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.l-main .p-tab__target {
  display: none;
}
.l-main .p-tab__target.is-current {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main .p-tab > .c-section > .p-tab__header {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid .p-product_detail__overview {
    width: 520px;
    padding-right: 40px;
  }
}
.l-main .p-product_detail__grid .p-product_detail__overview .c-heading {
  line-height: 1.5;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-heading + p {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-heading + p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-heading {
    margin-top: 80px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-heading {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
.l-main .p-product_detail__grid .p-product_detail__overview .c-heading small {
  font-size: 1.6rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-heading small {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-heading small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-face {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-face img {
    max-width: 100%;
  }
}
.l-main .p-product_detail__grid .p-product_detail__overview .c-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-brand {
    margin-right: -60px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-brand {
    margin-right: 5px;
    margin-top: 20px;
  }
}
.l-main .p-product_detail__grid .p-product_detail__overview .c-brand p {
  /*width: 130px;*/
  width: 200px;
  flex-shrink: 0;
}
.l-main .p-product_detail__grid .p-product_detail__overview .c-brand p img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__grid .p-product_detail__overview .c-brand .c-btn.-cmn {
    min-width: 140px;
    width: 140px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid .p-product_detail__face {
    width: 520px;
    min-height: 100px;
  }
}
.l-main .p-product_detail__grid .p-product_detail__face .c-face img {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid .p-product_detail__spec {
    width: 520px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__grid .p-product_detail__incidental {
    width: 520px;
  }
}
.l-main .p-product_detail__grid .p-product_detail__incidental .c-img {
  position: relative;
}
.l-main .p-product_detail__grid .p-product_detail__incidental .c-img .c-sale {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
  text-align: center;
  color: white;
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: rgba(187, 32, 54, 0.7);
}
.l-main .p-product_detail__grid .p-product_detail__incidental .c-img .c-sale.-end {
  background-color: rgba(51, 51, 51, 0.7);
}
.l-main .p-product_detail__grid .p-product_detail__incidental ul.c-list.-icn {
  text-align: center;
  font-size: 0;
}
.l-main .p-product_detail__grid .p-product_detail__incidental ul.c-list.-icn li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.l-main .p-product_detail__grid .p-product_detail__incidental ul.c-list.-icn li + li {
  margin-left: 20px;
}
.l-main .p-product_detail__grid .p-product_detail__incidental ul.c-list.-icn li img {
  vertical-align: top;
}
.l-main .p-product_detail__comparison {
  position: relative;
}
.l-main .p-product_detail__comparison .c-sale {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
  text-align: center;
  color: white;
  font-size: 1.1rem;
  line-height: 1.4;
  background-color: rgba(187, 32, 54, 0.7);
}
.l-main .p-product_detail__comparison .c-sale.-end {
  background-color: rgba(51, 51, 51, 0.7);
}
.c-sale.-blue {
  background-color: rgba(32, 90, 187, 0.76) !important;
}
.l-main .p-product_detail__comparison > .c-case a {
  position: absolute;
  background: #333333;
  color: white;
  font-size: 1.2rem;
  line-height: 1.4;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-product_detail__comparison > .c-case a {
    top: 150px;
    right: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-product_detail__comparison > .c-case a {
    width: calc((100vw - 50px - 50px) * 0.5);
    top: calc(((100vw - 50px - 50px) * 0.5) - 40px);
  }
}
.l-main .p-product_detail-tab img {
  max-width: 100%;
}
.l-main .p-product_detail-tab .p-tab__target {
  overflow-x: scroll;
}
.l-main .p-product_detail-tab .p-tab__target::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.l-main .p-spec__header .c-heading {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #019fa8;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .l-main .p-spec__header .c-heading {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}
.l-main .p-spec__body {
  margin-top: 40px;
}
.l-main .p-spec__body .c-read {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
}
.l-main .p-spec__body .c-read + p {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .l-main .p-spec__body .c-read {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-flow {
    width: 900px;
    margin: auto;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-flow {
    margin: 0 20px;
    padding-bottom: 10px;
  }
}
.l-main .p-flow__inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #dddddd;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-flow__inner {
    overflow: visible;
    margin: 0 -10px;
  }
}
.l-main .p-flow__item {
  text-align: center;
  padding-bottom: 22px;
  position: relative;
  width: 20px;
  margin-bottom: -11px;
  padding-top: 40px;
}
.l-main .p-flow__item::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #dddddd;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 20px;
}
.l-main .p-flow__item span {
  display: block;
  white-space: nowrap;
  padding: 0 10px 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #888888;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-main .p-flow__item span {
    display: none;
  }
}
.l-main .p-flow__item.is-current::after {
  background: #019fa8;
}
.l-main .p-flow__item.is-current span {
  color: #019fa8;
  background-image: url(../img/common/bg_flow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 8px;
}
.l-main .p-inner_scroll {
  height: 200px;
  overflow-y: auto;
  border: 1px solid #dddddd;
}
.l-main .p-sticky__header {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main .p-sticky__header {
    width: 100%;
  }
  .l-main .p-sticky__header section {
    width: auto;
    max-width: none;
  }
}
.l-main .p-sticky__header.is-fixed {
  background: white;
}
@media screen and (max-width: 767px) {
  .l-main .p-sticky__header.is-fixed {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-topics {
    margin: 20px 0;
  }
}
.l-main .p-topics__body {
  border-top: 1px solid #eeeeee;
}
.l-main .p-topics__body li {
  border-bottom: 1px solid #eeeeee;
}
.l-main .p-topics__body li > a, .l-main .p-topics__body li > .c-inner {
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .p-topics__body li > a, .l-main .p-topics__body li > .c-inner {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-topics__body li > a {
    transition: opacity .2s;
  }
  .l-main .p-topics__body li > a:hover {
    opacity: .7;
  }
}
.l-main .p-topics__body li > .c-inner .c-desc a {
  color: #039be5;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-topics__body li > .c-inner .c-desc a:hover {
    text-decoration: none;
  }
}
.l-main .p-topics__body li time {
  margin-right: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-topics__body li time {
    display: inline-flex;
    align-items: center;
    order: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-topics__body li .c-desc {
    padding-left: 80px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-topics__body li .c-desc {
    width: 100%;
    order: 2;
  }
}
.l-main .p-topics__body li .c-link {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1rem;
  color: black;
  text-decoration: none;
  width: 40px;
  height: 20px;
  background: #e5e5e5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-topics__body li .c-link {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-topics__body li .c-link {
    order: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-topics__body li.is-new .c-desc::before {
    content: "NEW";
    width: 65px;
    height: 20px;
    background: #019fa8;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: -80px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-topics__body li.is-new time::after {
    content: "NEW";
    width: 65px;
    height: 20px;
    background: #019fa8;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-topics__body li.is-undelivered .c-desc::before {
    content: "未発送";
    width: 65px;
    height: 20px;
    background: #dddddd;
    color: #333333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: -80px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-topics__body li.is-undelivered time::after {
    content: "未発送";
    width: 65px;
    height: 20px;
    background: #dddddd;
    color: #333333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-topics__body li.is-delivered .c-desc::before {
    content: "発送済み";
    width: 65px;
    height: 20px;
    background: #019fa8;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: -80px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-topics__body li.is-delivered time::after {
    content: "発送済み";
    width: 65px;
    height: 20px;
    background: #019fa8;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-topics__body li.is-cancel .c-desc::before {
    content: "取り消し";
    width: 65px;
    height: 20px;
    background: #333333;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: -80px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-topics__body li.is-cancel time::after {
    content: "取り消し";
    width: 65px;
    height: 20px;
    background: #333333;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 1.2rem;
  }
}
.l-main .p-frame.-cmn {
  border: 2px solid;
  padding: 14px 25px 40px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-frame.-cmn .c-heading {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-frame.-cmn .c-heading {
    padding-left: 0;
  }
}
.l-main .p-frame.-cmn .c-heading.-xxl {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-frame.-cmn .c-heading.-xxl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-frame.-cmn > p {
    text-align: center;
  }
}
.l-main .p-frame.-cmn.-redOrange {
  border-color: #f53434;
}
.l-main .p-frame.-cmn.-whiteSmoke {
  border-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .l-main .p-frame.-cmn .c-btn.-cmn {
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-login_bar {
    padding: 20px 0;
    text-align: center;
  }
  .l-main .p-login_bar .c-grid {
    justify-content: center;
    margin-right: calc((-20px - 1px));
    margin-top: 20px;
  }
  .l-main .p-login_bar .c-col {
    min-width: 140px;
    margin-right: 20px;
  }
  .l-main .p-login_bar .c-col .c-btn.-cmn {
    width: 100%;
  }
}
.l-main .p-user_nav {
  position: fixed;
  left: 0;
  background: white;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav {
    top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav {
    bottom: 0;
    right: 0;
    margin-left: 0;
  }
}
.l-main .p-user_nav__header {
  position: absolute;
  background: #000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.5;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav__header {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    cursor: pointer;
    transition: opacity .2s;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 15px 0;
  }
  .l-main .p-user_nav__header:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__header {
    height: 40px;
    top: -40px;
    left: 0;
    padding: 0 15px;
  }
}
.l-main .p-user_nav__wrapper {
  overflow: hidden;
  transition: all .2s;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav__wrapper {
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__wrapper {
    max-height: 0;
  }
}
.l-main .p-user_nav.is-open .p-user_nav__wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav.is-open .p-user_nav__wrapper {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav.is-open .p-user_nav__wrapper {
    width: 100vw;
    max-height: 100vh;
  }
}
.l-main .p-user_nav__body {
  background: white;
  z-index: 2;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav__body {
    padding: 20px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__body .c-figure.-horizontal.-service {
    background: none;
  }
}
.l-main .p-user_nav__body .c-figure.-horizontal.-service .c-icn {
  width: 87px;
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__body .c-figure.-horizontal.-service .c-icn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__body .c-figure.-horizontal.-service figcaption {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav__list li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__list li {
    border-bottom: 1px solid #f5f5f5;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__list li a {
    display: block;
    padding: 14px 25px;
  }
}
.l-main .p-user_nav__sub_list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav__sub_list {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -20px;
    margin-right: -30px;
  }
}
.l-main .p-user_nav__sub_list li {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav__sub_list li {
    margin-bottom: 20px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__sub_list li {
    width: 50%;
    border-bottom: 1px solid #f5f5f5;
  }
  .l-main .p-user_nav__sub_list li:nth-child(odd) {
    border-right: 1px solid #f5f5f5;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav__sub_list li a {
    display: block;
    padding: 14px 25px;
    font-size: 1.2rem;
    color: #333333;
    text-decoration: none;
  }
}
.l-main .p-user_nav .c-logout {
  background: #333333;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-user_nav .c-logout {
    cursor: pointer;
    transition: opacity .2s;
    width: 320px;
    height: 50px;
    background-image: url(../img/common/icn_logout.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 10px) center;
  }
  .l-main .p-user_nav .c-logout:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-user_nav .c-logout {
    margin: 10px auto;
    width: 160px;
    height: 40px;
  }
}
.l-main .p-sitemap a {
  transition: .2s opacity;
}
.l-main .p-sitemap a:hover {
  opacity: 0.6;
}
.l-main .p-sitemap dl {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .l-main .p-sitemap dl {
    padding: 20px 0;
  }
}
.l-main .p-sitemap dl:first-child {
  border-top: 1px solid #eeeeee;
}
.l-main .p-sitemap dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-main .p-sitemap dl dt {
    font-size: 1.8rem;
  }
}
.l-main .p-sitemap dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}
.l-main .p-sitemap dl dd a {
  display: block;
  padding: 0 20px;
  position: relative;
}
.l-main .p-sitemap dl dd a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  background: url("../img/common/icn_arrow_r.png") left center/7px 11px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-main .p-sitemap dl dd a::before {
    top: 6px;
    bottom: auto;
  }
}
.l-main .p-sitemap dl .c-sublevel {
  padding: 10px 20px;
  border-bottom: 0;
}
.l-main .p-sitemap dl .c-sublevel dt {
  font-size: 1.4rem;
  font-weight: normal;
  color: #aaaaaa;
}
.l-main .p-sitemap dl .c-sublevel__inner {
  display: flex;
  flex-wrap: wrap;
}
.l-main .p-sitemap dl .c-sublevel__inner dd {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-sitemap dl .c-sublevel__inner dd {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-sitemap dl .c-sublevel__inner dd {
    width: 100%;
  }
}
.l-main .p-sitemap dl .c-sublevel__inner dd a {
  font-weight: normal;
}
.l-main .p-faq {
  padding: 20px 40px;
}
.l-main .p-faq dt {
  color: #019fa8;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
}
.l-main .p-faq dd {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-social {
    width: 1120px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-social {
    padding-right: 20px;
  }
}
.l-main .p-social .c-inner {
  display: flex;
  justify-content: flex-end;
}
.l-main .p-social__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.l-main .p-social__item + li {
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-social__item {
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-social__item {
    height: 40px;
  }
}
.l-main .p-social__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-indent: -99em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-main .p-social__item.-fb a {
  background-image: url(../img/common/icn_social_fb.png);
}
.l-main .p-social__item.-tw a {
  background-image: url(../img/common/icn_social_tw.png);
}
@media print, screen and (min-width: 768px) {
  .l-main .p-social__item.-line {
    display: none;
  }
}
.l-main .p-social__item.-line a {
  background-image: url(../img/common/icn_social_line.png);
}
@media print, screen and (min-width: 768px) {
  .l-main .p-hansel + .p-social {
    margin-top: -44px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-kv.-home {
    min-width: 1200px;
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: white;
    background-image: url(../img/home/kv.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-kv.-home {
    height: 177.866666667vw;
    display: flex;
    align-items: flex-end;
    color: white;
    background-image: url(../img/home/kv_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-kv.-home .p-kv__inner {
    width: 1040px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv.-home .p-kv__inner {
    padding: 40px 20px;
  }
}
.p-kv.-home .p-kv__inner p {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-kv.-home .p-kv__inner p {
    line-height: 2.5;
  }
}
@media print, screen and (min-width: 768px) {
  .p-kv.-home .p-kv__heading + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv.-home .p-kv__heading + p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-kv.-home .p-kv__heading {
    font-size: 3.2rem;
    line-height: 1.75;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-kv.-home .p-kv__heading {
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 500;
  }
}

@media print, screen and (min-width: 768px) {
  .p-catch.-home {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-catch.-home section {
    width: 100%;
  }
}
.p-catch.-home .p-catch__item + .p-catch__item {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-catch.-home .p-catch__item {
    display: flex;
    align-items: flex-start;
  }
}
.p-catch.-home .p-catch__item .c-img img {
  width: 100%;
}
.p-catch.-home .p-catch__item .c-desc {
  width: 100%;
}
.p-catch.-home .p-catch__item .c-desc p {
  font-size: 1.5rem;
  line-height: 2.4;
}
.p-catch.-home .p-catch__item .p-catch__heading {
  font-weight: 500;
}
.p-catch.-home .p-catch__item .p-catch__heading + p {
  font-size: 1.6rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .p-catch.-home .p-catch__item .p-catch__heading + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home .p-catch__item .p-catch__heading + p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-catch.-home .p-catch__item .p-catch__heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home .p-catch__item .p-catch__heading {
    font-size: 2rem;
  }
}
.p-catch.-home .p-catch__item .p-catch__heading img {
  vertical-align: middle;
  margin-right: 6px;
}
@media print, screen and (min-width: 768px) {
  .p-catch.-home .p-catch__item.-no_01 .c-img {
    width: 500px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home .p-catch__item.-no_01 .c-img {
    margin-top: 60px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home .p-catch__item.-no_01 .c-img img {
    width: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-catch.-home .p-catch__item.-no_01 .c-desc {
    margin-top: 20px;
    padding-left: 40px;
    width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home .p-catch__item.-no_01 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .p-catch.-home .p-catch__item.-no_02 .c-img {
    margin-top: 40px;
    width: 420px;
    order: 2;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home .p-catch__item.-no_02 .c-img {
    margin-top: 40px;
    margin-right: -20px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home .p-catch__item.-no_02 .c-img img {
    width: 280px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-catch.-home .p-catch__item.-no_02 .c-desc {
    margin: 60px 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-catch.-home .p-catch__item.-no_02 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-our_products.-home {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products.-home {
    margin-top: 80px;
  }
}
.p-our_products__heading {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}
.p-our_products__heading * {
  font-family: inherit;
}
@media print, screen and (min-width: 768px) {
  .p-our_products__body {
    width: 1120px;
    margin: 30px calc((1140px - 1120px)/2) -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products__body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products__item + .p-our_products__item {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-our_products__item {
    margin-bottom: 20px;
  }
}
.p-our_products__item a {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .p-our_products__item a {
    width: 550px;
    height: 340px;
    padding: 20px;
    transition: opacity .2s;
  }
  .p-our_products__item a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products__item a {
    padding: 20px 10px 20px 20px;
    align-items: center;
  }
  .p-our_products__item a + .p-our_products__item {
    margin-top: 20px;
  }
}
.p-our_products__item .c-name {
  font-weight: 500;
  height: 100px;
}
@media print, screen and (min-width: 768px) {
  .p-our_products__item .c-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products__item .c-name {
    font-size: 1.8rem;
  }
}
.p-our_products__item .c-name img{
  width: 20%;
  margin-top:17px;
}


.p-our_products__item .c-catch {
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 768px) {
  .p-our_products__item .c-catch {
    font-size: 2rem;
    letter-spacing: .3em;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products__item .c-catch {
    font-size: 1.4rem;
    line-height: 2;
    white-space: nowrap;
    font-weight: bold;
  }
}
.p-our_products__item.-ceramic a {
  background-image: url(../img/home/pct_our_products_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-our_products__item.-metal a {
  color: white;
  background-image: url(../img/home/pct_our_products_02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-our_products__item.-plastics a {
  background-image: url(../img/home/pct_our_products_03.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-our_products__item.-reform a {
  color: white;
  background-image: url(../img/home/pct_our_products_04.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .p-our_products__item.-reform a {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products__item.-reform a {
    padding-bottom: 80px;
  }
}
.p-our_products__item.-tile a {
  background-image: url(../img/home/pct_our_products_07.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/*
@media print, screen and (min-width: 768px) {
  .p-our_products__item.-tile a {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products__item.-tile a {
    padding-bottom: 80px;
  }
}
*/
.p-our_products__item.-roof a {
  background-image: url(../img/home/pct_our_products_06.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .p-our_products__item.-roof a {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-our_products__item.-roof a {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-pick_up.-home {
    margin-top: 60px;
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
  }
}
.p-pick_up.-home .p-pick_up__heading {
  font-size: 3.2rem;
  font-family: 'Muli', sans-serif;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__heading {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__bnr {
    order: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__inner {
    height: 480px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__inner {
    order: 4;
  }
}
.p-pick_up.-home .p-pick_up__item {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__item {
    height: 480px;
    padding-left: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-pick_up.-home .p-pick_up__item.slide01 {
    background-image: url(../img/home/bg_pickup_01.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide02 {
    background-image: url(../img/home/bg_pickup_02.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide03 {
    background-image: url(../img/home/bg_pickup_03.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide04 {
    background-image: url(../img/home/bg_pickup_04.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide05 {
    background-image: url(../img/home/bg_pickup_05.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide06 {
    background-image: url(../img/home/bg_pickup_06.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide07 {
    background-image: url(../img/home/bg_pickup_07.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide08 {
    background-image: url(../img/home/bg_pickup_08.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide09 {
    background-image: url(../img/home/bg_pickup_09.jpg?2);
  }
  .p-pick_up.-home .p-pick_up__item.slide10 {
    background-image: url(../img/home/bg_pickup_10.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide11 {
    background-image: url(../img/home/bg_pickup_11.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide12 {
    background-image: url(../img/home/bg_pickup_12.png);
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__item {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    padding-top: calc((100vw - 40px) * (446 / 670) + 15px);
  }
  .p-pick_up.-home .p-pick_up__item.slide01 {
    background-image: url(../img/home/bg_pickup_01_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide02 {
    background-image: url(../img/home/bg_pickup_02_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide03 {
    background-image: url(../img/home/bg_pickup_03_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide04 {
    background-image: url(../img/home/bg_pickup_04_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide05 {
    background-image: url(../img/home/bg_pickup_05_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide06 {
    background-image: url(../img/home/bg_pickup_06_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide07 {
    background-image: url(../img/home/bg_pickup_07_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide08 {
    background-image: url(../img/home/bg_pickup_08_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide09 {
    background-image: url(../img/home/bg_pickup_09_sp.jpg?2);
  }
  .p-pick_up.-home .p-pick_up__item.slide10 {
    background-image: url(../img/home/bg_pickup_10_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide11 {
    background-image: url(../img/home/bg_pickup_11_sp.jpg);
  }
  .p-pick_up.-home .p-pick_up__item.slide12 {
    background-image: url(../img/home/bg_pickup_12_sp.png);
  }
}
.p-pick_up.-home .p-pick_up__item.is-current {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__item.is-current {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__contents {
    width: 600px;
    height: 480px;
    padding: 60px 40px 60px 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__contents {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__contents .c-heading + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__contents .c-heading + p {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__contents .c-heading {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__contents .c-heading {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__contents p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__contents .c-footer {
    margin-top: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__contents .c-footer {
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__thmb {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__thmb {
    order: 3;
    margin-top: 40px;
    overflow-x: auto;
  }
}
.p-pick_up.-home .p-pick_up__thmb ul {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__thmb ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__thmb ul {
    padding-bottom: 20px;
  }
}
.p-pick_up.-home .p-pick_up__thmb__item {
  width: 80px;
  height: 80px;
  margin: 0 10px;
  position: relative;
  flex-shrink: 0;
}
.p-pick_up.-home .p-pick_up__thmb__item:first-child {
  margin-left: 0;
}
.p-pick_up.-home .p-pick_up__thmb__item img {
  width: 100%;
}
.p-pick_up.-home .p-pick_up__thmb__item.is-current::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid;
  background: rgba(0, 0, 0, 0.4);
}
.p-pick_up.-home .p-pick_up__thmb__item.is-current::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__thmb__item.is-current::after {
    border-width: 0 8.5px 9px 8.5px;
    border-color: transparent transparent #3b332f transparent;
    top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .p-pick_up.-home .p-pick_up__thmb__item.is-current::after {
    border-width: 9px 8.5px 0 8.5px;
    border-color: #3b332f transparent transparent transparent;
    bottom: -9px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-pick_up.-home .p-pick_up__thmb__item:not(.is-current) {
    transition: opacity .2s ease;
    cursor: pointer;
  }
  .p-pick_up.-home .p-pick_up__thmb__item:not(.is-current):hover {
    opacity: .7;
  }
}

@media print, screen and (min-width: 768px) {
  .p-news.-home {
    height: 240px;
    text-align: center;
    color: white;
    margin-top: 25px;
    padding: 30px;
    background-image: url(../img/home/bg_news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .p-news.-home {
    text-align: center;
    color: white;
    padding: 40px 20px 28px;
    margin-top: 80px;
    background-image: url(../img/home/bg_news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-news.-home .p-news__heading {
  font-size: 3.2rem;
  font-family: 'Muli', sans-serif;
  font-weight: bold;
}
.p-news.-home .p-news__heading * {
  font-family: inherit;
}
@media print, screen and (min-width: 768px) {
  .p-news.-home .p-news__body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-news.-home .p-news__body {
    margin-top: 20px;
  }
}
.p-news.-home .p-news__item {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .p-news.-home .p-news__item {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-news.-home .p-news__item {
    flex-wrap: wrap;
  }
}
.p-news.-home .p-news__item .c-date {
  font-size: 1.4rem;
}
.p-news.-home .p-news__item .c-desc {
  font-size: 1.4rem;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .p-news.-home .p-news__item .c-desc {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-news.-home .p-news__item .c-desc {
    margin-top: 10px;
  }
}
.p-news.-home .p-news__item .c-desc a {
  color: white;
}
@media print, screen and (min-width: 768px) {
  .p-news.-home .p-news__item .c-desc a:hover {
    text-decoration: underline;
  }
}
.p-news.-home .p-news__item.is-new::before {
  content: "NEW";
  background: rgba(255, 255, 255, 0.2);
  padding: 1px 15px;
  display: block;
  margin-left: 15px;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .p-news.-home .p-news__footer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-news.-home .p-news__footer {
    margin-top: 28px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-news.-home .p-news__footer .c-btn.-cmn {
  border: 1px solid white;
  background: transparent;
}

.p-charm__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.p-charm__header .c-icn {
  width: 64px;
  margin-right: 20px;
}
.p-charm__header .c-heading {
  color: #019fa8;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .p-charm__header .c-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__header .c-heading {
    font-size: 2rem;
  }
}
.p-charm__header .c-heading small {
  display: block;
  font-size: 1.4rem;
}
.p-charm__sub_header {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-charm__sub_header {
    display: flex;
    align-items: center;
  }
}
.p-charm__sub_header .c-heading {
  line-height: 1.5;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-charm__sub_header .c-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__sub_header .c-heading {
    font-size: 2rem;
  }
}
.p-charm__sub_header .c-heading small {
  display: block;
  font-size: 90%;
}
.p-charm__sub_header.-icn_wrapper .c-heading, .p-charm__sub_header.-icn_wrapper .c-icn_wrapper {
  flex: 1;
}
.p-charm__sub_header .c-icn {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-charm__sub_header .c-icn {
    margin-top: 20px;
    margin-right: -20px;
  }
}
.p-charm__sub_header .c-icn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-charm__sub_header .c-icn_wrapper {
    justify-content: flex-start;
  }
}
.p-charm__sub_header .c-icn_wrapper .c-icn {
  margin-left: 0;
}
.p-charm__sub_header .c-icn li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-charm__sub_header .c-icn li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__sub_header .c-icn li {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-charm__sub_header .c-icn img {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__sub_header .c-icn img {
    max-width: 100%;
    max-height: 100%;
  }
}
.p-charm__sub_header .c-icn img.-set_img {
  height: 45px;
  width: auto;
}
.p-charm__sub_header .c-icn img.-set_img_at {
  height: auto;
}
.p-charm__body {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .v-column_detail .c-heading.-xxl {
    margin: 0 20px;
  }
}
.v-column_detail .p-page_title {
  position: relative;
  border-bottom: none;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .v-column_detail .p-page_title__inner {
    width: 1040px;
  }
}
.v-column_detail .p-page_title .c-backimage {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .v-column_detail .p-page_title .c-backimage {
    height: 242px;
  }
}
@media screen and (max-width: 767px) {
  .v-column_detail .p-page_title .c-backimage {
    height: 100%;
  }
}
.v-column_detail .p-page_title.c-recruit {
  display: flex;
  align-items: center;
  background-image: url(../img/AJ/AJ-11/title_bk.jpg);
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  .v-column_detail .p-page_title.c-recruit {
    height: 484px;
  }
}
@media screen and (max-width: 767px) {
  .v-column_detail .p-page_title.c-recruit {
    height: 100%;
  }
}
.v-column_detail .p-page_title__inner {
  flex-direction: column;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .v-column_detail .p-page_title__inner {
    height: 220px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .v-column_detail .p-page_title__inner {
    padding: 40px 20px;
  }
}
.v-column_detail .p-page_title h1 {
  color: white;
}
@media print, screen and (min-width: 768px) {
  .v-column_detail .p-page_title h1 {
    font-size: 3.2rem;
    line-height: 1.75;
  }
}
.v-column_detail .p-page_title h1.-black {
  color: #333333;
}
.v-column_detail .p-page_title span {
  color: white;
  font-size: 2.0rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .v-column_detail .p-page_title span {
    font-size: 1.2rem;
  }
}
.v-column_detail .p-page_title span.-black {
  color: #333333;
}
@media print, screen and (min-width: 768px) {
  .v-column_detail .l-wrapper .c-anchor {
    top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .v-column_detail .l-wrapper .c-anchor {
    top: -110px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-column_detail__header__heading {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__header__heading {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__header__heading img {
    width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__header__heading img {
    width: 250px;
  }
}
.p-column_detail__header__heading small {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__header__heading small {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__header__heading small {
    font-weight: bold;
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__header p {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__header p {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav {
    min-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item a {
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item a {
    height: 42.666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-natural {
    background-image: url(../img/AB/AB-02/bg_style_01.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-natural img {
    width: 188px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-natural {
    background-image: url(../img/AB/AB-02/bg_style_01_sp.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-natural img {
    width: 125px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-stylish {
    background-image: url(../img/AB/AB-02/bg_style_02.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-stylish img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-stylish {
    background-image: url(../img/AB/AB-02/bg_style_02_sp.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-stylish img {
    width: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-chic {
    background-image: url(../img/AB/AB-02/bg_style_03.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-chic img {
    width: 108px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-chic {
    background-image: url(../img/AB/AB-02/bg_style_03_sp.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-chic img {
    width: 72px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-simple {
    background-image: url(../img/AB/AB-02_1/bg_style_01.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-simple img {
    width: 173px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-simple {
    background-image: url(../img/AB/AB-02_1/bg_style_01_sp.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-simple img {
    width: calc(173px * .664893617);
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-hobby {
    background-image: url(../img/AB/AB-02_1/bg_style_02.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-hobby img {
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-hobby {
    background-image: url(../img/AB/AB-02_1/bg_style_02_sp.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-hobby img {
    width: calc(166px * .664893617);
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-luxury {
    background-image: url(../img/AB/AB-02_1/bg_style_03.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-luxury img {
    width: 183px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-luxury {
    background-image: url(../img/AB/AB-02_1/bg_style_03_sp.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-luxury img {
    width: calc(183px * .664893617);
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-ceramic {
    background-image: url(../img/AB/AB-02_4/bg_style_01.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-ceramic img {
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-ceramic {
    background-image: url(../img/AB/AB-02_4/bg_style_01_sp.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-ceramic img {
    width: calc(165px * .664893617);
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-metal {
    background-image: url(../img/AB/AB-02_4/bg_style_02.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-metal img {
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-metal {
    background-image: url(../img/AB/AB-02_4/bg_style_02_sp.png);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-metal img {
    width: calc(165px * .664893617);
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-resin {
    background-image: url(../img/AB/AB-02_4/bg_style_03.jpg);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-resin img {
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-resin {
    background-image: url(../img/AB/AB-02_4/bg_style_03_sp.jpg);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-resin img {
    width: calc(165px * .664893617);
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__nav__item.-wood {
    background-image: url(../img/AB/AB-02_4/bg_style_04.jpg);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-wood img {
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__nav__item.-wood {
    background-image: url(../img/AB/AB-02_4/bg_style_04_sp.jpg);
    background-size: cover;
    background-position: center;
  }
  .p-column_detail__nav__item.-wood img {
    width: calc(160px * .664893617);
  }
}
.p-column_detail__item {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-column_detail__item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__inner {
    width: 1040px;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__header {
    height: 190px;
    position: relative;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__header {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__header .c-img {
    margin: -30px -25px 0 -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__header .c-img img {
    position: relative;
    margin: -40px 0 0;
  }
}
.p-column_detail__item__header .c-read {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__header .c-read {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__face {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__face {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__face.-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .p-column_detail__item__face.-reverse .c-concept {
    margin-left: 0;
    margin-right: -155px;
  }
  .p-column_detail__item__face.-reverse .c-img {
    margin-right: 20px;
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__face .c-img {
    width: 660px;
    flex-shrink: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__face .c-img {
    margin-bottom: -23px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__face .c-concept {
    margin-top: 80px;
    margin-left: -130px;
    margin-right: -20px;
    position: relative;
    white-space: nowrap;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__face .c-concept {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__face .c-concept b {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 500;
    color: white;
    background: #333333;
    padding: 8px;
    margin-bottom: 20px;
  }
  .p-column_detail__item__face .c-concept b.-l {
    font-size: 2.4rem;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-column_detail__item__face .c-concept b.-xl {
    font-size: 3.5rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__face .c-concept b {
    display: inline-block;
    font-size: 4.5vw;
    font-weight: 500;
    color: white;
    background: #333333;
    padding: 8px;
    margin-bottom: 10px;
  }
  .p-column_detail__item__face .c-concept b.-xl {
    font-size: 3rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__face .c-concept.-l_25 {
    margin-left: -25px;
  }
  .p-column_detail__item__face .c-concept.-l_60 {
    margin-left: -60px;
  }
  .p-column_detail__item__face .c-concept.-l_100 {
    margin-left: -100px;
  }
  .p-column_detail__item__face .c-concept.-r_200 {
    margin-right: -200px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__face .c-dect p {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__face .c-dect p {
    margin: 10px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__face .c-dect p + .c-list.-annotation {
    margin: 5px 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__wrapper {
    display: flex;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__wrapper {
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__point {
    width: 660px;
    flex-shrink: 0;
  }
}
.p-column_detail__item__point figcaption {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
}
.p-column_detail__item__point figcaption + dl {
  margin-top: 20px;
}
.p-column_detail__item__point figcaption::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__point dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__point dt {
    width: 80px;
    margin-bottom: 25px;
  }
}
.p-column_detail__item__point dt img {
  height: 18px;
}
.p-column_detail__item__point dd {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__point dd + dd {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__point dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__point dd {
    line-height: 2;
    margin-top: 10px;
  }
}
.p-column_detail__item__items {
  width: 100%;
}
.p-column_detail__item__items figcaption {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
}
.p-column_detail__item__items figcaption + dl {
  margin-top: 20px;
}
.p-column_detail__item__items figcaption::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-column_detail__item__items dl {
  font-size: 1.4rem;
}
.p-column_detail__item__items dt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.p-column_detail__item__items dt a {
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__items dt a:hover {
    text-decoration: underline;
  }
}
.p-column_detail__item__items dt a::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url(../img/common/icn_arrow_square_r.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-column_detail__item__items dd {
  margin-bottom: 15px;
}
.p-column_detail__item__items dd a {
  color: #039be5;
}
.p-column_detail__item__items dd a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__advice {
    margin-top: 40px;
    border: 5px solid #333333;
    position: relative;
    padding: 30px 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__advice {
    border: 5px solid #333333;
    position: relative;
    padding: 15px;
    margin: 80px 20px 0;
  }
}
.p-column_detail__item__advice figcaption + p {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__advice figcaption {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__advice figcaption {
    padding-left: 80px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: bold;
  }
}
.p-column_detail__item__advice figcaption .c-advice {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__advice figcaption .c-advice {
    top: -35px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__advice figcaption .c-advice {
    top: -50px;
    left: -15px;
  }
}
.p-column_detail__item__advice figcaption .c-advice img {
  width: 115px;
}
.p-column_detail__item__case {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item__case .p-slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__case .p-slider {
    margin-top: 40px;
  }
}
.p-column_detail__item.-natural, .p-column_detail__item.-simple, .p-column_detail__item.-ceramic {
  margin-top: 140px;
  background: #edefe7;
}
.p-column_detail__item.-stylish, .p-column_detail__item.-hobby, .p-column_detail__item.-metal, .p-column_detail__item.-alc, .p-column_detail__item.-wood {
  margin-top: 140px;
  background: #e6ecee;
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item.-stylish .p-column_detail__item__header, .p-column_detail__item.-hobby .p-column_detail__item__header, .p-column_detail__item.-metal .p-column_detail__item__header, .p-column_detail__item.-alc .p-column_detail__item__header, .p-column_detail__item.-wood .p-column_detail__item__header {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item.-stylish .p-column_detail__item__face, .p-column_detail__item.-hobby .p-column_detail__item__face, .p-column_detail__item.-metal .p-column_detail__item__face, .p-column_detail__item.-alc .p-column_detail__item__face, .p-column_detail__item.-wood .p-column_detail__item__face {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item.-stylish .p-column_detail__item__face .c-img, .p-column_detail__item.-hobby .p-column_detail__item__face .c-img, .p-column_detail__item.-metal .p-column_detail__item__face .c-img, .p-column_detail__item.-alc .p-column_detail__item__face .c-img, .p-column_detail__item.-wood .p-column_detail__item__face .c-img {
    margin-right: 20px;
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_detail__item.-stylish .p-column_detail__item__face .c-dect .c-concept, .p-column_detail__item.-hobby .p-column_detail__item__face .c-dect .c-concept, .p-column_detail__item.-metal .p-column_detail__item__face .c-dect .c-concept, .p-column_detail__item.-alc .p-column_detail__item__face .c-dect .c-concept, .p-column_detail__item.-wood .p-column_detail__item__face .c-dect .c-concept {
    margin-left: 0px;
    margin-right: -155px;
  }
}
.p-column_detail__item.-stylish .p-column_detail__item__face .c-dect p, .p-column_detail__item.-hobby .p-column_detail__item__face .c-dect p, .p-column_detail__item.-metal .p-column_detail__item__face .c-dect p, .p-column_detail__item.-alc .p-column_detail__item__face .c-dect p, .p-column_detail__item.-wood .p-column_detail__item__face .c-dect p {
  margin-top: 100px;
}
.p-column_detail__item.-alc {
  margin-top: 140px;
  background: #edefe7;
  padding-bottom: 60px;
}
.p-column_detail__item.-chic, .p-column_detail__item.-luxury, .p-column_detail__item.-mortar, .p-column_detail__item.-tile
.p-column_detail__item.-resin {
  margin-top: 140px;
  background: #f7f1f4;
}
.p-column_detail__item.-chic .p-column_detail__item__face .c-dect p, .p-column_detail__item.-luxury .p-column_detail__item__face .c-dect p, .p-column_detail__item.-mortar .p-column_detail__item__face .c-dect p, .p-column_detail__item.-tile
.p-column_detail__item.-resin .p-column_detail__item__face .c-dect p {
  margin-top: 100px;
}
.p-column_detail__item.-mortar {
  padding-bottom: 60px;
}
.p-column_detail__item.-tile {
  margin-top: 140px;
  background: #e6ecee;
  padding-bottom: 32px;
}
.p-column_detail__item.-hobby .p-column_detail__item__face .c-dect p, .p-column_detail__item.-metal .p-column_detail__item__face .c-dect p, .p-column_detail__item.-luxury .p-column_detail__item__face .c-dect p, .p-column_detail__item.-mortar .p-column_detail__item__face .c-dect p, .p-column_detail__item.-alc .p-column_detail__item__face .c-dect p, .p-column_detail__item.-tile
.p-column_detail__item.-resin .p-column_detail__item__face .c-dect p, .p-column_detail__item.-wood .p-column_detail__item__face .c-dect p {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-column_detail__item.-hobby .p-column_detail__item__face .c-dect .c-concept + p, .p-column_detail__item.-metal .p-column_detail__item__face .c-dect .c-concept + p, .p-column_detail__item.-luxury .p-column_detail__item__face .c-dect .c-concept + p, .p-column_detail__item.-mortar .p-column_detail__item__face .c-dect .c-concept + p, .p-column_detail__item.-alc .p-column_detail__item__face .c-dect .c-concept + p, .p-column_detail__item.-tile
  .p-column_detail__item.-resin .p-column_detail__item__face .c-dect .c-concept + p, .p-column_detail__item.-wood .p-column_detail__item__face .c-dect .c-concept + p {
    margin-top: 10px;
  }
}
.p-column_detail__item.-resin {
  background: #f7f1f4;
  margin-top: 140px;
}
.p-column_detail__item.-wood {
  padding-bottom: 60px;
  background: #edefe7;
}
.p-column_detail__item.-simple {
  background: #edefe7;
}
.p-column_detail__item__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.p-column_detail__item__content {
  font-size: 1.4rem;
}
.p-column_detail__item__caption {
  color: #aaaaaa;
  font-size: 1.2rem;
}
.p-column_detail__item__figure {
  display: block;
}
.p-column_detail__item__figure.-center {
  text-align: center;
}
.p-column_detail__item__figure figcaption {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
.p-column_detail__item__figure figcaption.-small {
  font-weight: normal;
}
.p-column_detail__item__figure figcaption.-small .-font_times {
  font-family: "Times New Roman" !important;
}
.p-column_detail__item__figure figcaption.-gray {
  color: #aaaaaa;
}
.p-column_detail__item__figure img {
  max-height: 400px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__figure img {
    width: 100%;
    height: auto;
  }
}
.p-column_detail__item__images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__images {
    align-items: unset;
  }
}
.p-column_detail__item__images figure + figure {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-column_detail__item__images .-arrow_c {
    display: flex;
    align-items: center;
  }
}

.p-column_evolution {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-column_evolution {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_evolution .c-desc + .c-img {
    margin-left: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_evolution .c-desc {
    width: 50%;
    flex-shrink: 0;
  }
}
.p-column_evolution .c-desc p {
  font-size: 1.4rem;
  line-height: 2.285714286;
}
.p-column_evolution .c-desc p + p {
  margin-top: 1.6em;
}
.p-column_evolution .c-desc p + ul {
  margin-top: 1.6em;
}
@media print, screen and (min-width: 768px) {
  .p-column_evolution .c-img:not(._sp) + .c-desc {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_evolution .c-img + .c-desc {
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-column_evolution .c-img:not(.-no_m) {
    margin-top: -40px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_evolution .c-img {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-column_evolution .c-img {
    margin-top: -40px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.p-column_evolution ul + p {
  margin-top: 1.6em;
}
.p-column_evolution .c-heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-column_evolution .c-heading b {
  width: 95px;
  height: 44px;
  background: #333333;
  color: white;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 16px;
}
.p-column_evolution .c-heading small {
  display: block;
  font-size: 1.4rem;
}

.p-column_features {
  margin-top: 20px;
}
.p-column_features dt {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
.p-column_features dt + dd {
  margin-top: 10px;
}
.p-column_features dt .c-img {
  width: 100px;
  display: flex;
  align-items: center;
}
.p-column_features dt .c-img img {
  width: 80px;
}
.p-column_features dd {
  padding-left: 100px;
  font-size: 1.4rem;
  line-height: 2.285714286;
}
.p-column_features dd + dt {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-column_features dd + dt {
    margin-top: 20px;
  }
}
.p-column_features.-img_num dt .c-img {
  width: 50px;
}
.p-column_features.-img_num dt .c-img img {
  width: auto;
}
.p-column_features.-img_num dd {
  padding-left: 50px;
}

@media print, screen and (min-width: 768px) {
  .p-keyword_list {
    display: flex;
    justify-content: center;
  }
  .p-keyword_list li + li {
    margin-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .p-keyword_list {
    padding: 30px 0 25px;
    margin-left: -80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-keyword_list li {
    display: inline-block;
    margin: 5px 20px;
  }
}

.p-column_frame {
  margin-top: 40px;
  border: 5px solid #333333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-column_frame a {
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  .p-column_frame {
    display: flex;
    justify-content: center;
    padding: 30px 90px;
  }
}

@media screen and (max-width: 767px) {
  .c-section.-overall section .c-img.-overall {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.l-header__search .gsc-control-cse.gsc-control-cse-ja {
  margin: 0;
  padding: 0;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .l-header__search .gsc-control-cse.gsc-control-cse-ja {
    width: 0;
  }
}
.l-header__search form.gsc-search-box {
  background: #333333;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header__search form.gsc-search-box {
    width: 440px;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__search form.gsc-search-box {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__search.is-open form.gsc-search-box {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__search.is-open form.gsc-search-box {
    height: auto;
  }
}
.l-header__search table.gsc-search-box {
  display: block;
}
.l-header__search table.gsc-search-box > tbody {
  display: block;
}
.l-header__search table.gsc-search-box > tbody > tr {
  display: flex;
  align-items: center;
}
.l-header__search table.gsc-search-box > tbody > tr > td {
  display: block;
}
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-input {
  width: 100%;
  padding: 0;
}
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-input .gsib_a,
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-input .gstl_50,
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-input .gsc-input,
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-input .gsc-input-box {
  padding: 0;
  border: none;
  background: transparent;
}
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-input .gsib_b,
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-input .gsst_a {
  width: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-input input.gsc-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  border: 1px solid #cccccc !important;
  font-size: 1.4rem !important;
  padding-left: 14px !important;
  background-position: left 10px center !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .l-header__search table.gsc-search-box > tbody > tr > td.gsc-input input.gsc-input {
    font-size: 1.6rem !important;
  }
}
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-search-button {
  width: 60px;
  flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-header__search table.gsc-search-box > tbody > tr > td.gsc-search-button {
    display: block;
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: white;
    background-image: url(../img/common/icn_search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
  }
}
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-search-button .gsc-search-button.gsc-search-button-v2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header__search table.gsc-search-box > tbody > tr > td.gsc-search-button .gsc-search-button.gsc-search-button-v2 {
    width: 60px;
    height: 70px;
    background-image: url(../img/common/icn_search_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
  }
  .l-header__search table.gsc-search-box > tbody > tr > td.gsc-search-button .gsc-search-button.gsc-search-button-v2 svg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__search table.gsc-search-box > tbody > tr > td.gsc-search-button .gsc-search-button.gsc-search-button-v2 {
    width: 40px;
    height: 40px;
  }
  .l-header__search table.gsc-search-box > tbody > tr > td.gsc-search-button .gsc-search-button.gsc-search-button-v2 svg {
    display: none;
  }
}
.l-header__search table.gsc-search-box > tbody > tr > td.gsc-clear-button {
  width: 0;
}
.l-header__search table.gstl_50, .l-header__search table.gsc-input {
  display: block;
}
.l-header__search table.gstl_50 > tbody, .l-header__search table.gsc-input > tbody {
  display: block;
}
.l-header__search table.gstl_50 > tbody > tr, .l-header__search table.gsc-input > tbody > tr {
  display: block;
}
.l-header__search table.gstl_50 > tbody > tr > td, .l-header__search table.gsc-input > tbody > tr > td {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .l-header.-home:not(.is-scrolled) .l-header__search table.gsc-search-box > tbody > tr > td.gsc-search-button .gsc-search-button.gsc-search-button-v2 {
    background-image: url(../img/common/icn_search.png);
  }
}

@media all and (-ms-high-contrast: none) {
  .l-main,
  .l-wrapper {
    min-height: 0%;
  }
  .l-main article,
  .l-wrapper article {
    min-height: 0%;
  }
}
.l-main .c-z__form-custom.c-select.-cmn {
  padding: 5px 35px 5px 10px;
  min-width: 200px;
  white-space: normal;
  height: auto;
  min-height: 40px;
}
.l-main .c-z__drawing-dl-table {
  margin-top: 40px;
}
.l-main .c-z__drawing-dl-table .c-read {
  font-size: 2rem;
}
.l-main .c-z__drawing-dl-table .c-read.-sub {
  font-size: 1.5rem;
}
.l-main .c-z__drawing-dl-table .c-read + .c-table {
  margin-top: 20px;
}
.l-main .c-z__drawing-dl-table .c-table {
  table-layout: fixed;
  border-bottom: 1px solid #333333;
}
.l-main .c-z__drawing-dl-table .c-table + .c-read {
  margin-top: 40px;
}
.l-main .c-z__drawing-dl-table .c-table thead th {
  background: #333333;
  color: white;
}
.l-main .c-z__drawing-dl-table .c-table.-download thead th:first-child {
  width: 30%;
}
.l-main .c-z__drawing-dl-table .c-table.-download thead th:last-child {
  width: 30%;
}
.l-main .c-z__drawing-dl-table .c-table th, .l-main .c-z__drawing-dl-table .c-table td {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.l-main .c-z__drawing-dl-table .c-table .dl-link {
  color: #039be5;
  text-decoration: underline;
}
.l-main .c-z__drawing-dl-table .c-table .dl-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-main .c-z__coat-icon .c-icn li {
    width: 120px;
  }
}
.l-main .c-z__question h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 14px;
  position: relative;
  font-weight: 600;
}
.l-main .c-z__question h2::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-main .c-z__question dl {
  font-size: 1.4rem;
  margin-top: 10px;
}
.l-main .c-z__question dl dt {
  border-bottom: 1px dashed #019fa8;
  position: relative;
  padding: 10px 0 10px 15px;
}
.l-main .c-z__question dl dt::before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
}
.l-main .c-z__question dl dd {
  border-bottom: 1px solid #019fa8;
  position: relative;
  padding: 10px 0 10px 15px;
}
.l-main .c-z__question dl dd::before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-main .c-z__btn-long {
    line-height: 1.6;
  }
  .l-main .c-z__btn-long .c-btn.-cmn {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.l-main .c-z__read-img {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-main .c-z__read-img img {
  margin-right: 10px;
}
.l-main .c-z__list-note.c-list.-round.-half > li {
  padding-left: 2.5em;
}
.l-main .c-z__list-note.c-list.-round.-half > li::before {
  content: "注" counter(table-ol) "）";
  position: absolute;
  left: 0;
}
.l-main .c-z__word-break th, .l-main .c-z__word-break td {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .l-main .c-z__no-icon.c-figure figcaption .c-read.-lv1:first-child {
    background-image: none;
  }
}
.l-main .c-z__list-vertical {
  flex-direction: column;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .l-main .c-z__list-vertical {
    height: auto;
  }
}
.l-main .c-z__list-vertical.p-panel.-icn_list .c-icnbox {
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-main .c-z__list-vertical.p-panel.-icn_list {
    flex-direction: column;
  }
  .l-main .c-z__list-vertical.p-panel.-icn_list .c-icnbox {
    width: 100%;
  }
}
.l-main .c-z__list-vertical.-large {
  height: auto;
}
.l-main .c-z__list-vertical.-large .c-icnbox {
  width: auto;
}
.l-main .c-z__list-vertical.-large .c-icnbox .c-img {
  margin-right: 12px;
}

/*# sourceMappingURL=common.css.map */

/*202009更新*/
li.listdisc{
    list-style: disc;
    margin-left: 20px;
}

@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.05,1.1); opacity:0}
}


.effectBt {
position: relative;
    margin: 1.3em auto;
    transition: .2s;
    width: 100%;
}
.effectBt:before, .effectBt:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00a8b8;
  transform: translate3d(0,0,0);
}
.effectBt:before {
  animation: anime 5s ease-out infinite;
}
.effectBt:after {
 animation: anime 5s ease-out 1s infinite;
}

.effectBt a {
display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #00a8b8;
}
.effectBt span {
  display: block;
  position: relative;
}
.effectBt span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  transform: translateX(5px) rotate(45deg);
}

.spOnly{
        display: none;
    }

@media screen and (max-width: 767px) {
  .effectBt img {
      max-width: 100%;
}
    .pcOnly{
        display: none;
    }.spOnly{
        display: block;
    }
}

#CONTENTS strong{
    font-weight: bold;
}

.l-main .p-page_title h1.weightfont500{
    font-weight: 500;
}
.tleft{
    text-align: left;
}
.u-mb_m {
    margin-bottom: 40px !important;
}

.l-main .c-list .c-list02 li {
    line-height: 1.5;
    list-style: disc;
    margin-left: 15px;
}

/* wrp - common - start */
.wrp-my-30px {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}
.wrp-mt-5px {
	margin-top: 5px!important;
}
.wrp-mt-60px {
	margin-top: 60px!important;
}
.wrp-mb-20px {
	margin-bottom: 20px!important;
}
.wrp-mb-30px {
	margin-bottom: 30px!important;
}
.wrp-mb-40px {
	margin-bottom: 40px!important;
}
.wrp-img-fluid {
	max-width: 100%!important;
	height: auto!important;
}
.wrp-img-max {
	min-width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}
.wrp-t-a-left {
	text-align: left!important;
}
.wrp-t-a-center {
	text-align: center!important;
}
.wrp-h2 {
	margin-bottom: 24px;
	padding-bottom: 3px;
	border-bottom: 1px solid #c2c1c1;
	font-size: 2rem;
	line-height: 1.4;
}
.wrp-h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.wrp-text {
	font-size: 1.4rem;
	line-height: 1.75;
}
.wrp-caption {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
@media print, screen and (min-width: 768px) {
	.wrp-img-md-fluid {
		max-width: 100%!important;
		height: auto!important;
	}
	.wrp-img-md-max {
		min-width: 100%!important;
		max-width: 100%!important;
		height: auto!important;
	}
}
/* wrp - common - end */
/* wrp - grid */
.wrp-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}
.wrp-col-12, .wrp-col-6, .wrp-col-4, .wrp-col-3, .wrp-col-md-12, .wrp-col-md-6, .wrp-col-md-4, .wrp-col-md-3 {
	position: relative;
	width: 100%;
	padding: 15px;
}
.wrp-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.wrp-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.wrp-col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.wrp-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
@media print, screen and (min-width: 768px) {
	.wrp-col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wrp-col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.wrp-col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.wrp-col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}
/* wrp - grid - end */

/* gallery */
/* PC　3カラム */
#gallery h3 {
    font-size: 1.6rem;
    font-weight: bold;
}
#gallery .bl_media_container {
	display: flex;
	flex-wrap: wrap;
	margin: calc(-30px / 2);
}
#gallery .bl_media_itemWrapper {
	width: calc(100% / 3 - 30px);
	margin: calc(30px / 2);
    padding-bottom: 25px;
}
#gallery .bl_media_item {
	font-size: 1.5vw;
}
#gallery .bl_media_item .img img{
    max-width: 100%;
}
#gallery .bl_media_item .icon{
    padding: 15px 0 0;
}
#gallery .bl_media_item .icon img{
    width: 30%;
}

#gallery .bl_media_itemWrapper .img a {
  position: relative;
  display: block;
  text-decoration: none;
}
#gallery .bl_media_itemWrapper .img a:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #00a8b88a;
  width: 60px;
  height: 60px;
}
 
#gallery .bl_media_itemWrapper .img a:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  border-width: 15px 0 15px 25px;
}

#gallery .movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
#gallery .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#gallery .sp-none {
	display: block !important;
}

#gallery .pc-none {
	display: none !important;
}

/* タブレット　2カラム */
@media screen and (max-width: 1024px) {
	#gallery .bl_media_itemWrapper {
		width: calc(100% / 2 - 30px);
	}
}
/* スマホ 1カラム*/
@media screen and (max-width: 599px) {
	#gallery .bl_media_itemWrapper {
		width: calc(100% / 2 - 30px);
	}
    #gallery .bl_media_item .icon{
        line-height: 0;
    }
    #gallery .bl_media_itemWrapper {
    padding-bottom: 0px;
    }
    #gallery .bl_media_itemWrapper .img a:before {
    top: 45px;
    width: 50px;
    height: 50px;
    }
    #gallery .bl_media_itemWrapper .img a:after {
    top: 45px;
    border-width: 10px 0 10px 15px;
    }
}

@media screen and (max-width: 750px) {
	#gallery .sp-none {
		display: none !important;
	}

	#gallery .pc-none {
		display: block !important;
	}
}

#gallery .galleryiconBOX {
  /* 子要素のタイトルを aboslute 配置するため必要 */
  position: relative;
}
#gallery .galleryiconBOX .box_iconLeft {
  left: 0;
    background: #505050;
    width: fit-content;
    padding: 0px 10px;
    margin: 15px 0 5px;
    color: #FFF;
    font-size: 1.2rem;
}
#gallery .galleryiconBOX .box_iconRight {
  position: absolute;
  right: 0;
    top:0;
    background: #ffeb3b;
    width: fit-content;
    padding: 0px 10px;
    margin: 0;
    font-size: 1.2rem;
}

/* モーダル */

.l-main .m-modal-window {
	background: rgba(0, 0, 0, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	transition: .5s;
	opacity: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.l-main .m-modal-window.visible {
	opacity: 1;
	pointer-events: auto;
}
.l-main .m-modal-window .close-btn {
	color: #fff;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	opacity: .75;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 3rem;
	margin: 0;
}
.l-main .m-modal-window .close-btn:hover {
	opacity: 1;
}
.l-main .m-modal-body {
	margin-bottom: 50px;
}
.l-main .m-modal-window .wrapper {
	max-width: 1040px;
	width: 100%;
	margin: auto;
}

.l-main .m-modal-caption {
	max-width: 100%;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.l-main .m-modal-img {
	max-width: 100%;
}
.l-main .m-modal-img > img {
	max-width: 100%;
	min-width: none;
}
@media screen and (min-width: 768px) {
	.l-main .m-modal-window {
		padding: 0 50px;
	}
	.l-main .m-modal-window .close-btn {
		top: 10px;
		right: 10px;
		font-size: 3.5rem;
		margin: 10px;
	}
	.l-main .m-modal-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.l-main .m-modal-caption {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		font-size: 3rem;
	}
	.l-main .m-modal-img {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.l-main .m-modal-img > img {
		max-width: none;
		min-width: 100%;
	}
}



/* 20240311ギャラリー */
.galleryMenu ul{
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
}
.galleryMenu li{
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 0;
    display: inline-table;
    position: relative;
}
.galleryMenu a{
    display: block;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
}

.galleryMenu li:last-child::after{
    display: none;
}
.galleryMenu li::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #000;
  position: absolute;
  right: -1px;
  top: calc((100% - 20px)/2);
}
@media(max-width:750px){
    .galleryMenu ul{
        flex-wrap: wrap;
    }
    .galleryMenu li{
		width: 50%;
		margin: 0;
		}
    .galleryMenu a{
        border: none;
        font-size: 1.2rem;
    }
	.galleryMenu li:last-child::after{
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #000;
  position: absolute;
  right: -1px;
  top: calc((100% - 20px)/2);
}
}


#gallery h3.gtxt {
    font-size: 1.6rem;
    font-weight: bold;
    background: #EEE;
    padding: 10px 20px;
    margin-top: 1.8rem;
}

#gallery .lineHead {
    border-top: 1px solid #CCC;
    padding-top: 20px;
}