.button .bg_green {
  background-color: #138E3D;;
}
.button .bg_green:hover {
  background-color:#74b48a;
}
#order_pillow .button {
  width: 77vw;
}
#order_pillow .button .button_text {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  #order_pillow .button {
    width: 340px;
  }
  #order_pillow .button .button_text {
    font-size: 16px;
    line-height: 1.5;
  }
}

ul.pillow_tab {
  width: 85vw;
  margin: 0 auto;
  list-style: none;
  display: flex;
  margin-top: 43px;
}
.pillow_tab li.is-active, .pillow_tab a {
  width: 50%;
  background-color: white;
  color: #AAAAAA;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #e63037;
  padding: 15px 0 7px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
}
.pillow_tab a {
  color: #AAAAAA;
}
.pillow_tab li.is-active {
  background-color: #e63037;
  color: white;
}
.pillow_tab__sp {
  padding: 26px 0 !important;
}

#order_pillow {
  display: none;
}
#order_pillow.is-active {
  display: block;
}
#functionality_pillow {
  display: none;
}
#functionality_pillow.is-active {
  display: block;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  ul.pillow_tab {
    width: 1000px;
  }
  .pillow_tab li.is-active, .pillow_tab a {
    font-size: 24px;
    padding: 27px 0 23px;
  }
}

/* オーダー枕トップ */
.order_pillow_title {
  font-size: 24px;
  font-weight: bold;
  color: #e63037;
  padding: 30px 0;
  width: 85vw;
  margin: 0 auto;
}
.order_pillow_image {
  width: 85vw;
  height: 125vw;
  margin: 0 auto;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  background-image: url("/wp-content/themes/futonten/images/logo2.png");
  background-repeat: no-repeat;
  background-position: bottom 15% left 15%;
  background-size: 35%;
}
.order_pillow_image_radius {
  width: 100%;
  border-radius: 20px;
  box-shadow: 15px 15px 0px 0 #EEEEEE;
}
.order_pillow_image_ribbon_left {
  position: absolute;
  bottom: 2vw;
  left: -7px;
}
.order_pillow_image_ribbon_right {
  position: absolute;
  bottom: 2vw;
  right: -7px;
}
.order_pillow_text {
  width: 100%;
  padding: 0 5vw;
  margin: 20px auto;
}
.order_pillow_text_title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #e63037;
  line-height: 1.58;
}
.order_pillow_text_heading {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.78;
}
.order_pillow_text_heading span {
  color: #e63037;
}
.order_pillow_text_heading span strong {
  font-size: 24px;
}
.order_pillow_text_detail {
  font-size: 14px;
  line-height: 1.86;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_text_title {
    font-size: 32px;
    line-height: 1.66;
  }
  .order_pillow_text_heading {
    font-size: 22px;
    line-height: 1.81;
  }
  .order_pillow_text_heading span strong {
    font-size: 30px;
  }
  .order_pillow_text_detail {
    font-size: 16px;
    line-height: 2;
  }
  .order_pillow_title {
    font-size: 40px;
    padding: 60px 0 30px;
    width: 1000px;
    margin: 0 auto;
  }
  .order_pillow_description {
    display: flex;
    width: 80%;
    margin: auto;
  }
  .order_pillow_image {
    width: 45%;
    height: 50vw;
  }
  .order_pillow_text {
    width: 55%;
    padding: 0 5vw 0 10vw;
    margin: auto;
  }
}

/* オーダー枕トラブル */
.order_pillow_trouble {
  display: flex;
  margin-top: 50px;
  position: relative;
  padding: 50px 0;
  flex-direction: column;
}
.order_pillow_trouble_bg {
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #F5F5F5;
  z-index: 0;
}
.order_pillow_trouble_left {
  width: 100%;
  z-index: 1;
  padding: 50px 5vw 50px 10vw;
}
.order_pillow_trouble_title {
  font-size: 20px;
  line-height: 1.7;
}
.order_pillow_trouble_title strong {
  font-size: 24px;
  color: #e63037;
  line-height: 1.42;
}
.order_pillow_trouble_title strong .marker {
  background-size: 1px 14px;
  background-repeat: repeat-x;
  background-position: bottom 2px left 0;
  -webkit-background-image: linear-gradient(#fff,#fff);
  -moz-background-image: linear-gradient(#fff,#fff);
  -o-background-image: linear-gradient(#fff,#fff);
  -ms-background-image: linear-gradient(#fff,#fff);
  background-image: linear-gradient(#fff,#fff);
}
.order_pillow_trouble_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1vw;
  row-gap: 1vw;
  margin-top: 50px;
}
.order_pillow_trouble_item {
  width: 40vw;
  height: 40vw;
  background-color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.order_pillow_trouble_item_text {
  font-size: 14px;
  margin-top: 17px;
  line-height: 1.5;
}
.order_pillow_trouble_right {
  position: relative;
  padding-top: 50px;
  width: 100%;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}
.order_pillow_trouble_right img {
  width: 90%;
  margin-left: auto;
  display: block;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_trouble {
    flex-direction: row;
  }
  .order_pillow_trouble_left {
    width: 50%;
  }
  .order_pillow_trouble_item {
    width: 10vw;
    height: 10vw;
  }
  .order_pillow_trouble_item_text {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.5;
  }
  .order_pillow_trouble_right {
    width: 50%;
  }
  .order_pillow_trouble_right img {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .order_pillow_trouble_title {
    font-size: 28px;
    line-height: 1.71;
  }
  .order_pillow_trouble_title strong {
    font-size: 40px;
    line-height: 1.2;
  }
  .order_pillow_trouble_title strong .marker {
    background-size: 1px 14px;
    background-repeat: repeat-x;
    background-position: bottom 6px left 0;
    -webkit-background-image: linear-gradient(#fff,#fff);
    -moz-background-image: linear-gradient(#fff,#fff);
    -o-background-image: linear-gradient(#fff,#fff);
    -ms-background-image: linear-gradient(#fff,#fff);
    background-image: linear-gradient(#fff,#fff);
  }
}

/* オーダー枕目次 */
.order_pillow_index {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  background-image: url("/wp-content/themes/futonten/images/pillow/order_pillow/logo.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 30%;
}
.order_pillow_index_left {
  width: 50%;
}
.order_pillow_index_heading {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #e63037;
  padding: 40px 30px 40px 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  align-items: center;
}
.order_pillow_index_heading_jp {
  font-size: 28px;
  color: white;
  padding-right: 15px;
}
.order_pillow_index_heading_en {
  font-size: 14px;
  color: white;
}
.order_pillow_index_list {
  width: 100%;
  padding: 0 30px;
  margin-top: 50px;
}
.order_pillow_index_list_item {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.order_pillow_index_list_item a {
  text-decoration: none;
  color: black;
}
.order_pillow_index_list_item_element {
  margin-left: 40px;
  color: #717171;
  font-size: 16px;
  line-height: 1.5;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_index {
    flex-direction: row;
  }
  .order_pillow_index_left {
    width: 30%;
  }
  .order_pillow_index_list {
    width: 30%;
    padding: 0 30px;
    margin: 0;
  }
  .order_pillow_index_list_item {
    font-size: 16px;
    line-height: 1.86;
  }
  .order_pillow_index_list_item_element {
    font-size: 16px;
    line-height: 1.88;
  }
}

/* オーダー枕おすすめ */
.order_pillow_recommendation {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 10vw;
  overflow: hidden;
}
.order_pillow_recommendation_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 95%;
  background-color: #fdf3ed;
  z-index: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.order_pillow_recommendation_text_area {
  z-index: 1;
  position: relative;
}
.order_pillow_recommendation_title_en {
  color: #e63037;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
}
.order_pillow_recommendation_title_en_line {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.order_pillow_recommendation_title {
  color: #e63037;
  font-size: 28px;
  font-weight: bold;
}
.order_pillow_recommendation_text_area .title_pop {
  width: 51vw;
}
.order_pillow_recommendation_text_area .title_pop::after {
  content: url('/wp-content/themes/futonten/images/pillow_time.svg');
  width: 97px;
  height: 97px;
  position: absolute;
  bottom: 10vw;
  right: 5vw;
}
.order_pillow_recommendation_productname {
  margin-bottom: 15px;
}
.order_pillow_recommendation_productname span {
  font-size: 22px;
  background-size: 1px 8px;
  background-repeat: repeat-x;
  background-position: bottom 2px left 0;
  -webkit-background-image: linear-gradient(#fff,#fff);
  -moz-background-image: linear-gradient(#fff,#fff);
  -o-background-image: linear-gradient(#fff,#fff);
  -ms-background-image: linear-gradient(#fff,#fff);
  background-image: linear-gradient(#fff,#fff);
}
.order_pillow_recommendation_price {
  display: flex;
  align-items: baseline;
}
.order_pillow_recommendation_price_num {
  font-size: 20px;
  background-size: 1px 8px;
  background-repeat: repeat-x;
  background-position: bottom 5px left 0;
  -webkit-background-image: linear-gradient(#fff,#fff);
  -moz-background-image: linear-gradient(#fff,#fff);
  -o-background-image: linear-gradient(#fff,#fff);
  -ms-background-image: linear-gradient(#fff,#fff);
  background-image: linear-gradient(#fff,#fff);
}
.order_pillow_recommendation_price_unit {
  padding-left: 10px;
  font-size: 16px;
  background-size: 1px 8px;
  background-repeat: repeat-x;
  background-position: bottom 1.8px left 0;
  -webkit-background-image: linear-gradient(#fff,#fff);
  -moz-background-image: linear-gradient(#fff,#fff);
  -o-background-image: linear-gradient(#fff,#fff);
  -ms-background-image: linear-gradient(#fff,#fff);
  background-image: linear-gradient(#fff,#fff);
}
.order_pillow_recommendation_bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.order_pillow_recommendation_bottom_left {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order_pillow_recommendation_image {
  width: 100%;
  z-index: 3;
  margin-top: 15px;
}
.order_pillow_recommendation_image img {
  width: 100%;
  display: block;
  border-radius: 21px;
}
.order_pillow_recommendation_point {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 10vw;
}
.order_pillow_recommendation_point_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.order_pillow_recommendation_point_top {
  z-index: 1;
}
.order_pillow_recommendation_point_top .poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.order_pillow_recommendation_point_image img {
  display: block;
  margin: auto;
}
.order_pillow_recommendation_point_text {
  color: #e63037;
  font-size: 24px;
  font-weight: bold;
}
.order_pillow_recommendation_point_text strong {
  font-family: 'Overpass';
  font-size: 26px;
  font-weight: bold;
}
.order_pillow_recommendation_point_list {
  z-index: 1;
  padding: 1vw 1vw;
}
.order_pillow_recommendation_point_item {
  border-bottom: dotted 1px #AAAAAA;
  padding: 10px 0;
  font-weight: bold;
  display: flex;
}
.order_pillow_recommendation_point_item_check {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEAEA;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
}
.order_pillow_recommendation_point_item_text {
  display: table;
  margin-left: 11px;
}
.order_pillow_recommendation_point_item_text div {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.order_pillow_recommendation_point_item_text div span {
  color: #e63037;
}
.order_pillow_recommendation_point .button {
  margin-top: 20px;
  width: 80vw;
  margin-left: -10vw;
}
.order_pillow_recommendation_point .button-text {
  font-size: 16px;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_recommendation_bottom {
    flex-direction: row;
  }
  .order_pillow_recommendation_bottom_left {
    width: 50%;
  }
  .order_pillow_recommendation_point {
    margin-top: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 8vw !important;
  }
  .order_pillow_recommendation_point_text {
    width: 24vw;
  }
  .order_pillow_recommendation_point_bg {
    position: absolute;
    width: 65vw;
    height: 65vw;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .order_pillow_recommendation_title {
    font-size: 40px;
    margin-bottom: 29px;
  }
  .order_pillow_recommendation_text_area .title_pop::after {
    content: url('/wp-content/themes/futonten/images/pillow_time.svg');
    width: 142px;
    height: 142px;
    position: absolute;
    bottom: 0;
    left: 40vw;
  }
  .order_pillow_recommendation_productname span {
    font-size: 28px;
  }
  .order_pillow_recommendation_price_num {
    font-size: 24px;
  }
  .order_pillow_recommendation_point .button-text {
    font-size: 18px;
  }
  .order_pillow_recommendation_point_list {
    z-index: 1;
    padding: 1vw 0;
    width: 30vw;
  }
  .order_pillow_recommendation_point_item_text {
    margin-left: 6px;
  }
  .order_pillow_recommendation_point .button {
    margin-top: 20px;
    width: 340px;
    margin-left: auto;
  }
  #order_pillow .order_pillow_recommendation .button {
    margin-left: -11vw;
  }
  #order_pillow .three_column_button {
    width: 340px;
  }
  .order_pillow_recommendation_point_item_text div {
    font-size: 16px;
  }
}
@media screen and (min-width: 821px) {
  .order_pillow_recommendation_point_list {
    width: 35vw;
  }
  #order_pillow .order_pillow_recommendation .button {
    margin-left: -7vw;
  }
}
@media screen and (min-width: 910px) {
  .order_pillow_recommendation_point_bg {
    width: 55vw;
    height: 55vw;
  }
}
@media screen and (min-width: 953px) {
  .order_pillow_recommendation_point_text {
    width: auto;
  }
  .order_pillow_recommendation_point_list {
    width: 33vw;
  }
}
@media screen and (min-width: 1040px) {
  .order_pillow_recommendation_point_bg {
    width: 50vw;
    height: 50vw;
  }
  .order_pillow_recommendation_point_list {
    width: 31vw;
  }
  #order_pillow .order_pillow_recommendation .button {
    margin-left: -4vw;
  }
}
@media screen and (min-width: 1088px) {
  .order_pillow_recommendation_point_bg {
    width: 45vw;
    height: 45vw;
  }
  .order_pillow_recommendation_point_list {
    width: 29vw;
  }
}
@media screen and (min-width: 1210px) {
  .order_pillow_recommendation_point_bg {
    width: 40vw;
    height: 40vw;
  }
  .order_pillow_recommendation_point_list {
    width: 26vw;
  }
  #order_pillow .order_pillow_recommendation .button {
    margin-left: auto;
  }
}
@media screen and (min-width: 1466px) {
  .order_pillow_recommendation_point {
    padding-right: 9vw !important;
  }
  .order_pillow_recommendation_point_list {
    width: auto;
  }
  .order_pillow_recommendation_point_bg {
    width: 35vw;
    height: 35vw;
  }
}

/* オーダー枕理由 */
.order_pillow_reason {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 10vw;
}
.order_pillow_reason_image {
  position: relative;
  left: -10vw;
  width: 92vw;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.order_pillow_reason_image img {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.order_pillow_reason_description {
  display: flex;
  flex-direction: column;
}
.order_pillow_reason_description_item {
  width: 100%;
  padding: 10px 0;
}
.order_pillow_reason_description_item_heading {
  display: flex;
}
.order_pillow_reason_description_item_reason {
  width: 55px;
  height: 55px;
  text-align: center;
  margin: auto;
  background-color: #e63037;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.order_pillow_reason_description_item_reason span {
  font-size: 9px;
}
.order_pillow_reason_description_item_reason p {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.order_pillow_reason_description_item_title {
  width: calc(100% - 80px);
  padding-left: 10px;
  margin: auto 0;
  color: #e63037;
  font-size: 22px;
}
.order_pillow_reason_description_item_line {
  margin: 16px 0 5px;
}
.order_pillow_reason_description_item_line img {
  display: block;
  width: 100%;
}
.order_pillow_reason_description_item__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
}
.order_pillow_reason_description_item .button {
  margin-left: 0;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_reason_image {
    width: 86vw;
  }
  .order_pillow_reason_description {
    display: flex;
    flex-direction: row;
  }
  .order_pillow_reason_description_item {
    width: 50%;
    padding: 22px 50px 10px;
  }
  .order_pillow_reason_description_item_reason {
    width: 72px;
    height: 72px;
  }
  .order_pillow_reason_description_item_reason span {
    font-size: 12px;
  }
  .order_pillow_reason_description_item_reason p {
    font-size: 32px;
  }
  .order_pillow_reason_description_item_title {
    font-size: 24px;
  }
  .order_pillow_reason .button-text {
    font-size: 18px;
  }
  .order_pillow_reason_description_item__text {
    font-size: 16px;
    line-height: 1.86;
  }
}

/* オーダー枕アフターケア */
.order_pillow_after_care {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 10vw;
}
.order_pillow_after_care_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 95%;
  background-color: #fdf3ed;
  z-index: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.order_pillow_after_care_list {
  display: flex;
  flex-direction: column;
  z-index: 1;
  margin-top: 20px;
  column-gap: 20px;
}
.order_pillow_after_care_list_item {
  width: 100%;
  border-radius: 20px;
  background-color: white;
  height: auto;
  margin-top: 20px;
}
.order_pillow_after_care_list_item_image img {
  width: 100%;
  border-radius: 10px;
}
.order_pillow_after_care_list_item_description {
  padding: 20px;
}
.order_pillow_after_care_list_item_title {
  color: #e63037;
  font-size: 18px;
  line-height: 1.44;
}
.order_pillow_after_care_list_item_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.86;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_after_care_list {
    flex-direction: row;
  }
  .order_pillow_after_care_list_item {
    width: 33.3%;
    margin-top: 0;
    height: 600px;
  }
  .order_pillow_after_care_list_item:nth-child(2n) {
    margin-top: 50px;
  }
  .order_pillow_after_care_list_item_title {
    font-size: 20px;
    line-height: 1.6;
  }
  .order_pillow_after_care_list_item_text {
    font-size: 16px;
    line-height: 1.88;
  }
}

/* オーダー枕できあがりまで */
.order_pillow_flow {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 10vw;
}
.order_pillow_flow_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35%;
  background-color: #F5F5F5;
  z-index: 0;
}
.order_pillow_flow_list {
  z-index: 1;
  width: 90%;
  margin: auto;
}
.order_pillow_flow_list_item {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
  border-bottom: 3px solid #d8d8d8;
  padding: 20px 0;
}
.order_pillow_flow_list_item:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}
.order_pillow_flow_list_item:after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.order_pillow_flow_list_item:last-child::before,
.order_pillow_flow_list_item:last-child::after {
  display: none;
}
.order_pillow_flow_list_item:last-child {
  border-bottom: none;
}
.order_pillow_flow_list_item_text_area {
  width: 100%;
  display: flex;
  position: relative;
}
.order_pillow_flow_list_item_step {
  text-align: center;
  margin: auto;
  width: 55px;
  height: 55px;
  background-color: #e63037;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.order_pillow_flow_list_item_step span {
  font-size: 10px;
}
.order_pillow_flow_list_item_step p {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.order_pillow_flow_list_item_description {
  width: calc(100% - 80px);
  padding-left: 10px;
  margin: auto;
}
.order_pillow_flow_list_item_description_title {
  color: #e63037;
  font-size: 22px;
  line-height: 1.45;
}
.order_pillow_flow_list_item_description_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.86;
}
.order_pillow_flow_list_item_image {
  width: 100%;
  border-radius: 20px;
  padding-top: 20px;
}
.order_pillow_flow_list_item_image img {
  width: 100%;
  border-radius: 20px;
}
.order_pillow_flow .button {
  margin-top: 50px;
}
.order_pillow_flow .button-text {
  font-size: 16px;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_flow_top_creation_time {
    width: 150px;
  }
  .order_pillow_flow_list {
    width: 80%;
  }
  .order_pillow_flow_list_item {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    border-bottom: none;
    padding: 0;
  }
  .order_pillow_flow_list_item:before {
    display: none;
  }
  .order_pillow_flow_list_item:after {
    display: none;
  }
  .order_pillow_flow_list_item_text_area {
    width: 60%;
    display: flex;
    position: relative;
    border-bottom: 3px solid #d8d8d8;
  }
  .order_pillow_flow_list_item_image {
    width: 40%;
    border-radius: 20px;
  }
  .order_pillow_flow_list_item_text_area {
    width: 40vw;
    display: flex;
    position: relative;
    border-bottom: 3px solid #d8d8d8;
    margin-right: 20px;
  }
  .order_pillow_flow_list_item_text_area:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #d8d8d8 transparent transparent transparent;
  }
  .order_pillow_flow_list_item_text_area:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }
  .order_pillow_flow_list_item:last-child .order_pillow_flow_list_item_text_area::before,
  .order_pillow_flow_list_item:last-child .order_pillow_flow_list_item_text_area::after  {
    display: none;
  }
  .order_pillow_flow_list_item:last-child .order_pillow_flow_list_item_text_area {
    border-bottom: none;
  }
  .order_pillow_flow_list_item_step span {
    font-size: 14px;
  }
  .order_pillow_flow_list_item_step p {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
  }
  .order_pillow_flow_list_item_step {
    width: 72px;
    height: 72px;
  }
  .order_pillow_flow .button-text {
    font-size: 18px;
  }
  .order_pillow_flow_list_item_description_text {
    font-size: 16px;
    line-height: 1.86;
  }
  .order_pillow_flow_list_item_description_title {
    font-size: 24px;
    line-height: 1.33;
  }
}

/* オーダー枕ラインナップ */
.order_pillow_line_up {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 10vw;
}
.order_pillow_line_up_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #fdf3ed;
  z-index: 0;
}
.order_pillow_line_up_list {
  z-index: 1;
}
.order_pillow_line_up_list_item {
  background-color: white;
  border-radius: 20px;
  padding: 26px 3vw;
  margin-bottom: 50px;
}
.order_pillow_line_up_list_item_top {
  display: flex;
  flex-direction: column;
}
.order_pillow_line_up_list_item_top_left {
  width: 100%;
}
.order_pillow_line_up_list_item_top_left_productname {
  display: flex;
  position: relative;
}
.order_pillow_line_up_list_item_productname_area_readzone {
  width: 5px;
  height: 100%;
  background-color: #e63037;
  left: -3vw;
  position: absolute;
}
.order_pillow_line_up_list_item_productname_area {
  color: #e63037;
}
.order_pillow_line_up_list_item_productname {
  font-size: 24px;
  font-weight: bold;
  color: #E63037;
}
.order_pillow_line_up_list_item_productsize {
  font-size: 14px;
  color: #E63037;
}
.order_pillow_line_up_list_item_product_image img {
  display: block;
  margin: auto;
}
.order_pillow_line_up_list_item_top_right {
  width: 100%;
}
.order_pillow_line_up_list_item_product_heading {
  font-size: 18px;
  line-height: 1.78;
}
.order_pillow_line_up_list_item_product_description {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
}
.order_pillow_line_up_list_item_product_description_image {
  width: 40%;
  margin: auto;
  min-width: 157px;
}
.order_pillow_line_up_list_item_product_description_image img {
  display: block;
  margin: auto;
}
.order_pillow_line_up_list_item_product_description_text {
  padding: 10px;
  font-size: 14px;
  line-height: 1.86;
}
.order_pillow_line_up_list_item_product_description_figure {
  width: 100%;
  margin: 10px auto 0;
  padding: 10px;
}
.order_pillow_line_up_list_item_product_description_figure img {
  width: 100%;
}
.order_pillow_line_up_list_item_description {
  display: flex;
  flex-direction: column;
  column-gap: 2vw;
  margin-top: 50px;
}
.order_pillow_line_up_list_item_description_item {
  width: 100%;
}
.order_pillow_line_up_list_item_description_heading {
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.order_pillow_line_up_list_item_description_heading::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 15px 15px 0 15px;
  border-style: solid;
  transform: translateX(-50%);
}
.order_pillow_line_up_list_item_description_heading.standard {
  background-color: #E8E8E8;
}
.order_pillow_line_up_list_item_description_heading.standard::after {
  border-color: #E8E8E8 transparent transparent transparent;
}
.order_pillow_line_up_list_item_description_heading.premium {
  background-color: #FFE4E1;
}
.order_pillow_line_up_list_item_description_heading.premium::after {
  border-color: #FFE4E1 transparent transparent transparent;
}
.order_pillow_line_up_list_item_description_heading_top {
  font-size: 12px;
  line-height: 2.67;
  color: #505050;
}
.order_pillow_line_up_list_item_description_heading_top.premium {
  color: #e63037;
}
.order_pillow_line_up_list_item_description_heading_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order_pillow_line_up_list_item_description_heading_bottom_product_type {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #505050;
}
.order_pillow_line_up_list_item_description_heading_bottom_product_type.premium {
  color: #e63037;
}
.order_pillow_line_up_list_item_description_heading_bottom_feeling {
  margin-left: 1vw;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.order_pillow_line_up_list_item_description_heading_bottom_feeling_text {
  font-size: 12px;
  line-height: 2.67;
  margin-right: 12px;
}
.star4_rating {
  position: relative;
  z-index: 3;
  display: inline-block;
  white-space: nowrap;
  color: white;
}
.star4_rating:before, .star4_rating:after {
  content: '\2605\2605\2605\2605\2605';
  -webkit-text-stroke: 1px #DDDDDD;
  font-size: 15px;
  line-height: 2.13;
}
.star4_rating:after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #e63037;
  -webkit-text-stroke: 1px #e63037;
}
.star4_rating[data-rate="5"]:after {
  width: 100%;
}
.star4_rating[data-rate="4"]:after {
  width: 80%;
}
.star4_rating[data-rate="3"]:after {
  width: 60%;
}
.star4_rating[data-rate="2"]:after {
  width: 40%;
}
.star4_rating[data-rate="1"]:after {
  width: 20%;
}
.order_pillow_line_up_list_item_description_material {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  line-height: 2;
}
.order_pillow_line_up_list_item_description_material_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: center;
}
.perfect_order .order_pillow_line_up_list_item_description_material_list {
  flex-wrap: wrap;
  width: auto;
  margin: 15px auto 0;
}
.perfect_order .premium .order_pillow_line_up_list_item_description_material_list {
  width: 70vw
}
.order_pillow_line_up_list_item_description_material_item {
  width: auto;
}
.order_pillow_line_up_list_item_description_material_item.standard.pillow_stand {
  width: 19vw;
}
.perfect_order .order_pillow_line_up_list_item_description_material_item {
  width: 19vw;
}
.perfect_order .premium .order_pillow_line_up_list_item_description_material_item {
  width: 50%;
}
.order_pillow_line_up_list_item_description_material_item_image {
  margin: auto;
}
.premium .order_pillow_line_up_list_item_description_material_item_image {
  display: flex;
  justify-content: center;
  width: 50%;
}
.order_pillow_line_up_list_item_description_material_item_image img {
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.premium .order_pillow_line_up_list_item_description_material_item .topunit {
  width: 96px;
}
.premium .order_pillow_line_up_list_item_description_material_item .topunit img {
  width: 96px;
  height: auto;
  border-radius: 0;
}
.premium .order_pillow_line_up_list_item_description_material_item_image img {
  margin: 0;
}
.order_pillow_line_up_list_item_description_material_item_name {
  text-align: center;
  font-size: 13px;
  height: 47px;
  margin-top: 6px;
  line-height: 1.23;
}
.order_pillow_line_up_list_item_description_item hr {
  height: 1px;
  background-color: #d8d8d8;
}
.order_pillow_line_up_list_item_description_bottom {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  margin-bottom: 106px;
}
.order_pillow_line_up_list_item_description_bottom_left {
  display: flex;
  justify-content: center;
  width: 100%;
}
.order_pillow_line_up_list_item_description_selectable_height {
  width: 60%;
  padding: 5px;
  border-radius: 10px;
}
.order_pillow_line_up_list_item_description_adjustment_period {
  width: 30%;
  padding: 0 5px;
  border-radius: 10px;
  margin-top: 5px;
}
.order_pillow_line_up_list_item_description_selectable_height img {
  width: 100%;
}
.order_pillow_line_up_list_item_description_adjustment_period img {
  width: 100%;
}
.order_pillow_line_up_list_item_description_adjustment_period_top {
  height: 35%;
  background-color: #e63037;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.order_pillow_line_up_list_item_description_adjustment_period_bottom {
  height: 65%;
  background-color: white;
  color: #e63037;
  border: 2px solid #e63037;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_pillow_line_up_list_item_description_price {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: 6px;
}
.order_pillow_line_up_list_item_description_price_num {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.22;
}
.order_pillow_line_up_list_item_description_price_unit {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-left: 5px;
}
.order_pillow_line_up .button-text {
  font-size: 16px;
}

/* オーダー枕ギフトカード */
.order_pillow_line_up_gift_card_area {
  width: 100%;
  z-index: 1;
  background-color: #FFFFEE;
  border-radius: 20px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}
.order_pillow_line_up_gift_card_area_rebbon_start {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}
.order_pillow_line_up_gift_card_area_rebbon_start img {
  display: block;
  width: 100%;
}
.order_pillow_line_up_gift_card_area_rebbon_end {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
}
.order_pillow_line_up_gift_card_area_rebbon_end img {
  display: block;
  width: 100%;
}
.order_pillow_line_up_gift_card_title {
  margin: auto;
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  color: #e63037;
}
.order_pillow_line_up_gift_card_title_companyname {
  font-size: 20px;
}
.order_pillow_line_up_gift_card_title_text {
  font-size: 28px;
}
.order_pillow_line_up_gift_card_main_area {
  display: flex;
  flex-direction: column;
  padding: 50px;
}
.order_pillow_line_up_gift_card_image_area {
  width: 100%;
}
.order_pillow_line_up_gift_card_image_area img {
  display: block;
  margin: auto;
}
.order_pillow_line_up_gift_card_text_area {
  width: 100%;
}
.order_pillow_line_up_gift_card_text_area div {
  border-bottom: dotted;
  padding: 5px 0;
  font-size: 14px;
}
/*============================*/
.flow_side {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .order_pillow_line_up_gift_card_main_area {
    display: flex;
    flex-direction: column;
    padding: 50px 17px;
  }
}
/*==============================*/
/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_line_up_list_item {
    padding-top: 66px;
  }
  .order_pillow_line_up_list_item_top {
    flex-direction: row;
  }
  .order_pillow_line_up_list_item_top_left {
    width: 40%;
  }
  .order_pillow_line_up_list_item_top_right {
    width: 60%;
  }
  .order_pillow_line_up_list_item_product_description {
    flex-direction: row;
  }
  .order_pillow_line_up_list_item_product_description_text {
    font-size: 16px;
    line-height: 1.86;
  }
  .order_pillow_line_up_list_item_description {
    flex-direction: row;
    column-gap: 2vw;
    margin-top: 50px;
  }
  .order_pillow_line_up_list_item_description_item {
    width: 50%;
  }
  .order_pillow_line_up_list_item_product_description_image {
    min-width: 197px;
  }
  .order_pillow_line_up_gift_card_title {
    flex-direction: row;
  }
  .order_pillow_line_up_gift_card_main_area {
    flex-direction: row;
  }
  .order_pillow_line_up_gift_card_image_area {
    width: 40%;
  }
  .order_pillow_line_up_gift_card_text_area {
    width: 60%;
  }
  .order_pillow_line_up_list_item_description_heading_bottom {
    display: flex;
    flex-direction: row;
  }
  .order_pillow_line_up_list_item_productname {
    font-size: 34px;
  }
  .order_pillow_line_up_list_item_product_heading {
    font-size: 22px;
    line-height: 1.81;
  }
  .order_pillow_line_up_list_item_product_description_figure {
    width: 50%;
  }
  .order_pillow_line_up_list_item_description_heading_top {
    font-size: 14px;
    line-height: 2.29;
  }
  .order_pillow_line_up_list_item_description_heading_bottom_product_type {
    font-size: 24px;
    line-height: 1.33;
  }
  .order_pillow_line_up_gift_card_title_companyname {
    font-size: 26px;
  }
  .order_pillow_line_up_gift_card_title_text {
    font-size: 34px;
  }
  .order_pillow_line_up_gift_card_area_rebbon_start {
    width: 110px;
    height: 110px;
  }
  .order_pillow_line_up_gift_card_area_rebbon_end {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 110px;
  }
  .order_pillow_line_up_gift_card_area {
    width: 80%;
  }
  .order_pillow_line_up_list_item_description_heading_bottom_feeling {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .order_pillow_line_up_list_item_description_heading_bottom_feeling_text {
    margin-right: auto;
    line-height: 1;
  }
  .order_pillow_line_up_list_item_description_bottom {
    flex-direction: row;
  }
  .order_pillow_line_up_list_item_description_bottom_left {
    justify-content: flex-start;
    width: 50%;
  }
  .order_pillow_line_up_list_item_description_price {
    width: 50%;
  }
  .perfect_order .order_pillow_line_up_list_item_description_material_item {
    width: 9vw !important;
  }
  .perfect_order .premium .order_pillow_line_up_list_item_description_material_list {
    width: 20vw
  }
  .order_pillow_line_up_list_item_description_material_item.standard.pillow_stand {
    width: 16%;
  }
  .order_pillow_line_up .button-text {
    font-size: 18px;
  }
}

/* オーダー枕お客様の声 */
.order_pillow_customer_voice {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 10vw;
}
.order_pillow_customer_voice_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 95%;
  z-index: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #F5F5F5;
}
.order_pillow_customer_voice_personal_impression {
  font-size: 14px;
  line-height: 2.14;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 45px;
}
.order_pillow_customer_voice_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 100px;
  z-index: 1;
  margin-top: 50px;
}
.order_pillow_customer_voice_item {
  width: 100%;
  background-color: white;
  border-radius: 20px;
  filter: drop-shadow(0px 2px 3px #0000000f);
}
.order_pillow_customer_voice_item_top {
  width: 80%;
  border-radius: 100vh;
  padding: 20px;
  margin: auto;
  transform: translateY(-50%);
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.order_pillow_customer_voice_item_top_icon {
  margin-right: 10px;
}
.order_pillow_customer_voice_item_top_name {
  font-size: 14px;
  line-height: 1.5;
}
.order_pillow_customer_voice_item_top::after {
  position: absolute;
  bottom: -9px;
  left: 60%;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #094 transparent transparent transparent;
}
.order_pillow_customer_voice_item_top.red {
  background-color: #e63037;
}
.order_pillow_customer_voice_item_top.red::after {
  border-color: #e63037 transparent transparent transparent;
}
.order_pillow_customer_voice_item_top.blue {
  background-color: #289DDE;
}
.order_pillow_customer_voice_item_top.blue::after {
  border-color: #289DDE transparent transparent transparent;
}
.order_pillow_customer_voice_item_top.orange {
  background-color: #FAAD01;
}
.order_pillow_customer_voice_item_top.orange::after {
  border-color: #FAAD01 transparent transparent transparent;
}
.order_pillow_customer_voice_item_top.green {
  background-color: #5DA120;
}
.order_pillow_customer_voice_item_top.green::after {
  border-color: #5DA120 transparent transparent transparent;
}
.order_pillow_customer_voice_item_text {
  padding: 0 40px 20px 40px;
  font-size: 14px;
  line-height: 1.86;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_customer_voice_list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    z-index: 1;
  }
  .order_pillow_customer_voice_item {
    width: calc(50% - 20px);
    background-color: white;
    border-radius: 20px;
  }
  .order_pillow_customer_voice_personal_impression {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .order_pillow_customer_voice_item_top {
    font-size: 16px;
  }
  .order_pillow_customer_voice_item_text {
    padding: 0 40px 20px 40px;
    font-size: 16px;
    line-height: 2;
  }
  .order_pillow_customer_voice_item_top_name {
    font-size: 16px;
    line-height: 1.86;
  }
}

/* オーダー枕よくある質問 */
.order_pillow_question {
  background-color: #fdf3ed;
  padding: 50px;
  background-image: url("/wp-content/themes/futonten/images/pillow/order_pillow/logo.png"),
    url("/wp-content/themes/futonten/images/pillow/order_pillow/logo.png");
  background-position: left 10% top 100%,
    right 10% bottom 100%;
  background-size: 25%;
  margin-top: 50px;
}
.order_pillow_question_text {
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
  padding: 20px 0;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .order_pillow_question_text {
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
  }
}


/* 機能枕・抱きまくらタブ */
.fnc_pillow__title {
  font-size: 24px;
  font-weight: bold;
  color: #e63037;
  padding: 60px 0 30px;
  width: 75vw;
  margin: 0 auto;
}
.fnc_pillow__description {
  width: 90%;
}
.fnc_pillow__image {
  width: 89vw;
  margin-left: -2vw;
}
.fnc_pillow__image img {
  width: 100%;
  border-top-right-radius: 3vw;
  border-bottom-right-radius: 3vw;
  box-shadow: 15px 15px 0px 0 #FFF5EE;
}
.fnc_pillow__text {
  width: 75vw;
  margin: 32px auto 0;
}
.fnc_pillow__text_heading {
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 25px;
}
.fnc_pillow__text_heading span {
  color: #e63037;
}
.fnc_pillow__text_heading span strong {
  font-size: 24px;
}
.fnc_pillow__text_detail {
  font-size: 14px;
  line-height: 1.86;
}

.fnc_pillow__typename_en {
  color: #e63037;
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}
.fnc_pillow__typename_en_line {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.fnc_pillow__product_heading {
  color: #e63037;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 15px;
}
.fnc_pillow__pillow_productname_area {
  display: flex;
  margin: 5px 0;
  align-items: flex-start;
  flex-direction: column;
}
.fnc_pillow__typename {
  color: #e63037;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
}
.fnc_pillow__caution {
  color: black;
  font-size: 14px;
  line-height: 2.43;
  margin-top: 10px;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .fnc_pillow__title {
    font-size: 40px;
    width: 1000px;
  }
  .fnc_pillow__description {
    display: flex;
  }
  .fnc_pillow__image {
    width: 48vw;
    margin-left: -2vw;
  }
  .fnc_pillow__image img {
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 1vw;
  }
  .fnc_pillow__text {
    width: 100%;
    padding: 0 0 0 5vw;
    margin: 23px auto 0;
  }
  .fnc_pillow__text_heading {
    font-size: 22px;
    line-height: 1.82;
  }
  .fnc_pillow__text_heading span strong {
    font-size: 30px;
    line-height: 2;
  }
  .fnc_pillow__text_detail {
    font-size: 16px;
  }

  .fnc_pillow__typename_en {
    font-size: 20px;
    line-height: 2.1;
  }
  .fnc_pillow__typename_en_line {
    margin-left: 17px;
  }
  .fnc_pillow__product_heading {
    font-size: 24px;
    line-height: 1.86;
  }
  .fnc_pillow__pillow_productname_area {
    flex-direction: row;
    align-items: center;
  }
  .fnc_pillow__typename {
    font-size: 40px;
    line-height: 1.6;
  }
  .fnc_pillow__productname_area {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .fnc_pillow__caution {
    margin-left: 50px;
    line-height: 2.43;
  }
}

/* 健康枕 */
.fnc_pillow__health {
  position: relative;
  padding: 50px 10vw;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.fnc_pillow__health_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 95%;
  background-color: #fdf3ed;
  z-index: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.fnc_pillow__health_text_area {
  z-index: 1;
}
.fnc_pillow__health_list {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  margin-top: 30px;
}
.fnc_pillow__health_list_item {
  width: 50%;
}
.fnc_pillow__health_list_item:last-child {
  transform: translate(50%, 0);
}
.fnc_pillow__health_list_item_image {
  width: 90%;
  border-radius: 50%;
  background-color: white;
  margin: auto;
}
.fnc_pillow__health_list_item_image img {
  width: 100%;
}
.fnc_pillow__health_list_item_description {
  text-align: center;
  padding: 15px;
}
.fnc_pillow__health_list_item_description_type {
  font-size: 13px;
  line-height: 2.15;
}
.fnc_pillow__health_list_item_description_productname {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  /* 健康枕 */
  .fnc_pillow__health_list {
    flex-wrap: nowrap;
  }
  .fnc_pillow__health_list_item {
    width: 20%;
  }
  .fnc_pillow__health_list_item:nth-child(2n) {
    margin-top: 50px;
  }.fnc_pillow__health_list_item:last-child {
    transform: none;
  }
  .fnc_pillow__health_list_item_description_type {
    font-size: 16px;
    line-height: 2.13;
  }
  .fnc_pillow__health_list_item_description_productname {
    font-size: 24px;
    line-height: 1.67;
  }
}

/* AiRシリーズ */
.fnc_pillow__AiR {
  margin-top: 50px;
  position: relative;
  padding: 50px 13px 50px 30px;
  display: flex;
  flex-direction: column;
}
.fnc_pillow__AiR_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 95%;
  background-color: #F5F5F5;
  z-index: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.fnc_pillow__AiR_text_area {
  z-index: 1;
}
.fnc_pillow__AiR_list {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 17px;
}
.fnc_pillow__AiR_list_item {
  width: 100%;
  margin-top: 36px;
}
.fnc_pillow__AiR_list_item_productname {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
}
.fnc_pillow__AiR_productname_redzone {
  background-color: #e63037;
  width: 10px;
}
.fnc_pillow__AiR_productname {
  margin-left: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 0.77;
  color: #e63037;
  padding: 5px 0;
}
.fnc_pillow__AiR_productname_jp {
  margin: auto 0 auto 10px;
  font-size: 14px;
  line-height: 1.14;
}
.fnc_pillow__AiR_list_item_image {
  display: flex;
  column-gap: 10px;
  padding-right: 2vw;
  margin-top: 10px;
}
.fnc_pillow__AiR_list_item_image_element {
  width: 100%;
}
.fnc_pillow__AiR_list_item_image_element img {
  width: 100%;
}
.fnc_pillow__AiR_button {
  width: 84vw;
  margin-right: 20px;
}
.fnc_pillow__AiR_button .button_text {
  font-size: 16px;
  line-height: 1.38;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  /* AiRシリーズ */
  .fnc_pillow__AiR {
    margin-top: 50px;
    position: relative;
    padding: 50px 82px 50px 178px;
    display: flex;
    flex-direction: column;
  }
  .fnc_pillow__AiR_list {
    margin-right: 101px;
  }
  .fnc_pillow__AiR_list_item {
    width: 50%;
    margin-top: 50px;
  }
  .fnc_pillow__AiR_productname {
    font-size: 28px;
    line-height: 0.96;
  }
  .fnc_pillow__AiR_productname_jp {
    font-size: 16px;
    line-height: 1.63;
  }
  .fnc_pillow__AiR_button {
    width: 370px;
    margin-right: auto;
  }
  .fnc_pillow__AiR_button .button_text {
    font-size: 16px;
    line-height: 1.31;
  }
}

/* オリジナル枕 */
.fnc_pillow__original {
  position: relative;
  padding: 50px 10vw;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.fnc_pillow__original_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 95%;
  background-color: #fdf3ed;
  z-index: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.fnc_pillow__original_text_area {
  z-index: 1;
}
.fnc_pillow__original_list {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.fnc_pillow__original_list_item {
  width: 50%;
  padding: 0 10px;
  margin-top: 20px;
}
.fnc_pillow__original_list_item_image {
  width: 100%;
  background-color: white;
  border-radius: 50%;
  height: 160px;
  position: relative;
}
.fnc_pillow__original_list_item_image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fnc_pillow__original_list_item_description {
  text-align: center;
  margin-top: 20px;
}
.fnc_pillow__original_list_item_description div {
  font-size: 13px;
  line-height: 2.15;
}
.fnc_pillow__original_list_item_productname {
  color: #e63037;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 1px;
}
.fnc_pillow__original_button {
  width: 250px;
  max-width: 100%;
  margin-top: 10px;
}
.fnc_pillow__original_button .none_icon {
  height: 1vw;
}
.fnc_pillow__original_button .button_text {
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: -1vw;
}
.fnc_pillow__original_button .button_text p {
  font-size: 11px;
  line-height: 1.45;
  margin: 0 auto 5px;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  .fnc_pillow__original_list {
    flex-wrap: nowrap;
  }
  .fnc_pillow__original_list_item {
    width: 25%;
    padding: 0 10px;
    margin-top: 0;
  }
  .fnc_pillow__original_list_item:nth-child(2n) {
    margin-top: 50px;
  }
  .fnc_pillow__original_list_item_description div {
    font-size: 16px;
    line-height: 2.13;
  }
  .fnc_pillow__original_list_item_productname {
    font-size: 24px;
    line-height: 1.17;
  }
  .fnc_pillow__original_button {
    margin-top: 17px;
  }
  .fnc_pillow__original_button .none_icon {
    width: 1vw;
  }
  .fnc_pillow__original_button .button_text {
    font-size: 18px;
    line-height: 1.11;
    margin-bottom: -5px;
  }
  .fnc_pillow__original_button .button_text p {
    font-size: 14px;
    line-height: 1.43;
  }
}

/* キャラクターまくら */
.fnc_pillow__character {
  margin-top: 50px;
  position: relative;
  padding: 50px 10vw;
  display: flex;
  flex-direction: column;
}
.fnc_pillow__character_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 95%;
  background-color: #F5F5F5;
  z-index: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.fnc_pillow__character_text_area {
  z-index: 1;
}
.fnc_pillow__character_list {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  margin-top: 30px;
}
.fnc_pillow__character_list_item {
  width: 50%;
  margin-top: 30px;
  padding: 0 10px;
}
.fnc_pillow__character_list_ite_image {
  width: 100%;
}
.fnc_pillow__character_list_ite_image img {
  width: 100%;
  display: block;
  margin: auto;
}
.fnc_pillow__character_list_item_description {
  text-align: center;
  margin-top: 20px;
}
.fnc_pillow__character_list_item_productname {
  color: #e63037;
  font-size: 18px;
  font-weight: bold;
}
.fnc_pillow__character_button {
  width: 250px;
  max-width: 100%;
  margin-top: 9px;
}
.fnc_pillow__character_button .none_icon {
  height: 1vw;
}
.fnc_pillow__character_button .button_text {
  font-size: 14px;
  margin-bottom: -1vw;
}
.fnc_pillow__character_button .button_text p {
  font-size: 11px;
  margin: 0 auto 5px;

}

/* PC用 **/
@media screen and (min-width: 768px) {
  .fnc_pillow__character {
    margin-bottom: 93px;
  }
  .fnc_pillow__character_list {
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    margin-top: 30px;
  }
  .fnc_pillow__character_list_item {
    width: 33.3%;
    margin-top: 0;
  }
  .fnc_pillow__character_list_item_productname {
    font-size: 24px;
    line-height: 1.67;
  }
  .fnc_pillow__character_button {
    margin-top: 17px;
  }
  .fnc_pillow__character_button .none_icon {
    width: 1vw;
  }
  .fnc_pillow__character_button .button_text {
    font-size: 18px;
    line-height: 1.11;
    margin-bottom: -5px;
  }
  .fnc_pillow__character_button .button_text p {
    font-size: 14px;
    line-height: 1.43;
  }
}

#functionality_pillow .three_column_button {
  height: 72px;
}
@media screen and (min-width: 768px) {
  #functionality_pillow .three_column_button {
    height: 70px;
  }
}