@charset "UTF-8";
/*==========================================================================
  Font
========================================================================== */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  src: local("NotoSerifCJKjp-Regular.otf"), local("NotoSerifJP-Regular.otf"), url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  src: local("NotoSerifCJKjp-Medium.otf"), local("NotoSerifJP-Medium.otf"), url("../fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

/*==========================================================================
  Reset
========================================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  color: #000;
}

body #main_contents {
  font-size: 100%;
  line-height: 1;
}
#contents #main_contents.left_area * {
  box-sizing: border-box;
}

body #main_contents div, body #main_contents span, body #main_contents applet, body #main_contents object, body #main_contents iframe,
body #main_contents h1, body #main_contents h2, body #main_contents h3, body #main_contents h4, body #main_contents h5, body #main_contents h6, body #main_contents p, body #main_contents blockquote, body #main_contents pre,
body #main_contents a, body #main_contents abbr, body #main_contents acronym, body #main_contents address, body #main_contents big, body #main_contents cite, body #main_contents code,
body #main_contents del, body #main_contents dfn, body #main_contents em, body #main_contents img, body #main_contents ins, body #main_contents kbd, body #main_contents q, body #main_contents s, body #main_contents samp,
body #main_contents small, body #main_contents strike, body #main_contents strong, body #main_contents sub, body #main_contents sup, body #main_contents tt, body #main_contents var,
body #main_contents b, body #main_contents u, body #main_contents i, body #main_contents center,
body #main_contents dl, body #main_contents dt, body #main_contents dd, body #main_contents ol, body #main_contents ul, body #main_contents li,
body #main_contents fieldset, body #main_contents form, body #main_contents label, body #main_contents legend,
body #main_contents table, body #main_contents caption, body #main_contents tbody, body #main_contents tfoot, body #main_contents thead, body #main_contents tr, body #main_contents th, body #main_contents td,
body #main_contents article, body #main_contents aside, body #main_contents canvas, body #main_contents details, body #main_contents embed,
body #main_contents figure, body #main_contents figcaption, body #main_contents footer, body #main_contents header, body #main_contents hgroup,
body #main_contents menu, body #main_contents nav, body #main_contents output, body #main_contents ruby, body #main_contents section, body #main_contents summary,
body #main_contents time, body #main_contents mark, body #main_contents audio, body #main_contents video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body #main_contents ol, body #main_contents ul {
  list-style: none;
}

body #main_contents blockquote, body #main_contents q {
  quotes: none;
}

body #main_contents blockquote:before, body #main_contents blockquote:after,
body #main_contents q:before, body #main_contents q:after {
  content: '';
  content: none;
}

body #main_contents a:hover {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
  text-align: inherit;
}

body #main_contents a:visited {
  color: inherit;
}

/*==========================================================================
  javascriptライブラリの上書き
========================================================================== */

/*magnific popup*/
/*-------------------------------------------------------------------------*/
.mfp-bg {
  z-index: 9998;
}
.mfp-wrap {
  z-index: 9999;
}


/*==========================================================================
  Base
========================================================================== */
#wrapper {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 950px) {
  #wrapper {
    width: 950px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}

#contents {
  max-width: 100%;
  margin: auto;
}

#contents * {
  font-family: inherit;
  font-size: inherit;
}

#main_contents {
  width: 100%;
  float: none;
  margin: 0;
}

#main_contents .column1_header {
  display: none;
}

#main_contents * {
  box-sizing: border-box;
}

#main_contents img {
  max-width: 100%;
}

#main_contents h3, #main_contents h4 {
  color: #1b1b1b;
}

body #main_contents strong {
  font-weight: bold;
}

body #main_contents em {
  font-style: italic;
}

body #main_contents .color-pink {
  color: #df6773;
}

/*コンテンツの幅*/
#main_contents .contents-inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .contents-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*汎用class*/
.m-0{margin: 0px;}
.m-5{margin: 5px;}
.m-10{margin: 10px;}
.m-15{margin: 15px;}
.m-20{margin: 20px;}
.m-25{margin: 25px;}
.m-30{margin: 30px;}
.m-35{margin: 35px;}
.m-40{margin: 40px;}
.m-45{margin: 45px;}
.m-50{margin: 50px;}
.mt-0{margin-top: 0px;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mb-0{margin-bottom: 0px;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-35{margin-bottom: 35px;}
.mb-40{margin-bottom: 40px;}
.ml-0{margin-left: 0px;}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}
.ml-25{margin-left: 25px;}
.ml-30{margin-left: 30px;}
.ml-35{margin-left: 35px;}
.ml-40{margin-left: 40px;}
.mr-0{margin-right: 0px;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}
.mr-25{margin-right: 25px;}
.mr-30{margin-right: 30px;}
.mr-35{margin-right: 35px;}
.mr-40{margin-right: 40px;}
@media screen and (max-width: 768px) {
  .m-0_sp{margin: 0px;}
  .m-5_sp{margin: 5px;}
  .m-10_sp{margin: 10px;}
  .m-15_sp{margin: 15px;}
  .m-20_sp{margin: 20px;}
  .m-25_sp{margin: 25px;}
  .m-30_sp{margin: 30px;}
  .m-35_sp{margin: 35px;}
  .m-40_sp{margin: 40px;}
  .m-45_sp{margin: 45px;}
  .m-50_sp{margin: 50px;}
  .mt-0_sp{margin-top: 0px;}
  .mt-5_sp{margin-top: 5px;}
  .mt-10_sp{margin-top: 10px;}
  .mt-15_sp{margin-top: 15px;}
  .mt-20_sp{margin-top: 20px !important;}
  .mt-25_sp{margin-top: 25px;}
  .mt-30_sp{margin-top: 30px;}
  .mt-35_sp{margin-top: 35px;}
  .mt-40_sp{margin-top: 40px;}
  .mb-0_sp{margin-bottom: 0px;}
  .mb-5_sp{margin-bottom: 5px;}
  .mb-10_sp{margin-bottom: 10px;}
  .mb-15_sp{margin-bottom: 15px;}
  .mb-20_sp{margin-bottom: 20px;}
  .mb-25_sp{margin-bottom: 25px;}
  .mb-30_sp{margin-bottom: 30px;}
  .mb-35_sp{margin-bottom: 35px;}
  .mb-40_sp{margin-bottom: 40px;}
  .ml-0_sp{margin-left: 0px;}
  .ml-5_sp{margin-left: 5px;}
  .ml-10_sp{margin-left: 10px;}
  .ml-15_sp{margin-left: 15px;}
  .ml-20_sp{margin-left: 20px;}
  .ml-25_sp{margin-left: 25px;}
  .ml-30_sp{margin-left: 30px;}
  .ml-35_sp{margin-left: 35px;}
  .ml-40_sp{margin-left: 40px;}
  .mr-0_sp{margin-right: 0px;}
  .mr-5_sp{margin-right: 5px;}
  .mr-10_sp{margin-right: 10px;}
  .mr-15_sp{margin-right: 15px;}
  .mr-20_sp{margin-right: 20px;}
  .mr-25_sp{margin-right: 25px;}
  .mr-30_sp{margin-right: 30px;}
  .mr-35_sp{margin-right: 35px;}
  .mr-40_sp{margin-right: 40px;}
}


/*==========================================================================
  hover
========================================================================== */
.hover-op:hover {
  opacity: 0.7;
}

/*==========================================================================
  既存パーツ | 商品一覧,コンテンツ枠
========================================================================== */
#contents .left_area ul.mlist01,
#contents .left_area .item_slide_box {
  /*max-width: 1200px;*/
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#contents .left_area .item_slide_box .inr {
  padding-left: 0;
  padding-right: 0;
}

#main_contents .h3pink3 {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #F884B1;
  margin: 0 0 0 0;
  padding: 5px 0 5px 5px;
}
/*==========================================================================
  タイトル
========================================================================== */
#main_contents .title-line {
  font-family: 'Cinzel', serif;
  text-align: center;
  font-size: 47px;
  color: #ec200a;
  margin-bottom: 30px;
  letter-spacing: -0.01em
}
#main_contents .title-line > span {
  position: relative;
  display: inline-block;
  padding: 0 28px;
  max-width: calc(100% - 260px);
}
#main_contents .title-line > span::before,
#main_contents .title-line > span::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec200a+0,ec200a+100&0+0,1+50,1+50,1+100 */
  background: -webkit-linear-gradient(left, rgba(236,32,10,0) 0%,rgba(236,32,10,1) 50%,rgba(236,32,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(236,32,10,0) 0%,rgba(236,32,10,1) 50%,rgba(236,32,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#main_contents .title-line > span::before {
  right: 100%;
}
#main_contents .title-line > span::after {
  left: 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .title-line {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #main_contents .title-line > span {
    padding: 0 10px;
    max-width: calc(100% - 100px);
  }
  #main_contents .title-line > span::before,
  #main_contents .title-line > span::after {
    width: 40px;
  }
  
}



#main_contents .simple-text-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .simple-text-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}




/*==========================================================================
  レイアウト
========================================================================== */

/*modal-box*/
/*-------------------------------------------------------------------------*/
#main_contents .modal-box {
  text-align: center;
}
#main_contents .modal-box a.modal-video {
  display: inline-block;
  position: relative;
}
#main_contents .modal-box a.modal-video::before {
  position: absolute;
  content: '';
  width: 126px;
  height: 126px;
  background-image: url(../img/icon_movie_play.png);
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .modal-box {
    padding-left: 25px;
    padding-right: 25px;
  }
  #main_contents .modal-box a.modal-video::before {
    width: 14.133vw;
    height: 14.133vw;
  }
}

/*item-list*/
/*-------------------------------------------------------------------------*/
.ios #main_contents .draggable {
  padding: 0 !important;
}
#main_contents .item-list {
  -webkit-display: flex;
  display: flex;
}
#main_contents .item-list li.item-block {
  background-color: #fff;
  margin: 0 1px;
  width: 100%;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 55px;
  z-index: 1;
}
#main_contents .item-list li.item-block::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 200px;
  background-image: url(../img/products_bg.png);
  background-size: cover;
  background-position: top left;
}
#main_contents .item-list li.item-block .img-area {
  height: 242px;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}
#main_contents .item-list li.item-block .img-area img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#main_contents .item-list li.item-block .data-area {
  padding: 20px;
}
#main_contents .item-list li.item-block .data-area .item-title {
  font-size: 18px;
  margin-bottom: 12px;
}
#main_contents .item-list li.item-block .data-area .text {
  font-size: 16px;
  line-height: 1.3;
}
#main_contents .item-list li.item-block .data-area .btn-text {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .item-list {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #main_contents .item-list li.item-block {
    margin: 0;
    padding-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: 69.333vw;
    vertical-align: top !important;
    top: 0 !important;
  }
  #main_contents .item-list li.item-block + li {
    margin-top: 20px;
  }
  #main_contents .item-list li.item-block .img-area {
    height: 222px;
  }
  #main_contents .item-list li.item-block .img-area img {
    max-height: 182px;
    width: auto;
  }
  #main_contents .item-list li.item-block .data-area {
    padding: 0 15px 20px;
  }
  #main_contents .item-list li.item-block .data-area .item-title {
    margin-bottom: 7px;
  }
  #main_contents .item-list li.item-block .data-area .text {
    font-size: 15px;
  }
  #main_contents .item-list li.item-block .data-area .btn-text {
    position: static;
    width: auto;
    margin-top: 15px;
  }
  
  #main_contents .item-list li.item-block::before {
    max-height: 180px;
  }
}

/*box-layout*/
/*-------------------------------------------------------------------------*/
#main_contents .box-layout {
  background: rgba(255,255,255,.8);
  padding: 50px 25px;
  display: -webkit-flex;
  display: flex;
}
#main_contents .box-layout > * {
  padding: 0 25px;
}
#main_contents .box-layout .data-area .text-title {
  font-size: 28px;
  line-height: 1.2;
}
#main_contents .box-layout .data-area .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 7px;
}
#main_contents .box-layout .data-area .text + .text-title {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .box-layout {
    padding: 30px 20px;
    display: block;
  }
  #main_contents .box-layout > * {
    padding: 0;
  }
  #main_contents .box-layout .data-area .text-title {
    font-size: 21px;
    line-height: 1.2;
  }
  #main_contents .box-layout .data-area .text + .text-title {
    margin-top: 25px;
  }
  #main_contents .box-layout .img-area {
    margin-top: 20px;
  }
}



/*article-layout*/
/*-------------------------------------------------------------------------*/
#main_contents .article-layout-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}
#main_contents .article-layout-wrap .article-layout {
  width: 50%;
  margin-top: 50px;
}
#main_contents .article-layout-wrap .article-layout:nth-of-type(odd) {
  padding-right: 25px;
}
#main_contents .article-layout-wrap .article-layout:nth-of-type(even) {
  padding-left: 25px;
}

#main_contents .article-layout-wrap .article-layout .data-area {
  display: -webkit-flex;
  display: flex;
}
#main_contents .article-layout-wrap .article-layout .data-area .img-box {
  min-width: 150px;
}
#main_contents .article-layout-wrap .article-layout .data-box {
  padding-left: 20px;
}
#main_contents .article-layout-wrap .article-layout .data-box .date,
#main_contents .article-layout-wrap .article-layout .data-box .name {
  font-size: 14px;
  line-height: 1.4;
}
#main_contents .article-layout-wrap .article-layout .data-box .text-title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
}
#main_contents .article-layout-wrap .article-layout .more-section {
  margin-top: 20px;
}
#main_contents .article-layout-wrap .article-layout .more-section .text {
  font-size: 18px;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .article-layout-wrap {
    display: block;
    margin-top: -40px;
  }
  #main_contents .article-layout-wrap .article-layout {
    width: auto;
    margin-top: 40px;
  }
  #main_contents .article-layout-wrap .article-layout:nth-of-type(odd) {
    padding-right: 0;
  }
  #main_contents .article-layout-wrap .article-layout:nth-of-type(even) {
    padding-left: 0;
  }

  #main_contents .article-layout-wrap .article-layout .data-area .img-box {
    min-width: 90px;
  }
  #main_contents .article-layout-wrap .article-layout .data-box {
    padding-left: 15px;
  }
  #main_contents .article-layout-wrap .article-layout .data-box .date,
  #main_contents .article-layout-wrap .article-layout .data-box .name {
    font-size: 12px;
  }
  #main_contents .article-layout-wrap .article-layout .data-box .text-title {
    font-size: 16px;
  }
  #main_contents .article-layout-wrap .article-layout .more-section {
    margin-top: 15px;
  }
  #main_contents .article-layout-wrap .article-layout .more-section .text {
    font-size: 14px;
  }


}

/*article-layout*/
/*-------------------------------------------------------------------------*/
#main_contents .relation-list {
  width: 980px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#main_contents .relation-list li.item {
  width: 306px;
  padding: 0 10px;
  margin-top: 20px;
  display: inline-block;
}
#main_contents .relation-list li.item a {
  display: block;
}
#main_contents .relation-list li.item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .relation-list {
    width: auto;
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
  }
  #main_contents .relation-list li.item {
    padding: 0;
    width: 81.333vw;
    margin: 0 10px;
  }
  
}


/*more-box（もっと見る）*/
/*-------------------------------------------------------------------------*/
#main_contents .more-element-wrap {
  position: relative;
}
#main_contents .more-element-wrap::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0;
  
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  
  transition: all 600ms 0s ease-out;
  opacity: 1;
}
#main_contents .more-section.current .more-element-wrap::after {
  opacity: 0;
}
#main_contents .more-section .more-element-wrap {
  height: 120px;
  overflow: hidden;
  transition: all 300ms 0s ease-out;
}
#main_contents .more-section.current .more-element-wrap {
}
#main_contents .btn-more {
  width: 330px;
  padding: 12px 12px 14px;
  font-size: 18px;
  color: #FFF !important;
  display: block;
  margin: auto;
  text-align: center !important;
  margin-top: 30px;
}
#main_contents .btn-more > span.open {
  display: block;
}
#main_contents .btn-more > span.close {
  display: none;
}
#main_contents .more-section.current .btn-more > span.open {
  display: none;
}
#main_contents .more-section.current .btn-more > span.close {
  display: block;
}
#main_contents .btn-more::after,
#main_contents .btn-more::before {
  content: '';
  display: block;
  text-align: center;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 7px;
}
#main_contents .more-section .btn-more::before {
  display: none;
}
#main_contents .more-section.current .btn-more::after {
  display: none;
}
#main_contents .more-section .btn-more::after {
  display: block;
}
#main_contents .more-section.current .btn-more::before {
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .more-element-wrap::after {
    height: 30px;
  }
  #main_contents .more-section .more-element-wrap {
    height: 60px;
  }
  #main_contents .btn-more {
    width: auto;
    padding: 12px 0 14px;
    font-size: 15px;
    color: #FFF !important;
    text-align: center !important;
    margin-top: 20px;
    margin-left: 8vw;
    margin-right: 8vw;
  }
  #main_contents .btn-more::after,
  #main_contents .btn-more::before {
    margin-top: 3px;
  }
  #main_contents .more-section.current .btn-more::before {
    margin-bottom: 1px;
  }
}



/*==========================================================================
  ボタン
========================================================================== */
#main_contents .btn-text {
  display: block;
  color: #FFF !important;
  text-align: center !important;
  font-size: 14px;
  padding: 13px 12px 15px;
}


/*==========================================================================
  Content
========================================================================== */
#main_contents {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 400;
  margin-bottom: 60px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
}


#main_contents .pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  #main_contents .pc_none {
    display: block;
  }
}

#main_contents .tab_none {
  display: block;
}

@media screen and (max-width: 950px) {
  #main_contents .tab_none {
    display: none;
  }
}

#main_contents .sp_none {
  display: block;
}

@media screen and (max-width: 768px) {
  #main_contents .sp_none {
    display: none;
  }
}

#main_contents .width1400, #main_contents .section-menu ul, #nulenule-category-page #js-anime {
  box-sizing: border-box;
  max-width: 1400px;
  margin: auto;
}

#main_contents .width1200, #main_contents .item-layout, #main_contents .kodawari-use__list, #main_contents .kodawari-component__box, #main_contents .section-flavor .layout-box-wrap .layout-box, #main_contents .section-exp .exp-layout {
  box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
}

#main_contents .width960, #main_contents .kodawari-component__box ul, #main_contents .section-manager .layout {
  box-sizing: border-box;
  max-width: 960px;
  margin: auto;
}

#main_contents .hidden-pc {
  display: none !important;
}

#main_contents .section-menu {
  background-color: #010e1f;
  position: relative;
  overflow: hidden;
}

#main_contents .section-menu::before {
  content: "";
  position: absolute;
  background: rgba(255, 163, 161, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#main_contents .section-menu ul {
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  text-align: center;
}

#main_contents .section-menu ul li {
  box-sizing: border-box;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  vertical-align: middle;
  position: relative;
  height: 100px;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 1201px) {
  #main_contents .section-menu ul li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#main_contents .section-menu ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: null) {
  #main_contents .section-menu ul li:first-child {
    border-left: none;
  }
}

#main_contents .section-menu ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

#main_contents .section-menu ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 769px) {
  #main_contents .section-menu ul li :hover {
    opacity: 0.7;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

#main_contents .section-menu ul li a {
  color: #fff;
  display: flex;
  vertical-align: middle;
  width: 100%;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

#main_contents .section-menu video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

/*section-pickup*/
/*-------------------------------------------------------------------------*/
#main_contents .section-pickup .section-bg {
  padding: 80px 0 90px;
}
#main_contents .section + .section {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .section-pickup .section-bg {
    padding: 50px 0 90px;
  }
  #main_contents .section + .section {
    margin-top: 40px;
  }
}





#main_contents .section-story {
  background: #fcd8d5;
  background: -webkit-linear-gradient(left, #fcd8d5 0%, #f9ece4 50%, #fad9d8 100%);
  background: linear-gradient(to right, #fcd8d5 0%, #f9ece4 50%, #fad9d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd8d5', endColorstr='#fad9d8',GradientType=1 );
  padding-bottom: 125px;
}


#main_contents .item-primary {
  text-align: center;
  padding-top: 75px;
  margin-bottom: 95px;
}

#main_contents .item-primary h3 {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}

#main_contents .item-primary h3 span {
  font-size: 38px;
  font-size: 2.375rem;
}

#main_contents .item-primary p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.6em;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

#main_contents .item-layout {
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  margin-top: 68px;
}

#main_contents .item-layout:nth-child(even),
#main_contents .item-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
#main_contents .item-layout.normal {
  -webkit-box-direction: normal;
  flex-direction: row;
}

#main_contents .item-layout .item-layout__img, #main_contents .item-layout .item-layout__txt {
  width: 50%;
  padding: 0 25px;
}

#main_contents .item-layout .item-layout__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2em;
}

#main_contents .item-layout .item-layout__txt h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5em;
}

#main_contents .item-layout .item-layout__txt p:not(:first-child) {
  margin-top: 20px;
}

#main_contents .item-layout .item-layout__txt p + p {
  margin-top: 25px;
}

#main_contents .item-layout .item-layout__txt p.mg_t0 {
  margin-top: 0;
}

#main_contents .section-lovesolution .figure-illust {
  background: -webkit-linear-gradient(left, #87d9df 0%, #87d9df 50%, #f29eae 51%, #f29eae 100%);
  background: linear-gradient(to right, #87d9df 0%, #87d9df 50%, #f29eae 51%, #f29eae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d9df', endColorstr='#f29eae',GradientType=1 );
}

#main_contents .section-lovesolution .figure-illust img {
  margin: auto;
}

#main_contents .section-lovesolution .sixitem {
  background: #fcd8d5;
  background: -webkit-linear-gradient(left, #fcd8d5 0%, #f9ece4 50%, #fad9d8 100%);
  background: linear-gradient(to right, #fcd8d5 0%, #f9ece4 50%, #fad9d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd8d5', endColorstr='#fad9d8',GradientType=1 );
}


#main_contents .sixitem--layout {
  padding: 60px 10px 50px;
}

#main_contents .sixitem--layout__ttl {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}

#main_contents .sixitem--layout__ttl span {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
}

#main_contents .sixitem--layout__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: auto;
}

#main_contents .sixitem--layout__list:after {
  content: "";
  clear: both;
  display: block;
}

#main_contents .sixitem--layout__list li {
  margin-top: 55px;
  width: 33.33333%;
  float: left\9;
}

@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .sixitem--layout.type2 {
    padding: 0;
    overflow: visible;
  }
  #main_contents .sixitem--layout.type2 .sixitem--layout__list {
    display: block;
  }
  #main_contents .sixitem--layout.type2 .sixitem--layout__list li {
    width: 60.533vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  #main_contents .sixitem--layout.type2 .sixitem--layout__list li + li {
    margin-top: 15px;
  }

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #main_contents .sixitem--layout__list li {
    float: none\9;
  }
}

#main_contents .sixitem--layout__list img {
  height: 252px;
  margin: auto;
}

#main_contents .section-lovesolution .partner {
  background: rgba(255, 248, 248, 0.5);
}

#main_contents .section-lovesolution .partner--layout {
  -webkit-box-align: center;
          align-items: center;
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

#main_contents .section-lovesolution .partner--layout .figure {
  display: none;
  position: absolute;
  top: 0;
  left: 32.16667%;
}

#main_contents .section-lovesolution .partner--layout__img, #main_contents .section-lovesolution .partner--layout__txt {
  padding: 0 25px;
}

#main_contents .section-lovesolution .partner--layout__txt {
  padding-top: 15px;
  padding-bottom: 15px;
}

#main_contents .section-lovesolution .partner--layout__txt h4 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.5em;
}

#main_contents .section-lovesolution .partner--layout__txt p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2em;
  margin-top: 25px;
}

#main_contents .kodawari__ttl {
  font-size: 38px;
  font-size: 2.375rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}

#main_contents .kodawari-use {
  background: #ffefef;
  padding: 85px 0 105px;
}

#main_contents .kodawari-use__list {
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#main_contents .kodawari-use__list li {
  width: 33.33333%;
  position: relative;
}

#main_contents .kodawari-use__list li::before {
  background-image: url(../img/arrow.png);
  content: "";
  display: block;
  width: 51px;
  height: 132px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#main_contents .kodawari-use__list li img {
  height: 296px;
}

#main_contents .kodawari-use__list li:nth-child(3)::before {
  display: none;
}

#main_contents .kodawari-component {
  background: #f6e1d3;
  padding: 85px 0 105px;
}

#main_contents .kodawari-component__box {
  padding: 40px 25px 45px;
  border: 1px solid rgba(172, 135, 109, 0.5);
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 950px) {
  #main_contents .kodawari-component__box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#main_contents .kodawari-component__box h4 {
  color: #8d6241;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

#main_contents .kodawari-component__box ul {
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#main_contents .kodawari-component__box ul li img {
  height: 220px;
}

#main_contents .kodawari-component__box .element-box-wrap {
  display: -webkit-flex;
  display: flex;
}
#main_contents .kodawari-component__box .element-box-wrap .element-box {
  width: 50%;
  padding: 0 25px;
}
#main_contents .kodawari-component__box .element-box-wrap .element-box .text-title {
  font-size: 30px;
  line-height: 1.2;
}
#main_contents .kodawari-component__box .element-box-wrap .element-box .text {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}
#main_contents .kodawari-component__box .element-box-wrap .element-box hr {
  height: 10px;
  display: block;
}
#main_contents .kodawari-component__box .element-box-wrap .img {
  width: 164px;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  /*spのみ*/
  #main_contents .kodawari-component__box .element-box-wrap {
    display: block;
  }
  #main_contents .kodawari-component__box .element-box-wrap .element-box {
    width: auto;
    padding: 0 5px;
  }
  #main_contents .kodawari-component__box .element-box-wrap .element-box .text-title {
    font-size: 21px;
    padding-top: 10px;
  }
  #main_contents .kodawari-component__box .element-box-wrap .element-box .text {
    font-size: 15px;
    line-height: 2;
  }
  #main_contents .kodawari-component__box .element-box-wrap .img {
    margin-top: -10px;
    width: 103px;
  }
  #main_contents .kodawari-component__box .element-box-wrap .element-box + .element-box {
    margin-top: 15px;
  }
}


#main_contents .section-exp {
  background: #fad9d8;
  position: relative;
  max-height: 840px;
}

#main_contents .section-exp::before {
  bottom: 0;
  background-image: url(../img/bg_gd.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
  position: absolute;
  min-height: 43.57143%;
  width: 100%;
}

#main_contents .section-exp .exp-layout {
  height: 0;
  position: relative;
  top: 55px;
  padding-top: 70%;
}

#main_contents .section-exp .exp-layout--pos {
  position: absolute;
}

#main_contents .section-exp .exp-layout--pos.exp-ttl {
  top: 1.54762%;
  left: 0;
  right: 0;
  margin: auto;
}

#main_contents .section-exp .exp-layout--pos.exp-ttl img {
  width: 18.16667%;
  margin: auto;
}

#main_contents .section-exp .exp-layout--pos.exp-goods {
  top: 11.30952%;
  left: 0;
  right: 0;
  margin: auto;
  width: 33.75%;
}

@media screen and (min-width: 769px) {
  #main_contents .section-exp .exp-layout--pos.exp-comment01 {
    top: 0;
    left: 1.16667%;
    width: 24.04167%;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment02 {
    top: 32.02381%;
    left: 3.08333%;
    width: 19.83333%;
    z-index: 2;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment03 {
    top: 52.97619%;
    left: 11.58333%;
    width: 25.375%;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment04 {
    top: 57.5%;
    right: 38.66667%;
    width: 22.70833%;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment05 {
    top: 57.7381%;
    right: 14.25%;
    width: 22.04167%;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment06 {
    top: 30%;
    right: 0.41667%;
    width: 25.70833%;
    z-index: 2;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment07 {
    top: 0.35714%;
    right: 2.58333%;
    width: 23.375%;
  }
}

@media screen and (min-width: 1201px) {
  #main_contents .section-exp .exp-layout--pos.exp-ttl {
    top: 13px;
  }
  #main_contents .section-exp .exp-layout--pos.exp-goods {
    top: 95px;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment01 {
    top: 0;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment02 {
    top: 269px;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment03 {
    top: 445px;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment04 {
    top: 483px;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment05 {
    top: 485px;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment06 {
    top: 252px;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment07 {
    top: 3px;
  }
}

#main_contents .section-manager {
  background: #fae5e5;
  background: -webkit-linear-gradient(top, #fae5e5 0%, #fdeceb 100%);
  background: linear-gradient(to bottom, #fae5e5 0%, #fdeceb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae5e5', endColorstr='#fdeceb',GradientType=0 );
  padding: 50px 10px;
}

#main_contents .section-manager::after {
  content: "";
  clear: both;
  display: block;
}

#main_contents .section-manager .layout__img {
  float: right;
}

#main_contents .section-manager .layout__txt {
  padding-top: 45px;
  max-width: 620px;
}

#main_contents .section-manager .layout__txt h3 {
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 40px;
}

#main_contents .section-manager .layout__txt p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2em;
}

#main_contents .section-manager .layout__txt p + p {
  margin-top: 25px;
}

#main_contents h2.title {
  background-color: #fa8987;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  padding-left: 40px;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding: 22px 0;
}

#main_contents h2.title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}



#main_contents #section-development .title {
  letter-spacing: 0;
}

#main_contents .lovesolution__ttl--theme01, #main_contents .lovesolution__ttl--theme02 {
  background: #f56664;
  background: -webkit-linear-gradient(left, #f56664 0%, #fa8987 50%, #f56664 100%);
  background: linear-gradient(to right, #f56664 0%, #fa8987 50%, #f56664 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56664', endColorstr='#f56664',GradientType=1 );
  padding: 30px 0;
  position: relative;
}

#main_contents .lovesolution__ttl--theme01 h3, #main_contents .lovesolution__ttl--theme02 h3 {
  color: #fff;
  display: table;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  width: 100%;
  max-width: 797px;
  min-height: 150px;
  margin: auto;
}

#main_contents .lovesolution__ttl--theme01 h3 span, #main_contents .lovesolution__ttl--theme02 h3 span {
  display: table-cell;
  vertical-align: middle;
}

#main_contents .lovesolution__ttl--theme01 h3::before, #main_contents .lovesolution__ttl--theme02 h3::before, #main_contents .lovesolution__ttl--theme01 h3::after, #main_contents .lovesolution__ttl--theme02 h3::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  min-height: 50px;
  width: 50px;
}

#main_contents .lovesolution__ttl--theme01 h3::before, #main_contents .lovesolution__ttl--theme02 h3::before {
  top: 0;
  left: 0;
  background-image: url(../img/brackets_w_1.png);
}

#main_contents .lovesolution__ttl--theme01 h3::after, #main_contents .lovesolution__ttl--theme02 h3::after {
  right: 0;
  bottom: 0;
  background-image: url(../img/brackets_w_2.png);
}

#main_contents .lovesolution__ttl--theme01.plus, #main_contents .plus.lovesolution__ttl--theme02 {
  padding: 50px 0;
}

#main_contents .lovesolution__ttl--theme01.plus::before, #main_contents .plus.lovesolution__ttl--theme02::before {
  content: "";
  background-image: url(../../nulenule/img/plus.png);
  background-repeat: no-repeat;
  background-size: auto 119px;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 119px;
  width: 119px;
}

#main_contents .lovesolution__ttl--theme02 {
  background: rgba(255, 255, 255, 0.47);
}

#main_contents .lovesolution__ttl--theme02 h3 {
  color: #1b1b1b;
}

#main_contents .lovesolution__ttl--theme02 h3::before {
  background-image: url(../img/brackets_1.png);
}

#main_contents .lovesolution__ttl--theme02 h3::after {
  background-image: url(../img/brackets_2.png);
}

#main_contents .section-bgfixed {
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

#main_contents .section-bgfixed.section-bgfixed--theme01 {
  background-image: url("../img/bg_fixed_1.jpg");
}

#main_contents .section-bgfixed.section-bgfixed--theme02 {
  background-image: url("../img/bg_fixed_2.jpg");
}

#main_contents .section-bgfixed.section-bgfixed--theme03 {
  background-image: url("../img/bg_fixed_3.jpg");
}

#main_contents .section-details {
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  box-shadow: 0px 0px 50px #FFF;
  position: relative;
}

#main_contents .section-details li,
#main_contents .section-details li a img {
  width: 100%;
}

#main_contents .section-details li a:hover img {
  opacity: 0.7;
}

/*section-relation*/
/*-------------------------------------------------------------------------*/
#main_contents .section-relation {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  /*sp*/
  #main_contents .section-relation {
    padding: 50px 0;
  }
}


/*==========================================================================
  768px 以下 (TAB of SP)
========================================================================== */
@media screen and (max-width: 768px) {
  #main_contents .hidden-pc {
    display: block !important;
  }
  #main_contents .hidden-sp {
    display: none !important;
  }
  #main_contents .section-menu ul {
    flex-wrap: wrap;
    max-height: 100%;
  }
  #main_contents .section-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    height: 65px;
    width: 50%;
  }
  #main_contents .section-menu ul li + li {
    border-left: none;
    border-right: none;
  }
  #main_contents .section-menu ul li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  #main_contents .section-menu ul li:last-child {
    border-bottom: none;
  }
  
  #main_contents .section-story {
    padding-bottom: 60px;
  }
  
  #main_contents .item-primary {
    padding: 30px 10px 0;
    margin-bottom: 0;
  }
  #main_contents .item-primary h3 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.4em;
  }
  #main_contents .item-primary h3 span {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #main_contents .item-primary p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2em;
  }
  #main_contents .item-layout {
    display: block;
    margin-top: 30px;
  }
  #main_contents .item-layout .item-layout__img, #main_contents .item-layout .item-layout__txt {
    width: auto;
    padding: 0;
    margin-top: 25px;
  }
  #main_contents .item-layout .item-layout__img img {
    width: 100%;
    margin: auto;
  }
  #main_contents .item-layout .item-layout__txt {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
  }
  #main_contents .item-layout .item-layout__txt h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #main_contents .section-lovesolution .figure-illust {
    overflow: hidden;
    margin-left: -60px;
  }
  #main_contents .section-lovesolution .figure-illust img {
    margin-left: 30px;
  }
  #main_contents .sixitem--layout {
    overflow: hidden;
    padding: 15px 5px 20px;
  }
  #main_contents .sixitem--layout__ttl {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
  #main_contents .sixitem--layout__ttl span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #main_contents .sixitem--layout__list {
    margin: 0 -15px;
  }
  #main_contents .sixitem--layout__list li {
    box-sizing: border-box;
    padding: 0 2px;
    margin-top: 4px;
    width: 50%;
  }
  #main_contents .sixitem--layout__list img {
    height: auto;
  }
  #main_contents .section-lovesolution .partner {
    background: rgba(255, 248, 248, 0.5);
  }
  #main_contents .section-lovesolution .partner--layout {
    display: block;
  }
  #main_contents .section-lovesolution .partner--layout .figure {
    display: none;
  }
  #main_contents .section-lovesolution .partner--layout__img {
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    padding-bottom: 61.875%;
  }
  #main_contents .section-lovesolution .partner--layout__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #main_contents .section-lovesolution .partner--layout__txt {
    padding: 20px 15px 30px;
  }
  #main_contents .section-lovesolution .partner--layout__txt h4 {
    font-size: 23px;
    font-size: 1.4375rem;
    text-align: center;
  }
  #main_contents .section-lovesolution .partner--layout__txt p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 15px;
  }
  #main_contents .kodawari__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  #main_contents .kodawari-use {
    padding: 25px 0 40px;
  }
  #main_contents .kodawari-use__list {
    display: block;
  }
  #main_contents .kodawari-use__list li {
    width: 100%;
    margin-bottom: 6.25%;
  }
  #main_contents .kodawari-use__list li::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 85%;
    left: 0;
    right: 0;
    bottom: auto;
    width: 51px;
    height: 132px;
  }
  #main_contents .kodawari-use__list li img {
    width: 87.5%;
    height: auto;
    margin: auto;
  }
  #main_contents .kodawari-component {
    padding: 25px 10px 40px;
  }
  #main_contents .kodawari-component__box {
    padding: 20px 10px 25px;
    margin-left: 0;
    margin-right: 0;
  }
  #main_contents .kodawari-component__box h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #main_contents .kodawari-component__box ul {
    display: block;
  }
  #main_contents .kodawari-component__box ul li + li {
    margin-top: 15px;
  }
  #main_contents .kodawari-component__box ul img {
    margin: auto;
  }
  #main_contents .section-exp {
    max-height: 100%;
  }
  #main_contents .section-exp::before {
    top: 70vw;
  }
  #main_contents .section-exp .exp-layout {
    height: auto;
    position: static;
    overflow: hidden;
    padding: 30px 0 0;
  }
  #main_contents .section-exp .exp-layout--pos {
    position: static;
  }
  #main_contents .section-exp .exp-layout--pos.exp-ttl img {
    width: 52vw;
    margin-bottom: 20px;
  }
  #main_contents .section-exp .exp-layout--pos.exp-goods {
    width: 56vw;
    position: relative;
    z-index: 1;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 50%;
    padding: 20px 0;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment img {
    max-width: 115%;
  }
  #main_contents .section-exp .exp-layout--pos.exp-comment:nth-child(even) {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  #main_contents .section-exp .exp-layout--box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: -60px -5px 20px;
    z-index: 2;
  }
  #main_contents .section-manager {
    padding: 25px 15px 40px;
  }
  #main_contents .section-manager .layout__img {
    width: 31.25%;
    margin: 0 0 5px 10px;
  }
  #main_contents .section-manager .layout__txt {
    padding-top: 30px;
  }
  #main_contents .section-manager .layout__txt h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #main_contents .section-manager .layout__txt p {
    font-size: 16px;
    font-size: 1rem;
  }
  #main_contents .section-manager .layout__txt p + p {
    margin-top: 15px;
  }
  #main_contents h2.title {
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main_contents h2.title span {
    padding-left: 38px;
  }
  #main_contents .lovesolution__ttl--theme01, #main_contents .lovesolution__ttl--theme02 {
    padding: 15px 10px;
  }
  #main_contents .lovesolution__ttl--theme01 h3, #main_contents .lovesolution__ttl--theme02 h3 {
    font-size: 20px;
    font-size: 1.25rem;
    min-height: auto;
  }
  #main_contents .lovesolution__ttl--theme01 h3 span, #main_contents .lovesolution__ttl--theme02 h3 span {
    padding: 10px 0;
  }
  #main_contents .lovesolution__ttl--theme01 h3::before, #main_contents .lovesolution__ttl--theme02 h3::before, #main_contents .lovesolution__ttl--theme01 h3::after, #main_contents .lovesolution__ttl--theme02 h3::after {
    background-size: auto 25px;
  }
  #main_contents .lovesolution__ttl--theme01 h3::after, #main_contents .lovesolution__ttl--theme02 h3::after {
    background-position: right bottom;
  }
  #main_contents .lovesolution__ttl--theme01.plus, #main_contents .plus.lovesolution__ttl--theme02 {
    padding: 25px 10px 25px;
  }
  #main_contents .lovesolution__ttl--theme01.plus::before, #main_contents .plus.lovesolution__ttl--theme02::before {
    background-size: auto 59.5px;
    top: -30px;
    min-height: 59.5px;
    width: 59.5px;
  }
  #main_contents .section-bgfixed {
    min-height: 168px;
    background: none;
    overflow: hidden;
    position: relative;
  }
  #main_contents .section-bgfixed::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #main_contents .section-bgfixed.section-bgfixed--theme01::before {
    background-image: url("../img/bg_fixed_1.jpg");
  }
  #main_contents .section-bgfixed.section-bgfixed--theme02::before {
    background-image: url("../img/bg_fixed_2.jpg");
  }
  #main_contents .section-bgfixed.section-bgfixed--theme03::before {
    background-image: url("../img/bg_fixed_3.jpg");
  }
  #main_contents .section-details {
    flex-wrap: wrap;
  }
  #main_contents .section-details li {
    width: 50%;
  }
}

/*----------section-development----------*/
#main_contents .kodawari-use {
  background-image: url(../img/bg_ripple.png);
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #main_contents .kodawari-use {
    background-size: contain;
  }
}

/*----------section-development----------*/
#main_contents .kodawari-component {
  background-image: url(../img/bg_ripple_1.png);
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #main_contents .kodawari-component {
    padding: 25px 10px 40px;
    background-size: contain;
  }
}



/*==========================================================================
  jsライブラリのスタイル調整
========================================================================== */

/*----------slick----------*/
#main_contents .slick-dots {
	bottom: -35px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#main_contents .slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

#main_contents .slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

#main_contents .slick-dots li button:hover,
#main_contents .slick-dots li button:focus {
	outline: none;
}

#main_contents .slick-dots li button:hover:before,
#main_contents .slick-dots li button:focus:before {
	opacity: 1;
}
#main_contents .slick-dots li {
	height: 12px;
	margin: 0 6px;
	width: 12px;
}
#main_contents .slick-dots li.slick-active button::before,
#main_contents .slick-dots li:hover button::before {
	background: #e52273;
}

#main_contents .slick-dots li button::before {
	background: #ccc;
	border-radius: 100px;
	font-size: 0;
	height: 100%;
	opacity: 1 !important;
	width: 100%;
}
#main_contents .slick-prev:before,
#main_contents .slick-next:before {
  display: none;
}
#main_contents .slick-prev,
#main_contents .slick-next {
  width: 38px;
  height: 38px;
  border-top: 2px solid #e52273;
  border-right: 2px solid #e52273;
  z-index: 10;
  margin-top: -12px;
}
#main_contents .slick-prev {
  left: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
}
#main_contents .slick-next {
  right: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main_contents .btn-type2 .slick-prev,
#main_contents .btn-type2 .slick-next {
  width: 20px;
  height: 20px;
  top: auto;
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  #main_contents .btn-type2 .slick-prev,
  #main_contents .btn-type2 .slick-next {
    width: 14px;
    height: 14px;
  }
}





/*==========================================================================
  AI チャット
========================================================================== */
#btnChatFix {
  z-index: 10;
}


/*==========================================================================
  他ページ共通パーツ 
========================================================================== */

.other_content_wrap { margin-left: auto !important; margin-right: auto !important;}
.other_content_wrap.w1250 {max-width: 1250px;}
.other_content_wrap.w980 {max-width: 980px;}
.other_content_wrap.930 {max-width: 930px;}
