@media all and (min-width: 737px) {
  .pcCont {
    display: block;
  }
}
@media all and (max-width: 736px) {
  .pcCont {
    display: none;
  }
}
@media all and (min-width: 737px) {
  .spCont {
    display: none;
  }
}
@media all and (max-width: 736px) {
  .spCont {
    display: block;
  }
}
* {
  box-sizing: border-box;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  min-width: 960px;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #112035;
}
@media all and (max-width: 736px) {
  body {
    font-size: 1.2rem;
    min-width: inherit;
  }
}
a {
  color: #005097;
  text-decoration: none;
}
@media all and (min-width: 737px) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: 0.8;
  }
}
p,
ol,
ul,
li,
dl,
dt,
dd {
  line-height: 1.6;
}
ol,
ul,
li {
  padding: 0;
  list-style-type: none;
}
li {
  margin-bottom: 0.5em;
}
li ul,
li ol {
  padding-left: 1em;
}
p {
  margin-top: 0;
}
img {
  vertical-align: bottom;
  border: 0px;
}
@media all and (max-width: 736px) {
  img {
    width: 100%;
    height: auto;
  }
  .img_42 {
    width: 42%;
  }
}
address {
  font-style: normal;
}
.slick-prev,
.slick-next {
  width: 25px;
  height: 25px;
}
.slick-next:before,
.slick-prev:before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
}
.slick-next {
  z-index: 1;
  right: 16px;
}
.slick-next:before {
  background-image: url("/resources/img/slick/icn_right.png");
}
.slick-prev {
  z-index: 1;
  left: 16px;
}
.slick-prev:before {
  background-image: url("/resources/img/slick/icn_left.png");
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li,
.slick-dots li button {
  width: 10px;
}
.kvSlick .kvSlick_item img {
  display: none;
}
.kvSlick .kvSlick_item:first-child img {
  display: block;
}
.slick-slider .slick-slide img {
  display: block;
}
@media all and (min-width: 737px) {
  .shadow {
    -webkit-transition: box-shadow 0.6s;
    transition: box-shadow 0.6s;
  }
  .shadow:hover {
    text-decoration: none;
    box-shadow: 0 0 18px 2px rgba(206,206,206,0.7);
  }
  .shadow:hover img {
    opacity: 1;
  }
}
.lyt_main {
  padding: 92px 0 0;
}
@media all and (max-width: 736px) {
  .lyt_main {
    padding: 66px 0 0;
  }
}
.lyt_section {
  width: 100%;
}
.lyt_section .lyt_sectionInner {
  width: 960px;
  padding: 35px 0;
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .lyt_section .lyt_sectionInner {
    padding: 0 10px;
    width: 100%;
  }
}
.lyt_section2 {
  width: 100%;
/* newsAreaはpaddingが違うのでマルチクラスにしている
  ---------------------------*/
}
.lyt_section2 .lyt_sectionInner {
  background-color: #f0f0f0;
  width: 960px;
  padding: 35px 25px;
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .lyt_section2 .lyt_sectionInner {
    width: 100%;
    padding: 0 10px;
  }
}
.lyt_section2.newsArea .lyt_sectionInner {
  padding: 40px 25px;
}
@media all and (max-width: 736px) {
  .lyt_section2.newsArea {
    padding: 0;
  }
  .lyt_section2.newsArea .lyt_sectionInner {
    padding: 40px 10px;
  }
}
.lyt_search {
  width: 960px;
  margin: 0 auto;
}
.lyt_search .lyt_searchInner {
  width: 656px;
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .lyt_search {
    padding: 0 10px;
    width: 100%;
  }
  .lyt_search .lyt_searchInner {
    width: 100%;
  }
}
.lyt_detail {
  width: 960px;
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .lyt_detail {
    width: 100%;
  }
}
.lyt_news {
  width: 960px;
  margin: 55px auto;
  padding: 0 64px;
}
@media all and (max-width: 736px) {
  .lyt_news {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0;
  }
}
.lyt_error {
  width: 960px;
  margin: 145px auto 135px;
}
@media all and (max-width: 736px) {
  .lyt_error {
    width: 100%;
    margin: 50px auto;
  }
}
.grid_flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.grid_flex.grid_2col {
  position: relative;
  margin-left: -1%;
  margin-bottom: 30px;
}
.grid_flex.grid_2col .grid_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  width: 44%;
  margin: 0 1%;
}
.grid_flex.grid_3col .grid_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 33.3%;
}
.grid_flex.grid_4col .grid_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 25%;
}
.grid_flex.grid_flexEnd {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grid_flex.grid_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid_flex.grid_spaceBetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid_flex.grid_spaceAround {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.grid_flex.grid_rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid_flex.grid_rowReverse.grid_3col .grid_item {
  margin: 0;
}
.grid_flex.grid_rowReverse.grid_3col .grid_item:not(:nth-of-type(3n+1)) {
  margin-right: 2%;
}
.grid_flex.grid_rowReverse.grid_3col .grid_item:not(:nth-child(-n+3)) {
  margin-top: 2%;
}
.grid_flex.grid_rowReverse.grid_4col .grid_item {
  margin: 0;
}
.grid_flex.grid_rowReverse.grid_4col .grid_item:not(:nth-of-type(4n+1)) {
  margin-right: 2%;
}
.grid_flex.grid_rowReverse.grid_4col .grid_item:not(:nth-child(-n+4)) {
  margin-top: 2%;
}
.grid_flex.grid_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid_flex.grid_column.grid_3col .grid_item {
  margin: 0;
}
.grid_flex.grid_column.grid_3col .grid_item:not(:nth-of-type(1)) {
  margin-top: 2%;
}
.grid_flex.grid_column.grid_4col .grid_item {
  margin: 0;
}
.grid_flex.grid_column.grid_4col .grid_item:not(:nth-of-type(1)) {
  margin-top: 2%;
}
.grid_flex.grid_columnReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.grid_flex.grid_columnReverse.grid_3col .grid_item {
  margin: 0;
}
.grid_flex.grid_columnReverse.grid_3col .grid_item:not(:nth-of-type(1)) {
  margin-top: 2%;
}
.grid_flex.grid_columnReverse.grid_4col .grid_item {
  margin: 0;
}
.grid_flex.grid_columnReverse.grid_4col .grid_item:not(:nth-last-of-type(1)) {
  margin-top: 2%;
}
@media all and (max-width: 736px) {
  .page_index .grid_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_index .grid_flex.grid_3col {
    width: 100%;
  }
  .page_index .grid_flex.grid_3col .grid_item {
    width: 100%;
    margin: 1em 0;
  }
}
.order1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.order2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.order3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.order4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.order5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.order6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
.block_lineup_wrap {
  margin-bottom: 55px;
}
@media all and (max-width: 736px) {
  .block_lineup_wrap {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .block_lineup_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
}
.block_lineup_wrap .h_lineBd {
  margin-bottom: 0;
}
.block_lineup {
  margin-top: 2px;
}
.text_area {
  width: 64%;
  margin: 22px auto 0;
}
@media all and (max-width: 736px) {
  .block_lineup {
    width: 100%;
    margin-top: 20px;
  }
  .text_area {
    margin-top: 22px;
  }
}
.lineup_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lineup_list.col_single .lineup_item {
  width: 604px;
}
.lineup_list.col_single .lineup_item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lineup_list.col_single .lineup_item .image {
  width: 50%;
}
.lineup_list.col_single .lineup_item .text {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup_list.col_single .note {
  width: 50%;
}

/*1アイテム2カラムパターン*/
.lineup_list.col_single2 .lineup_item2 {
  width: 604px;
}
.lineup_list.col_single2 .lineup_item2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lineup_list.col_single2 .lineup_item2 .image {
  width: 50%;
}
.lineup_list.col_single2 .lineup_item2 .text {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup_list.col_single2 .note {
  width: 50%;
}
/*//////////////////////////////////////////////////*/



.lineup_list.col_multiple .lineup_item {
  width: 304px;
}
.lineup_list.col_multiple .lineup_item:nth-child(n+2) {
  margin-left: 24px;
}
.lineup_list.col_multiple .lineup_item:nth-child(n+2) .image {
  width: 100%;
}
.lineup_list.col_multiple .lineup_item:nth-child(n+2) .text {
  width: 100%;
}
.lineup_list .ghibli_img {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lineup_list .ghibli_img p {
  margin-top: 20px;
}
@media all and (max-width: 736px) {
  .lineup_list .ghibli_img p {
    font-size: 9px;
    margin-top: 15px;
  }
}
@media all and (max-width: 736px) {
  .lineup_list .ghibli_img .totoro {
    padding-top: 13%;
  }
  .lineup_list .ghibli_img .totoro img {
    width: 58%;
  }
  .lineup_list .ghibli_img .majo {
    padding-top: 16%;
  }
  .lineup_list .ghibli_img .majo img {
    width: 85%;
  }
}
.lineup_list.type_mobile {
  padding: 0 2px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lineup_list.type_mobile .lineup_item {
  width: 47.9%;
}
.lineup_list.type_mobile .lineup_item:nth-child(even) {
  margin-left: 4.2%;
}
.lineup_list.align-left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lineup_list.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lineup_list .lineup_item p{
  font-size: 15px;
  line-height: 1.6;
}



@media screen and (max-width: 768px){
  .lineup_list .lineup_item p{
    font-size: 1rem;
    line-height: 1.6;
  }
  .lineup_list.type_mobile .lineup_item.type_mobile_col_single {
    width: 100%;
    margin:5% auto;
  }
  .lineup_list.type_mobile .lineup_item.type_mobile_col_single .ghibli_img{
    width: 50%;
    margin: auto;
  }
  .lineup_list.type_mobile .lineup_item._col3{
    margin:5% auto;
  }
}
.ghibli_img_02 {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  width: 600px;
  margin-bottom: 50px;
}
.ghibli_img_03 {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  width: 600px;
  margin-top: 50px;
}
.ghibli_img_03 .majo {
    margin-right: 30px;
}
.p-kurenai .kurenai{
  margin-right: 30px;
}

@media screen and (max-width: 736px) {
  .p-kurenai .kurenai{
    margin: 10px auto;
    width: 85%;
  }
}
.totoro {
  margin-right: 30px;
}
.ghibli_story {
  margin: 0;
}
@media all and (max-width: 736px) {
  .ghibli_img_02 {
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .ghibli_img_03 {
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .totoro {
    text-align: center;
    margin: 10px auto;
  }
  .ghibli_text {
    text-align: left;
  }
}
.ghibli_img_02 .majo {
  margin-right: 30px;
}
.ghibli_img_02 .ghibli_story {
  margin: 0;
}
@media all and (max-width: 736px) {
  .ghibli_img_02 .ghibli_img_02 {
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .ghibli_img_02 .majo {
    text-align: center;
    margin: 10px auto;
    width: 45%;
  }
  .ghibli_img_03 .majo {
    text-align: center;
    margin: 10px auto;
    width: 45%;
  }
}
.ghibli_img_02 .ghibli_text {
  text-align: left;
}

.boxPoint.ghibli_5color{
  background-color: #ecf1f4;
}

.text.ghibli_5color{
  background-color: #ecf1f4;
}

.ghibli_2col {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  width: 600px;
  margin-bottom: 80px;
}
@media all and (max-width: 736px) {
  .ghibli_2col {
    display: block;
    margin-bottom: 40px;
  }
  .ghibli_2col_image_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px 0 20px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .ghibli_story {
    text-align: center;
    font-weight: bold;
    margin-top: 1.5rem;
  }
}

.ghibli_2col_image{
  margin-right: 22px;
}
@media all and (max-width: 736px) {
  .ghibli_2col_image{
    width: 37.6%;
    margin-right: 0;
    margin-left: -5%;
  }
  .ghibli_2col_image.ghibli_image_majo{
    margin-left: 0;
    margin-right: 2%;

  }
  .ghibli_2col_txt_wrap {
    padding: 0 10px;
    font-size: 1.1rem;
  }
}

.ghibli_2col_txt_wrap {
  font-weight: bold;
}
@media all and (max-width: 736px) {
  .ghibli_2col_txt_wrap {
    font-weight: normal;
  }
}


.lineup_item {
  margin-top: 22px;
}
@media all and (max-width: 736px) {
  .lineup_item {
    margin-top: 3.4%;
  }
}
.lineup_item .inner {
  display: block;
  width: 100%;
  border: 1px solid #e3dedf;
  text-decoration: none;
  color: inherit;
  -webkit-transition: box-shadow 0.6s;
  transition: box-shadow 0.6s;
}
.p-kurenai .lineup_item .inner{
  color: #542e16;
}
@media all and (min-width: 737px) {
  .lineup_item .inner:hover {
    box-shadow: 0 0 18px 2px rgba(206,206,206,0.7);
  }
}
.lineup_item .inner:hover img {
  opacity: 1;
}
.lineup_item .inner .image {
  text-align: center;
  padding: 35px 0 36px 0;
}
@media all and (max-width: 736px) {
  .lineup_item .inner .image {
    padding: 13% 18%;
  }
}
.lineup_item .inner .image img {
  max-width: 100%;
  height: auto;
}
.lineup_item .inner .text {
  text-align: center;
  padding: 20px 25px;
}
@media all and (max-width: 736px) {
  .lineup_item .inner .text {
    padding: 11px 12px;
  }
}
.lineup_item .text_inner {
  width: 100%;
}
.lineup_item .text_item {
  font-weight: bold;
}
.lineup_item .text_item:nth-child(n+2) {
  border-top: 1px solid #e3dedf;
  padding-top: 20px;
  margin-top: 18px;
}
@media all and (max-width: 736px) {
  .lineup_item .text_item:nth-child(n+2) {
    padding-top: 11px;
    margin-top: 12px;
  }
}
.lineup_item .text_item p {
  margin-bottom: 0;
}
@media all and (max-width: 736px) {
  .lineup_item .text_item p {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.lineup_item .text_item p:nth-child(n+2) {
  margin-top: 6px;
}
@media all and (max-width: 736px) {
  .lineup_item .text_item p:nth-child(n+2) {
    margin-top: 0;
  }
}
.lineup_item .text_item .price span {
  font-size: 1.8rem;
}
@media all and (max-width: 736px) {
  .lineup_item .text_item .price span {
    font-size: 1.1rem;
  }
}
.lineup_item .text_item .price .price_smalltxt {
  font-size: 1.2rem;
  line-height: 2;
  display: block;
}
@media all and (max-width: 736px) {
  .lineup_item .text_item .price .price_smalltxt {
    font-size: 1.0rem;
  }
}
.lineup_item .note {
  text-align: center;
  margin: 14px 0 0;
}
.lineup_item .note span {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 150%;
  position: relative;
  left: 50%;
  font-size: 1rem;
  -webkit-transform: translateX(-50%) scale(0.9);
      -ms-transform: translateX(-50%) scale(0.9);
          transform: translateX(-50%) scale(0.9);
}
@media all and (max-width: 736px) {
  .lineup_item .note {
    margin-top: 5px;
  }
  .lineup_item .note span {
    -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}


/*1アイテム2カラム*/
.lineup_item2 {
  margin-top: 22px;
}
@media all and (max-width: 736px) {
  .lineup_item2 {
    margin-top: 3.4%;
  }
}
.lineup_item2 .inner {
  display: block;
  width: 100%;
  border: 1px solid #e3dedf;
  text-decoration: none;
  color: inherit;
  -webkit-transition: box-shadow 0.6s;
  transition: box-shadow 0.6s;
}
@media all and (min-width: 737px) {
  .lineup_item2 .inner:hover {
    box-shadow: 0 0 18px 2px rgba(206,206,206,0.7);
  }
}
.lineup_item2 .inner:hover img {
  opacity: 1;
}
.lineup_item2 .inner .image {
  text-align: center;
  padding: 35px 0 36px 0;
}
@media all and (max-width: 736px) {
  .lineup_item2 .inner .image {
    padding: 5.5% 15.3% 3.6%;
  }
}
.lineup_item2 .inner .image img {
  max-width: 100%;
  height: auto;
}
.lineup_item2 .inner .text {
  text-align: center;
  padding: 20px 25px;
}
@media all and (max-width: 736px) {
  .lineup_item2 .inner .text {
    padding: 11px 12px;
  }
}
.lineup_item2 .text_inner {
  width: 100%;
}
.lineup_item2 .text_item {
  font-weight: bold;
}
.lineup_item2 .text_item:nth-child(n+2) {
  border-top: 1px solid #e3dedf;
  padding-top: 20px;
  margin-top: 18px;
}
@media all and (max-width: 736px) {
  .lineup_item2 .text_item:nth-child(n+2) {
    padding-top: 11px;
    margin-top: 12px;
  }
}
.lineup_item2 .text_item p {
  margin-bottom: 0;
}
@media all and (max-width: 736px) {
  .lineup_item2 .text_item p {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.lineup_item2 .text_item p:nth-child(n+2) {
  margin-top: 6px;
}
@media all and (max-width: 736px) {
  .lineup_item2 .text_item p:nth-child(n+2) {
    margin-top: 0;
  }
}
.lineup_item2 .text_item .price span {
  font-size: 1.8rem;
}
@media all and (max-width: 736px) {
  .lineup_item2 .text_item .price span {
    font-size: 1.1rem;
  }
}
.lineup_item2 .note {
  text-align: center;
  margin: 14px 0 0;
}
.lineup_item2 .note span {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 150%;
  position: relative;
  left: 50%;
  font-size: 1rem;
  -webkit-transform: translateX(-50%) scale(0.9);
      -ms-transform: translateX(-50%) scale(0.9);
          transform: translateX(-50%) scale(0.9);
}
@media all and (max-width: 736px) {
  .lineup_item2 .note {
    margin-top: 5px;
  }
  .lineup_item2 .note span {
    -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}

/*///////////////////////////////////////////////////////*/


.kv h1 {
  margin: 0 auto;
}
.boxSearch {
  width: 100%;
  margin: 0 auto;
}
.boxSearchItem {
  padding: 20px 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.boxSearchItem p {
  font-weight: bold;
  padding-left: 2px;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media all and (max-width: 736px) {
  .boxSearchItem {
    padding: 17px 20px 24px;
  }
  .boxSearchItem p {
    padding-left: 0;
    font-size: 1rem;
  }
}
.boxInputCheckboxItem {
  float: left;
  width: 200px;
  line-height: 1.6;
}
@media all and (max-width: 736px) {
  .boxInputCheckboxItem {
    float: none;
    margin-bottom: 13px;
  }
}
.boxInput {
  width: 100%;
  padding-top: 4px;
}
.boxInput:after {
  content: "";
  display: block;
  clear: both;
}
.boxInputItem {
  float: left;
}
.boxInputItem:first-child {
  width: 143px;
}
.boxInputItem:nth-child(2) {
  width: 200px;
}
.boxInputItem:nth-child(2) input {
  width: 200px;
  border-radius: 4px;
  border: 1px solid #000;
  padding-left: 7px;
  font-size: 1.2rem;
}
.boxInputItem:nth-child(2) .hyphen {
  margin-left: 5px;
  display: inline-block;
  width: 5px;
  text-align: center;
}
.boxInputItem:nth-child(2) .input2 {
  width: 92px;
}
.boxInputItem:last-child {
  width: 270px;
  position: relative;
  padding-left: 15px;
}
.boxInputItem:last-child .btnResetWrap {
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media all and (max-width: 736px) {
  .boxInputItem {
    float: none;
  }
  .boxInputItem:first-child,
  .boxInputItem:nth-child(2),
  .boxInputItem:last-child {
    width: 100%;
  }
  .boxInputItem:first-child {
    margin-bottom: 13px;
  }
  .boxInputItem:first-child .h_square,
  .boxInputItem:first-child .h_square+p {
    display: inline-block;
  }
  .boxInputItem:first-child .h_square+p {
    margin-left: 8px;
    margin-bottom: 0;
  }
  .boxInputItem:nth-child(2) input {
    width: 100%;
  }
  .boxInputItem:nth-child(2) .hyphen {
    width: 2%;
    margin-left: 2px;
  }
  .boxInputItem:nth-child(2) .input2 {
    width: 47%;
  }
  .boxInputItem:last-child {
    padding-left: 0;
  }
  .boxInputItem:last-child .btnResetWrap {
    position: static;
  }
}
.selectBox {
  font-size: 1.2rem;
}
.selectBox.pc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: solid #808080 1px;
}
.selectBox.pc select {
  width: 222px;
  border-bottom: none;
  padding: 10px 12px 27px 11px;
  margin: -5px -20px -5px -5px;
}
.selectBox.pc select option {
  padding: 0 37px 0 0;
  margin-bottom: 2px;
}
.selectBox.pc select[name="price"] {
  padding-bottom: 10px;
}
.selectBox.pc select[name="type"] {
  padding-bottom: 10px;
}
@media all and (max-width: 736px) {
  .selectBox {
    margin-bottom: 20px;
  }
  .selectBox select {
    width: 100%;
  }
  .selectBox.pc {
    width: 100%;
  }
  .selectBox.pc select {
    width: 109%;
  }
}
.boxProduct {
  padding: 56px 0 40px 267px;
  width: 100%;
}
.boxProduct:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 736px) {
  .boxProduct {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
.boxProductImg {
  float: left;
  width: 349px;
  margin: 0;
  text-align: left;
}
.boxProductImg img {
  height: 349px;
  width: auto;
}
@media all and (max-width: 736px) {
  .boxProductImg {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }
  .boxProductImg img {
    width: 93%;
    height: auto;
  }
}
.boxProductTxt {
  float: left;
  width: 260px;
}
.boxProductTxt .label {
  display: inline-block;
  border: 1px solid #000;
  padding: 6px 8px;
  font-size: 1.2rem;
  font-weight: bold;
}
.boxProductTxt .titleWrap .title {
  font-size: 1.8rem;
  margin: 18px 0;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 9px;
  letter-spacing: 1px;
}
@media all and (max-width: 736px) {
  .boxProductTxt {
    width: 100%;
    padding-left: 10px;
  }
  .boxProductTxt .label {
    padding: 3px 4px;
    font-size: 1rem;
  }
  .boxProductTxt .titleWrap .title {
    display: inline-block;
    font-size: 1.3rem;
    margin: 6px 0 5px;
    padding: 0 20px 3px 0;
  }
  .boxProductTxt .list_bold {
    margin: 0;
  }
}
.boxPoint {
  background-color: #fff;
  padding: 0 10px 20px;
}
.p-kurenai .boxPoint{
  color: #542e16;
}
.boxPoint .body {
  padding: 0 10px;
  text-align: center;
}
.p-kurenai .boxPoint .body{
  max-width: 715px;
  margin: 0 auto;
}
.boxPoint .body .listNormal {
  display: inline-block;
}
.boxPoint .body .listNormal >li {
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.boxPoint .body .listNormal >li:last-child {
  margin-bottom: 0;
}
.boxPoint .body .figure {
  margin: 16px auto 0;
}
.boxPoint .figureText_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 555px;
  margin: 30px auto 0;
  font-size: 1.2rem;
}

.boxPoint .figureText_column figure {
  width: 180px;
  margin: 0 40px 0 0;
}

.boxPoint .figureText_column figure img {
  width: 100%;
  height: auto;
}

.boxPoint .figureText_column *:not(figure) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

@media all and (max-width: 736px) {
  .boxPoint .figureText_column {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    font-size: 1rem;
  }

  .boxPoint .figureText_column figure {
    width: 46%;
    margin: 0 auto;
  }

  .boxPoint .figureText_column *:not(figure) {
    display: block;
    text-align: center;
    margin-top: 12px;
  }
}




@media all and (min-width: 737px) {
  .boxPoint {
    padding: 0 0 51px;
  }
  .boxPoint .body {
    padding: 0 20px;
  }
  .boxPoint .body .listNormal > li {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
  .boxPoint .body .figure {
    text-align: center;
    margin: 19px auto 5px;
  }
  .boxPoint .body .figure img {
    max-width: 350px;
    height: auto;
  }
  .boxPoint .body .figure_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
            justify-content: center;
            flex-wrap: wrap;
  }
  .boxPoint .body .figure_column_item {
    max-width: 380px;
  }
  #figure_column_ryou_1 {
    width: 139px;
    max-width: 430px;
  }
  #figure_column_ryou_2 {
    width: 430px;
    max-width: 430px;
  }
  #figure_column_unko_1 {
    width: 300px;
    max-width: 380px;
  }
  #figure_column_unko_2 {
    width: 155px;
    max-width: 380px;
  }
}
@media all and (max-width: 737px) {
.boxPoint .body .figure.width50 {
  width: 50%;
  height: auto;
  }
}
.boxLineupWrap {
  padding: 0 10px;
}
@media all and (min-width: 737px) {
  .boxLineupWrap {
    padding: 0;
  }
}
.boxLineup:after {
  content: "";
  display: block;
  clear: both;
}
.boxLineup .txtBox {
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.boxLineup .txtBox .year {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.boxLineup .txtBox .label {
  border: 1px solid #000;
  padding: 4px 15px 5px;
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
}
.boxLineup .figureBox {
  text-align: center;
  margin-bottom: 20px;
}
.boxLineup .figureBox img {
  width: 26%;
}
.boxLineup .figureBox .txt {
  margin-top: 10px;
}
.boxLineup .figureBox .txt .name,
.boxLineup .figureBox .txt .price {
  font-weight: bold;
  line-height: 1.5;
  display: block;
}
.boxLineup .figureBox .txtReg {
  margin-top: 20px;
}
@media all and (min-width: 737px) {
  .boxLineup {
    width: 422px;
    margin: 24px auto 20px;
  }
  .boxLineup:after {
    content: "";
    display: block;
    clear: both;
  }
  .boxLineup .txtBox {
    float: right;
    text-align: left;
    padding-top: 127px;
    margin-bottom: 0;
  }
  .boxLineup .txtBox .year {
    font-size: 1.4rem;
  }
  .boxLineup .txtBox .label {
    font-size: 1.8rem;
    padding: 4px 13px 2px;
  }
  .boxLineup .txtBox .btnDetail {
    margin: 20px 0 0;
  }
  .boxLineup .figureBox {
    float: left;
    margin-bottom: 0;
  }
  .boxLineup .figureBox img {
    height: 280px;
    width: auto;
  }
  .boxLineup .figureBox .txtReg {
    font-size: 1rem;
  }
}
.boxNews .dl_dataWrap:last-child {
  border-bottom: none;
}
.boxPaper {
  padding: 53px 0 52px;
}
.boxPaper.ingenu {
  background-color: #ffe2eb;
}
.boxPaper.riki {
  background-color: #fcf7ed;
}
.boxPaper .h_default {
  margin: 0 0 22px;
}
.boxPaper .txt {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
@media all and (max-width: 736px) {
  .boxPaper {
    padding: 18px 0 15px;
  }
  .boxPaper .h_default {
    margin-bottom: 3px;
  }
  .boxPaper .txt {
    font-size: 1rem;
  }
}
.boxProfileWrap {
  background-color: #fcf7ed;
  padding: 60px 25px 40px;
}
.boxProfileWrap .boxProfile {
  position: relative;
  padding-left: 223px;
  padding-bottom: 88px;
  margin-bottom: 40px;
}
.boxProfileWrap .boxProfile:after {
  content: "";
  display: block;
  clear: both;
}
.boxProfileWrap .boxProfile .name {
  font-size: 1.6rem;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: bold;
}
.boxProfileWrap .boxProfile .description {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
}
.boxProfileWrap .boxProfile .figureBox {
  position: absolute;
  width: 203px;
  height: 248px;
  top: 0;
  left: 0;
}
.boxProfileWrap .boxProfile .figureBox .copy {
  margin: 0;
  font-size: 1rem;
  position: absolute;
  right: -128px;
  bottom: -2px;
}
.boxProfileWrap .txt_riki {
  text-align: center;
}
@media all and (max-width: 736px) {
  .boxProfileWrap {
    padding: 20px 10px;
  }
  .boxProfileWrap .boxProfile {
    padding: 0;
    margin-bottom: 25px;
  }
  .boxProfileWrap .boxProfile .figureBox {
    left: 10px;
    top: 60px;
    width: 106px;
  }
  .boxProfileWrap .boxProfile .figureBox .copy {
    position: static;
  }
  .boxProfileWrap .boxProfile .name {
    margin: 0 0 15px;
    padding-bottom: 17px;
    text-align: center;
  }
  .boxProfileWrap .boxProfile .name .ja {
    font-size: 1.2rem;
  }
  .boxProfileWrap .boxProfile .name .en,
  .boxProfileWrap .boxProfile .name .year {
    font-size: 1rem;
  }
  .boxProfileWrap .boxProfile .description {
    font-size: 1rem;
    padding-left: 128px;
    margin-bottom: 0;
  }
  .boxProfileWrap .txt_riki {
    text-align: center;
  }
  .boxProfileWrap .txt_riki img {
    width: 290px;
    height: auto;
  }
}
.list_breadcrumbWrap {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.list_breadcrumbWrap .list_breadcrumb {
  width: 960px;
  margin: 0 auto;
  padding: 4px 0;
}
.list_breadcrumbWrap .list_breadcrumb .list_breadcrumbItem {
  display: inline-block;
  font-size: 1rem;
}
.list_breadcrumbWrap .list_breadcrumb .list_breadcrumbItem:after {
  display: inline-block;
  content: ">";
  margin-left: 7px;
}
.list_breadcrumbWrap .list_breadcrumb .list_breadcrumbItem:last-child:after {
  display: none;
}
@media all and (max-width: 736px) {
  .list_breadcrumbWrap .list_breadcrumb {
    width: 100%;
    padding: 7px 0 7px 12px;
  }
}
.footerWrap {
  min-width: 960px;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}
.footerWrap .footer {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.footerWrap .footer_pageTop {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.footerWrap .footerInner {
  padding: 51px 0 12px;
}
.footerWrap .footerInner:after {
  content: "";
  display: block;
  clear: both;
}
.footerWrap .footerInner .footer_listWrap {
  margin: 0 0 20px;
  text-align: center;
}
.footerWrap .footerInner .footer_logo {
  padding-right: 26px;
  display: inline-block;
}
.footerWrap .footerInner .footer_logo .header_logoInner {
  display: inline-block;
}
.footerWrap .footerInner .footer_list {
  display: inline-block;
  margin: 0;
}
.footerWrap .footerInner .footer_list .item {
  display: inline-block;
  font-size: 1rem;
  margin-left: 1.2em;
}
.footerWrap .footerInner .footer_list .item:first-child {
  margin-left: 0;
}
.footerWrap .footerInner .footer_list .item a:visited {
  color: #5c1a86;
}
.footerWrap .footerInner .footer_copy {
  display: block;
  text-align: center;
}
.footerWrap .footerInner .i_sns {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
}
@media all and (max-width: 736px) {
  .footerWrap {
    min-width: inherit;
  }
  .footerWrap .footer {
    width: 100%;
  }
  .footerWrap .footerInner {
    padding: 2px 0 10px;
  }
  .footerWrap .footerInner .footer_logo {
    padding-right: 0;
    margin-bottom: 13px;
    display: block;
  }
  .footerWrap .footerInner .footer_logo img {
    width: auto;
    height: 10px;
  }
  .footerWrap .footerInner .footer_listWrap {
    margin: 10px 0;
  }
  .footerWrap .footerInner .footer_list {
    margin: 10px 0 25px;
    display: block;
  }
  .footerWrap .footerInner .footer_list .item {
    display: inline-block;
    font-size: 1rem;
    margin: 0 0 0 0.8em;
  }
  .footerWrap .footerInner .footer_list .item:first-child {
    margin-left: 0;
  }
  .footerWrap .footerInner .footer_list .pcCont .i_sns {
    display: none;
  }
  .footerWrap .footerInner .footer_copy {
    display: block;
    text-align: center;
  }
}
.footerBar {
  width: 100%;
  background: rgba(19,41,75,0.9);
  color: #fff;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  padding: 20px 0;
}
.footerBar_inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  font-size: 1.4rem;
}
.footerBar_inner p {
  margin: 0;
}
.footerBar_inner a {
  color: #fff;
  text-decoration: underline;
}
.footerBar_inner a:hover {
  text-decoration: none;
}
.footerBar_btn {
  display: block;
  background: #fff;
  color: #13294b;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px 38px;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 1;
}
.footerBar_btn:hover {
  opacity: 0.8;
}
@media all and (max-width: 736px) {
  .footerBar {
    padding: 20px 0;
  }
  .footerBar_inner {
    width: 100%;
    padding: 0 10px;
  }
  .footerBar_btn {
    padding: 12px 38px;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 15px auto 0;
  }
}
.headerWrap {
  position: fixed;
  background-color: #fff;
  min-width: 960px;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #f0f0f0;
}
.headerWrap .header {
  width: 960px;
  margin: 0 auto;
}
.headerWrap .headerInner {
  padding: 20px 0;
}
.headerWrap .headerInner:after {
  content: "";
  display: block;
  clear: both;
}
.headerWrap .header_logo {
  float: left;
  padding: 14px 0;
}
.headerWrap .header_logo img {
  height: 24px;
  width: auto;
}
.headerWrap .header_list {
  float: right;
  margin: 0;
  padding: 15px 0 14px;
}
.headerWrap .header_list:after {
  content: "";
  display: block;
  clear: both;
}
.headerWrap .header_list .header_listItem {
  float: left;
  margin: 0 0 0 35px;
  font-weight: bold;
}
.headerWrap .header_list .header_listItem:first-child {
  margin-left: 0;
}
.headerWrap .header_list .header_listItem > a {
  color: inherit;
}
.headerWrap .header_menu {
  display: none;
}
@media all and (max-width: 736px) {
  .headerWrap {
    min-width: inherit;
    background-color: inherit;
    border-bottom: none;
  }
  .headerWrap .header {
    width: 100%;
  }
  .headerWrap .header .headerInner {
    padding: 0;
  }
  .headerWrap .header .header_logo {
    background-color: #fff;
    float: none;
    padding: 24px 0 24px 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  .headerWrap .header .header_logo img {
    height: 12px;
  }
  .headerWrap .header .header_listWrap {
    display: none;
    background-color: #fff;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-overflow-scrolling: touch;
  }
  .headerWrap .header .header_listWrap.open {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .headerWrap .header .header_listWrap .header_list {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .headerWrap .header .header_listWrap .header_list:after {
    content: "";
    display: block;
    clear: both;
  }
  .headerWrap .header .header_listWrap .header_list .header_listItem {
    float: none;
    margin: 0;
    padding: 20px 0 20px 17px;
  }
  .headerWrap .header .header_listWrap .header_list .header_listItem border-bottom 1px solid color_border:before {
    left: -15px;
  }
  .headerWrap .header .header_listWrap .header_list .header_listItem:first-child {
    margin-left: 0;
  }
  .headerWrap .header .header_menu {
    background-color: #2a2a2a;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
  }
  .headerWrap .header .header_menu p {
    font-size: 1rem;
    margin: 35px 0 0;
  }
  .headerWrap .header .header_menu span {
    display: block;
    position: absolute;
    left: 8px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
  }
  .headerWrap .header .header_menu span:nth-child(1) {
    top: 9px;
  }
  .headerWrap .header .header_menu span:nth-child(2) {
    top: 16px;
  }
  .headerWrap .header .header_menu span:nth-child(3) {
    top: 23px;
  }
  .headerWrap .header .header_menu.active span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .headerWrap .header .header_menu.active span:nth-child(2) {
    opacity: 0;
  }
  .headerWrap .header .header_menu.active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}
.pagerWrap {
  width: 100%;
  margin-bottom: 30px;
}
.pagerWrap .pagerTxt {
  text-align: center;
}
.pagerWrap .pagerTxt .all,
.pagerWrap .pagerTxt .show {
  font-weight: bold;
}
.pagerWrap .pagerTxt .show {
  margin-left: 15px;
}
.pagerWrap .pager {
  width: 400px;
  margin: 0 auto 10px;
  text-align: center;
}
.pagerWrap .pager .pager_item {
  display: inline-block;
}
.pagerWrap .pager .pager_item:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #2a2a2a;
  margin: 0 7px 0 3px;
}
.pagerWrap .pager .pager_item {
  margin-right: 5px;
}
.pagerWrap .pager .pager_item:first-child:before {
  display: none;
}
.pagerWrap .pager .pager_item.active {
  color: #2a2a2a;
}
@media all and (max-width: 736px) {
  .pagerWrap .pager {
    width: 300px;
    padding: 7px 0 7px 12px;
    margin-bottom: 0;
  }
}
.kvSlickWrap {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
@media all and (max-width: 736px) {
  .kvSlickWrap {
    width: 100%;
  }
}
.kvSlickWrap.kvSlick_on {
  background-color: #fef6f8;
}
.kvSlick {
  margin: 0 auto;
  width: 960px;
}
.kvSlick .kvSlick_item {
  margin: 0;
}
.kvSlick .kvSlick_item:nth-child(3),
.kvSlick .kvSlick_item:nth-child(4) {
  background-color: #fef6f8;
}
.kvSlick .kvSlick_item .kvSlick_itemInner {
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .kvSlick {
    width: 100%;
  }
}
.boxNewsWrap {
  width: 100%;
}
.boxNews {
  background: #fff;
}
.boxNewsInner {
  padding: 0 60px;
}
.boxNewsInner .title {
  padding: 20px 0 15px;
  margin: 0 0 20px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.8rem;
}
@media all and (max-width: 736px) {
  .boxNewsInner {
    padding: 0 20px;
  }
  .boxNewsInner .title {
    padding: 15px 0 10px;
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
}
.boxProductMain {
  width: 100%;
}
.boxProductMain:after {
  content: "";
  display: block;
  clear: both;
}
.boxProductMainItem {
  width: 452px;
  margin-left: 56px;
  float: left;
}
.boxProductMainItem:first-child {
  margin-left: 0;
}
.boxProductMainItem:first-child .txtBox {
  background-color: #fcf7ed;
}
.boxProductMainItem:last-child .txtBox {
  background-color: #ffeef3;
}
.boxProductMainItem .txtBox {
  text-align: center;
  padding: 20px 20px 30px;
}
.boxProductMainItem .txtBox >p {
  font-weight: bold;
}
@media all and (max-width: 736px) {
  .boxProductMainItem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .boxProductMainItem .txtBox {
    font-size: 1rem;
    padding: 20px;
  }
}
.boxProductSub {
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media all and (max-width: 736px) {
  .boxProductSub {
    margin: 0;
    padding: 20px 0;
  }
}
.boxProductSubItem {
  background-color: #fff;
  margin: 0 7px 20px 7px;
}
.boxProductSubItem:nth-child(1) {
  margin-left: 0;
}
.boxProductSubItem:nth-child(3) {
  margin-right: 0;
}
.boxProductSubItem:nth-child(4) {
  margin-left: 0;
}
@media all and (max-width: 736px) {
  .boxProductSubItem {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .boxProductSubItem:nth-child(2n) {
    margin-right: 0;
  }
  .boxProductSubItem:nth-child(3) {
    margin-right: 12px;
  }
}
@media all and (max-width: 736px) {
  .boxProductSubItem .figureBox img {
    vertical-align: top;
  }
}
.boxProductSubItem .txtBox {
  padding: 10px 25px 15px;
}
.boxProductSubItem .txtBox ul {
  padding-left: 0;
}
.boxProductSubItem .txtBox ul a:visited {
  color: #5c1a86;
}
.boxProductSubItem .txtBox .title {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
.boxProductSubItem .txtBox .title .en,
.boxProductSubItem .txtBox .title .ja {
  display: block;
  font-weight: bold;
}
.boxProductSubItem .txtBox .title .ja {
  font-size: 1.8rem;
}
.boxProductSubItem .txtBox .title .en {
  font-size: 1.2rem;
}
@media all and (max-width: 736px) {
  .boxProductSubItem .txtBox {
    padding: 10px 10px 15px;
  }
  .boxProductSubItem .txtBox ul li {
    margin-bottom: 10px;
  }
  .boxProductSubItem .txtBox ul li:last-child {
    margin-bottom: 0;
  }
  .boxProductSubItem .txtBox .title {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  .boxProductSubItem .txtBox .title .ja {
    font-size: 1.1rem;
  }
  .boxProductSubItem .txtBox .title .en {
    font-size: 1rem;
  }
}
.banner {
  margin-top: 35px;
  text-align: center;
}
.banner > a {
  display: block;
}
.list_infoWrap {
  padding: 0 0 12px;
}
.list_info {
  padding: 12px 0;
  display: table;
}
.list_info .list_infoData {
  display: table-cell;
  width: 90px;
}
.list_info .list_infoTxt {
  display: table-cell;
}
@media all and (max-width: 736px) {
  .list_info {
    padding: 5px 0;
  }
  .list_info .list_infoData {
    display: block;
    font-size: 1rem;
    width: 70px;
  }
  .list_info .list_infoTxt {
    display: block;
    font-size: 1rem;
  }
}
.btnCloseWrap {
  display: none;
}
@media all and (max-width: 736px) {
  .btnCloseWrap {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 10px;
    width: 100%;
    display: block;
  }
  .btnCloseWrap .btnClose {
    text-align: center;
    color: #fff;
    background-color: #2a2a2a;
    border-radius: 5px;
  }
  .btnCloseWrap .btnClose .btnCloseInner {
    padding: 6px 0;
    display: block;
    color: inherit;
  }
  .btnCloseWrap .btnClose .btnCloseInner:before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    background: url("/resources/img/icn/icn_close.png") no-repeat top left;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    top: 5px;
    margin-right: 5px;
  }
}
.btnDetailWrap {
  width: 100%;
}
.btnDetail {
  max-width: 127px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 736px) {
  .btnDetail {
    max-width: 91px;
  }
}
.btnDetailInner {
  color: #fff;
  padding: 7px;
  display: block;
  background-color: #000;
  border-radius: 5px;
}
@media all and (max-width: 736px) {
  .btnDetailInner {
    padding: 5px;
    font-size: 1rem;
  }
}
.btnDetailInner:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btnDetailInner:before {
  display: inline-block;
  content: "";
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.btnDetailInner:before {
  background-image: url("/resources/img/icn/icn_detail.png");
  width: 13px;
  height: 13px;
  top: 2px;
  margin-right: 3px;
}
@media all and (max-width: 736px) {
  .btnDetailInner:before {
    width: 8px;
    height: 8px;
    background-size: contain;
    top: 1px;
    margin-right: 5px;
  }
}
.btnResetWrap {
  width: 100%;
}
.btnReset {
  display: inline-block;
  background-color: #2a2a2a;
  color: #fff;
  padding: 7px 25px;
  border-radius: 4px;
  text-align: center;
}
.btnReset:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media all and (max-width: 736px) {
  .btnReset {
    padding: 10px;
  }
}
.btnResetInner {
  color: #fff;
  font-size: 1.3rem;
}
@media all and (max-width: 736px) {
  .btnResetInner {
    font-size: 1rem;
  }
}
.btnResetInner:before {
  display: inline-block;
  content: "";
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/resources/img/icn/icn_reset.png");
  width: 18px;
  height: 18px;
  top: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.btnSearchWrap {
  width: 100%;
}
.btnSearch {
  display: inline-block;
  background-color: #2a2a2a;
  color: #fff;
  padding: 7px 25px;
  border-radius: 4px;
  text-align: center;
}
.btnSearch:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media all and (max-width: 736px) {
  .btnSearch {
    padding: 10px;
  }
}
.btnSearchInner {
  color: #fff;
  font-size: 1.3rem;
}
@media all and (max-width: 736px) {
  .btnSearchInner {
    font-size: 1rem;
  }
}
.btnSearchInner:before {
  display: inline-block;
  content: "";
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/resources/img/icn/icn_search.png");
  width: 18px;
  height: 18px;
  top: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.btnGroup {
  margin: 25px 0 55px;
  width: 100%;
  text-align: center;
}
.btnGroup:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 736px) {
  .btnGroup {
    margin: 0;
    padding-left: 20px;
    text-align: inherit;
  }
}
.btnGroupItem {
  display: inline-block;
  margin-left: 46px;
}
@media all and (max-width: 736px) {
  .btnGroupItem {
    margin: 20px 0 20px 15px;
  }
  .btnGroupItem:first-child {
    margin-left: 0;
  }
}
.btnInstaWrap {
  margin-top: 9px;
  width: 100%;
}
.btnInstaWrap .btnInsta {
  display: block;
  width: 50px;
  margin: 0 auto;
}
.btnInstaWrap .btnInsta img {
  width: 100%;
  height: auto;
}
.dl_normal {
  margin: 20px 0 0;
  padding-bottom: 5px;
}
.dl_normal:after {
  content: "";
  display: block;
  clear: both;
}
.dl_normal dt,
.dl_normal dd {
  padding-bottom: 15px;
  float: left;
}
.dl_normal dt {
  clear: both;
  margin-right: 15px;
}
@media all and (max-width: 736px) {
  .dl_normal dt,
  .dl_normal dd {
    font-size: 1rem;
  }
}
.dl_dataWrap {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0 12px;
  color: #005097;
}
@media all and (max-width: 736px) {
  .dl_dataWrap {
    padding: 11px 0 12px;
  }
}
.dl_dataWrap:visited {
  color: #5c1a86;
}
.dl_data {
  margin: 0;
}
.dl_data:after {
  content: "";
  display: block;
  clear: both;
}
.dl_data dt {
  float: left;
}
.dl_data dd {
  margin-left: 94px;
}
@media all and (max-width: 736px) {
  .dl_data dt,
  .dl_data dd {
    font-size: 1.1rem;
  }
  .dl_data dd {
    margin-left: 73px;
  }
}
.dl_infoWrap {
  display: block;
  color: #005097;
}
.dl_infoWrap:visited {
  color: #5c1a86;
}
.dl_info {
  margin: 0;
}
.dl_info:after {
  content: "";
  display: block;
  clear: both;
}
.dl_info dt {
  float: left;
}
.dl_info dd {
  margin-left: 94px;
}
@media all and (max-width: 736px) {
  .dl_info dt {
    float: none;
  }
  .dl_info dd {
    font-size: 1.1rem;
  }
  .dl_info dd {
    margin-left: 0;
  }
}
.h_double {
  padding: 0;
}
.h_normal {
  margin: 0 0 30px;
  font-size: 1.8rem;
  text-align: center;
}
@media all and (max-width: 736px) {
  .h_normal {
    font-size: 1.2rem;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }
}
.h_line {
  min-width: 960px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 0 0 30px;
}
.h_line .h_lineInner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 28px 0 23px;
  font-size: 3rem;
}
@media all and (max-width: 736px) {
  .h_line {
    min-width: inherit;
    margin: 0 0 20px;
  }
  .h_line .h_lineInner {
    width: 100%;
    padding: 18px 0 15px;
    font-size: 1.5rem;
  }
}
.h_square {
  margin: 0;
  padding: 4px 0 0 4px;
  font-size: 1.6rem;
}
.h_square:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  margin-right: 2px;
}
@media all and (max-width: 736px) {
  .h_square {
    font-size: 1.2rem;
    padding: 0;
  }
  .h_square:before {
    width: 9px;
    height: 9px;
  }
}
.h_lineBd {
  margin: 0;
  border-bottom: 1px solid #e3dedf;
  text-align: center;
}
.p-kurenai .h_lineBd{
  color: #542e16;
}
.h_lineBd .ja,
.h_lineBd .en {
  display: block;
}
@media all and (max-width: 736px) {
  .h_lineBd {
    padding: 19px 0 13px;
    margin-bottom: 15px;
  }
  .h_lineBd .ja {
    font-size: 1.1rem;
  }
  .h_lineBd .en {
    font-size: 1rem;
  }
}
@media all and (min-width: 737px) {
  .h_lineBd {
    padding: 36px 0 21px;
    margin-bottom: 21px;
  }
  .h_lineBd .ja {
    font-size: 1.8rem;
  }
  .h_lineBd .en {
    font-size: 1.2rem;
  }
}
.h_default {
  text-align: center;
  margin: 53px 0 28px;
  font-weight: bold;
}
.h_default .ja {
  font-size: 1.8rem;
}
.h_default .en {
  font-size: 1.2rem;
}
@media all and (max-width: 736px) {
  .h_default {
    margin: 20px 0 0;
  }
  .h_default .ja {
    font-size: 1.1rem;
  }
  .h_default .en {
    font-size: 1rem;
  }
}
.h_center {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 1.8rem;
}
@media all and (max-width: 736px) {
  .h_center {
    margin: 20px 0 15px;
    font-size: 1.4rem;
  }
}
.h_errorWrap {
  margin: 0 0 30px;
}
@media all and (max-width: 736px) {
  .h_errorWrap {
    padding: 0 50px;
  }
}
.h_error {
  text-align: center;
  font-size: 2rem;
}
.i_self {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}
.i_self:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 55%;
  width: 11px;
  height: 12px;
  left: 5px;
  background: url("/resources/img/icn/icn_self.png") no-repeat top left;
  background-size: contain;
}
@media all and (max-width: 736px) {
  .i_self:before {
    width: 8px;
    height: 8px;
  }
}
.i_blank {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}
.i_blank:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 55%;
  width: 11px;
  height: 11px;
  left: 5px;
  background: url("/resources/img/icn/icn_blank.png") no-repeat top left;
  background-size: contain;
}
@media all and (max-width: 736px) {
  .i_blank:before {
    width: 9px;
    height: 9px;
  }
}
.i_pdf {
  content: "";
  display: inline-block;
  width: 34px;
  height: 36px;
  left: 5px;
  background-image: url("/resources/img/icn/i_pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 736px) {
  .i_pdf {
    width: 44px;
    height: 46px;
  }
}
.listCatalog {
  width: 100%;
  padding: 0 47px 0 53px;
  margin: 55px 0 46px;
}
.listCatalog:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 736px) {
  .listCatalog {
    padding: 0;
    margin: 0;
  }
}
.listCatalogItem {
  float: left;
  width: 210px;
  margin-left: 115px;
  text-align: center;
}
.listCatalogItem:first-child {
  margin-left: 0;
}
.listCatalogItem._floatNone{
    float: none;
    margin: 0 auto;
}
.listCatalogItem .head {
  margin-bottom: 18px;
}
.listCatalogItem .head .txt {
  margin: 0;
  font-weight: bold;
}
.listCatalogItem .body {
  margin-bottom: 16px;
}
.listCatalogItem .footer >a {
  display: block;
  line-height: 1.5;
}
.listCatalogItem .footer >a:visited {
  color: #5c1a86;
}
@media all and (max-width: 736px) {
  .listCatalogItem {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 20px;
  }
  .listCatalogItem .head {
    margin-bottom: 6px;
  }
  .listCatalogItem .head .txt {
    font-size: 1rem;
    margin: 0;
  }
  .listCatalogItem .body {
    margin-bottom: 16px;
  }
  .listCatalogItem .body img {
    width: 47%;
  }
  .listCatalogItem .footer >a {
    display: block;
    line-height: 1.5;
  }
}
.listBold li {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media all and (max-width: 736px) {
  .listBold li {
    font-size: 1rem;
  }
}
.listSiteMap {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 0;
}
.listSiteMap >li {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f0f0f0;
}
.listSiteMap >li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
@media all and (min-width: 737px) {
  .listSiteMap {
    margin-top: 46px;
    padding-left: 0;
  }
  .listSiteMap >li {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  .listSiteMap >li:after {
    content: "";
    display: block;
    clear: both;
  }
  .listSiteMap >li a:before {
    left: 0;
  }
}
.listSiteMapChild {
  padding: 0;
}
.listSiteMapChild > li {
  font-size: 1rem;
  margin-bottom: 15px;
}
.listSiteMapChild > li.indent {
  padding-left: 10px;
}
@media all and (min-width: 737px) {
  .listSiteMapChild {
    float: left;
    width: 25%;
  }
  .listSiteMapChild:after {
    content: "";
    display: block;
    clear: both;
  }
  .listSiteMapChild:nth-child(2) {
    width: 25%;
  }
  .listSiteMapChild:nth-child(3) {
    width: 25.9%;
  }
  .listSiteMapChild:last-child {
    width: 19%;
  }
  .listSiteMapChild > li {
    margin-bottom: 7px;
  }
}
.listSiteMapChildWrap {
  padding-top: 10px;
}
.listSiteMapChildWrap:after {
  content: "";
  display: block;
  clear: both;
}
.listNormal {
  margin: 0;
}
.listNormal > li {
  padding-left: 1rem;
  text-indent: -10px;
}
@media all and (min-width: 737px) {
  .listNormal > li {
    padding-left: 15px;
    text-indent: -15px;
  }
}
.listArchive {
  margin: 0 0 20px;
}
.listArchive:after {
  content: "";
  display: block;
  clear: both;
}
.listArchive .listArchiveItem {
  float: left;
  margin-right: 18px;
}
.listArchive .listArchiveItem:last-child {
  margin-right: 0;
}
.listArchive .listArchiveItem.active >a {
  color: #fff;
  background-color: #000;
}
.listArchive .listArchiveItem >a {
  display: block;
  padding: 6px 22px 4px;
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: bold;
}
.listArchive .listArchiveItem >a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media all and (max-width: 736px) {
  .listArchive {
    margin: 0px;
  }
  .listArchive .listArchiveItem {
    margin-right: 7px;
  }
  .listArchive .listArchiveItem:first-child > a {
    padding: 5px 8px;
  }
  .listArchive .listArchiveItem >a {
    padding: 5px 10px;
    font-size: 1rem;
    border: 1px solid #000;
    border-radius: 2px;
  }
}
.listPanel {
  width: 100%;
  margin-bottom: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media all and (max-width: 736px) {
  .listPanel {
    margin: 0;
    padding: 10px;
  }
}
.listPanelItem {
  border: 1px solid #e3dedf;
  margin-bottom: 22px;
  margin-left: 24px;
  width: 222px;
}
.listPanelItem .figureBox {
  text-align: center;
}
.listPanelItem .figureBox img {
  padding: 20px 0;
  width: 100%;
  height: auto;
}
.listPanelItem .txtBox {
  background-color: #f9f8f4;
  padding: 20px 25px;
  text-align: center;
}
.listPanelItem .txtBox .name {
  border-bottom: 1px solid #e3dedf;
  padding-bottom: 17px;
  margin-bottom: 19px;
  font-weight: bold;
}
.listPanelItem .txtBox .name .ja,
.listPanelItem .txtBox .name .en {
  display: block;
}
.listPanelItem .txtBox .price {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.listPanelItem .txtBox .price > span {
  font-size: 1.4rem;
}
@media all and (min-width: 737px) {
  .listPanelItem:first-child,
  .listPanelItem:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 736px) {
  .listPanelItem {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  .listPanelItem:nth-child(2n) {
    margin-right: 0;
  }
  .listPanelItem .figureBox img {
    vertical-align: top;
  }
  .listPanelItem .txtBox {
    padding: 10px 15px;
  }
  .listPanelItem .txtBox .name {
    padding-bottom: 9px;
    margin-bottom: 9px;
  }
  .listPanelItem .txtBox .name .ja,
  .listPanelItem .txtBox .name .en {
    font-size: 1rem;
  }
  .listPanelItem .txtBox .price {
    font-size: 1.1rem;
  }
}
.listPanelItemInner {
  display: block;
  color: #000;
}
.listPanelItemInner:hover {
  text-decoration: none;
}
.listPanel2 {
  width: 100%;
  margin: 56px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media all and (max-width: 736px) {
  .listPanel2 {
    margin: 0;
    padding: 20px 10px;
  }
}
.listPanel2Item {
  margin-bottom: 31px;
  width: 452px;
  position: relative;
}
.ingenu .listPanel2Item {
  background-color: #ffeef3;
}
.riki .listPanel2Item {
  background-color: #fcf7ed;
}
.listPanel2Item .figureBox {
  text-align: center;
}
.listPanel2Item .txtBox {
  padding: 27px 30px 95px;
  text-align: center;
}
.listPanel2Item .txtBox .name {
  display: table;
  width: 100%;
  margin-bottom: 28px;
}
.listPanel2Item .txtBox .name .inner {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e3dedf;
  padding-bottom: 27px;
  font-weight: bold;
  font-size: 1.8rem;
}
.listPanel2Item .txtBox .description {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.listPanel2Item .txtBox .description > span {
  font-size: 1.4rem;
}
.listPanel2Item .btnDetailWrap {
  position: absolute;
  bottom: 32px;
  left: 0;
}
.listPanel2Item .btnDetailWrap .btnDetailInner {
  background-color: #2a2a2a;
}
@media all and (max-width: 736px) {
  .listPanel2Item {
    width: 48%;
    margin: 0 4% 20px 0;
    padding-bottom: 40px;
  }
  .listPanel2Item:nth-child(2n) {
    margin-right: 0;
  }
  .listPanel2Item .figureBox img {
    vertical-align: top;
  }
  .listPanel2Item .txtBox {
    padding: 13px 15px;
  }
  .listPanel2Item .txtBox .name {
    margin-bottom: 13px;
  }
  .listPanel2Item .txtBox .name .inner {
    padding-bottom: 13px;
    font-size: 1rem;
  }
  .listPanel2Item .txtBox .description {
    font-size: 1rem;
  }
  .listPanel2Item .btnDetailWrap {
    position: absolute;
    bottom: 15px;
    left: 0;
  }
}
.listPanel2ItemInner {
  display: block;
  color: #000;
}
.listPanel2ItemInner:hover {
  text-decoration: none;
}
.listWork {
  width: 100%;
  margin: 31px 0 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.listWork .listWorkItem {
  width: 443px;
  margin-bottom: 30px;
}
.listWork .listWorkItem:after {
  content: "";
  display: block;
  clear: both;
}
.listWork .listWorkItem .figureBox {
  float: left;
  width: 150px;
  padding-top: 4px;
}
.listWork .listWorkItem .figureBox img {
  width: 100%;
  height: auto;
}
.listWork .listWorkItem .txtBox {
  padding: 0 0 0 16px;
  float: left;
  width: 280px;
}
.listWork .listWorkItem .txtBox .title {
  margin: 0 0 3px;
  border-bottom: 1px solid #e3dedf;
  font-size: 1.4rem;
  padding-bottom: 3px;
}
.listWork .listWorkItem .txtBox .txt {
  font-size: 1.2rem;
  margin: 0;
  font-weight: bold;
  line-height: 2;
}
@media all and (max-width: 736px) {
  .listWork {
    margin: 0;
    padding: 0 10px;
  }
  .listWork .listWorkItem {
    width: 100%;
  }
  .listWork .listWorkItem .figureBox {
    width: 30%;
  }
  .listWork .listWorkItem .txtBox {
    padding-left: 0;
    margin-left: 5%;
    width: 65%;
  }
  .listWork .listWorkItem .txtBox .title {
    font-size: 1.2rem;
  }
  .listWork .listWorkItem .txtBox .txt {
    font-size: 1rem;
  }
  .listWork .listWorkItem:nth-child(2n) .figureBox {
    float: right;
    margin-left: 5%;
  }
  .listWork .listWorkItem:nth-child(2n) .txtBox {
    float: right;
    margin-left: 0;
  }
}
.listLink {
  text-align: center;
  padding-right: 6px;
}
.listLink .listLinkItem {
  display: inline-block;
  margin-left: 10px;
}
.listLink .listLinkItem:first-child {
  margin-left: 0;
}
.txt_newsTopick {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: right;
}
@media all and (max-width: 736px) {
  .txt_newsTopick {
    font-size: 1rem;
  }
}
.txt_newsTopick a:visited {
  color: #5c1a86;
}
.txt_lead {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  padding: 19px 22px 17px;
}
@media all and (max-width: 736px) {
  .txt_lead {
    font-size: 1rem;
    padding: 17px 20px 16px;
  }
}
.txt_annotation {
  font-size: 1.2rem;
}
@media all and (max-width: 736px) {
  .txt_annotation {
    margin-bottom: 0;
  }
}
.txt_center {
  text-align: center;
}
.sp_br {
  display: none;
}
@media all and (max-width: 736px) {
  .sp_br {
    display: block;
  }
}
.pc_br {
  display: block;
}
@media all and (max-width: 736px) {
  .pc_br {
    display: none;
  }
}
.list_mr_none li {
  padding-left: 0;
  text-indent: 0;
}
.recommend_bottom_txt {
  width: 660px;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: left;
  margin-top: 37px;
  font-weight: bold;
}
.recommend_bottom_txt_2 {
  width: 564px;
  font-size: 1.2rem;
  text-align: left;
  margin-top: 15px;
  font-weight: bold;
}
.majo_wrap {
  display: flex;
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #ffffff;
}
.majo_table {
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
}
.majo_table td {
  background-color: #ffffff;
  border: solid 2px #e3dedf;
}
.majo_table a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.majo_table td:nth-of-type(1) {
  padding: 5px 10px;
}
@media all and (max-width: 736px) {
  .majo_table {
    display: table;
    width: 100%;
  }
  .majo_wrap {
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 736px) {
  .recommend_bottom_txt {
    width: auto;
    margin-top: 15px;
    font-size: 0.8rem;
  }
}
.font_color_black {
  color: #112035;
}
@media all and (max-width: 736px) {
  .recommend_bottom_txt_2 {
    width: auto;
    margin-top: 15px;
    font-size: 0.8rem;
    display: inline-block;
  }
}
.mt20 {
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mb0{
  margin-bottom: 0;
}

.mt0{
  margin-top: 0;
}
.spImg {
  display: none;
}
@media all and (max-width: 736px) {
  .spImg {
    display: inline;
  }
}
.pcImg {
  display: inline;
}
@media all and (max-width: 736px) {
  .pcImg {
    display: none;
  }
}
.kvWrap {
  position: relative;
  height: 600px;
  width: 100%;
  overflow: hidden;
}
.kvWrap * {
  outline: none;
}
@media all and (max-width: 736px) {
  .kvWrap {
    height: 240px;
  }
}
.kvImg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -470px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media all and (max-width: 736px) {
  .kvImg {
    width: 100px;
    margin-left: 0;
    left: 0;
  }
}
.kvImgInner {
  max-width: 1200px;
  width: 95%;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 736px) {
  .kvImgInner {
    height: 240px;
    width: 80%;
  }
}
#loopslider_wrap {
  position: absolute;
  margin: 0 auto;
}
.kvSliderWrap {
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 736px) {
  .kvSliderWrap {
    height: 240px;
    width: 1600px;
  }
}
.kvSlider {
  float: left;
  height: 600px;
  width: 2000px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media all and (max-width: 736px) {
  .kvSlider {
    height: 240px;
    width: 800px;
  }
}
.kvSlider li {
  margin-bottom: 0;
}
.kvSlider li a {
  display: block;
}
.kvSlider li a:hover img {
  opacity: 0.7;
}
.kvSlider li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.kvSlider_item_1 {
  position: absolute;
  left: 1.3%;
  width: 441px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_1 {
    width: 177px;
  }
}
.kvSlider_item_2 {
  position: absolute;
  left: 6.1%;
  bottom: 0;
  width: 368px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_2 {
    width: 148px;
  }
}
.kvSlider_item_3 {
  position: absolute;
  left: 24.85%;
  top: 0;
  width: 495px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_3 {
    width: 199px;
  }
}
.kvSlider_item_4 {
  position: absolute;
  left: 29.95%;
  bottom: 6.3%;
  width: 279px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_4 {
    width: 113px;
  }
}
.kvSlider_item_5 {
  position: absolute;
  left: 52.65%;
  top: 6.8%;
  width: 348px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_5 {
    width: 140px;
  }
}
.kvSlider_item_6 {
  position: absolute;
  left: 51.1%;
  bottom: 0;
  width: 390px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_6 {
    width: 157px;
  }
}
.kvSlider_item_7 {
  position: absolute;
  right: 0;
  top: 0;
  width: 558px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_7{
    width: 224px;
  }
}
.kvSlider_item_8 {
  position: absolute;
  right: 11.55%;
  bottom: 0;
  width: 300px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_8 {
    width: 121px;
  }
}
.kvSlider_item_9 {
  position: absolute;
  right: 0;
  bottom: 11%;
  width: 201px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_9{
    width: 82px;
  }
}
.kvSlider_item_10 {
  position: absolute;
  right: 0;
  top: 0;
  width: 558px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_10  {
    width: 224px;
  }
}
.kvSlider_item_11 {
  position: absolute;
  right: 9.7%;
  bottom: 0;
  width: 300px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_11 {
    width: 121px;
  }
}
.kvSlider_item_12 {
  position: absolute;
  right: 0;
  bottom: 11%;
  width: 201px;
}
@media all and (max-width: 736px) {
  .kvSlider_item_12 {
    width: 82px;
  }
}
.modal_overlay {
  z-index: 9999;
  background: #f4e9dc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  display: none;
}
.r_modal_overlay {
  z-index: 9999;
  background: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  display: none;
}
@media all and (max-width: 736px) {
  .modal_overlay {
    opacity: 1;
  }
}
.modal_wrapper {
  z-index: 10000;
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
.modal_wrapper left,
.modal_wrapper +sp() {
  height: 100vh;
}
.modal_contentWrap {
  display: none;
}
.modal_container {
  z-index: 10000;
  width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s linear 0.8s;
  transition: all 0.5s linear 0.8s;
}
@media all and (max-width: 736px) {
  .modal_container {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  width: 64px;
  height: 50px;
  cursor: pointer;
  display: none;
}
.r_modal_close {
  position: absolute;
  top: -6px;
  right: 250px;
  border-radius: 0;
  width: 64px;
  height: 50px;
  cursor: pointer;
  display: none;
}
@media all and (max-width: 736px) {
  .modal_close {
    top: 0;
    width: 40px;
    height: 40px;
  }
  .modal_close:hover {
    background: transparent;
  }
  .r_modal_close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .r_modal_close:hover {
    background: transparent;
  }
}
.modal_close:after,
.modal_close:before {
  content: "";
  display: block;
  position: absolute;
  background: #3b312f;
  border-radius: 0;
  width: 1px;
  top: 17px;
  left: 31px;
  height: 19px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.r_modal_close:after,
.r_modal_close:before {
  content: "";
  display: block;
  position: absolute;
  background: #3b312f;
  border-radius: 0;
  width: 1px;
  top: 17px;
  left: 31px;
  height: 19px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media all and (max-width: 736px) {
  .modal_close:after,
  .modal_close:before {
    top: 10px;
    left: 19px;
  }
  .r_modal_close:after,
  .r_modal_close:before {
    top: 10px;
    left: 19px;
  }
}
.modal_close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.r_modal_close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.r_modal_close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close:focus:after,
.modal-close:focus:before,
.modal-close:hover:after,
.modal-close:hover:before {
  background: #3b312f;
  opacity: 0.6;
}
.modalCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 736px) {
  .modalCont {
    display: block;
    padding: 40px 0 100px;
    background: url("/resources/img/rikiwatanabe/bg.jpg") repeat;
  }
  .r_modalCont {
    display: block;
    padding: 40px 0 0;
    background-color: #ffffff;
    /* opacity: 0.7; */
  }
}
.modalCont .modalProduct {
  width: 320px;
  padding-top: 38px;
  background: #fff;
}
@media all and (max-width: 736px) {
  .modalCont .modalProduct {
    width: 100%;
    padding-top: 2em;
  }
}
.modalCont .modalProduct >p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.modalCont .productImg {
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 736px) {
  .modalCont .productImg >img {
    width: 182px;
  }
}
.modalCont .productName {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media all and (max-width: 736px) {
  .modalCont .productName {
    width: 150px;
    margin: 0 auto 2em;
  }
}
.modalCont .productLink {
  margin-top: 20px;
  border-top: 2px solid #f4e9dc;
  padding: 30px 0;
}
.modalCont .productLink a {
  margin: 0 auto;
  width: 168px;
  color: #3b312f;
  display: block;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: left;
}
.modalCont .productLink a:nth-child(n+2) {
  margin-top: 16px;
}
.modalCont .productLink a:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3b312f;
  position: absolute;
  bottom: 0;
}
.modalCont .productLink a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #3b312f;
  border-right: 1px solid #3b312f;
  position: absolute;
  right: 6px;
  top: 26%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalCont .productLink a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #392f2c;
  position: absolute;
  bottom: -6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}
.modalCont .productLink a:hover {
  text-decoration: none;
}
.modalCont .productLink a:hover:before {
  bottom: -2px;
  opacity: 1;
}
@media all and (max-width: 736px) {
  .modalCont .productLink {
    padding: 3rem 0;
  }
}
.topFade_1,
.topFade_2 {
  display: none;
}
.topFadeCont {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.topFadeCont.is_visible {
  opacity: 1;
}
.riki_products {
  border-top: 1px solid #5e4d41;
}
.riki_boxProduct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
}
@media all and (max-width: 736px) {
  .riki_boxProduct {
    margin: 0;
  }
}
.riki_boxProductSubItem {
  background: #fcf7ec;
  margin: 0;
}
@media all and (max-width: 736px) {
  .riki_boxProductSubItem {
    width: 100%;
  }
}
@media all and (max-width: 736px) {
  .riki_boxProductSubItem:nth-child(n+2) {
    margin-top: 20px;
  }
}
.riki_boxProductSubItem:nth-child(n+4) {
  margin-top: 30px;
}
@media all and (max-width: 736px) {
  .riki_boxProductSubItem:nth-child(n+4) {
    margin-top: 20px;
  }
}
.riki_boxProductSubItem .title {
  margin: 0 auto 20px;
  font-size: 1.7rem;
}
@media all and (max-width: 736px) {
  .riki_boxProductSubItem .title {
    font-size: 1.6rem;
  }
}
.riki_boxProductSubItem .txtBox {
  color: #3b312f;
  text-align: center;
  padding: 27px 0;
}
.riki_boxProductSubItem .more {
  text-align: center;
  position: relative;
  margin: 0;
}
.riki_boxProductSubItem .more a {
  color: #3b312f;
  margin: 0;
  position: relative;
  font-size: 1.6rem;
  padding: 2px 20px 2px 10px;
  text-decoration: none;
}
.riki_boxProductSubItem .more a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #392f2c;
  position: absolute;
  bottom: -6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}
.riki_boxProductSubItem .more a:hover {
  text-decoration: none;
}
.riki_boxProductSubItem .more a:hover:before {
  bottom: -2px;
  opacity: 1;
}
@media all and (min-width: 737px) {
.riki_boxProductSubItem:nth-child(1) {
margin-right: 30px;
}
.riki_boxProductSubItem:nth-child(2) {
margin-right: 30px;
}
.riki_boxProductSubItem:nth-child(4) {
margin-right: 30px;
}
}
@media all and (max-width: 736px) {
  .riki_boxProductSubItem .more a {
    font-size: 1.5rem;
  }
}
.riki_boxProductSubItem .more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 14px;
  right: 0;
  background: url("/resources/img/icn/icon_products.png") no-repeat top left;
  background-size: contain;
}
@media all and (max-width: 736px) {
  .riki_boxProductSubItem .more a::after {
    width: 6px;
    height: 12px;
  }
}
@media all and (max-width: 736px) {
  .riki_boxProductSubItem .figureBox img {
    vertical-align: top;
  }
}
.riki_carousel.slider_interview {
  width: 560px;
  margin: 0 auto 40px;
}
@media all and (max-width: 736px) {
  .riki_carousel.slider_interview {
    width: 100%;
    margin-bottom: 30px;
  }
}
.riki_carousel .btnInstaWrap a:hover img {
  opacity: 1;
}
.riki_carousel.slider_instagram {
  width: 744px;
  margin: 0 auto 90px;
}
@media all and (max-width: 736px) {
  .riki_carousel.slider_instagram {
    width: 78%;
    margin-bottom: 60px;
  }
}
.riki_carousel .btnInstaWrap a:hover img {
  opacity: 1;
}
.riki_catalog .listCatalog {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .riki_catalog .listCatalog {
    width: 71%;
  }
}
.riki_catalog .listCatalogItem {
  width: 210px;
  text-align: center;
  float: left;
  margin: 0;
}
@media all and (max-width: 736px) {
  .riki_catalog .listCatalogItem {
    width: 100%;
    margin-left: 0;
  }
}
.riki_catalog .listCatalogItem:nth-child(2) {
  margin-left: 30px;
}
@media all and (max-width: 736px) {
  .riki_catalog .listCatalogItem:nth-child(2) {
    margin: 30px 0 0;
  }
}
.riki_catalog .listCatalogItem .txt {
  height: 70px;
  font-weight: normal;
}
@media all and (max-width: 736px) {
  .riki_catalog .listCatalogItem .txt {
    height: auto;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
.riki_catalog .listCatalogItem .capacity {
  font-size: 1rem;
}
@media all and (max-width: 736px) {
  .riki_catalog .listCatalogItem .body img {
    width: 100%;
  }
}
.riki_catalog .listCatalogItem a {
  color: #231815;
  font-size: 1rem;
}
.riki_about_block {
  margin-top: 50px;
  overflow: hidden;
}
@media all and (max-width: 736px) {
  .riki_about_block {
    padding: 0 20px;
  }
}
.riki_about_lead {
  line-height: 2.6;
  margin: 60px 0 45px;
}
@media all and (max-width: 736px) {
  .riki_about_lead {
    font-size: 1.2rem;
    margin: 30px 0;
  }
}
.riki_about_block_inner {
  margin: 50px 0;
}
@media all and (max-width: 736px) {
  .riki_about_block_inner {
    padding: 0 15px;
    margin: 30px 0 0;
  }
}
.riki_about_message {
  width: 465px;
  margin: 100px auto 50px;
}
@media all and (max-width: 736px) {
  .riki_about_message {
    width: 100%;
    margin: 50px auto 25px;
  }
  .riki_about_message img {
    display: block;
    width: 70.6vw;
    height: auto;
    margin: 0;
  }
}
.riki_about_profile_box {
  width: 915px;
  padding-bottom: 8px;
}
@media all and (max-width: 736px) {
  .riki_about_profile_box {
    width: 100%;
    padding: 0;
  }
}
.riki_about_profile_box .textBox {
  text-align: left;
  padding-left: 285px;
}
@media all and (max-width: 736px) {
  .riki_about_profile_box .textBox {
    padding: 0;
  }
}
.riki_about_profile_box .name {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
}
@media all and (max-width: 736px) {
  .riki_about_profile_box .name {
    text-align: center;
    margin-bottom: 22px;
  }
}
.riki_about_profile_box .name .ja {
  font-size: 2.2rem;
}
@media all and (max-width: 736px) {
  .riki_about_profile_box .name .ja {
    display: block;
    font-size: 2rem;
  }
}
.riki_about_profile_box .name .en {
  font-weight: normal;
  padding-left: 30px;
}
@media all and (max-width: 736px) {
  .riki_about_profile_box .name .en {
    display: block;
    font-size: 1.1rem;
    padding: 0;
    margin-top: 15px;
  }
}
.riki_about_profile_box .name .year {
  font-size: 1rem;
  display: block;
  margin: 8px 0 10px;
}
@media all and (max-width: 736px) {
  .riki_about_profile_box .name .year {
    font-size: 1rem;
    margin-top: 15px;
  }
}
.riki_about_profile_box .description {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 5px;
}
.riki_about_profile_box .figureBox {
  width: 200px;
  margin-left: 56px;
  float: left;
}
@media all and (max-width: 736px) {
  .riki_about_profile_box .figureBox {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}
.riki_about_profile_box .copy {
  margin: 0;
  font-size: 1rem;
}
@media all and (max-width: 736px) {
  .riki_about_profile_box .copy {
    text-align: center;
    margin-top: 15px;
  }
}
.riki_about .about_work_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.riki_about .about_work_box .work_box_item {
  width: 210px;
}
@media all and (max-width: 736px) {
  .riki_about .about_work_box .work_box_item {
    width: 100%;
  }
  .riki_about .about_work_box .work_box_item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.riki_about .about_work_box .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  height: 90px;
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.riki_about .about_work_box .title span {
  display: block;
  width: 100%;
}
.riki_about .about_work_box .txt {
  text-align: left;
  font-size: 1.2rem;
  line-height: 2;
}
.riki .lyt_main .h_line {
  min-width: 960px;
  width: 100%;
  background-color: transparent;
  margin: 0 0 30px;
  position: relative;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .h_line {
    min-width: inherit;
    margin: 0 0 20px;
  }
}
.riki .lyt_main .h_line .h_lineInner {
  display: block;
  width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 0 23px;
  font-size: 2.2rem;
  color: #604c3f;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .h_line .h_lineInner {
    font-size: 1.5rem;
    width: 100%;
  }
}
.riki .lyt_main .h_line .h_lineInner::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 12%;
  width: 30px;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  background: #231815;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .h_line .h_lineInner::after {
    margin-left: -3%;
  }
}
.riki .lyt_main .lyt_news {
  width: 960px;
  margin: 54px auto 60px;
  padding: 0 188px;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_news {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 40px;
  }
}
.riki .lyt_main .lyt_news .listArchive {
  padding: 5px 0 0 5px;
  margin: 0 0 20px;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_news .listArchive {
    padding: 0 10%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.riki .lyt_main .lyt_news .listArchive .listArchiveItem {
  margin-right: 20px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_news .listArchive .listArchiveItem {
    margin-right: 0;
  }
}
.riki .lyt_main .lyt_news .listArchive .listArchiveItemlast-child {
  margin-right: 0;
}
.riki .lyt_main .lyt_news .listArchive .listArchiveItem >a {
  display: block;
  padding: 6px 10px 4px;
  color: #000;
  background-color: #d1c3a6;
  border: none;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: normal;
}
.riki .lyt_main .lyt_news .listArchive .listArchiveItem >afirst-child {
  padding: 6px 16px;
}
.riki .lyt_main .lyt_news .listArchive .listArchiveItem.all a {
  padding: 5px 14px;
}
.riki .lyt_main .lyt_news .listArchive .listArchiveItem.active >a {
  background-color: #e1d3b8;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_news .listArchive:after {
    display: none;
  }
}
.riki .lyt_main .boxNews {
  background: none;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .boxNews .dl_data {
    padding-left: 0;
  }
}
.riki .lyt_main .boxNews dd {
  margin-left: 115px;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .boxNews dd {
    margin: 5px 0 0;
  }
}
.riki .lyt_main .boxNews .list_news_item {
  padding: 12px 0;
  display: table-layout;
  width: 580px;
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .boxNews .list_news_item {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px 0;
  }
}
.riki .lyt_main .boxNews .list_news_item .fadeBorder {
  color: #392f2c;
  position: relative;
}
.riki .lyt_main .boxNews .list_news_item .fadeBorder:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #392f2c;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .boxNews .list_news_item .fadeBorder:after {
    display: none;
  }
}
.riki .lyt_main .boxNews .list_news_item .fadeBorder:hover {
  text-decoration: none;
}
.riki .lyt_main .boxNews .list_news_item .fadeBorder:hover:after {
  bottom: 4px;
  opacity: 1;
}
.riki .lyt_main .boxNews .list_news_item >.dl_dataWrap {
  display: block;
  color: #392f2c;
  position: relative;
  padding: 11px 0;
}
.riki .lyt_main .boxNews .list_news_item >.dl_dataWrap:hover {
  text-decoration: none;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .boxNews .list_news_item >.dl_dataWrap {
    padding: 0;
  }
}
.riki .lyt_main .boxNews .list_news_item >.dl_dataWrap a {
  padding: 5px 0;
}
.riki .lyt_main .boxNews .list_news_item dt {
  text-align: left;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .boxNews .list_news_item dt {
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}
.riki .lyt_main .lyt_interview {
  width: 900px;
  margin: 0 auto;
  font-size: 1.3rem;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview {
    width: 100%;
    font-size: 1.2rem;
  }
}
.riki .lyt_main .lyt_interview .h_line {
  min-width: 900px;
  width: 100%;
  background-color: transparent;
  margin: 0 0 30px;
  position: relative;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .h_line {
    min-width: inherit;
    margin: 0 0 20px;
  }
}
.riki .lyt_main .lyt_interview .h_line .h_lineInner {
  display: block;
  width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 23px;
  font-size: 2.2rem;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .h_line .h_lineInner {
    font-size: 1.5rem;
    width: 100%;
  }
}
.riki .lyt_main .lyt_interview .time_work_wrap {
  padding: 0 0 33px;
  text-align: center;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .time_work_wrap {
    padding: 0 0 30px;
  }
}
.riki .lyt_main .lyt_interview .time_work_wrap .section_title_sub {
  font-size: 2.6rem;
  position: relative;
  line-height: 1.8;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .time_work_wrap .section_title_sub {
    font-size: 1.7rem;
  }
}
.riki .lyt_main .lyt_interview .time_work_wrap .section_title_sub span {
  font-size: 1.6rem;
  padding: 26px 0 0;
  display: block;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .time_work_wrap .section_title_sub span {
    font-size: 1.2rem;
  }
}
.riki .lyt_main .lyt_interview .time_work_wrap .section_title_sub::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: -31%;
  width: 30px;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  background: #231815;
}
.riki .lyt_main .lyt_interview .time_work_wrap .time_work_txt {
  padding-top: 27px;
  font-size: 1.3rem;
  line-height: 2;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .time_work_wrap .time_work_txt {
    line-height: 2.3;
    margin: 0;
  }
}
.riki .lyt_main .lyt_interview .lead_wrap {
  text-align: center;
  position: relative;
}
.riki .lyt_main .lyt_interview .lead_wrap .vol_img {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .lead_wrap .vol_img {
    position: static;
    width: 30%;
    margin: 30px 0 0;
  }
}
.riki .lyt_main .lyt_interview .lead_wrap .name {
  font-size: 2.2rem;
  margin: 50px 0 13px;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .lead_wrap .name {
    margin: 30px 0 15px;
  }
}
.riki .lyt_main .lyt_interview .lead_wrap .name span {
  font-size: 1.2rem;
}
.riki .lyt_main .lyt_interview .lead_wrap .profession {
  margin-bottom: 40px;
  font-size: 1.2rem;
}
.riki .lyt_main .lyt_interview .lead_wrap .lead {
  font-size: 1.6rem;
  line-height: 2.3;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .lead_wrap .lead {
    font-size: 1.2rem;
    margin: 0;
  }
}
.riki .lyt_main .lyt_interview .lead_wrap .date {
  font-size: 1rem;
  margin: 35px 0 42px;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .lead_wrap .date {
    margin: 30px 0 30px;
  }
}
.riki .lyt_main .lyt_interview .article_txt {
  margin-bottom: 45px;
  line-height: 2;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .article_txt {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.riki .lyt_main .lyt_interview .desc_txt {
  text-align: center;
  margin: 30px 0 40px;
  font-size: 1.1rem;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .desc_txt {
    margin: 30px 0 30px;
    line-height: 2;
    padding: 0 20px;
  }
}
.riki .lyt_main .lyt_interview .slider_lineup .slick-nextbefore {
  background-image: url("/resources/img/slick/icon_right_riki.png");
  width: 40px;
  height: 40px;
  content: '';
}
.riki .lyt_main .lyt_interview .slider_lineup .slick-prevbefore {
  background-image: url("/resources/img/slick/icon_lfet_riki.png");
  width: 40px;
  height: 40px;
  content: '';
}
.riki .lyt_main .lyt_interview .watch_model {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.riki .lyt_main .lyt_interview .watch_model:nth-child(n+2) {
  margin-top: 50px;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .watch_model {
    padding: 0;
  }
  .riki .lyt_main .lyt_interview .watch_model:nth-child(n+2) {
    margin-top: 30px;
  }
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_txt {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  left: 175px;
  display: block;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .watch_model .watch_model_txt {
    position: static;
  }
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_txt .price {
  font-size: 1.4rem;
  font-weight: normal;
  padding: 16px 0 0;
  display: block;
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_txt span {
  font-size: 1.4rem;
  font-weight: normal;
  padding: 25px 0 20px;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .watch_model .watch_model_txt span {
    font-size: 1.2rem;
  }
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_img {
  height: 288px;
  width: auto;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .watch_model .watch_model_img {
    height: 200px;
    margin: 25px 0;
  }
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_more {
  position: absolute;
  top: 47%;
  right: 170px;
  font-size: 1.6rem;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .watch_model .watch_model_more {
    position: static;
    padding: 25px 0;
    border-top: 2px solid #f4e9dc;
  }
  .riki .lyt_main .lyt_interview .watch_model .watch_model_more a {
    position: relative;
  }
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_more a {
  color: #392f2c;
  padding: 0 20px 0 10px;
  text-decoration: none;
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_more:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #392f2c;
  position: absolute;
  bottom: -6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_more:hover {
  text-decoration: none;
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_more:hover:before {
  bottom: -2px;
  opacity: 1;
}
.riki .lyt_main .lyt_interview .watch_model .watch_model_more a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 12px;
  height: 12px;
  right: 0;
  background: url("/resources/img/icn/icon_products.png") no-repeat top left;
  background-size: contain;
}
.riki .lyt_main .lyt_interview .section_title {
  font-size: 2rem;
  margin: 50px 0 33px;
  text-align: center;
  font-weight: normal;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .section_title {
    margin: 30px 0;
  }
}
.riki .lyt_main .lyt_interview .profile_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 30px 140px 0;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .profile_box {
    padding: 0 15px;
    border-bottom: none;
    border-top: none;
  }
  .riki .lyt_main .lyt_interview .profile_box img {
    width: 63%;
    margin: 0 auto;
    height: 100%;
  }
}
.riki .lyt_main .lyt_interview .profile_box .profile_txt_wrap {
  width: 395px;
}
.riki .lyt_main .lyt_interview .profile_box .profile_txt_wrap .neme {
  font-size: 1.6rem;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview .profile_box .profile_txt_wrap .neme {
    text-align: center;
    margin: 30px 0;
  }
}
.riki .lyt_main .lyt_interview .profile_box .profile_txt_wrap .profile_txt {
  font-size: 1rem;
  margin-bottom: 30px;
}
.riki .lyt_main .photo_txt {
  font-size: 1.1rem;
  text-align: center;
  margin: 30px 0;
}
@media all and (max-width: 736px) {
  .riki .lyt_main .lyt_interview.profile {
    border-top: 2px solid;
  }
}
.riki_carousel.slider_lineup {
  width: 795px;
  margin: 0 auto 90px;
}
@media all and (max-width: 736px) {
  .riki_carousel.slider_lineup {
    width: 78%;
    margin-bottom: 60px;
  }
}
.slider_lineup_items .riki_carousel_item_inner {
  display: block;
  padding: 0 5px;
}
.slider_lineup_items .riki_carousel_item_inner img {
  width: 100%;
  height: auto;
}
.slider_lineup .slider_lineup_items .slick-prev {
  background: url("/resources/img/slick/icn_left_riki.png") no-repeat;
  background-size: 100% auto;
  left: -50px;
}
.slider_lineup .slider_lineup_items .slick-next {
  background: url("/resources/img/slick/icn_right_riki.png") no-repeat;
  background-size: 100% auto;
  right: -50px;
}
.riki .lyt_main .nationwide_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.riki .lyt_main .nationwide_list li {
  margin: 0 15px;
  position: relative;
}
.riki .lyt_main .nationwide_list li a {
  color: #231815;
  font-size: 1.5rem;
  display: block;
}
.riki .lyt_main .nationwide_list li .nationwide_list_item_icon {
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  right: -18px;
  top: 5px;
}
.riki .lyt_main .nationwide_list li .nationwide_list_item_icon:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #696969;
  border-left: 2px solid #696969;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 2px;
}
.riki .lyt_main .nationwide_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 30px;
}
.riki .lyt_main .nationwide_table {
  border: 2px solid #696969;
  border-collapse: collapse;
  width: 900px;
  font-size: 1.3rem;
  margin-bottom: 40px;
}
.riki .lyt_main .nationwide_table th {
  text-align: left;
  background: #d1c4a6;
  border-right: 2px solid #696969;
  padding: 4px;
}
.riki .lyt_main .nationwide_table tr {
  border-bottom: 2px solid #696969;
}
.riki .lyt_main .nationwide_table td {
  border-right: 2px solid #696969;
  padding: 4px;
}
@media all and (min-width: 737px) {
  .nationwide_table_th_sp {
    display: none;
  }
  .riki .lyt_main .nationwide_table th:nth-child(1) {
    width: 40%;
  }
  .riki .lyt_main .nationwide_table th:nth-child(2) {
    width: 40%;
  }
  .riki .lyt_main .nationwide_table th:nth-child(3) {
    width: 20%;
  }
}
@media all and (max-width: 736px) {
  .riki .lyt_main .nationwide_listWrap {
    text-align: center;
    padding: 0 5%;
  }
  .riki .lyt_main .nationwide_list {
    text-align: left;
    display: inline-block;
  }
  .riki .lyt_main .nationwide_list li {
    margin: 0;
    display: inline-block;
    padding-right: 13px;
    margin: 0 10px 5px;
  }
  .riki .lyt_main .nationwide_list li a {
    font-size: 1.3rem;
  }
  .riki .lyt_main .nationwide_list li .nationwide_list_item_icon {
    display: block;
    position: absolute;
    width: 9px;
    height: 7px;
    right: 0;
    top: 5px;
  }
  .riki .lyt_main .nationwide_list li .nationwide_list_item_icon:before {
    width: 4px;
    height: 4px;
  }
  .riki .lyt_main .nationwide_title {
    font-size: 1.5rem;
    margin: 30px 0 20px;
  }
  .riki .lyt_main .nationwide_table {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 1.3rem;
  }
  .riki .lyt_main .nationwide_table th {
    width: 100%;
    border-right: none;
    padding: 5px;
  }
  .riki .lyt_main .nationwide_table td {
    display: block;
    width: 100%;
    border-right: none;
    padding: 0 5px;
  }
  .riki .lyt_main .nationwide_table td:first-child {
    padding-top: 5px;
  }
  .riki .lyt_main .nationwide_table td:last-child {
    padding-bottom: 5px;
  }
  .riki .lyt_main .nationwide_table_th_pc {
    display: none;
  }
}
.riki {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.1em;
  background: url("/resources/img/rikiwatanabe/bg.jpg") repeat;
  color: #231815;
}
.PT {
  font-family: 'PT Sans', sans-serif;
}
.Roman {
  font-family: 'Roman', serif;
}
.Min {
  font-family: 'Roman', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}
.Times {
  font-family: 'Times', 'Times New Roman', sans-serif;
}
.riki_header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: url("/resources/img/rikiwatanabe/bg.jpg") repeat;
}
.riki_headerInner {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 20px 90px;
}
.riki_headerInner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 736px) {
  .riki_headerInner {
    width: 100%;
    padding: 22px 20px 20px;
    text-align: center;
  }
}
.riki_header_logo1 {
  margin: 0 60px 0 0;
  float: left;
}
@media all and (max-width: 736px) {
  .riki_header_logo1 {
    width: 70px;
    margin: 0 auto;
    float: none;
  }
}
.riki_header_logo2 {
  display: none;
}
@media all and (max-width: 736px) {
  .riki_header_logo2 {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .riki_header_logo2 img {
    width: 90px;
  }
}
.riki_headerOpen {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media all and (max-width: 736px) {
  .riki_headerOpen {
    display: block;
  }
}
.riki_headerOpen span {
  display: block;
  width: 20px;
  height: 2px;
  background: #231815;
  position: absolute;
}
.riki_headerOpen span:nth-child(1) {
  top: 5px;
}
.riki_headerOpen span:nth-child(2) {
  top: 12px;
}
.riki_headerClose {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -12px;
}
@media all and (max-width: 736px) {
  .riki_headerClose {
    display: block;
  }
}
.riki_headerClose span {
  display: block;
  width: 2px;
  height: 20px;
  background: #231815;
  position: absolute;
  top: 0;
  left: 12px;
}
.riki_headerClose span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.riki_headerClose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.riki_header_listWrap {
  width: 645px;
  float: left;
}
@media all and (max-width: 736px) {
  .riki_header_listWrap {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    float: none;
    padding: 100px 20px 90px;
    opacity: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
  }
  .riki_header_listWrap.is_open {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.riki_header_listItem {
  display: inline-block;
  float: left;
}
@media all and (max-width: 736px) {
  .riki_header_listItem {
    float: none;
    display: block;
    text-align: center;
  }
}
.riki_header_listItem:nth-child(n+2) {
  margin-left: 35px;
}
@media all and (max-width: 736px) {
  .riki_header_listItem:nth-child(n+2) {
    margin: 30px 0 0;
  }
}
.riki_header_listItem a {
  color: #231815;
  font-weight: bold;
  padding-bottom: 3px;
  position: relative;
}
@media all and (max-width: 736px) {
  .riki_header_listItem a {
    font-size: 1.4rem;
  }
}
.riki_header_listItem a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #392f2c;
  position: absolute;
  bottom: -6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 736px) {
  .riki_header_listItem a:after {
    display: none;
  }
}
.riki_header_listItem a:hover {
  text-decoration: none;
}
.riki_header_listItem a:hover:after {
  bottom: -2px;
  opacity: 1;
}
.riki_carousel .slick-dots {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  bottom: -35px;
}
.riki_carousel .slick-dots li.slick-active button:before {
  background: #231815;
  opacity: 1;
}
.riki_carousel .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1.5px solid #231815;
  opacity: 1;
}
.riki_carousel .slick-prev,
.riki_carousel .slick-next {
  width: 40px;
  height: 40px;
}
.riki_carousel .slick-next:before,
.riki_carousel .slick-prev:before {
  display: none;
}
.riki_carousel .slick-prev {
  background: url("/resources/img/slick/icn_left_riki.png") no-repeat;
  background-size: 100% auto;
  left: -70px;
}
.riki_carousel .slick-prev:hover {
  opacity: 0.8;
}
.riki_carousel .slick-next {
  background: url("/resources/img/slick/icn_right_riki.png") no-repeat;
  background-size: 100% auto;
  right: -70px;
}
.riki_carousel .slick-next:hover {
  opacity: 0.8;
}
.riki_carousel_item {
  width: 218px;
  margin: 0;
}
@media all and (max-width: 736px) {
  .riki_carousel_item {
    width: 100%;
  }
}
.riki_carousel_item_inner {
  display: block;
  padding: 0 15px;
}
.riki_carousel_item_inner img {
  width: 100%;
  height: auto;
}
.riki_footer {
  background: #fcf7ec;
}
.riki_footer_listWrap {
  border-bottom: 2px solid #f5f3ed;
}
.riki_footer_list {
  padding: 40px 0;
  text-align: center;
}
@media all and (max-width: 736px) {
  .riki_footer_list {
    padding: 30px 0;
  }
}
.riki_footer_listItem {
  display: inline-block;
  margin: 0 13px;
}
@media all and (max-width: 736px) {
  .riki_footer_listItem {
    display: block;
  }
  .riki_footer_listItem:nth-child(n+2) {
    margin-top: 25px;
  }
}
.riki_footer_listItem a {
  font-size: 1.1rem;
  color: #231815;
  vertical-align: middle;
}
@media all and (max-width: 736px) {
  .riki_footer_listItem a {
    font-size: 1.4rem;
  }
}
.riki_footer_listItem a:hover img {
  opacity: 1;
}
.riki_footer_listItem img {
  vertical-align: middle;
}
.riki_footer_listItem.logo img {
  height: 10px;
  width: auto;
}
@media all and (max-width: 736px) {
  .riki_footer_listItem.logo img {
    height: 13px;
  }
}
.riki_footer_listItem.logo.footer_logo_fusion {
  margin: 0;
}
@media all and (max-width: 736px) {
  .riki_footer_listItem.logo.footer_logo_fusion {
  margin-top: 25px;
  }
}
.riki_footer_listItem.logo.footer_logo_fusion img {
  width: 50%;
  height: auto;
  margin: 0;
}
@media all and (max-width: 736px) {
  .riki_footer_listItem.logo.footer_logo_fusion img {
  width: 15%;
  height: auto;
  }
}
.riki_footer_copy {
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
  padding: 40px 0 90px;
}
@media all and (max-width: 736px) {
  .riki_footer_copy {
    padding: 25px 0;
  }
}
.riki_section_title {
  margin: 50px 0 60px;
  text-align: center;
  color: #604c3f;
  font-size: 2.2rem;
}
@media all and (max-width: 736px) {
  .riki_section_title {
    font-size: 15px;
    margin: 30px 0 25px;
  }
}
.riki_section {
  text-align: center;
  border-top: 1px solid #5e4d41;
  padding: 10px 0 60px;
}
@media all and (max-width: 736px) {
  .riki_section {
    padding: 5px 0 30px;
  }
}
.riki_section_inner {
  width: 960px;
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .riki_section_inner {
    width: 100%;
    padding: 0 20px;
  }
  .riki_section_inner.spWide {
    padding: 0;
  }
}
.riki_section_subtitle {
  margin: 0 auto 40px;
  font-size: 2.6rem;
  color: #231815;
}
@media all and (max-width: 736px) {
  .riki_section_subtitle {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.riki_section_subtitle span {
  margin-top: 30px;
  display: block;
  font-size: 1.6rem;
}
@media all and (max-width: 736px) {
  .riki_section_subtitle span {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.riki_info_box {
  text-align: center;
  padding-bottom: 60px;
}
@media all and (max-width: 736px) {
  .riki_info_box {
    padding-bottom: 30px;
  }
}
.riki_info_box .dl_info {
  text-align: left;
}
@media all and (max-width: 736px) {
  .riki_info_box .dl_info {
    text-align: center;
  }
}
.riki_info_box .dl_info dd {
  margin-left: 115px;
}
@media all and (max-width: 736px) {
  .riki_info_box .dl_info dd {
    margin: 5px 0 0;
  }
}
.riki_info_box .list_info {
  padding: 12px 0;
  display: table;
  width: 620px;
  margin: 0 auto;
  padding: 10px 0;
}
.riki_info_box .list_info .fadeBorder {
  color: #392f2c;
  position: relative;
}
.riki_info_box .list_info .fadeBorder:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #392f2c;
  position: absolute;
  left: 0;
  bottom: -6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 736px) {
  .riki_info_box .list_info .fadeBorder:after {
    display: none;
  }
}
.riki_info_box .list_info .fadeBorder:hover {
  text-decoration: none;
}
.riki_info_box .list_info .fadeBorder:hover:after {
  bottom: -2px;
  opacity: 1;
}
@media all and (max-width: 736px) {
  .riki_info_box .list_info {
    width: 100%;
  }
}
.riki_info_box .list_info >.dl_infoWrap {
  display: block;
  color: #392f2c;
  position: relative;
}
.riki_info_box .list_info >.dl_infoWrap a {
  padding: 1px 0;
}
.riki_info_box .info_more {
  margin: 60px auto 0;
  position: relative;
}
@media all and (max-width: 736px) {
  .riki_info_box .info_more {
    margin: 20px auto 0;
  }
}
.riki_info_box .info_more a {
  color: #392f2c;
  position: relative;
  padding: 2px 20px 2px 10px;
  text-decoration: none;
}
.riki_info_box .info_more a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #392f2c;
  position: absolute;
  bottom: -6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}
.riki_info_box .info_more a:hover {
  text-decoration: none;
}
.riki_info_box .info_more a:hover:before {
  bottom: -2px;
  opacity: 1;
}
.riki_info_box .info_more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  right: 0;
  background: url("/resources/img/icn/icon_products.png") no-repeat top left;
  background-size: contain;
}
.js_fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.js_fadeIn.is_animation {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.js_slideLeft {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.js_slideLeft.is_animation.slideLeft_1 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s linear 0.4s;
  transition: all 0.5s linear 0.4s;
}
.js_slideLeft.is_animation.slideLeft_1 +transition-property prop {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.js_slideLeft.is_animation.slideLeft_2 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s linear 0.8s;
  transition: all 0.5s linear 0.8s;
}
@media all and (max-width: 736px) {
  .js_slideLeft.is_animation.slideLeft_2 {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
}
.js_slideLeft.is_animation.slideLeft_3 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s linear 1.2s;
  transition: all 0.5s linear 1.2s;
}
@media all and (max-width: 736px) {
  .js_slideLeft.is_animation.slideLeft_3 {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
}
.js_slideLeft.is_animation.slideLeft_4 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s linear 1.6s;
  transition: all 0.5s linear 1.6s;
}
@media all and (max-width: 736px) {
  .js_slideLeft.is_animation.slideLeft_4 {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
}
.js_message {
  display: block;
  width: 0;
  overflow: hidden;
}
@media all and (max-width: 736px) {
  .js_message {
    width: 100%;
  }
}
.js_message.is_animation.message_1 {
  width: 100%;
  -webkit-transition: width 1s linear 1.5s;
  transition: width 1s linear 1.5s;
}
.js_message.is_animation.message_2 {
  width: 100%;
  -webkit-transition: width 1s linear 2.5s;
  transition: width 1s linear 2.5s;
}
.js_message.is_animation.message_3 {
  width: 100%;
  -webkit-transition: width 1s linear 3.5s;
  transition: width 1s linear 3.5s;
}
.js_message.is_animation.message_4 {
  width: 100%;
  -webkit-transition: width 1s linear 4.5s;
  transition: width 1s linear 4.5s;
}
.js_message.is_animation.message_5 {
  width: 100%;
  -webkit-transition: width 1s linear 5s;
  transition: width 1s linear 5s;
}
.js_message.is_animation.message_6 {
  width: 100%;
  -webkit-transition: width 1s linear 6s;
  transition: width 1s linear 6s;
}
.js_message.is_animation.message_7 {
  width: 100%;
  -webkit-transition: width 1s linear 6.7s;
  transition: width 1s linear 6.7s;
}
.js_message.is_animation.message_8 {
  width: 100%;
  -webkit-transition: width 1s linear 7.2s;
  transition: width 1s linear 7.2s;
}
/* mario */
.mario_bg01 {
  background: url(/resources/img/recommend/alba09_bg01_pc.png) no-repeat bottom center;
}
.mario_bg02 {
  background: url(/resources/img/recommend/alba09_bg02_pc.png) no-repeat bottom center;
}
.mario_bg03 {
  background: url(/resources/img/recommend/alba09_bg03_pc.png) no-repeat bottom center;
}
.mario_bg04 {
  background: url(/resources/img/recommend/alba09_bg04_pc.png) no-repeat bottom center;
}
.mario_bg05 {
  background: url(/resources/img/recommend/alba13_bg01_pc.png) no-repeat bottom center;
}
.mario_bg06 {
  background: url(/resources/img/recommend/alba14_bg01_pc.png) no-repeat top center;
  padding-bottom: 47px;
}
.mario_contents {
  text-align: center;
}
.mario_items {
  margin-top: 66px;
}
.mario_items h2 {
  margin-bottom: 40px;
}
.mario_items:first-child {
  margin-top: 36px;
}
.mario_items:last-child {
  padding-bottom: 180px;
}
.mario_item_ttl {
  margin-left: -52px;
}
.mario_btn {
  margin-top: 40px;
}
.mario_textbox {
  width: 734px;
  background: #fff;
  padding: 20px 25px 21px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
}
.mario_textbox.acck425_426 {
  padding: 11px 30px 7px;
}

.mario_textbox .sub{
  font-size: 0.85em;
  line-height: 2;
  margin-top: 0.6rem;
}

.mario_textbox p {
  margin: 0;
  line-height: 2;
}
.mario_textbox li {
  line-height: 1.93;
}
.mario_textbox li:not(:last-child) {
  margin-bottom: 1rem;
}
@media all and (min-width: 738px) {
  .mario_textbox.acck425_426 li:not(:last-child) {
    margin-bottom: 0;
  }
}
.mario_ttl {
  margin: 0 0 40px;
  text-align: center;
}
.mario_ttl_02 {
  padding: 40px 0;
  margin: 0;
}
.mario_grid {
  display: flex;
}
.mario_fami01 {
  padding: 75px 0 0 113px;
}
.mario_fami01_item {
  margin-right: 35px;
}
.mario_fami02 {
  padding: 138px 0 175px 113px;
}
.mario_fami02 .mario_txt_wrapper {
  width: 300px;
  text-align: left;
}
.mario_fami03 {
  padding: 193px 0 650px 113px;
}
.mario_fami03_item {
  margin-right: 35px;
  position: relative;
  top: 200px;
  left: 27.3%;
}
.mario_fami03_item.item_right{
  left: 30.3%;
}
.mario_txt_wrapper p {
  font-weight: bold;
  background: #fff;
  padding: 13px 14px;
}
.mario_fami02 .mario_txt_wrapper {
  margin: 53px 72px 0 0;
}
.mario_txt_wrapper p.mario_modalbox {
  background: #e71a0f;
  color: #fff;
  text-align: center;
  margin: 0;
}
.mario_txt_wrapper p.mario_modalbox a {
  color: #fff;
  text-decoration: underline;
}
.mario_big01 {
  padding-top: 85px;
}
.mario_big01_item {
  margin-left: -163px;
}
.mario_big01_item:first-child {
  margin: 0 0 67px -189px;
}
.mario_big02 {
  padding-bottom: 152px;
}
.mario_big02 .mario_txt_wrapper {
  width: 442px;
  margin: 30px auto 0;
  font-size: 13px;
  line-height: 1.64;
}
.mario_act01 {
  width: 515px;
  padding: 50px 0 365px 303px;
}
.mario_act01_item {
  margin-right: 30px;
}
.mario_movie_wrap {
  width: 80%;
  margin: 40px auto 0;
}
.mario_movie {
  width: 100%;
}
.mario_minna_textbox {
  width: 695px;
  padding: 45px 30px 40px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
}
.mario_minna_textbox.txt_indent {
  text-indent: -1.5rem;
}
.mario_minna_textbox .sm_txt {
  font-size: 1.2rem;
  font-weight: normal;
}
.mario_minna_wrap {
  display: flex;
}
.mario_minna_wrap:nth-of-type(2) {
  margin-top: 66px;
  padding-bottom: 9px;
}
.mario_minna_wrap:nth-of-type(3) {
  margin-top: 46px;
  padding-bottom: 9px;
}
.mario_minna_item {
  position:relative;
}
.mario_minna_item.prod01 {
  top: 8px;
  left: 160px;
}
.mario_minna_item.prod02,
.mario_minna_item.prod04 {
  left: 207px;
}
.mario_minna_item.prod03,
.mario_minna_item.prod05 {
  left: 285px;
}
@media all and (max-width: 736px) {
  .mario_bg01 {
    background: url(/resources/img/recommend/alba09_bg01_sp.png) no-repeat bottom center / contain;
  }
  .mario_bg02 {
    background: url(/resources/img/recommend/alba09_bg02_sp.png) no-repeat bottom center / contain;
  }
  .mario_bg03 {
    background: url(/resources/img/recommend/alba09_bg03_sp.png) no-repeat bottom center / contain;
  }
  .mario_bg04 {
    background: url(/resources/img/recommend/alba09_bg04_sp.png) no-repeat bottom center / contain;
  }
  .mario_bg05 {
    background: url(/resources/img/recommend/alba13_bg01_sp.png) no-repeat bottom center / contain;
    height: 560.31vw;
  }
  .mario_bg06 {
    background: url(/resources/img/recommend/alba14_bg01_sp.png) no-repeat top center / contain;
    padding-bottom: 17.81vw;
  }
  .mario_items {
    margin-top: 60px;
  }
  .mario_items h2 {
    margin: 0;
  }
  .mario_items:last-child {
    padding-bottom: 46vw;
  }
  .mario_items_2 {
    margin-top: 35px;
  }
  .mario_item_ttl {
    margin-left: 0;
  }
  .mario_btn {
    width: 50%;
    margin: 30px auto 0;
  }
  .mario_textbox {
    width: 100%;
    font-size: 4.38vw;
    padding: 20px 3.4vw;
  }
  .mario_textbox p {
      line-height: 1.5;
      font-size: 4.38vw;
    }
  .mario_ttl {
    margin: 0 0 9.2%;
    padding: 0 20px;
  }
  .mario_grid {
    display: block;
  }
  .mario_fami01 {
    padding: 12.5vw 0 0;
  }
  .mario_fami02 {
    padding: 153.28125vw 0 48.59375vw;
  }
  .mario_fami02 .mario_txt_wrapper,
  .mario_big02 .mario_txt_wrapper {
    width: 93.2vw;
    margin: 0 auto;
  }
  .mario_fami03 {
    padding: 12.5vw 0 0;
  }
  .mario_txt_wrapper p {
    font-size: 4.26vw;
    padding: 3.125vw;
  }
  .mario_fami02 .mario_txt_wrapper {
    padding-bottom: 51.5625vw;
  }
  .mario_fami01_item {
    width: 43.75vw;
    margin: 0 auto;
  }
  .mario_fami01_item:first-child {
    padding-bottom: 17.1875vw;
  }
  .mario_fami01_item.img_lg {
    width: 51.875vw;
    margin-left: 29.6875vw;
  }
  .mario_fami02 .mario_txt_wrapper p.mario_modalbox {
    text-align: left;
    margin-top: 6.25vw;
  }
  .mario_fami03_item {
    width: 43.75vw;
    margin: 90% auto 0;
    position: static;
  }
  .mario_fami03_item.item_right {
    margin: 150% auto 0;
  }
  .mario_fami03_item:first-child {
    padding-bottom: 17.1875vw;
  }
  .mario_big01 {
    padding-top: 38.90625vw;
  }
  .mario_big01_item {
    width: 62.8125vw;
    margin: 0 0 0 13.4375vw;
  }
  .mario_big01_item:first-child {
    width: 52.8125vw;
    margin: 0 auto 120.3125vw;
  }
  .mario_big02 {
    padding-bottom: 58.21875vw;
  }
  .mario_big02 .mario_txt_wrapper p.mario_modalbox {
    text-align: left;
    margin: 9.375vw 0 0;
  }
  .mario_act01 {
    width: 100%;
    padding: 38.28125vw 0 138.125vw;
  }
  .mario_act01_item {
    width: 49.53125vw;
    margin: 0 auto 15.625vw;
  }
  .mario_act01_item:last-child {
    margin-bottom: 0;
  }
  .mario_movie_wrap {
    width: 95%;
  }
  .mario_minna_textbox {
    width: 100%;
    font-size: 3.86vw;
    padding: 7.8vw 10.7vw;
  }
  .mario_minna_textbox li {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .mario_minna_textbox .sm_txt {
    font-size: 3.125vw;
    text-indent: initial;
    margin-top: 3.125vw;
  }
  .mario_minna_wrap {
    display: block;
  }
  .mario_minna_wrap:nth-of-type(2) {
    margin-top: 69.625vw;
    padding-bottom: 0;
  }
  .mario_minna_wrap:nth-of-type(3) {
    margin-top: 23.8125vw;
    padding-bottom: 0;
  }
  .mario_minna_item {
    position:relative;
  }
  .mario_minna_item.prod01 {
    width: 79vw;
    margin: 0 auto;
    top: 1.0625vw;
    left: 0;
  }
  .mario_minna_item.prod02,
  .mario_minna_item.prod03,
  .mario_minna_item.prod04,
  .mario_minna_item.prod05 {
    width: 64.625vw;
    left: 28.89vw;
  }
  .mario_minna_item.prod02 {
    top: 2.55vw;
  }
  .mario_minna_item.prod03 {
    top: 11.1875vw;
  }
  .mario_minna_item.prod04 {
    top: -10px;
  }
  .mario_minna_item.prod05 {
    top: 5.9063vw;
  }
  /*.mario_minna_item.prod03 {
    width: 65.625%;
    left: 28.8vw;
    top: 7.625vw;
  }
  .mario_minna_item.prod04 {
    width: 65.625%;
    left: 28.75vw;
  }
  .mario_minna_item.prod05 {
    width: 65.625%;
    left: 28.75vw;
  }*/
}

/* Twitter cp */
.mario_cp_contents_wrap {
  padding-top: 0;
}

.mario_cp_bnr {
  margin-top: 75px;
}
@media all and (max-width: 736px) {
  .mario_cp_bnr {
    width: 95%;
    margin: 32px auto 0;
  }
}

.mario_cp_wrap {
  position: relative;
  padding-top: 28px;
  padding-bottom: 100px;
  background: #dfe8fd;
}
@media all and (max-width: 736px) {
  .mario_cp_wrap {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.mario_cp_wrap .end_txt {
  font-size: 2em;
  color: red;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
}
@media all and (max-width: 736px) {
  .mario_cp_wrap .end_txt {
    font-size: 1.1em;
  }
}

.mario_cp_mt {
  margin-top: 50px;
}
@media all and (max-width: 736px) {
  .mario_cp_mt {
    margin-top: 20px;
  }
}

.mario_cp_kv {
  position: relative;
}

.mario_cp_logo {
  position: absolute;
  top: 28px;
  left: 30px;
}
@media all and (min-width: 737px) {
  .mario_cp_logo {
    transition: opacity 0.3s;
  }
}
@media all and (max-width: 736px) {
  .mario_cp_logo {
    width: 23%;
    top: 3.5%;
    left: 3.5%;
  }
}

.mario_cp_caution {
  margin-top: 37px;
  color: #e71a0f;
}
@media all and (max-width: 736px) {
  .mario_cp_caution {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.mario_cp_caution2 {
  margin-top: 40px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  border: solid 1px #e71a0f;
}
@media all and (max-width: 736px) {
  .mario_cp_caution2 {
    width: 78%;
    margin: 30px auto 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    border: solid 1px #e71a0f;
  }
}

.mario_cp_caution2_icon {
  margin-bottom: 0;
  padding: 21px 88px 25px 122px;
  font-size: 2rem;
  color: #fff;
  background: #e71a0f;
}
@media all and (max-width: 736px) {
  .mario_cp_caution2_icon {
    width: 100%;
    padding: 12px 0 12px 5%;
    text-align: center;
    font-size: 1.4rem;
  }
}

.mario_cp_caution2_icon span {
  position: relative;
}

.mario_cp_caution2_icon span:before {
  content: "";
  width: 53px;
  height: 42px;
  display: block;
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('/resources/img/recommend/alba12_icon_caution.png')center center/contain no-repeat;
}
@media all and (max-width: 736px) {
  .mario_cp_caution2_icon span:before {
    width: 25px;
    height: 20px;
    left: -30px;
  }
}

.mario_cp_caution2_text {
  margin-bottom: 0;
  padding-left: 97px;
  color: #e71a0f;
}
@media all and (max-width: 736px) {
  .mario_cp_caution2_text {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}

.mario_cp_contents {
  margin-top: 24px;
  padding: 24px 0 31px;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
}
@media all and (max-width: 736px) {
  .mario_cp_contents {
    width: 93%;
    margin: 24px auto 0;
    padding: 10px 0 25px;
    text-align: left;
  }
}

.mario_cp_contents a {
  font-weight: bold;
  color: #109cda;
  text-decoration: underline;
}
.mario_cp_contents a:hover {
  opacity: .7;
}

.mario_cp_contents h2 {
  margin: 0;
}

.mario_cp_contents_inner {
  width: 904px;
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .mario_cp_contents_inner {
    width: 88%;
  }
}

.mario_cp_present {
  width: 880px;
  height: 187px;
  margin: 70px auto 40px;
  padding: 40px 95px;
  text-align: left;
  position: relative;
  background: url('/resources/img/recommend/alba12_bg_pc.png')center center/contain repeat-y;
}
@media all and (max-width: 736px) {
  .mario_cp_present {
    width: 100%;
    height: auto;
    margin: 20px auto 25px;
    padding: 30px 25px 10px;
    background: url('/resources/img/recommend/alba12_bg_sp.png')center center/contain repeat-y;
  }
}

.mario_cp_present:before,
.mario_cp_present:after {
  content: "";
  width: 880px;
  height: 20px;
  position: absolute;
  left: 0;
}
.mario_cp_present:before {
  background: url('/resources/img/recommend/alba12_bgtop_pc.png')center center/contain no-repeat;
  top: 0;
}
.mario_cp_present:after {
  background: url('/resources/img/recommend/alba12_bgbottom_pc.png')center center/contain no-repeat;
  bottom: 0;
  left: 0;
}

@media all and (max-width: 736px) {
  .mario_cp_present:before,
  .mario_cp_present:after {
    width: 100%;
    height: 4.5vw;
  }
  .mario_cp_present:before {
    background: url('/resources/img/recommend/alba12_bgtop_sp.png')center top/contain no-repeat;
    top: 0;
  }
  .mario_cp_present:after {
    background: url('/resources/img/recommend/alba12_bgbottom_sp.png')center bottom/contain no-repeat;
    bottom: 0;
    left: 0;
  }
}

.mario_cp_present p {
  text-align: left;
}

@media all and (min-width: 737px) {
  .mario_cp_present img {
    position: absolute;
    top: -28px;
    right: 95px;
    z-index: 1;
  }
}
@media all and (max-width: 736px) {
  .mario_cp_present img {
    width: 52%;
    margin: 0 auto 20px;
    display: block;
  }
}

.mario_cp_present_text span {
  margin-top: 42px;
  display: block;
}
@media all and (max-width: 736px) {
  .mario_cp_present_text span {
    margin-top: 0;
  }
}

@media all and (max-width: 736px) {
  .mario_cp_method_content:nth-of-type(2) {
    margin-top: 35px;
    padding-top: 35px;
    border-top: solid 1px #dad8d7;
  }
}

.mario_cp_method_ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media all and (max-width: 736px) {
  .mario_cp_method_ttl {
    font-size: 1.7rem;
  }
}

.mario_cp_method_content_step {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 736px) {
  .mario_cp_method_content_step {
    flex-direction: column;
    text-align: center;
  }
}

.mario_cp_method_content_step > div {
  width: 287px;
  position: relative;
  border: solid 2px #ecda8c;
}
@media all and (max-width: 736px) {
  .mario_cp_method_content_step > div {
    width: 78%;
    margin: 0 auto;
  }
}

.mario_cp_method_content_step > div:not(:last-of-type):after {
  content: "";
  width: 39px;
  height: 53px;
  position: absolute;
  z-index: 1;
  background: url('/resources/img/recommend/alba12_arrow_pc.png')center center/contain no-repeat;
}
@media all and (min-width: 737px) {
  .mario_cp_method_content_step > div:not(:last-of-type):after {
    top: 50%;
    right: -39px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media all and (max-width: 736px) {
  .mario_cp_method_content_step > div:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .mario_cp_method_content_step > div:not(:last-of-type):after {
    width: 27px;
    height: 21px;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    background: url('/resources/img/recommend/alba12_arrow_sp.png')center center/contain no-repeat;
  }
}

@media all and (max-width: 736px) {
  .mario_cp_method_content_step img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  .mario_cp_method_content_step a img {
    width: 100%;
  }
}

.mario_cp_method_step_ttl {
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ecda8c;
}
@media all and (max-width: 736px) {
  .mario_cp_method_step_ttl {
    padding: 3px 0;
    font-size: 1.4rem;
  }
}

.mario_cp_method_step_ttl span {
  font-size: 2.5rem;
}
@media all and (max-width: 736px) {
  .mario_cp_method_step_ttl span {
    font-size: 1.9rem;
  }
}

.mario_cp_method_step_txt {
  padding: 20px;
  font-size: 1.4rem;
}
@media all and (max-width: 736px) {
  .mario_cp_method_step_txt {
    padding: 13px;
    text-align: left;
    font-size: 1.4rem;
  }
}

.mario_cp_method_step_txt p span {
  font-weight: bold;
  text-decoration: underline;
}

.mario_cp_method_step_txt p {
  margin-bottom: 0;
}

.mario_cp_tw_btn {
  margin-top: 30px;
  display: block;
}
@media all and (max-width: 736px) {
  .mario_cp_tw_btn {
    margin-top: 15px;
  }
}

.mario_cp_terms_content {
  padding: 25px 0 15px;
  text-align: left;
  font-size: 1.4rem;
}
@media all and (max-width: 736px) {
  .mario_cp_terms_content {
    padding: 15px 0 5px;
  }
}

.mario_cp_terms_content:first-of-type {
  margin-top: 20px;
}
@media all and (max-width: 736px) {
  .mario_cp_terms_content:first-of-type {
    margin-top: 10px;
  }
}

.mario_cp_terms_content:not(:first-of-type) {
  border-top: solid 1px #dad8d7;
}

.mario_cp_terms_content ul {
  margin: 0;
}

.mario_cp_terms_content ul li,
.mario_cp_terms_content ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.mario_cp_terms_ttl {
  margin-bottom: .5em;
  font-weight: bold;
}
@media all and (max-width: 736px) {
  .mario_cp_terms_ttl {
    margin-bottom: 0;
  }
}

.mario_cp_top_btn {
  position: absolute;
  right: 32px;
  bottom: 60px;
}
@media all and (max-width: 736px) {
  .mario_cp_top_btn {
    width: 40px;
    right: 3.5%;
    bottom: -130px;
  }
}

.mario_cp_terms_text {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent {
  text-indent: -1rem;
}

.mario_cp_terms_text_mt {
  margin-top: 2.5em;
}
@media all and (max-width: 736px) {
  .mario_cp_terms_text_mt {
    margin-top: 1.5em;
  }
}

/* cp_footer */
.cp_footer {
  border-top: solid 1px #f4f3f3;
  background: #fff;
}
.cp_footerInner {
  width: 960px;
  margin: 0 auto;
}
@media all and (max-width: 736px) {
  .cp_footerInner {
    width: 93%;
  }
}
.cp_footer_listWrap {
  border-bottom: 1px solid #f4f3f3;
}
.cp_footer_list {
  margin-top: 0;
  padding: 34px 0;
  text-align: center;
}
@media all and (max-width: 736px) {
  .cp_footer_list {
    margin-bottom: 0;
    padding: 25px 0;
  }
}
.cp_footer_listItem {
  display: inline-block;
  margin: 0 13px;
}
@media all and (max-width: 736px) {
  .cp_footer_listItem {
    display: block;
  }
  .cp_footer_listItem:nth-child(n+2) {
    margin-top: 20px;
  }
}
.cp_footer_listItem a {
  font-size: 1.1rem;
  color: #231815;
  vertical-align: middle;
}
.cp_footer_listItem a:hover img {
  opacity: 1;
}
.cp_footer_listItem img {
  vertical-align: middle;
}
.cp_footer_listItem.logo img {
  height: 10px;
  width: auto;
}
@media all and (max-width: 736px) {
  .cp_footer_listItem.logo img {
    height: 11px;
  }
}
.cp_footer_listItem.logo.footer_logo_fusion {
  margin: 0;
}
@media all and (max-width: 736px) {
  .cp_footer_listItem.logo.footer_logo_fusion {
  margin-top: 25px;
  }
}
.cp_footer_listItem.logo.footer_logo_fusion img {
  width: 50%;
  height: auto;
  margin: 0;
}
@media all and (max-width: 736px) {
  .cp_footer_listItem.logo.footer_logo_fusion img {
  width: 56px;
  height: auto;
  }
}
.cp_footer_copy {
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
  padding: 40px 0 53px;
}
@media all and (max-width: 736px) {
  .cp_footer_copy {
    padding: 25px 0;
  }
}
/* となりのトトロ */
.tpl2306 {
  color: #633D3A;
}
.tpl2306 .en {
  font-family: 'Comfortaa', cursive;
}
@media screen and (min-width: 737px) {
  .tpl2306 .block_lineup_wrap {
    margin-bottom: 93px;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .block_lineup_wrap {
    margin-bottom: 15.625vw;
    padding: 0 0;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .block_lineup_wrap .block_lineup {
    padding: 0 6.25%;
    margin-top: 0;
  }
}
.tpl2306 .h_lineBd {
  font-size: 4.0rem;
  border: none;
}
@media screen and (max-width: 736px) {
  .tpl2306 .h_lineBd {
    font-size: 6.25vw;
  }
}
.tpl2306 .h_lineBd::before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url(/resources/img/recommend/ghibli_line_totoro.svg) no-repeat center / contain;
  height: 43px;
  width: 300px;
}
@media screen and (max-width: 736px) {
  .tpl2306 .h_lineBd::before {
    width: 70.31%;
    height: 10vw;
  }
}
.kv_lead {
  margin-top: 55px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .kv_lead {
    font-size: 3.75vw;
    padding: 0 6.25%;
    line-height: 1.5;
    margin-top: 60px;
  }
}
.kv_lead::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: url(/resources/img/recommend/ghibli_line_totoro.svg) no-repeat center / contain;
  height: 43px;
  width: 300px;
  margin-top: 34px;
}
@media screen and (max-width: 736px) {
  .kv_lead::after {
    width: 80.36%;
    height: 10vw;
    margin-top: 8.4375vw;
  }
}
.tpl2306 .boxPoint {
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint {
    margin-top: 19.0115vw;
    padding-bottom: 0;
  }
}
.tpl2306 .boxPoint .h_lineBd {
  padding-top: 47px;
  margin-bottom: 29px;
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .h_lineBd {
    padding-top: 28px;
    margin-bottom: 40px;
  }
}
.tpl2306 .boxPoint .body {
  padding: 0;
  text-align: left;
}
.tpl2306 .boxPoint .body .listdetail {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 737px) {
  .tpl2306 .boxPoint .body .listdetail_item {
    display: flex;
    width: 440px;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .body .listdetail_item {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .body .listdetail_item:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .body .listdetail_item:nth-child(3) {
    display: flex;
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .body .listdetail_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .body .listdetail_item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 737px) {
  .tpl2306 .boxPoint .body .listdetail_item:nth-child(odd) {
    margin-right: 80px;
  }
}
@media screen and (min-width: 737px) {
  .tpl2306 .boxPoint .body .listdetail_item:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 737px) {
  .tpl2306 .boxPoint .body .listdetail_item .listdetail_thumbnail {
    margin-right: 20px;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .body .listdetail_item .listdetail_thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .body .listdetail_item .listdetail_thumbnail--dial {
    width: 62.8125%;
  }
}
/* @media screen and (max-width: 736px) {
  .tpl2306 .boxPoint .body .listdetail_item .listdetail_thumbnail--dial::after {
    content: "";
    position: absolute;
    display: block;
    left: 12.81%;
    top: 27.5%;
    background-color: #DFF1D7;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
  }
} */
@media screen and (max-width: 736px) {
  .listdetail_textarea {
    width: 37.5%;
    height: 100%;
    margin: 0 6.25%;
  }
}
@media screen and (max-width: 736px) {
  .listdetail_textarea--dial {
    position: absolute;
    right: 0.125%;
  }
}
.listdetail_title {
  font-size: 2.8rem;
  line-height: 1.464;
  margin-top: 11px;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .listdetail_title {
    font-size: 6.25vw;
    line-height: 1.025;
    margin-top: 15.42%;
  }
}
.listdetail_text {
  font-size: 1.5rem;
  line-height: 1.733;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .listdetail_text {
    font-size: 3.125vw;
    line-height: 1.7;
    margin-top: 7.5%;
    margin-bottom: 0;
  }
}
.tpl2306 .lyt_detail {
  margin-bottom: 77px;
}
.tpl2306 .lineup_item .text_inner {
  margin-top: 12px;
  color: #633D3A;
}
.tpl2306 .block_lineup_wrap .h_lineBd {
  padding-top: 28px;
  padding-bottom: 0;
}
@media screen and (max-width: 736px) {
  .tpl2306 .block_lineup_wrap .h_lineBd {
    padding-top: 12.34375vw;
  }
}
.tpl2306 .block_lineup_wrap .h_lineBd span {
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 736px) {
  .tpl2306 .block_lineup_wrap .h_lineBd span {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 737px) {
  .tpl2306 .lineup_item {
    width: 250px;
    margin-top: 32px;
    border: none;
  }
}
.tpl2306 .lineup_item a {
  -webkit-transition: initial;
  transition: initial;
}
.tpl2306 .lineup_item a:hover {
  text-decoration: none;
  opacity: initial;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_list.type_mobile .lineup_item {
    width: 39.06vw;
  }
}
.tpl2306 .lineup_item:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_item:not(:first-child) {
    margin-left: 9.375vw;
  }
}
.tpl2306 .lineup_item .image {
  padding: 0;
}
.tpl2306 .lineup_item .text {
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_list.type_mobile .lineup_item .text {
    text-align: center;
    padding: 0;
  }
}
.tpl2306 .lineup_item .text_title {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_item .text_title {
    font-size: 3.75vw;
  }
}
.tpl2306 .lineup_item .inner {
  border: none;
}
.tpl2306 .lineup_item .text_item {
  border: none;
  padding-top: 0;
  margin-top: 3px;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_item .text_item {
    border: none;
    margin-top: 0px;
  }
}
.tpl2306 .lineup_item .text_item p:nth-child(n+2) {
  margin-top: 0px;
}
.tpl2306 .lineup_item .text_item p {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_item .text_item p {
    border: none;
    padding-top: 0;
    margin-top: 3px;
    font-size: 2.899vw;
  }
}
.tpl2306 .lineup_item .text_item .price {
  font-size: 1.8rem;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_item .text_item .price {
    font-size: 3.14vw;
  }
}
.tpl2306 .lineup_item .text_item .price span {
  font-size: 1.4rem;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_item .text_item .price span {
    font-size: 2.657vw;
  }
}
@media screen and (min-width: 737px) {
  .tpl2306 .lineup_item a .image,
  .tpl2306 .lineup_item a .text_btn {
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 737px) {
  .tpl2306 .lineup_item a:hover .image,
  .tpl2306 .lineup_item a:hover .text_btn {
    opacity: 0.7;
  }
}
.tpl2306 .lineup_item .text_btn {
  position: relative;
  display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 222px;
  background-color: #633D3A;
  color: #fff;
	min-height: 58px;
	text-align: center;
	font-size: 1.8rem;
  font-weight: bold;
	line-height: 2.22;
	border-radius: 80px;
	padding: 4px 30px;
	cursor: pointer;
  margin: 25px auto 0;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_item .text_btn {
    width: 100%;
    height: 11.563vw;
    min-height: auto;
    font-size: 3.4375vw;
    line-height: 1.818;
    margin-top: 12px;
  }
}
.tpl2306 .lineup_item .text_btn::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 10px;
  right: 21px;
  background: url(/resources/img/btn/icon-arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 736px) {
  .tpl2306 .lineup_item .text_btn::after {
    width: 4%;
    height: 16px;
    right: 8.4%;
  }
}
.ghibli_img_04 {
  padding: 50px 80px 30px;
}
@media screen and (max-width: 736px) {
  .ghibli_img_04 {
    padding: 40px 6.25% 34px;
  }
}
.ghibli_img_04 .image {
  margin-right: 40px;
}
@media screen and (max-width: 736px) {
  .ghibli_img_04 .image {
    width: 51.78%;
    margin-right: 6.09375vw;
  }
}
.ghibli_img_04 .image small {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.429;
}
@media screen and (max-width:736px) {
  .ghibli_img_04 .image small {
    font-size: 2.5vw;
    line-height: 2.125;
    margin-top: 6px;
  }
}
.ghibli_img_04 .image_wrap {
  display: flex;
}
.ghibli_img_04 .text_inner {
  margin-top: 30px;
  font-size: 1.7rem;
}
@media screen and (max-width: 736px) {
  .ghibli_img_04 .text_inner {
    margin-top: 5px;
    font-size: 3.125vw;
    width: 48.21%;
  }
}
@media screen and (max-width: 736px) {
  .ghibli_img_04 .text_inner p img {
    width: 75.5%;
  }
}
.ghibli_img_04 .ghibli_inner {
  margin-top: 8px;
  font-size: 1.5rem;
}
@media screen and (max-width: 736px) {
  .ghibli_img_04 .ghibli_inner {
    margin-top: 2.421875vw;
    font-size: 3.125vw;
  }
}
.ghibli_img_04 .ghibli_inner .ghibli_text {
  line-height: 1.75;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .ghibli_img_04 .ghibli_inner .ghibli_story {
    text-align: left;
    font-weight: normal;
    margin-top: 0;
  }
}
/* となりのトトロここまで */