* {
  box-sizing: border-box;
}
/* webkit specific styles */

input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

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

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}


* {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #585757;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul {
  list-style: none;
}

button {
  font-family: 'Noto Serif JP', serif;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

a {
  display: inline-block;
  color: #585757;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


.l-container {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    min-width: auto;
  }
}

.c-heading {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.c-heading.-about {
  max-width: 251px;
}

.c-heading.-products {
  max-width: 160px;
}

.c-heading.-voice {
  max-width: 255px;
}

.c-heading.-qa {
  max-width: 271px;
}

.c-heading.-order {
  max-width: 251px;
}

@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2.8rem;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  max-width: 200px;
  transition: .2s;
}

.c-btn:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .c-btn {

  }
}

.c-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}

.c-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .c-gmap {
    padding-bottom: 100%;
  }
}

#pagetop {
  display: none;
}

.c-pageTop {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1001;
}

.c-pageTop__link {
  width: 71px;
  transition: .2s;
}

.c-pageTop__link:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 10px;
    right: 5px;
  }
}

#stickybtn {
  display: none;
}

.c-stickyBtn {
  display: block;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 1001;
}

.c-stickyBtn__link {
  width: 200px;
  display: inline-block;
  padding: 14px 5px 12px;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  transition: .2s;
}

.c-stickyBtn__link:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 767px) {
  .c-stickyBtn {
    bottom: 10px;
    left: 10px;
  }
  
  .c-stickyBtn__link {
    width: 180px;
    padding: 11px 5px;
    font-size: 1.6rem;
  }
}


.p-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.p-card__item {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.p-card__item:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-card__item {
    width: 100%;
    margin-right: 0;
  }
}

.p-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.p-youtube iframe {
  width: 100%;
  height: 100%;
}


.c-menuBtn {
  position: fixed;
  top: 20px;
  left: 40px;
  color: #fff;
  z-index: 1006;
  cursor: pointer;
}

.p-leaf01 {
  position: absolute;
  left: 0;
  bottom: -400px;
  width: 370px;
  height: 576px;
}

.p-leaf02 {
  position: absolute;
  right: 0;
  bottom: -400px;
  width: 394px;
  height: 514px;
}

.p-leaf03 {
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 370px;
  height: 576px;
}

@media screen and (max-width: 1399px) {
  .p-leaf01,.p-leaf02,.p-leaf03 {
    display: none;
  }
}

.p-cat {
  position: absolute;
  right: 30px;
  bottom: 5px;
  max-width: 146px;
  height: 98px;
}

.p-rabbit {
  max-width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.p-rabbit__img {
  max-width: 134px;
}

.p-deco {
  position: absolute;
  width: 40px;
  height: 40px;
}

.p-deco.-topLeft {
  left: 5px;
  top: 5px;
}

.p-deco.-topRight {
  right: 5px;
  top: 5px;
  transform: rotate(90deg);
}

.p-deco.-bottomRight {
  right: 5px;
  bottom: 5px;
  transform: rotate(180deg);
}

.p-deco.-bottomLeft {
  left: 5px;
  bottom: 5px;
  transform: rotate(270deg);
}

.p-menu {
  position: fixed;
  background: rgba(238, 212, 212, .95);
  transition: all .35s;
  top: 90px;
  padding: 100px 120px 140px;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
  line-height: 2.2;
}

.p-menu__link {
  font-size: 3.3rem;
  transition: .2s;
}

.p-menu__link:hover {
  opacity: .6;
}

.open .p-menu {
  right: 0;
}

.c-menuBtn__trigger,
.c-menuBtn__trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.c-menuBtn__trigger {
  position: relative;
  width: 50px;
  height: 50px;
}

.c-menuBtn__trigger span {
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #DE716E;
  border-radius: 3px;
}

.c-menuBtn__trigger span:nth-of-type(1) {
  top: 14px;
}

.c-menuBtn__trigger span:nth-of-type(2) {
  top: 24px;
}

.c-menuBtn__trigger span:nth-of-type(3) {
  top: 34px;
}

.open .c-menuBtn__trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.open .c-menuBtn__trigger span:nth-of-type(2) {
  opacity: 0;
}

.open .c-menuBtn__trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 959px) {
  .c-menuBtn {
    display: block;
    top: 28px;
    left: auto;
    right: 15px;
  }
  
  .p-menu {
    padding: 100px 40px 140px;
    line-height: 2;
  }
  
  .p-menu__link {
    font-size: 2.6rem;
  }

  .c-menuBtn__trigger {
    width: 30px;
    height: 30px;
  }
  
  .c-menuBtn__trigger span {
    width: 30px;
  }
  
  .c-menuBtn__trigger span:nth-of-type(1) {
    top: 5px;
  }
  
  .c-menuBtn__trigger span:nth-of-type(2) {
    top: 15px;
  }
  
  .c-menuBtn__trigger span:nth-of-type(3) {
    top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-menu__link {
    font-size: 2.4rem;
  }
}

.p-storeBtn {
  display: none;
}

@media screen and (max-width: 959px) {
  .p-storeBtn {
    display: block;
    position: fixed;
    top: 28px;
    left: 25px;
    z-index: 1006;
    width: 26px;
    height: 34px;
  }

  .p-storeBtn__link {
    display: block;
    transition: .25s;
  }
  
  .p-storeBtn__link:hover {
    opacity: .5;
  }
}

.l-container {
  position: relative;
  background-image: url('../images/bg02.jpg');
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.p-mv {
  position: relative;
  padding-top: 90px;
}

.p-mv__inner {
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  z-index: 2;
}

.p-mv__imgWrapper {
  position: relative;
  padding: 50px;
  z-index: 3;
}

.p-mv__img {
  position: relative;
  z-index: 3;
}
 
.p-mv__copy {
  position: absolute;
  top: 20.837233%;
  left: 25.78125%;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4375;
  color: #DE716E;
  z-index: 4;
}

.p-mv__text {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  text-align: center;
  z-index: 4;
  font-size: 2rem;
  color: #DE716E;
}

.p-mv__emblemWrapper {
  position: absolute;
  left: 11.71875%;
  top: 14.224822%;
  width: 10.9375%;
  z-index: 4;
  max-width: 140px;
}

.p-mv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(253, 250, 250, 1), rgba(238, 212, 212, 1));
  mix-blend-mode: multiply;
  opacity: .5;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  .p-mv__imgWrapper {
    padding: 4.3103448%;
  }

  .p-mv__copy {
    left: 26.78125%;
  }

  .p-mv__emblemWrapper {
    left: 12.71875%;
    top: 15.224822%;
  }

  .p-mv__copy {
    font-size: 2.7586206vw;
  }

  .p-mv__text {
    bottom: 8%; 
  }
}

@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-mv__imgWrapper {
    padding: 15px;
  }

  .p-mv__copy {
    top: calc(20.837233% + 10px);
  }
  
  .p-mv__emblemWrapper {
    top: calc(14.224822% + 15px);
  }

  .p-mv__text {
    bottom: 30px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  .p-mv__inner {
    padding-bottom: 30px;
  }

  .p-mv__img {
    height: 240px;
  }

  .p-mv__imgWrapper {
    padding: 15px 15px 90px;
  }

  .p-mv__emblemWrapper {
    width: 100%;
    max-width: 104px;
    top: auto;
    bottom: 50px;
    left: 40px;
  }

  .p-mv__copy {
    font-size: 2.7586206vw;
    top: auto;
    left: 155px;
    bottom: 55px;
    font-size: 1.7rem;
    font-weight: normal;
    text-align: left;
  }

  .p-mv__text {
    bottom: 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 374px) {
  .p-mv__copy {
    font-size: 4vw;
  }
}

/* ====================
header 
==================== */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #EBBCB7;
  width: 100%;
  height: 90px;
  z-index: 1005;
}

.p-header__inner {
  position: relative;
}

.p-header__logo {
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  width: 165px;
}

.p-header__logoLink {
  display: block;
  transition: .25s;
}

.p-header__logoLink:hover {
  opacity: .6;
}

.p-header__btnList {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 1;
  display: flex;
}

.p-header__btnListItem {
  width: 150px;
}

.p-header__btnListItem:not(:last-child) {
  margin-right: 15px;
}

.p-header__btnLink {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  font-size: 1.6rem;
  color: #C76E6B;
  background-color: #fff;
  border-radius: 100vh;
  transition: .2s;
}

.p-header__btnLink:hover {
  color: #fff;
  background-color: #C76E6B;
}

.p-header__title {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.p-header__titleCopy {
  display: block;
  font-size: 1.9rem;
  line-height: 1.33;
}

.p-header__titleName {
  margin-top: 30px;
  display: block;
  font-size: 5.3rem;
}

.p-header__titleLink {
  transition: .25s;
}

.p-header__titleLink:hover {
  opacity: .6;
}

.p-globalNav {
  margin-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-globalNav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-globalNav__item {
  max-width: 178px;
  margin-right: 2.0833333%;
}

.p-globalNav__item:last-child {
  margin-right: 0;
}

.p-globalNav__img {
  width: 100%;
  max-width: 178px;
}

.p-globalNav__link {
  display: block;
  font-size: 2rem;
  text-align: center;
  transition: .25s;
}

.p-globalNav__link:hover {
  opacity: .6;
}

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

  .p-globalNav {
    max-width: 680px;
    margin-right: auto;
    margin-bottom: -10px;
    margin-left: auto;
  }
  
  .p-globalNav__list {
    flex-wrap: wrap;
  }
  
  .p-globalNav__item {
    max-width: 100%;
    width: 31.94444446%;
    margin-bottom: 10px;
  }
  
  .p-globalNav__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-globalNav {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .p-globalNav__item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  
  .p-globalNav__item:nth-of-type(3n) {
    margin-right: 20px;
  }
  
  .p-globalNav__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.p-topAbout {
  position: relative;
  margin-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-topAbout__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.p-topAbout__lead {
  margin-top: 40px;
}

.p-topAbout__leadTitle {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
}

.p-topAbout__leadText {
  margin-top: 20px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 2;
}

.p-aboutMedia {
  margin-top: 100px;
  display: flex;
}

.p-aboutMedia__imgWrapper {
  flex: 0 1 35.1851851%;
}

.p-aboutMedia__img {
  width: 100%;
}

.p-aboutMedia__body {
  flex: 1;
  margin-left: 4.6296296%;
}

.p-aboutMedia__body > *:last-child {
  margin-bottom: 0;
}

.p-aboutMedia__name {
  font-size: 2rem;
  line-height: 1.6;
}

.p-aboutMedia__text {
  margin-top: 20px;
  font-size: 1.7rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-topAbout {
    padding-right: 30px;
    padding-left: 30px;
  }
  .p-aboutMedia {
    display: block;
  }

  .p-aboutMedia__body {
    margin-left: 0;

  }

  .p-aboutMedia__imgWrapper {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-aboutMedia__body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .p-aboutMedia__imgWrapper {
    max-width: 250px;
  }
}

.p-topProducts {
  position: relative;
  margin-top: 100px;
  padding: 100px 40px;
}

.p-topProducts::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 210, 207, 1);
  mix-blend-mode: multiply;
  z-index: 1;
}

.p-topProducts__inner {
  position: relative;
  max-width: 1160px;
  padding: 60px 40px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #fff;
  z-index: 2;
}

.p-productMedia {
  position: relative;
  max-width: 880px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.p-productMedia.-reverse {
  flex-direction: row-reverse;
}

.p-productMedia__imgWrapper {
  width: 40%;
  flex-shrink: 0;
  margin-right: 40px;
}

.p-productMedia.-reverse .p-productMedia__imgWrapper {
  margin-right: 0;
  margin-left: 40px;
}

.p-productMedia__img {
  width: 100%;
}

.p-productMedia__body {
}

.p-aboutMedia__body > *:last-child {
  margin-bottom: 0;
}

.p-productMedia__title {
  font-size: 2rem;
  line-height: 1.5;
}

.p-productMedia__text {
  margin-top: 20px;
  font-size: 1.7rem;
  line-height: 1.75;
}

.p-productMedia__note {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: sans-serif;
}

.p-productMedia__btn {
  margin-top: 15px;
  text-align: center;
}

.p-bird {
  max-width: 136px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 959px) {
  .p-productMedia {
    display: block;
  }

  .p-productMedia__body {
    margin-top: 20px;
  }

  .p-productMedia__imgWrapper,
  .p-productMedia.-reverse .p-productMedia__imgWrapper {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

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

@media screen and (max-width: 767px) {
  .p-topProducts {
    padding: 35px 20px;
  }

  .p-topProducts__inner {
    padding: 40px 25px;
  }

  .p-productMedia__text {
    font-size: 1.6rem;
  }

  .p-bird {
    max-width: 68px;
  }
}

.p-topVoice {
  position: relative;
  margin-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-topVoice__inner {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.p-voiceCard {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 40px 40px 100px;
  border: 3px solid #EBBCB7;
}

.p-voiceCard__item {
  width: 29.33333333%;
  margin-right: 6%;
  line-height: 1.75;
}

.p-voiceCard > .p-voiceCard__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-voiceCard__title {
  position: relative;
  font-size: 1.8rem;
}

.p-voiceCard__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  background-image: url('../images/voice_line.png');
  width: 160px;
  height: 2px;
  background-size: 160px 2px;
  background-repeat: no-repeat;
}

.p-voiceCard__text {
  margin-top: 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .p-voiceCard {
    margin-bottom: -20px;
    padding: 40px 40px 80px;
  }

.p-voiceCard__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-topVoice {
    padding: 0 20px;
  }

  .p-voiceCard {
    padding: 0 30px 90px;
    border: none;
  }

  .p-voiceCard__title {
    font-size: 1.7rem;
  }

  .p-voiceCard__text {
    font-size: 1.6rem;
  }
}

.p-topQa {
  position: relative;
  margin-top: 100px;
  padding: 100px 40px;
}

.p-topQa::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 210, 207, 1);
  mix-blend-mode: multiply;
  z-index: 1;
}

.p-topQa__inner {
  position: relative;
  max-width: 1160px;
  padding: 60px 40px 20px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #fff;
  z-index: 2;
}

.p-faq {
  max-width: 860px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.p-faq > *:last-child {
  margin-bottom: 0;
}

.p-faq__row {
  position: relative;
  display: flex;
  align-items: flex-start;
  box-sizing: content-box;
  min-height: 30px;
  padding-left: 50px;
}

.p-faq__row.-question {
  margin-bottom: 15px;
  font-weight: bold;
}

.p-faq__questionText {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #DE716E;
}

.p-faq__row.-answer {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.p-faq__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: normal;
  line-height: 28px;
  font-size: 1.8rem;
  text-align: center;
}

.p-faq__icon.-question {
  background-color: #DE716E;
  color: #fff;
}

.p-faq__icon.-answer {
  background: #fff;
  color: #DE716E;
}

.p-faq__answerBody > *:last-child {
  margin-bottom: 0;
}

.p-faq__answerText {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-topQa {
    padding: 35px 20px;
  }

  .p-topQa__inner {
    padding: 40px 25px 0;
  }
  
  .p-faq__row {
    padding-left: 40px;
  }
  .p-faq__answerBody {
    padding-top: 3px;
  }

  .p-faq__answerText {
    font-size: 1.6rem;
  }
  
}

.p-topOrder {
  margin-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-topOrder__inner {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.p-order {
  margin-top: 40px;
  padding: 0 40px 60px;
  border: 3px solid #EBBCB7;
}

.p-order__item {
  margin-top: 60px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.p-order__title {
  font-size: 2rem;
  line-height: 1.3;
  color: #DE716E;
  text-align: center;
}

.p-order__text {
  margin-top: 20px;
  line-height: 1.75;
}

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

.p-order__imgWrapper {
  max-width: 400px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.p-orderTable {
  max-width: 180px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.75;
}

.p-orderTable.-postage {
  margin-top: 30px;
  max-width: 280px;
}

.p-orderTable th {
  text-align: left;
}

.p-orderTable td {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-topOrder {
    padding: 0 20px;
  }

  .p-order {
    padding: 0 30px;
    border: none;
  }
}
@media screen and (max-width: 479px) {
  .p-order__imgWrapper {
    max-width: 250px;
  }
}
.p-footer {
  margin-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-footer__imgWrapper {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.p-footer__address {
  margin-top: 30px;
  text-align: center;
  color: #DE716E;
  line-height: 1.75;
}

.p-footer__copyright {
  display: block;
  width: 100%;
  margin-top: 60px;
  padding: 20px 20px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #DE716E;
  line-height: 1.3;
}

.p-footer__produce {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
  text-align: center;
  color: #DE716E;
  line-height: 1.3;
}

.p-footer__produceLink {
  color: #DE716E;
  text-decoration: underline;
  transition: .25s;
}

.p-footer__produceLink:hover {
  opacity: .65;
}

@media screen and (max-width: 767px) {
  .p-footer {
    margin-top: 100px;
    padding-right: 0;
    padding-left: 0;
  }
}

.u-sp {
  display: none;
}

.u-textRed {
  color: #E14141;
}

.u-bold {
  font-weight: bold;
}

.u-textGroup {
  color: #EC8540;
}

.u-textLink {
  text-decoration: underline;
  transition: .25s;
}

.u-textLink:hover {
  opacity: .65;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  
  .u-sp {
    display: block;
  }
}