@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.l-main {
  padding-bottom: 0;
}

.dflex {
  display: flex;
}

.l-footer {
  z-index: 100;
}

.c-sect {
  padding-bottom: 15px;
}
@media screen and (max-width:767px) {
  .c-sect {
    padding-top: 27px;
  }
}
.c-sect .l-inner {
  border-bottom: 1px solid #B8A99A;
  padding-bottom: 72px;
  max-width: 1280px;
}
@media screen and (max-width:767px) {
  .c-sect .l-inner {
    padding-bottom: 25px;
  }
}
.c-sect .l-inner .c-btn {
  color: #A91D25;
  font-size: 1.6rem;
  border-color: #A91D25;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-sect .l-inner .c-btn {
    font-size: 1.2rem;
    padding: 0 20px;
  }
}
.c-sect .l-inner .c-btn .c-btn-ico svg {
  fill: #A91D25;
}
.c-sect .l-inner .c-btn.c-btn-red {
  background-color: #A91D25;
  color: #fff;
  border-color: #A91D25;
  width: 100%;
  max-width: 100%;
}
.c-sect .l-inner .c-btn.c-btn-red .c-btn-ico svg {
  fill: #fff;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-sect .l-inner .c-btn.c-btn-red:hover {
    color: #A91D25;
    background-color: #fff;
  }
  .is-view-pc .c-sect .l-inner .c-btn.c-btn-red:hover .c-btn-ico svg {
    fill: #A91D25;
  }
  .is-view-pc .c-sect .l-inner .c-btn.c-btn-red:hover span {
    color: #A91D25;
  }
}

.master-concept {
  padding-top: 108px;
  padding-bottom: 17px;
}
@media screen and (max-width:767px) {
  .master-concept {
    padding-top: 69px;
  }
}
.master-nav {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #53372b;
  position: relative;
  height: 0;
  overflow: hidden;
}
.master-nav.fixed {
  position: fixed;
  height: auto;
  visibility: visible;
}
.master-nav ul {
  display: flex;
  align-items: center;
}
.master-nav ul li {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
  border-left: 2px solid #707070;
}
.master-nav ul li:first-child {
  border: none;
}
.master-nav ul li a {
  color: #fff;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .master-nav ul li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width:767px) {
  .master-nav ul li a {
    font-size: 1rem;
    padding: 1px;
  }
}
.master-ttl {
  text-align: center;
  color: #52372A;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.6470588235;
  margin: 0px 0 101px 0;
}
@media screen and (max-width:767px) {
  .master-ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin: 0px 0 64px 0;
  }
}
.master-intro {
  text-align: center;
  border-bottom: 6px solid #B22029;
  padding-bottom: 33px;
  margin-bottom: 77px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .master-intro {
    border-bottom: 3px solid #B22029;
    padding-bottom: 16px;
    margin-bottom: 48px;
  }
}
.master-intro h3 {
  font-size: 3.6rem;
  color: #B22029;
  font-weight: 700;
  line-height: 1.5555555556;
  margin: 0 0 4px 0;
}
@media screen and (max-width:767px) {
  .master-intro h3 {
    font-size: 2rem;
  }
}
.master-intro p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #52372A;
}
@media screen and (max-width:767px) {
  .master-intro p {
    font-size: 1.2rem;
  }
}
.master-intro-img {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .master-intro-img {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.master-intro-img p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 31px;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  .master-intro-img p {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: left;
    margin-top: 15px;
  }
}
.master-lineup .model-list {
  max-width: 980px;
  margin: 0 auto;
}
.master-lineup .model-list .model-list-item{
  width: 100%;
  float: none;
}
@media screen and (max-width:767px) {
  .master-lineup .model-list .model-list-item{
   padding-top: 0;
  }
}
@media screen and (max-width:767px) {
  .master-lineup .model-list {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 19px;
  }
}
.master-lineup .model-list a {
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .master-lineup .model-list a:hover {
    opacity: 0.6;
  }
}
.master-lineup .model-list picture {
  display: block;
  position: relative;
}
.master-lineup .model-list picture:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 9;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='link' transform='translate(-628 -2200)'%3E%3Crect id='bg' width='50' height='50' transform='translate(628 2200)' fill='%23fff' opacity='0.7'/%3E%3Cpath id='Union_1' data-name='Union 1' d='M2038.086-2436.136l6.364-6.364-6.364-6.364,1.414-1.414,7.778,7.778-1.414,1.415h0l-6.363,6.363Z' transform='translate(-1388.086 4667.278)' fill='%233a3a3a'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .master-lineup .model-list picture:after {
    width: 25px;
    height: 25px;
  }
}
.master-lineup .model-list h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.9166666667;
  margin-top: 9px;
}
@media screen and (max-width:767px) {
  .master-lineup .model-list h4 {
    line-height: 1.4705882353;
    font-size: 1.7rem;
    margin-top: 16px;
  }
}
.master-lineup .model-list p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .master-lineup .model-list p {
    line-height: 1.75;
    font-size: 1.2rem;
    padding-left: 0!important;
    margin-left: 0!important;
    position: static !important;
  }
}
.master-lineup .model-list p.note {
  font-weight: 700;
  color: #000000;
}
.master-lineup .model-list-item + .model-list-item {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .master-lineup .model-list-item + .model-list-item {
    margin-top: 44px;
  }
}
.master-specification .specification-img {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .master-specification .specification-img {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.master-specification .specification-img p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .master-specification .specification-img p {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .master-specification .specification-img p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 15px 0 46px 0;
  }
}



.master-spec-table-wrap {
  max-width: 980px;
  margin: 40px auto 0;
}
.master-spec-table {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}
.master-spec-table th,
.master-spec-table td {
  padding: 7px 0;
  width: 30%;
  height: 100%;
  text-align: center;
}
.master-spec-table thead th:first-of-type,
.master-spec-table tbody th {
  width: 10%;
  min-width: 100px;
  padding-right: 20px;
}
.master-spec-table thead th {
  padding-left: 7px;
  padding-right: 7px;
  vertical-align: middle;
}
.master-spec-table thead th.thead-th-2 {
  padding-right: 7px;
}
.master-spec-table thead th.thead-th-4 {
  padding-right: 0;
}
.master-spec-table .t-box {
  height: 100%;
  padding: 15px 7px;
}

.master-spec-table thead th .t-box {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  background: #53372B;
  padding: 12px 7px;
  margin-bottom: 15px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.master-spec-table tbody th .t-box {
  font-weight: 700;
  line-height: 1.25;
  background: #F1EFEC;
}
.master-spec-table tbody td {
  border-top: 2px solid #F1EFEC;
  vertical-align: top;
}
.master-spec-table tbody td:not(:first-of-type) .t-box {
  border-left: 2px solid #F1EFEC;
}
.master-spec-table tbody .hsize {
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.master-spec-table .t-center-left {
  text-align: left;
  display: flex;
  justify-content: center;
}

.master-spec-table tbody td figure {
  margin-top: 15px;
}

.master-spec-table .t-btn {
  margin-top: 15px;
}
.master-spec-table .c-btn {
  height: 60px;
  line-height: 1.25;
}
.master-spec-table .c-btn {
  padding: 0 20px;
}
.master-spec-table .c-btn .c-btn-ico {
  right: 15px;
}
.master-spec-stores-btn {
  margin-top: 40px;
}




.master-voice.c-sect .l-inner {
  padding-bottom: 30px;
}
.master-voice-content {
  max-width: 1160px;
  margin: 0 auto;
}
.master-voice-item {
  padding-bottom: 35px;
  padding-left: 90px;
  padding-right: 90px;
  border-bottom: 1px solid #B8A99A;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .master-voice-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.master-voice-item .js-accordion-ttl {
  cursor: pointer;
  position: relative;
  display: block;
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  .master-voice-item .js-accordion-ttl {
    padding-bottom: 60px;
  }
}
.master-voice-item .js-accordion-ttl:before {
  content: "もっと読む";
  position: absolute;
  bottom: 33px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.master-voice-item .js-accordion-ttl:after {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(180deg);
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 10px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.558' height='9.191' viewBox='0 0 15.558 9.191'%3E%3Cg id='_' data-name='→' transform='translate(15.558 -0.001) rotate(90)'%3E%3Cpath id='Union_2' data-name='Union 2' d='M2014-12707.038l6.363-6.366-6.363-6.362,1.414-1.415,7.777,7.777-7.777,7.78Z' transform='translate(2023.193 -12705.624) rotate(180)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .master-voice-item .js-accordion-ttl:after {
    width: 10px;
    bottom: 7px;
  }
}
.master-voice-item .js-accordion-ttl.is-active::after {
  transform: rotate(0deg);
}
.master-voice-item .js-accordion-ttl.is-active:before {
  content: "";
}
.master-voice-item .js-accordion-ttl .master-voice-des {
  display: block;
}
@media screen and (max-width:767px) {
  .master-voice-item {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 21px;
    margin-bottom: 41px;
  }
}
.master-voice-item:last-child {
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.master-voice-ttl {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 11px;
}
@media screen and (max-width:767px) {
  .master-voice-ttl {
    padding-bottom: 26px;
  }
}
.master-voice-ttl img {
  max-width: 100%;
}
.master-voice-ttl span {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 60px;
  background: #52372A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .master-voice-ttl span {
    font-size: 1.2rem;
    width: 60px;
    height: 25px;
  }
}
.master-voice-ttl p {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .master-voice-ttl p {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 16px;
  }
}
.master-voice-ttl h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
  word-break: break-word;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .master-voice-ttl h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  .master-voice-ttl h3 {
    text-align: left;
    font-size: 1.7rem;
  }
}
.master-voice-img {
  max-width: 700px;
  position: relative;
  margin: 0 auto;
}
.master-voice-des {
  display: none;
}
.master-voice-des-item {
  border-top: 1px solid #B8A99A;
  padding-top: 42px;
  padding-bottom: 42px;
  clear: both;
}
@media screen and (max-width:767px) {
  .master-voice-des-item {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .master-voice-des-item:last-child {
    padding-bottom: 0;
  }
}
.master-voice-des-item h3 {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  color: #52372A;
  margin: 0 0 14px 0;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  .master-voice-des-item h3 {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    line-height: 1.5;
  }
}
.master-voice-des-item h4 {
  color: #B22029;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 0 0 13px 0;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  .master-voice-des-item h4 {
    font-size: 1.4rem;
    margin: 0 0 8px 0;
  }
}
.master-voice-des-item p {
  font-size: 1.6rem;
  line-height: 2;
  word-break: break-word;
}
.master-voice-des-item p + p {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .master-voice-des-item p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.master-voice-des-item p b {
  font-size: inherit;
  font-weight: normal;
  background-image: url(../images/master/bg_02.png);
}
.master-voice-des-item .dflex {
  margin-top: -10px;
}
@media screen and (max-width:767px) {
  .master-voice-des-item .dflex {
    display: block;
    margin-top: 0;
  }
}
.master-voice-des-item .info {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding-top: 9px;
}
@media screen and (max-width:767px) {
  .master-voice-des-item .info {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 0;
  }
}
.master-voice-des-item .img {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 25px;
  padding-top: 18px;
}
@media screen and (max-width:767px) {
  .master-voice-des-item .img {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.master-voice-des-item .img img + img {
  margin-top: 5px;
}
.master-faq {
  padding-bottom: 65px;
}
.master-faq .l-inner {
  border-bottom: none;
}
.master-faq-avarta {
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:767px) {
  .master-faq-avarta {
    width: 160px;
  }
}
.master-faq-avarta p {
  font-size: 1.8rem;
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .master-faq-avarta p {
    font-size: 1.2rem;
  }
}
.master-faq-accordion {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 76px;
  border-bottom: 2px solid #DCDCDC;
}
@media screen and (max-width:767px) {
  .master-faq-accordion {
    padding-top: 47px;
  }
}
.master-faq-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  border-top: 2px solid #DCDCDC;
  padding: 24px 40px;
}
.master-faq-item-ttl.is-active:after {
  transform: rotate(0deg);
}
@media screen and (max-width:767px) {
  .master-faq-item-ttl {
    font-size: 1.4rem;
    padding: 13px 32px;
    line-height: 1.2857142857;
  }
}
.master-faq-item-ttl:after {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(180deg);
  position: absolute;
  right: 39px;
  content: "";
  width: 20px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.558' height='9.191' viewBox='0 0 15.558 9.191'%3E%3Cg id='_' data-name='→' transform='translate(15.558 -0.001) rotate(90)'%3E%3Cpath id='Union_2' data-name='Union 2' d='M2014-12707.038l6.363-6.366-6.363-6.362,1.414-1.415,7.777,7.777-7.777,7.78Z' transform='translate(2023.193 -12705.624) rotate(180)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .master-faq-item-ttl:after {
    width: 10px;
    right: 24px;
  }
}
.master-faq-item-content {
  border-top: 2px solid #DCDCDC;
  padding-top: 32px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}
@media screen and (max-width:767px) {
  .master-faq-item-content {
    padding-top: 13px;
    padding-bottom: 37px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.master-faq-item-content p {
  font-size: 1.6rem;
  line-height: 2;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  .master-faq-item-content p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.master-faq-item-content p a {
  color: #A91D25;
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .master-faq-item-content p a:hover {
    color: #000000;
  }
}
.master-faq-item-content .note {
  font-size: 1.2rem;
  color: #707070;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .master-faq-item-content .note {
    margin-top: 6px;
    font-size: 0.9em;
  }
}
.master-faq-item-content .note + p {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .master-faq-item-content .note + p {
    margin-top: 6px;
  }
}
.master-series {
  background-color: #F3F0EE;
}
@media screen and (max-width:767px) {
  .master-series {
    padding-top: 43px;
    padding-bottom: 43px;
    overflow: hidden;
  }
}
.master-series .l-inner {
  border-bottom: none !important;
}
.master-series-info {
  max-width: 980px;
  margin: 0 auto;
}
.master-series-info > p {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin: -11px 0 67px 0;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  .master-series-info > p {
    font-size: 1.6rem;
    line-height: 1.8125;
    margin: -8px 0 40px 0;
  }
}
.master-series-grid {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .master-series-grid {
    margin: 0 -2px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
}
.master-series-item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 2px;
}
@media screen and (max-width:767px) {
  .master-series-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.master-series-item--full {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.master-lineup-product {
  padding-top: 64px;
}
@media screen and (max-width:767px) {
  .master-lineup-product {
    padding-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .master-lineup-product .p-slider-detail {
    margin-left: -20px;
    margin-right: -20px;
  }
  .master-lineup-product .p-slider-detail button.slick-arrow,
.master-lineup-product .p-slider-detail button.slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .master-lineup-product .js-lineup {
    padding-left: 0;
    padding-right: 0;
  }
}
.master-lineup-product h3 {
  color: #A91D25;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 31px 0;
}
@media screen and (max-width:767px) {
  .master-lineup-product h3 {
    font-size: 2rem;
    margin: 0 0 36px 0;
  }
}
.master-lineup-product .master-lineup-item {
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .master-lineup-product .master-lineup-item {
    width: 170px;
    padding: 0 5px;
  }
}
.master-lineup-product .master-lineup-item a {
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .master-lineup-product .master-lineup-item a:hover {
    opacity: 0.6;
  }
}
.master-lineup-product .master-lineup-item .ico {
  position: absolute;
  width: 67px;
  height: 67px;
  background-image: url(../images/master/bg_new.png);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 0;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .master-lineup-product .master-lineup-item .ico {
    width: 30px;
    height: 30px;
  }
}
.master-lineup-product .master-lineup-item-img {
  position: relative;
}
.master-lineup-product .master-lineup-item p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.625;
  margin: 15px 0 0px 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .master-lineup-product .master-lineup-item p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .master-lineup-product .master-lineup-item p {
    font-size: 1.1rem;
    margin: 5px 0 0px 0;
    line-height: 1.7272727273;
  }
}
.master-lineup-product .master-lineup-btn {
  text-align: center;
  margin-top: 75px;
  padding-left: 88px;
  padding-right: 85px;
}
@media screen and (max-width:767px) {
  .master-lineup-product .master-lineup-btn {
    margin-top: 47px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.master-lineup-product .master-lineup-btn a {
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .master-lineup-product .master-lineup-btn a {
    font-size: 1.1rem !important;
  }
}

.function-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  max-width: 1030px;
  margin: 0 auto;
  margin-bottom: 46px;
}
@media screen and (max-width:767px) {
  .function-grid {
    display: block;
  }
}
.function-grid + .function-grid {
  margin-top: 20px;
}
.function-grid:last-child {
  margin-bottom: 0;
}
.function-item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 25px;
}
@media screen and (max-width:767px) {
  .function-item {
    padding: 0px 30px;
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width:768px) {
  .function-item-ab {
    margin-top: -330px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .function-item-ab {
    margin-top: -250px;
  }
}
@media screen and (max-width:767px) {
  .function-item-ab {
    margin-top: -51px;
    margin-bottom: 22px;
  }
}
.function-item-video .function-item-img {
  background-color: #EDE6DC;
  position: relative;
}
.function-item-video .function-item-img::after {
  display: block;
  padding-top: 86%;
  content: "";
}
@media screen and (max-width:767px) {
  .function-item-video .function-item-img::after {
    display: none;
  }
}
@media print, screen and (min-width:768px) {
  .function-item-video .video-iframe {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width:767px) {
  .function-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.function-item-img .js-zoom, .function-item-img .ic-zoom {
  display: block;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .function-item-img .js-zoom:hover, .is-view-pc .function-item-img .ic-zoom:hover {
    opacity: 0.6;
  }
}
.function-item-img .js-zoom:after, .function-item-img .ic-zoom:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50px;
  height: 50px;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(83, 55, 43, 0.8);
  background-image: url(../images/master/icon_zoom.png);
}
@media screen and (max-width:767px) {
  .function-item-img .js-zoom:after, .function-item-img .ic-zoom:after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
.function-item-img + .function-item-img {
  margin-top: 12px;
}
@media screen and (max-width:767px) {
  .function-item-img + .function-item-img {
    margin-top: 5px;
  }
}
.function-item-info {
  margin-top: 31px;
  position: relative;
}
@media screen and (max-width:767px) {
  .function-item-info {
    margin-top: 16px;
  }
}
.function-item h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .function-item h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .function-item h4 {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}
.function-item p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 10px;
  word-break: break-word;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .function-item p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767px) {
  .function-item p {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: left;
    margin-top: 5px;
  }
}

.profile {
  background: #F3F0EE;
  padding: 24px 30px;
  margin-top: 44px;
}
@media screen and (max-width:767px) {
  .profile {
    padding: 18px 16px 11px 16px;
    margin-top: 20px;
  }
}
.profile h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #52372A;
  margin: 0 0 7px 0;
}
@media screen and (max-width:767px) {
  .profile h5 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .profile h5 p {
    font-size: 1.1rem;
  }
}
.profile-note {
  font-size: 1.2rem;
  color: #707070;
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .profile-note {
    font-size: 0.9rem;
  }
}

.link-icon {
  font-size: 1.6rem;
  color: #B22029;
  position: relative;
  text-decoration: underline;
  padding-left: 21px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .link-icon:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .link-icon {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .link-icon {
    font-size: 1.2rem;
    padding-left: 15px;
  }
}
.link-icon:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 18px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.836' height='5.219' viewBox='0 0 10.836 5.219'%3E%3Cpath id='Path_1668' data-name='Path 1668' d='M2.4,11.813h9.3l-.961-.937V9.719l2.5,2.594v.031l-2.5,2.594V13.781l.945-.922H2.4Z' transform='translate(-2.402 -9.719)'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .link-icon:after {
    width: 11px;
  }
}

.links li {
  margin-top: 10px;
}
.links li a {
  position: relative;
  font-size: 1.6rem;
  padding-left: 30px;
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .links li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width:767px) {
  .links li a {
    font-size: 1.2rem;
    padding-left: 18px;
  }
}
.links li a:before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cg id='_' data-name='%3F' transform='translate(-2.5 -2.5)'%3E%3Cpath id='Path_1306' data-name='Path 1306' d='M16,28a12,12,0,1,0-8.485-3.515A11.962,11.962,0,0,0,16,28Z' fill='%23333' stroke='%23333' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1307' data-name='Path 1307' d='M21.6,22.225v-2.4a3.6,3.6,0,1,0-3.6-3.6' transform='translate(-5.6 -3.45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_1308' data-name='Path 1308' d='M23,35.625a1.5,1.5,0,1,0-1.5-1.5A1.5,1.5,0,0,0,23,35.625Z' transform='translate(-7 -11.45)' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .links li a:before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
}

.specification-info + .specification-info {
  margin-top: 20px;
}
.specification-info {
  padding: 0 20px;
}
.specification-info-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 14px 30px;
  position: relative;
  background: #53372B;
  color: #fff;
}
.specification-info-ttl:after {
  transform: rotate(-45deg);
  position: absolute;
  right: 25px;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -3px;
  border: 1px solid #fff;
  border-style: solid solid none none;
}
.specification-info-ttl.is-active:after {
  transform: rotate(135deg);
  margin-top: -8px;
}
.specification-info-content {
  padding-top: 10px;
}
.specification-info-item {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #F1EFEC;
  padding: 10px 0;
}
.specification-info-item dt {
  width: 100px;
  font-weight: 700;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #F1EFEC;
  padding: 5px;
}
.specification-info-item dd {
  flex: 1;
  padding: 5px 0 5px 20px;
}
.specification-info-chart {
  background-image: url(../images/master/bg_01.png);
  background-size: 100%;
  background-repeat: repeat;
  margin-top: -39px;
  padding: 50px 20px 10px;
}
.specification-info-chart-ttl {
  overflow: hidden;
}
.specification-info-chart-ttl span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.specification-info-chart-ttl span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 1000px;
  left: 100%;
  background-color: #3F291D;
  height: 1px;
}
.master-table-item__img {
  padding: 20px 0 20px;
  max-width: 600px;
}
.specification-info-btn {
  margin-top: 45px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  text-align: center;
}
.specification-info-btn .c-btn {
  font-size: 1.2rem;
  padding: 0 10px;
}
.specification-info-btn .c-btn span {
  font-size: inherit;
}
@media screen and (max-width:767px) {
  .specification-info-btn .c-btn span {
    font-size: 1.2rem;
  }
}
.specification-info-btn .c-btn svg {
  fill: #B22029;
}

.btn-close {
  text-align: center;
}
.btn-close span {
  border: 2px solid #F3F0EE;
  width: 100%;
  height: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #000;
}
@media print, screen and (min-width:768px) {
  .btn-close span {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .btn-close span {
    font-size: 1.4rem;
  }
}

.modal-voice .p-modal-body {
  max-width: 920px;
  padding: 88px 59px;
}
@media screen and (max-width:767px) {
  .modal-voice .p-modal-body {
    padding: 0;
  }
}
.modal-voice .js-close {
  position: absolute;
  bottom: 101%;
  left: 95%;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.414' height='41.414' viewBox='0 0 41.414 41.414'%3E%3Cg id='close' transform='translate(0.707 0.707)'%3E%3Cline id='Line_145' data-name='Line 145' x2='40' y2='40' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_146' data-name='Line 146' x1='40' y2='40' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .modal-voice .js-close {
    width: 20px;
    height: 20px;
  }
}
.modal-voice .modal-voice-img {
  display: flex;
}
@media screen and (max-width:767px) {
  .modal-voice .modal-voice-img {
    display: block;
  }
}
.modal-voice .modal-voice-item {
  position: relative;
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width:767px) {
  .modal-voice .modal-voice-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.modal-voice .modal-voice-item p {
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 10px;
}
@media screen and (max-width:767px) {
  .modal-voice .modal-voice-item p {
    font-size: 1.2rem;
    padding: 7px;
  }
}
.modal-voice .modal-voice-info {
  text-align: center;
  padding-top: 34px;
}
@media screen and (max-width:767px) {
  .modal-voice .modal-voice-info {
    padding: 20px;
  }
}
.modal-voice .modal-voice-info h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 22px 0px;
}
@media screen and (max-width:767px) {
  .modal-voice .modal-voice-info h3 {
    font-size: 1.4rem;
    margin: 0 0 9px 0px;
  }
}
.modal-voice .modal-voice-info p {
  font-size: 1.6rem;
  text-align: center;
  text-align: center;
  line-height: 2;
  margin: 0 0 20px 0;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  .modal-voice .modal-voice-info p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.75;
  }
}

.modal-gift.modal-voice .p-modal-body {
  max-width: 1060px;
}

.modal-gift-content {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
}
.modal-gift-content .img-gift {
  width: 74%;
  position: absolute;
  top: 14%;
  left: 16%;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .modal-gift-content .img-gift {
    width: 84%;
    top: 21%;
    left: 10%;
  }
}
.modal-gift-content .img-01 {
  position: absolute;
  left: 8.8%;
  top: 18.8%;
  width: 79%;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .modal-gift-content .img-01 {
    left: 2.1%;
    top: 21.3%;
    width: 90%;
  }
}
.modal-gift-content .img-02 {
  position: absolute;
  bottom: 11%;
  width: 76.6%;
  left: 12%;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .modal-gift-content .img-02 {
    bottom: inherit;
    width: 82%;
    left: 10.5%;
    z-index: 2;
    top: 55%;
  }
}
.modal-gift-content .img-gift01 {
  position: absolute;
  top: 16%;
  left: 24.5%;
  width: 50.6%;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .modal-gift-content .img-gift01 {
    top: 22%;
    left: 19.5%;
    width: 65.6%;
  }
}
.modal-gift-content .img-gift02 {
  position: absolute;
  top: 56%;
  left: 34%;
  width: 30.8%;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .modal-gift-content .img-gift02 {
    top: 66%;
    left: 32%;
    width: 32.8%;
    z-index: 1;
  }
}
.page-masterseries .l-masterseries .l-inner{
    padding-left: 15px;
    padding-right: 15px;
}


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