@charset "UTF-8";
:root{
  --font-a1-l: "A1ゴシック L", "A1 Gothic L", sans-serif;
  --font-a1-m: "A1ゴシック M", "A1 Gothic M", sans-serif;
  --font-a1-b: "A1ゴシック B", "A1 Gothic B", sans-serif;
  --font-marugo-l: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
  --font-marugo-b: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;

}
.c-contents {
  padding-bottom: 0;
}
/* voice */
.c-voice-form-section{
  background-color: #F5F4F1;
  padding: 100px 0;
}
.c-voice-header{
  display: grid;
  margin: 0 0 25px;
  background-color: var(--color-white);
}
.l-voice-header-titlearea{
  padding: 46px 42px;
  text-align: center;
}
.c-voice-header-title{
  margin: 0 0 22px;
  font-family: var(--font-a1-m);
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-voice-title-subtxt{
  color: #930B0B;
  font-family: var(--font-a1-m);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.c-voice-section.search-area {
  margin: 80px auto;
}
.c-voice-section-title{
  margin: 0 0 35px;
  font-family: var(--font-a1-m);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
}
.l-voice-wanted-area{
  padding: 0 0 70px;
}
.c-voice-wanted--title{
  margin: 0 0 19px;
  font-family: var(--font-a1-m);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
}
.c-voice-wanted--txt{
  margin: 0 0 47px;
}
.c-voice-wanted--img{
  margin: 0 0 29px;
}
.l-voice-formarea{
  margin: 59px 0 0;
}
.c-voice-header p {
  text-align: left;
}
@media (min-width: 768px){
  .c-voice-header{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 1200px;
    margin: 60px auto 100px auto;
  }
  .l-voice-header-titlearea{
    display: grid;
    place-content: center;
  }
  .c-voice-header-title{
    margin-bottom: 39px;
    font-size: 2.2rem;
  }
  .c-voice-title-subtxt{
    font-size: 1.6rem;
  }
  .c-voice-section-title{
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .c-voice-section-title--center{
    text-align: center;
    font-size: 1.8rem;
  }
  .c-voice-form-section{
    background-color: #F5F4F1;
    padding: 120px 0 80px;
  }
  .l-voice-wanted-area{
    display: grid;
    grid-template-columns: auto 409px;
    gap: 12px;
  }
  .l-voice-wanted-txtarea{
    order: -1;
  }
  .c-voice-wanted--title{
    margin: 0 0 20px;
    font-size: 1.5rem;
    text-align: left;
  }
  .c-voice-wanted--txt{
    margin: 0 0 47px;
  }
  .c-voice-wanted--img{
    margin: 0 ;
  }
}

/* -----------------------------------------------
 [.voice-letter]
-------------------------------------------------- */
.voice-letter {
}
.voice-letter .hdg-lv3 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-family: var(--font-a1-m);
  font-weight: bold;
}
.voice-letter .voice-letter__list__wrap  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.voice-letter__list {
  width: 48.5%;
  margin: 10px 0 0 0;
  background: #fff;
}
.voice-letter__list.is-new {
  position: relative;
}
.voice-letter__list.is-new::before {
  content: "new";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 10px;
  padding: 1px 7px;
  background: #930B0B;
  color: #fff;
  font-size: 10px;
  font-family: var(--font-a1-m);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  vertical-align: text-bottom;
  z-index: 1;
}
.voice-letter__list a {
  overflow: hidden;
  display: block;
  height: 100%;
}
.voice-letter__list__photo {
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.voice-letter__list__txt {
  padding: 12px;
  text-align: center;
}
.voice-letter__list__txt .title {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 12px;
}
.voice-letter__list__txt .name {
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 10px;
}
.voice-letter__list__txt .item {
  line-height: 1.2;
  font-size: 10px;
}
.voice-letter__list__txt .more {
  margin-top: 12px;
  padding-top: 7px;
  border-top: 1px dotted #ccab99;
  color: #9d1f1a;
  font-size: 10px;
}
.voice-letter__list__txt .more span {
  position: relative;
  padding-left: 14px;
}
.voice-letter__list__txt .more span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 9px;
  height: 9px;
  background: url("/assets2027/img/common/ico-arrow-red.svg") center left/cover no-repeat;
}
.voice-letter__btn {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .voice-letter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .voice-letter .hdg-lv3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .voice-letter .voice-letter__list__wrap  {
    justify-content: flex-start;
    margin-right: -1%;
  }
  .voice-letter__list {
    width: 23.8%;
    margin: 20px 1.2% 0 0;
    transition: all 0.3s ease;
  }
  .voice-letter__list:hover {
    opacity: 0.7;
  }
  .voice-letter__list__photo {
    height: 286px;
  }
  .voice-letter__list__txt {
    padding: 22px 22px 12px;
  }
  .voice-letter__list__txt .title {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .voice-letter__list__txt .name {
    margin-bottom: 13px;
    font-size: 12px;
  }
  .voice-letter__list__txt .more {
    margin-top: 15px;
    padding-top: 12px;
    font-size: 14px;
  }
  .voice-letter__list__txt .more span {
    padding-left: 25px;
  }
  .voice-letter__list__txt .more span:before {
    top: 0;
    width: 16px;
    height: 16px;
  }
  .voice-letter__btn {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .voice-letter .voice-letter__list__wrap  {
    padding: 0;
  }
}

/* -----------------------------------------------
 [.voice-year]
-------------------------------------------------- */
.voice-searchform{
  display: grid;
  gap: 17px;
}
.voice-year__btn{
  position: relative;
}
.voice-year__btn p{
  display: grid;
  align-items: center;
  padding: 0 15px;
  height: 44px;
  background-color: var(--color-white);
  border-radius: 6px;
  font-family: var(--font-a1-m);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.8;
}
.voice-year__btn p:after{
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/assets2027/img/common/ico-arrow-red.svg);
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  pointer-events: none;
}
.voice-year__btn select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 5;
  opacity: 0;
  -webkit-appearance: menulist-button;
}
@media (min-width: 768px) {
  .voice-searchform{
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    align-items: center;
  }
  .voice-year__btn p{
    font-size: 1.4rem;
  }
  .voice-year__btn p:after{
    top: calc(50% - 5px);
    right: 16px;
    pointer-events: none;
  }
}

.title,
.name {
  font-family: var(--font-a1-m);
  font-weight: bold;
}


/* -----------------------------------------------
 [.voice-letter--category]
-------------------------------------------------- */
.voice-letter--category {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .voice-letter--category {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}

/* -----------------------------------------------
 [.voice-letter--new]
-------------------------------------------------- */
.voice-letter--new .voice-letter__list__photo {
  height: 32vw;
}
.voice-letter--new .voice-letter__list__txt .title,
.voice-letter--new .voice-letter__list__txt .item,
.voice-letter--new .voice-letter__list__txt .more {
  display: none;
}
.voice-letter--new .voice-letter__list__txt .name {
  margin-bottom: 0;
}
.voice-letter--new .voice-letter__list {
  width: 32%;
  margin: 0 2% 20px 0;
}
.voice-letter--new .voice-letter__list:nth-child(even) {
  margin-right: 2%;
}
.voice-letter--new .voice-letter__list:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .voice-letter--new {
    padding-top: 160px;
  }
  .voice-letter .hdg-lv2 {
    margin-bottom: 55px;
  }
  .voice-letter--new .voice-letter__list__wrap a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .voice-letter--new .voice-letter__list__wrap .voice-letter__list__photo {
    flex: 0 0 160px;
    height: 160px;
  }
  .voice-letter--new .voice-letter__list__wrap .voice-letter__list__txt {
    flex: 0 0 calc(100% - 160px);
    padding: 0 15px;
  }
  .voice-letter--new .voice-letter__list__photo {
    height: 160px;
  }
  .voice-letter--new .voice-letter__list__txt .title,
  .voice-letter--new .voice-letter__list__txt .item,
  .voice-letter--new .voice-letter__list__txt .more {
    display: block;
  }
  .voice-letter--new .voice-letter__list__txt .name {
    font-size: 14px;
    margin-bottom: 0;
  }
}

/* -----------------------------------------------
 [.voice-post]
-------------------------------------------------- */
.voice-post {
  margin-top: 100px;
  margin-bottom: 30px;
}
.voice-form__wrap {
  padding: 50px 20px;
  background: #fff;
}
.voice-form__wrap .hdg-ver03 {
  margin-top: 0;
}
.voice-post .hdg-lv3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.voice-post__intro .title {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
.voice-post__catalog {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.voice-post__catalog-txt {
  order: 2;
  margin-top: 10px;
}
.voice-post__catalog-pct {
  margin-bottom: 10px;
  padding: 0 10px;
  order: 1;
}
.voice-post__catalog .title {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .voice-post {
    margin-top: 130px;
    margin-bottom: 40px;
  }
  .voice-form__wrap {
    padding: 80px 100px;
  }
  .voice-post.home {
    margin-bottom: 120px;
  }
  .voice-post .hdg-lv3 {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .voice-post__intro {
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .voice-post__intro .title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 15px;
    text-align: left;
  }
  .voice-post__intro .txt {
    line-height: 1.8;
  }
  .voice-post__catalog {
    display: flex;
    margin-top: 50px;
  }
  .voice-post__catalog-txt {
    flex: 0 0 49%;
    max-width: 49%;
    order: 1;
    margin: 0;
    padding-top: 30px;
    text-align: left;
  }
  .voice-post__catalog-pct {
    flex: 0 0 51%;
    max-width: 51%;
    order: 2;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .voice-post__catalog .title {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 15px;
    text-align: left;
  }
  .voice-post__mail {
    margin-top: 30px;
    padding: 30px 30px 20px;
    box-sizing: border-box;
  }
  .voice-post__mail .txt {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .voice-post__mail .title {
    font-size: 14px;
  }
  .voice-post__mail .txt_mail {
    display: inline-block;
    vertical-align: top;
  }
  .voice-post__mail ol {
    font-size: 14px;
  }
  .voice-post__mail ol ul {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 15px;
  }
  .voice-post__mail ol ul li {
    margin: 0 10px 0 0;
  }
  .voice-post__btn {
    width: 280px;
    margin: 10px auto 0;
  }
  .voice-post__btn a {
    font-size: 16px;
  }
}
/* -----------------------------------------------
 [.voice-back-btn]
-------------------------------------------------- */
.voice-back-btn {
  text-align: center;
  margin-bottom: 25px;
}
.voice-back-btn a {
  display: inline-block;
  color: #930b0b;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-decoration: none;
  padding-left: 20px;
  background: url(/assets2027/img/common/icon-arrowR-r.svg) no-repeat left 5px;
  background-size: 14px;
}
.voice-back-btn a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .voice-back-btn {
    margin-bottom: 160px;
  }
  .voice-back-btn a {
    padding-left: 25px;
    background-position: 0 3px;
    background-size: 18px;
  }
}
/* -----------------------------------------------
 [.product-list-category]
-------------------------------------------------- */
.product-list-category {
  margin: 0 auto 60px auto;
  overflow: hidden;
}
.product-list-category .hdg-lv3 {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.product-list-category .item-wrapper {
  padding: 0 20px;
  overflow: hidden;
}
.product-list-category .item {
  text-align: center;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.product-list-category .item:nth-of-type(even) {
  margin-right: 0;
}
.product-list-category .item a {
  display: block;
}
.product-list-category-btn {
  text-align: center;
}
.product-list-category-btn .btn--sample {
  display: inline-block;
  background-position: 0 4px;
  background-size: 18px;
}
@media (min-width: 768px) {
  .product-list-category {
    max-width: 840px;
    margin-bottom: 0;
  }
  .product-list-category .hdg-lv3 {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .product-list-category .item-wrapper {
    padding: 0;
  }
  .product-list-category .item {
    width: 47%;
    max-width: 400px;
    margin-right: 40px;
    margin-bottom: 50px;
  }
}
/* -----------------------------------------------
 [.voice-share]
-------------------------------------------------- */
.voice-share {
  margin-top: 35px;
  text-align: center;
}
.voice-share p {
  margin-bottom: 10px;
  font-size: 12px;
}
.voice-share ul {
  margin: 0 auto !important;
}
.voice-share li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
.voice-share li:before {
  display: none;
}
.voice-share li a {
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}
.voice-share li .icn-facebook {
  background: #3b5998;
}
.voice-share li .icn-line {
  background: #00c300;
}
.voice-share li .icn-hatena {
  background: #00a6db;
}
.voice-share li .icn-twitter {
  background: #55acee;
}
@media (min-width: 768px) {
  .voice-share {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 35px;
    border-top: 1px dotted #d8d2c9;
  }
  .voice-share p {
    font-size: 14px;
  }
  .voice-share li a {
    transition: all 0.3s ease;
  }
  .voice-share li a:hover {
    opacity: 0.75;
  }
}
/* -----------------------------------------------
 [.voice-letter-detail]
-------------------------------------------------- */
.voice-letter-detail {
  margin-top: 40px;
}
.voice-letter-detail__title {
  text-align: left;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: #DEDEDE 1px dashed;
}
.voice-letter-detail__title .title {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 16px;
}
.voice-letter-detail__title .profile {
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: var(--font-a1-m);
  font-weight: bold;
  font-size: 12px;
}
.voice-letter-detail__title .tags li {
  display: inline-block;
  margin: 5px 2px 0;
}
.voice-letter-detail__title .tags li a {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 10px;
  text-decoration: none;
}
.voice-letter-detail__title .tags li a::before {
  content: "# ";
  font-size: 10px;
  color: #930B0B;
}
.voice-letter-detail__wrap {
  margin-top: 35px;
}
.ransel-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding: 25px 0;
  border-top: 1px dashed #DDDCD8;
  border-bottom: 1px dashed #DDDCD8;
}
.ransel-wrapper .ransel-img {
  text-align: center;
  vertical-align: middle;
  flex: 0 0 32%;
}
.ransel-wrapper .ransel-txt {
  flex: 0 0 62%;
}
.ransel-wrapper .ransel-txt .ransel-title {
  font-size: 12px;
  margin-bottom: 8px;
}
.ransel-wrapper .ransel-txt .ransel-name {
  font-size: 12px;
  margin-bottom: 5px;
  font-family: var(--font-a1-m);
  font-weight: b;

}
.ransel-wrapper .ransel-txt .ransel-caption {
  font-size: 12px;
  margin-bottom: 20px;
}
.voice-letter-detail__title .tags a,
.voice-letter-detail__photo .item-txt a {
  text-decoration: underline;
}
.voice-letter-detail__title .tags a:hover,
.voice-letter-detail__photo .item-txt a:hover {
  text-decoration: none;
}
.voice-letter-detail__message {
}
.voice-letter-detail__message p {
  line-height: 1.6;
  font-size: 14px;
}
.voice-letter-detail__btn {
  overflow: hidden;
  margin-top: 25px;
}
.voice-letter-detail__btn .voice-letter-detail__btn--prev {
  float: left;
}
.voice-letter-detail__btn .voice-letter-detail__btn--next {
  float: right;
}
.voice-letter-detail__btn .voice-letter-detail__btn--next a {
  padding: 0 18px 0 0;
}
.voice-letter-detail__btn .voice-letter-detail__btn--next a::before {
  left: initial;
  right: 0;
}
@media (min-width: 768px) {
  .voice-letter-detail {
    position: relative;
    margin-top: 80px;
  }
  .voice-letter-detail .l-inner {
    max-width: none;
  }
  .voice-letter-detail__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }

  .voice-letter-detail__title .title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .voice-letter-detail__title .profile {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .voice-letter-detail__title .tags li {
    margin: 0 2px;
    font-size: 12px;
  }
  .voice-letter-detail__title .tags li a {
    font-size: 12px;
  }
  .voice-letter-detail__photo {
    flex: 0 0 50%;
  }
  .voice-letter-detail__message {
    flex: 0 0 46%;
    margin-top: 0;
  }
  .voice-letter-detail__message p {
    font-size: 15px;
    line-height: 1.7;
  }
  .ransel-wrapper .ransel-img {
    text-align: center;
    vertical-align: middle;
    flex: 0 0 18.5%;
  }
  .ransel-wrapper .ransel-txt {
    flex: 0 0 78%;
  }
  .ransel-wrapper {
    padding: 45px 0;
  }
  .ransel-wrapper .ransel-txt .ransel-title {
    font-size: 14px;
  }
  .ransel-wrapper .ransel-txt .ransel-name {
    font-size: 14px;
  }
  .ransel-wrapper .ransel-txt .ransel-caption {
    font-size: 14px;
  }
  .voice-letter-detail__btn {
    margin: 70px auto 0;
  }
}
/* -----------------------------------------------
 [form]
-------------------------------------------------- */
#voice-form .c-contact-table td {
  font-family: var(--font-a1-l);
  font-weight: normal;
}
.m-form__list li {
  margin-bottom: 20px;
}
.btn-submit {
  appearance: none;
  display: grid;
  place-content: center;
  width: 100%;
  height: 62px;
  background-color: #EA8421;
  border: none;
  border-radius: 6px;
  color: var(--color-white);
  font-family: var(--font-a1-m);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.btn-submit:hover {
  opacity: 0.7;
}
.c-form-picture label {
  height: auto;
  padding: 8px 10px 5px 15px;
  border-radius: 999px;
  font-family: var(--font-a1-m);
  font-weight: bold;
  font-size: 1.3rem;
}
.back__link {
  margin: 30px 0 0 0;
  text-align: center;
}
.formrun-system-confirm  #voice-form .c-contact-table td {
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  #voice-form .c-contact-table td {
    padding-bottom: 40px;
  }
  #voice-form .c-contact-table th {
    width: 260px;
  }
  #voice-form .c-contact-table th.v-top {
    padding-top: 18px;
  }
  #postal-code {
    max-width: 300px;
  }
  #voice-form .voice-post__address td {
    width: 100%;
  }
  .btn-submit {
    max-width: 360px;
    margin: 0 auto;
  }
  .formrun-system-confirm  #voice-form .c-contact-table th,
  .formrun-system-confirm  #voice-form .c-contact-table td {
    display: table-cell;
    padding: 15px 30px 15px 0;
    vertical-align: top;
  }

}

/* category */
.voice-anchor {
  margin-top: 30px;
  padding: 0 15px;
  text-align: right;
}
.voice-anchor .link-type01::before {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .voice-anchor {
    max-width: 1200px;
    margin: 45px auto 0;
    padding: 0;
  }
}
