@charset "utf-8";

/* common */
.tab-content {
  display: none;
  color: #4b4b4b;
  font-weight: 500;
}
.tab-content img {
  height: auto;
}
.tab-content.current {
  display: block;
}
.glb-content {
  max-width: unset;
  padding: 0;
}
.wrapper {
  margin: 0 auto;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .sp-only {
    display: none !important;
  }
  .wrapper {
    width: 1080px;
  }
  .keyvisual {
    margin-bottom: 20px;
  }
  .m-nav-breadcrumb {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-nav-breadcrumb_list > li {
    line-height: 1.357;
  }
  .glb-content_inner {
    padding: 0 10px;
  }
}

@media screen and (min-width:0px) and (max-width:768px) {
  .pc-only {
    display: none !important;
  }
  .wrapper {
    padding: 0 27px;
  }
  .keyvisual {
    margin: 0 -27px 24px;
  }
  .keyvisual img {
    width: 100%;
    height: auto;
  }
  .m-nav-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .glb-content_inner {
    padding: 24px 15px 0;
  }
}

/* profile */
.profile-box {
  color: #4b4b4b;
  font-weight: 500;
}
.profile-box .box-title {
  background-color: #fff;
  text-align: center;
}
.profile-box .box-content p {
  letter-spacing: .05em;
  line-height: 1.5;
}
.profile-box .box-footer span {
  display: inline-block;
  letter-spacing: .05em;
}
.profile-box .box-footer .instagram {
  background: url(/img/reform/system_kitchen/contents/motoko/icon_instagram.png) left bottom/26px auto no-repeat;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .profile-box {
    width: 704px;
    margin: 0 auto 20px;
    padding: 20px 20px 23px;
    border-radius: 10px;
    background: url(/img/reform/system_kitchen/contents/motoko/profile_img.png) right 24px bottom 15px/67px auto no-repeat, #f7f5f2;
  }
  .profile-box .box-title {
    height: 36px;
    margin-bottom: 9px;
    padding-top: 2px;
    border: 2px solid #000;
    border-radius: 10px;
  }
  .profile-box .box-content {
    padding-right: 70px;
    font-size: 1.6rem;
  }
  .profile-box .box-footer {
    padding-right: 70px;
  }
  .profile-box .box-footer .instagram {
    margin-right: 38px;
    padding: 13px 0 3px 38px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width:0px) and (max-width:768px) {
  .profile-box {
    width: 96%;
    margin: 0 auto 27px;
    padding: 20px 20px 17px;
    border-radius: 10px;
    background-color: #f7f5f2;
    position: relative;
  }
  .profile-box::before,
  .profile-box::after {
    content: "";
    width: 15px;
    height: calc(100% + 27px);
    background: url(/img/reform/system_kitchen/contents/motoko/striped_bg_sp.png) top center/100% auto repeat-y;
    position: absolute;
    top: 0;
  }
  .profile-box::before {
    left: -33px;
  }
  .profile-box::after {
    right: -33px;
  }
  .profile-box .box-title {
    height: 36px;
    margin-bottom: 14px;
    margin-right: -6px;
    padding-top: 2px;
    border: 2px solid #000;
    border-radius: 10px;
    position: relative;
  }
  .profile-box .box-title::after {
    content: "";
    width: 52px;
    height: 78px;
    background: url(/img/reform/system_kitchen/contents/motoko/profile_img_sp.png) center/100% auto no-repeat;
    position: absolute;
    right: 0;
    top: -34px;
  }
  .profile-box .box-content {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .profile-box .box-footer {
    text-align: center;
  }
  .profile-box .box-footer .instagram {
    margin-right: 18px;
    margin-bottom: 14px;
    padding: 11px 0 4px 40px;
    font-size: 1.8rem;
  }
}

/* tabs */
.tabs-wrapper .tabs {
  display: flex;
}
.tabs-wrapper .tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.tabs-wrapper .tab-link:nth-child(1) {
  background-color: #8cd4fc;
}
.tabs-wrapper .tab-link:nth-child(2) {
  background-color: #faadad;
  letter-spacing: .05em;
}
.tab-content.is-first .manga-wrapper {
  background-color: #d5effd;
}
.tab-content.is-second .manga-wrapper {
  background-color: #ffd1d1;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .tabs-wrapper .tab-link {
    min-height: 80px;
    font-size: 1.8rem;
  }
  .tabs-wrapper .tab-link:nth-child(1) {
    letter-spacing: .1em;
  }
  .tab-content .manga-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width:0px) and (max-width:768px) {
  .tabs-wrapper .tab-link {
    min-height: 56px;
    font-size: 1.4rem;
  }
  .tabs-wrapper .tab-link:nth-child(1) {
    letter-spacing: .02em;
  }
  .tab-content .manga-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

/* manga */
.manga-first,
.manga-second {
  display: block;
  position: relative;
}
.manga-list {
  margin: 0 auto;
}
.manga-list > li {
  position: relative;
}
.manga-list > li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .manga-first {
    width: 580px;
    left: 39px;
  }
  .manga-first,
  .manga-second {
    margin: 0 auto 25px;
  }
  .manga-list {
    width: 500px;
    margin-bottom: 80px;
  }
  .manga-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .manga-list > li::after {
    border: 4px solid #000;
  }
}

@media screen and (min-width:0px) and (max-width:768px) {
  .manga-first {
    min-width: 334px;
    left: 15px;
  }
  .manga-first,
  .manga-second {
    margin: 0 auto 20px;
  }
  .manga-list {
    width: 290px;
    margin-bottom: 62px;
  }
  .manga-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .manga-list > li::after {
    border: 2px solid #000;
  }
}

/* showroom */
.showroom-area {
  background-color: #8cd4fc;
}
.showroom-title {
  text-align: center;
}
.showroom-list > li {
  position: relative;
}
.showroom-list > li::before {
  content: "";
  background: center/100% auto no-repeat;
  position: absolute;
}
.showroom-list > li:nth-child(1)::before {
  background-image: url(/img/reform/system_kitchen/contents/motoko/title_ordered001.png);
}
.showroom-list > li:nth-child(2)::before {
  background-image: url(/img/reform/system_kitchen/contents/motoko/title_ordered002.png);
}
.showroom-list > li:nth-child(3)::before {
  background-image: url(/img/reform/system_kitchen/contents/motoko/title_ordered003.png);
}
.showroom-list .list-title {
  position: absolute;
}
.showroom-list .talk-image {
  position: relative;
}
.showroom-list .talk-image img {
  width: auto;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .showroom-area {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .showroom-title {
    margin-bottom: 125px;
  }
  .showroom-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .showroom-list > li {
    width: 290px;
  }
  .showroom-list > li:nth-child(3n + 2) {
    margin-left: 46px;
    margin-right: 46px;
  }
  .showroom-list > li::before {
    width: 183px;
    height: 45px;
    top: -70px;
    left: -20px;
  }
  .showroom-list .list-title {
    top: -20px;
    left: -20px;
  }
  .showroom-list .showroom-image {
    margin-bottom: 10px;
  }
  .showroom-list > li:nth-child(1) .talk-image {
    min-width: 315px;
    max-width: 315px;
    top: -17px;
    left: -41px;
  }
  .showroom-list > li:nth-child(2) .talk-image {
    min-width: 302px;
    max-width: 302px;
    left: -6px;
  }
  .showroom-list > li:nth-child(3) .talk-image {
    min-width: 330px;
    max-width: 330px;
    top: -11px;
    left: -12px;
  }
  .showroom-list .talk-image {
    min-height: 163px;
    margin-bottom: 0px;
  }
}


@media screen and (min-width:0px) and (max-width:768px) {
  .showroom-area {
    padding-bottom: 30px;
  }
  .showroom-title {
    margin: 0 -27px 100px;
  }
  .showroom-list {
    margin-bottom: 60px;
  }
  .showroom-list > li {
    width: 290px;
    margin: 0 auto;
  }
  .showroom-list > li:not(:last-child) {
    margin-bottom: 100px;
  }
  .showroom-list > li::before {
    width: 183px;
    height: 45px;
    top: -70px;
    left: -21px;
  }
  .showroom-list .list-title {
    top: -20px;
    left: -20px;
  }
  .showroom-list .showroom-image {
    margin-bottom: 7px;
  }
  .showroom-list > li:nth-child(1) .talk-image {
    min-width: 316px;
    max-width: 316px;
    top: -17px;
    left: -41px;
  }
  .showroom-list > li:nth-child(2) .talk-image {
    min-width: 338px;
    max-width: 338px;
    top: 6px;
    left: -6px;
  }
  .showroom-list > li:nth-child(3) .talk-image {
    min-width: 350px;
    max-width: 350px;
    top: -2px;
    right: 43px;
  }
  .showroom-list .talk-image {
    margin-bottom: 0px;
  }
}

/* memo */
.memo-text {
  display: inline-block;
  position: relative;
  letter-spacing: -.02em;
  line-height: 1.4286;
}
.memo-text .title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.11111;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .memo-text {
    margin-bottom: 10px;
    padding-right: 84px;
    background: url(/img/reform/system_kitchen/contents/motoko/momo_chart.png) right top 28px/99px auto no-repeat;
    top: -6px;
    font-size: 1.4rem;
  }
  .memo-text .title {
    font-size: 1.8rem;
  }
  .memo-text .is-highlight {
    background: linear-gradient(#f9eb77, #f9eb77) center bottom/100% 7px no-repeat;
  }
}


@media screen and (min-width:0px) and (max-width:768px) {
  .memo-text {
    padding-right: 84px;
    background: url(/img/reform/system_kitchen/contents/motoko/momo_chart.png) right top 28px/99px auto no-repeat;
    top: -8px;
    font-size: 1.4rem;
  }
  .memo-text .title {
    font-size: 1.8rem;
  }
  .memo-text .is-highlight {
    background: linear-gradient(#f9eb77, #f9eb77) center bottom/100% 7px no-repeat;
  }
}

/* reservation */
.reservation-area {
  margin: 0 auto;
}
.reservation-area .box {
  background-color: #fff;
  position: relative;
  text-align: right;
}
.reservation-area .talk-image {
  position: absolute;
}
.reservation-area .remodel-button {
  margin: 0 auto;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .reservation-area {
    width: 580px;
    padding-top: 60px;
  }
  .reservation-area .box {
    margin-bottom: 39px;
    padding: 24px 13px 17px;
    border: 2px solid #4b4b4b;
  }
  .reservation-area .talk-image {
    top: 35px;
    left: 23px;
  }
  .reservation-area .reservation-image {
    margin-bottom: 25px;
    margin-right: 8px;
  }
  .reservation-area .remodel-button {
    width: 580px;
  }
}


@media screen and (min-width:0px) and (max-width:768px) {
  .reservation-area {
    width: 100%;
  }
  .reservation-area .box {
    margin-bottom: 39px;
    padding: 16px 13px 14px 14px;
    border: 2px solid #4b4b4b;
  }
  .reservation-area .talk-image {
    bottom: 123px;
    left: 0;
  }
  .reservation-area .reservation-image {
    margin-bottom: 95px;
  }
  .reservation-area .reserve-button {
    margin: 0 auto;
  }
  .reservation-area .remodel-button {
    width: 320px;
  }
}

/* button */
.reserve-button,
.remodel-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.reserve-button:hover,
.remodel-button:hover {
  color: #fff;
}
.reserve-button {
  background-color: #3db4d0;
}
.reserve-button .web {
  display: inline-block;
  color: #3db4d0;
  background-color: #fff;
}
.remodel-button {
  cursor: pointer;
  background-color: #faadad;
}
.remodel-button .remodel {
  display: inline-block;
  color: #faadad;
  background-color: #fff;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .reserve-button,
  .remodel-button {
    width: 550px;
    min-height: 100px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 2.8rem;
  }
  .reserve-button.has-background {
    padding-left: 80px;
    background: url(/img/reform/system_kitchen/contents/motoko/reserve_img.png) left center/115px auto no-repeat, #3db4d0;
  }
  .reserve-button .text {
    letter-spacing: -.02em;
  }
  .reserve-button .web {
    margin-right: 6px;
    padding: 12px 7px 10px;
    border-radius: 10px;
    font-size: 2rem;
  }
  .reserve-button small {
    font-size: 1.8rem;
  }
  .remodel-button {
    letter-spacing: .04em;
  }
  .remodel-button .remodel {
    margin-left: 20px;
    padding: 5px 6px 3px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .button-wrapper > .reserve-button,
  .button-wrapper > .remodel-button {
    margin: 0 auto 20px;
  }
}


@media screen and (min-width:0px) and (max-width:768px) {
  .reserve-button,
  .remodel-button {
    width: 280px;
    min-height: 100px;
    border: 2px solid #fff;
    border-radius: 10px;
  }
  .reserve-button {
    font-size: 2.1rem;
  }
  .reserve-button.has-background {
    justify-content: flex-start;
    padding-left: 64px;
    position: relative;
  }
  .reserve-button.has-background::before {
    content: "";
    width: 82px;
    height: 96px;
    background: url(/img/reform/system_kitchen/contents/motoko/reserve_img_sp.png) center/100% auto no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .reserve-button .text {
    margin-bottom: -16px;
  }
  .reserve-button .web {
    margin-right: 7px;
    padding: 8px 10px 6px;
    border-radius: 10px;
    font-size: 2.4rem;
  }
  .reserve-button small {
    margin-right: 5px;
    font-size: 1.8rem;
  }
  .remodel-button {
    padding: 20px 0;
    font-size: 2.2rem;
  }
  .remodel-button .remodel {
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 1.3rem;
    letter-spacing: .04em;
  }
  .button-wrapper > .reserve-button,
  .button-wrapper > .remodel-button {
    margin: 0 auto 20px;
  }
}

/* message */
.manga-message {
  background-color: #fff;
  position: relative;
}
.message-image figcaption::after{
  content: "";
  display: inline-block;
  background: url(/img/reform/system_kitchen/contents/motoko/icon_arrow.png) center/auto 100% no-repeat;
  position: absolute;
}
.manga-message::after {
  content: "";
  position: absolute;
  background: center/auto 100% no-repeat;
}
.manga-message .message-title {
  position: relative;
}
.manga-message .message-title::after {
  content: "";
  background: url(/img/reform/system_kitchen/contents/motoko/pan_img.png) center/100% auto no-repeat;
  position: absolute;
}
.manga-message .message-title span {
  border-bottom: 1px solid #707070;
}
.manga-message .message-image {
  margin: 0 auto;
}
.manga-message .message-image > figcaption {
  font-size: 1.4rem;
  letter-spacing: .15em;
  line-height: 1.717;
  position: relative;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .manga-message {
    width: 500px;
    margin: 0 auto 50px;
    padding: 18px 30px 180px;
    box-shadow: 10px 10px 0 0 #8cd4fc;
  }
  .message-image figcaption::after {
    width: 83px;
    height: 15px;
    bottom: 5px;
  }
  .manga-message::after {
    background-image: url(/img/reform/system_kitchen/contents/motoko/message_illustration.png);
  }
  .manga-message::after {
    width: 166px;
    height: 200px;
    bottom: 0;
    right: 11px;
  }
  .manga-message .message-title {
    margin-bottom: 25px;
    font-size: 2rem;
    padding-right: 8px;
    padding-left: 83px;
  }
  .manga-message .message-title::after {
    width: 150px;
    height: 115px;
    top: -52px;
    right: 60px;
  }
  .manga-message .message-title span {
    display: inline-block;
    padding-right: 192px;
    padding-bottom: 4px;
  }
  .manga-message .message-text p {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .manga-message .message-image {
    width: 238px;
    margin-top: -4px;
    position: relative;
    right: 11px;
  }
  .manga-message .message-image > img {
    margin-bottom: 9px;
  }
  .manga-message .message-image > figcaption {
    margin-left: -21px;
    padding-right: 30px;
  }
}

@media screen and (min-width:0px) and (max-width:768px) {
  .manga-message {
    width: 100%;
    margin: 0 auto 35px;
    padding: 19px 20px 140px 21px;
    box-shadow: 5px 5px 0 0 #8cd4fc;
  }
  .message-image figcaption::after {
    width: 83px;
    height: 15px;
    bottom: -20px;
    left: 50%;
    transform: translateX(calc(-50% + 10px));
  }
  .manga-message::after {
    width: 105px;
    height: 151px;
    background-image: url(/img/reform/system_kitchen/contents/motoko/message_illustration_sp.png);
    bottom: -10px;
    right: -28px;
  }
  .manga-message .message-title {
    margin-bottom: 23px;
    font-size: 2rem;
  }
  .manga-message .message-title::after {
    width: 130px;
    height: 100px;
    background-image: url(/img/reform/system_kitchen/contents/motoko/pan_img_sp.png);
    top: -46px;
    right: -18px;
  }
  .manga-message .message-title span {
    display: block;
    padding-bottom: 3px;
  }
  .manga-message .message-text p {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
  .manga-message .message-image {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 238px;
  }
  .manga-message .message-image > img {
    margin-bottom: 9px;
  }
  .manga-message .message-image > figcaption {
    margin-left: -21px;
    padding-right: 30px;
  }
}

/* feedback */
.feedback-area {
  margin: 0 auto;
}
.feedback-title {
  background-color:#96b7ca;
  text-align: center;
}
.feedback-list > li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.feedback-list .customer-image {
  border-radius: 50%;
}
.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #4b4b4b;
  color: #4b4b4b;
  background-color: #fff;
  text-decoration: none;
}
.more-button:hover {
  color: #4b4b4b;
}
.feedback-list .feedback-text {
  line-height: 1.7143;
  letter-spacing: .1em;
  font-size: 1.4rem;
}
.more-button {
  letter-spacing: .1em;
}
.more-button span::after {
  content: "";
  display: inline-block;
  background: url(/img/reform/system_kitchen/contents/motoko/icon_arrow_right.png) center/100% auto no-repeat;
  position: relative;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .feedback-area {
    width: 960px;
    padding-top: 72px;
  }
  .feedback-title {
    min-height: 300px;
    margin-bottom: 20px;
    padding-top: 43px;
  }
  .feedback-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feedback-list > li {
    width: 270px;
  }
  .feedback-list > li:nth-child(3n + 2) {
    margin-left: 75px;
    margin-right: 75px;
  }
  .feedback-list .customer-image {
    margin-bottom: -5px;
  }
  .feedback-list .feedback-text {
    min-height: 155px;
    margin-bottom: 5px;
  }
  .feedback-list .feedback-image {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .more-button {
    width: 200px;
    height: 54px;
    padding-left: 20px;
    padding-top: 1px;
    font-size: 1.6rem;
  }
  .more-button span::after {
    width: 8px;
    height: 15px;
    margin-left: 10px;
    top: 2px;
  }
}

@media screen and (min-width:0px) and (max-width:768px) {
  .feedback-area {
    width: 100%;
    padding-top: 24px;
  }
  .feedback-title {
    min-height: 210px;
    margin: 0 -4px 20px;
    padding-top: 40px;
  }
  .feedback-list {
    margin-bottom: 60px;
    text-align: center;
  }
  .feedback-list > li {
    width: 270px;
    min-width: 60%;
  }
  .feedback-list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .feedback-list .customer-image {
    margin-bottom: -5px;
  }
  .feedback-list .feedback-text {
    margin-bottom: 5px;
    font-size: 1.4rem;
    text-align: left;
  }
  .feedback-list .feedback-image {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .more-button {
    width: 200px;
    height: 54px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .more-button span::after {
    width: 8px;
    height: 15px;
    margin-left: 12px;
    top: 1px;
  }
}

.tab-content.is-first .showroom-item:nth-child(1) .talk-image {
  margin-bottom: 0;
}

.tab-content.is-first .manga-message::before {
  content: "";
  background: url(/img/reform/system_kitchen/contents/motoko/icon_arrow.png) center/auto 100% no-repeat;
  position: absolute;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .tab-content.is-first .manga-message::before {
    width: 83px;
    height: 15px;
    left: 50%;
    bottom: 140px;
    transform: translateX(calc(-14px - 50%));
  }
}

@media screen and (min-width:0px) and (max-width:768px) {
  .tab-content.is-first .manga-message::before {
    width: 83px;
    height: 15px;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
  }
}

/* custom for 2nd tab */
.tab-content.is-second .remodel-button {
  background-color: #8cd4fc;
}
.tab-content.is-second .remodel-button .remodel {
  color: #8cd4fc;
}
.tab-content.is-second .showroom-area {
  background-color: #faadad;
}
.tab-content.is-second .showroom-area .remodel-button {
  margin: 0 auto;
}
.tab-content.is-second .showroom-list > li:nth-child(1)::before {
  background-image: url(/img/reform/system_kitchen/contents/motoko/title_ordered004.png);
}
.tab-content.is-second .showroom-list > li:nth-child(2)::before {
  background-image: url(/img/reform/system_kitchen/contents/motoko/title_ordered005.png);
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .tab-content.is-second .manga-message .message-text {
    margin-bottom: 20px;
  }
  .tab-content.is-second .manga-first {
    width: 594px;
    left: 51px;
  }
  .tab-content.is-second .message-title {
    padding-right: 80px;
    padding-left: 83px;
  }
  .tab-content.is-second .message-title span {
    display: block;
    padding-right: 100px;
  }
  .tab-content.is-second .manga-message {
    padding-bottom: 190px;
    box-shadow: 10px 10px 0 0 #faadad;
  }
  .tab-content.is-second .showroom-list {
    margin-bottom: 40px;
  }
  .tab-content.is-second .showroom-item:nth-child(1) .talk-image {
    min-width: 335px;
    max-width: 335px;
    top: -7px;
    left: -41px;
  }
  .tab-content.is-second .showroom-item:nth-child(2) .talk-image {
    min-width: 371px;
    max-width: 371px;
    left: -15px;
  }
  .tab-content.is-second .showroom-list > li:nth-child(3n + 2) {
    margin-left: 46px;
    margin-right: 0;
  }
}

@media screen and (min-width:0px) and (max-width:768px) {
  .tab-content.is-second .remodel-button {
    flex-direction: column;
  }
  .tab-content.is-second .remodel-button .text {
    margin-bottom: 10px;
  }
  .tab-content.is-second .manga-message .message-text {
    margin-bottom: 20px;
  }
  .tab-content.is-second .message-image figcaption::after {
    background-image: url(/img/reform/system_kitchen/contents/motoko/icon_arrow_blue.png);
  }
  .tab-content.is-second .manga-message {
    box-shadow: 5px 5px 0 0 #faadad;
  }
  .tab-content.is-second .showroom-item:nth-child(1) .talk-image {
    min-width: 337px;
    max-width: 337px;
    top: 0;
    left: -41px;
  }
  .tab-content.is-second .showroom-item:nth-child(2) .talk-image {
    min-width: 365px;
    max-width: 365px;
    top: 0;
    left: -33px;
  }
  .tab-content.is-second .showroom-list {
    margin-bottom: 65px;
  }
  .tab-content.is-second .reservation-area .talk-image {
    min-width: 340px;
    max-width: 340px;
    left: -22px;
    bottom: 118px;
  }
}

@media screen and (min-width:0px) and (max-width:374px) {
  .wrapper {
    padding: 0 15px;
  }
  .keyvisual {
    margin-left: -15px;
    margin-right: -15px;
  }
  .profile-box .box-footer span {
    font-size: 1.5rem;
  }
  .tabs-wrapper .tab-link {
    padding: 0 8px;
    text-align: center;
    letter-spacing: 0 !important;
  }
  .manga-first {
    min-width: unset;
    left: 0;
  }
  .manga-list {
    max-width: 100%;
  }
  .manga-message {
    padding-bottom: 140px;
  }
  .showroom-list .showroom-item .talk-image {
    min-width: unset !important;
    left: 0 !important;
    right: 0 !important;
  }
  .reserve-button, .remodel-button{
    max-width: 100%;
  }
  .showroom-title {
    margin-left: 0;
    margin-right: 0;
  }
  .tab-content.is-second .reservation-area .talk-image {
    max-width: 100%;
    min-width: unset;
    left: 0;
  }
  .showroom-list .showroom-item {
    max-width: 90%;
  }
  .showroom-list .list-title {
    left: -32px;
    transform: scale(.9);
  }
  .showroom-list > li::before {
    left: -17px;
  }
  .memo-text {
    margin-right: -17px;
    font-size: 1.3rem;
  }
  .manga-message::after {
    right: -15px;
  }
  .manga-message .message-image > figcaption {
    margin-left: -5px;
    padding-right: 20px;
  }
}