@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap");
/* ------------------------------------------------------
 *  リセットCSS
 * ---------------------------------------------------- */
* {
  box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ----------------------------------------------------------------------------
 * 変数
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * ブレイクポイント
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * 文字の位置揃え .align-
 * ------------------------------------------------------------------------- */
.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tj {
  text-align: justify !important;
}

/* ----------------------------------------------------------------------------
 * 非表示 .align-
 * ------------------------------------------------------------------------- */
.pc_hide {
  display: block;
}

@media screen and (min-width: 800px), print {
  .pc_hide {
    display: none;
  }
}
.sp_hide {
  display: none;
}

@media screen and (min-width: 800px), print {
  .sp_hide {
    display: block;
  }
}
/* ----------------------------------------------------------------------------
 * All
 * ------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans SC", sans-serif;
  color: #626262;
  word-break: break-word;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #626262;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

.ie6 img {
  width: 100%;
}

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

li a {
  box-sizing: border-box;
}

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

/* ----------------------------------------------------------------------------
 * フォント .f-
 * ------------------------------------------------------------------------- */
.fb {
  font-weight: bold;
}

.color_01 {
  color: #daf334;
}

.c_pink {
  color: #f85982;
}

/* ----------------------------------------------------------------------------
 * 余白調整 .mb-
 * ------------------------------------------------------------------------- */
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
 * レイアウト
 * ------------------------------------------------------------------------- */
@media (min-width: 800px) {
  .col_02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* ----------------------------------------------------------------------------
 * Hdg
 * ------------------------------------------------------------------------- */
.hdg_02 {
  font-size: 2.8rem;
  text-align: center;
  padding: 40px 0 40px;
  font-weight: normal;
  line-height: normal;
}
@media (min-width: 800px) {
  .hdg_02 {
    padding: 60px 0 40px;
  }
}
.hdg_02 span {
  color: #f85982;
  display: block;
  font-size: 2rem;
  margin-top: 10px;
}
@media (min-width: 800px) {
  .hdg_02 span {
    font-size: 2.4rem;
  }
}

/* ----------------------------------------------------------------------------
 * layout
 * ------------------------------------------------------------------------- */
.contents {
  margin-top: 65px;
}

/* ----------------------------------------------------------------------------
 * mv
 * ------------------------------------------------------------------------- */
.mv_wrap {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
.header_01 {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
  z-index: 120;
  width: 100%;
}
@media (min-width: 800px) {
  .header_01 {
    position: absolute;
  }
}
.header_01 .header_wrap {
  padding: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 800px) {
  .header_01 .header_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
  }
}
.header_01 .header_wrap .hdg_01 {
  text-align: center;
  width: 60%;
}
@media (min-width: 800px) {
  .header_01 .header_wrap .hdg_01 {
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------
 * Kv
 * ------------------------------------------------------------------------- */
.momo_wrap_01 {
  background-color: #ECF1F4;
}
.momo_wrap_01 .list_01 {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 800px) {
  .momo_wrap_01 .list_01 {
    display: block;
    top: 32%;
    left: 50%;
    width: 22%;
  }
}
.momo_wrap_01 .list_01 li {
  width: 45%;
}
@media (min-width: 800px) {
  .momo_wrap_01 .list_01 li {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
 * Nav
 * ------------------------------------------------------------------------- */
.header_icon_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 0 0;
}
.header_icon_list > li {
  width: 40px;
}

/*============
nav
=============*/
.nav_01 {
  display: none;
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  height: 100vh;
}
@media (min-width: 800px) {
  .nav_01 {
    position: absolute;
    width: 96%;
    margin: 0 2%;
    height: auto;
    top: 114px;
    left: 0;
  }
}
.nav_01 .inner {
  padding: 10px;
}

.open .nav_01 {
  left: 0;
  opacity: 1;
  display: block;
}

.nav_01 .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .nav_01 .inner ul {
    display: flex;
  }
}

.nav_01 .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
@media (min-width: 800px) {
  .nav_01 .inner ul li {
    border-bottom: none;
    width: 33%;
    text-align: center;
  }
}
@media (min-width: 800px) {
  .nav_01 .inner ul li:after {
    width: 1px;
    height: 20px;
    top: 20px;
    right: 0;
    content: "";
    position: absolute;
    background-color: #333;
  }
}
.nav_01 .inner ul li:last-child:after {
  height: 0;
}

.nav_01 .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

.nav_01 .inner ul li a:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 767px) {
  .nav_01 {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 15;
  background-color: #6e6e6e;
  border-radius: 50%;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 12px;
}
.toggle_btn span:nth-child(2) {
  top: 19px;
}
.toggle_btn span:nth-child(3) {
  bottom: 10px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
@media (min-width: 800px) {
  .open .toggle_btn span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (min-width: 800px) {
  .open .toggle_btn span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 800px) {
  .open #mask {
    height: 0;
  }
}

/* ----------------------------------------------------------------------------
 * Slider
 * ------------------------------------------------------------------------- */
.slick-slider {
  background-color: #e7f0f3;
  padding: 20px 0;
}
@media (min-width: 800px) {
  .slick-slider {
    padding: 20px 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.slick-dots {
  bottom: -40px;
}

.slick-next:before {
  content: " ";
  width: 18px;
  height: 18px;
  border-top: 5px solid #595757;
  border-right: 5px solid #595757;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 20%;
}
@media (min-width: 800px) {
  .slick-next:before {
    right: 2px;
  }
}

.slick-prev:before {
  content: " ";
  width: 18px;
  height: 18px;
  border-top: 5px solid #595757;
  border-right: 5px solid #595757;
  transform: rotate(-135deg);
  position: absolute;
  left: 12px;
  top: 20%;
}
@media (min-width: 800px) {
  .slick-prev:before {
    left: 2px;
  }
}

.slick-arrow:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------------------------
 * content
 * ------------------------------------------------------------------------- */
@media (min-width: 800px) {
  .concept_img {
    background: url("../images/img_back_01.png") no-repeat;
    padding: 10px 10px 40px 10px;
    background-size: cover;
    background-position: 0px 30px;
  }
}

.distribution_img {
  background: url("../images/img_back_02.jpg") no-repeat;
  padding: 40px 20px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 800px) {
  .distribution_img {
    padding: 40px 60px;
  }
}

.btn_img {
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 800px) {
  .btn_img {
    margin-right: 40px;
    margin-left: 40px;
  }
}

.list_01 {
  margin-top: 20px;
}
@media (min-width: 800px) {
  .list_01 {
    display: flex;
    justify-content: space-around;
    margin: 40px auto 0;
    width: 100%;
    max-width: 740px;
  }
}
.list_01 li {
  text-align: center;
  margin-bottom: 20px;
}

.movie video {
  width: 100%;
}
@media (min-width: 800px) {
  .movie video {
    width: auto;
  }
}

.momo_qa {
  background-color: #ff7995;
  padding: 5%;
  max-width: 1000px;
  margin: 0 auto;
}
.momo_qa .momo_innner {
  background-color: #ff88a1;
  padding-top: 8%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .momo_qa .momo_innner {
    padding-top: 55px;
  }
}
.momo_qa .momo_innner dl {
  text-align: left;
  padding: 5%;
  line-height: 1.8;
  color: #fff;
}
@media (min-width: 800px) {
  .momo_qa .momo_innner dl {
    padding: 55px 75px;
  }
}
.momo_qa .momo_innner dl dt {
  margin-bottom: 5px;
}
.momo_qa .momo_innner dl dt:before {
  content: "■";
  color: #f1f361;
  padding-right: 3px;
}
.momo_qa .momo_innner dl dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px dotted #ffabc9;
}
.momo_qa .momo_innner dl dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.momo_qa .momo_innner p {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .momo_qa .momo_innner p {
    width: 100%;
  }
}

.momo_info {
  background-color: #ffc1e1;
  padding: 5%;
  text-align: left;
}
@media (min-width: 800px) {
  .momo_info {
    padding: 75px 50px;
  }
}
.momo_info .momo_innner {
  max-width: 1000px;
  margin: 0 auto;
}
.momo_info .momo_component,
.momo_info .momo_neme {
  border: 2px solid #ff91b3;
  background-color: #ffe7f4;
  color: #828286;
  margin-bottom: 20px;
}
.momo_info .momo_component dt,
.momo_info .momo_neme dt {
  padding: 20px 40px;
  border-bottom: 2px solid #ff91b3;
  color: #ff7599;
  font-weight: bold;
  font-size: 1.8rem;
}
.momo_info .momo_component dd,
.momo_info .momo_neme dd {
  padding: 20px 40px;
}
.momo_info .momo_component .momo_component_list span,
.momo_info .momo_neme .momo_component_list span {
  width: 100px;
  display: inline-block;
}
.momo_info .momo_use,
.momo_info .momo_notes {
  border: 2px solid #ff91b3;
  background-color: #ffe7f4;
  color: #828286;
  margin-bottom: 20px;
  padding: 20px 40px;
}
.momo_info .momo_use ul,
.momo_info .momo_notes ul {
  list-style: inside;
}
@media (min-width: 800px) {
  .momo_info .momo_col_02 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 800px) {
  .momo_info .momo_col_02 .momo_use, .momo_info .momo_col_02 .momo_component {
    width: 45%;
  }
}
.momo_info .momo_col_02 .momo_use dt, .momo_info .momo_col_02 .momo_component dt {
  color: #828286;
  font-weight: normal;
}

.box_gmp {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
}
@media (min-width: 800px) {
  .box_gmp {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    width: 90%;
  }
}
.box_gmp .img {
  text-align: center;
}
@media (min-width: 800px) {
  .box_gmp .img {
    width: 40%;
  }
}
.box_gmp .img img {
  width: 120px;
}
@media (min-width: 800px) {
  .box_gmp .img img {
    width: auto;
  }
}
.box_gmp .txt {
  color: #333;
}
@media (min-width: 800px) {
  .box_gmp .txt {
    margin-left: 30px;
    width: 60%;
  }
}
.box_gmp .hdg {
  text-align: center;
  display: block;
}

.formUnit {
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 10px;
}
.formUnit iframe {
  border: none;
  height: 500px !important;
}
@media (min-width: 800px) {
  .formUnit iframe {
    height: 650px !important;
  }
}

/*紹介*/
.grad-wrap {
  margin: 40px 10px 40px;
  position: relative;
}
@media (min-width: 800px) {
  .grad-wrap {
    margin: 60px auto 60px;
    max-width: 800px;
  }
}
.grad-wrap .grad-hdg {
  color: #fff;
  background-color: #535353;
  padding: 10px;
  text-align: center;
  letter-spacing: 3px;
}
@media (min-width: 800px) {
  .grad-wrap .grad-hdg {
    font-size: 30px;
    padding: 20px;
  }
}
.grad-wrap .grad-item {
  padding: 10px 10px 40px 10px;
}
@media (min-width: 800px) {
  .grad-wrap .grad-item .uhmk_col_02 {
    display: flex;
    justify-content: space-between;
  }
  .grad-wrap .grad-item .uhmk_col_02 dl {
    width: 49%;
  }
}
@media (min-width: 800px) {
  .grad-wrap .grad-item li, .grad-wrap .grad-item dd, .grad-wrap .grad-item dt {
    font-size: 22px;
    line-height: 1.6;
  }
}
.grad-wrap .grad-item dl {
  margin-top: 20px;
}
.grad-wrap .grad-item .uhmk_box_01 {
  border: 2px solid #535353;
}
.grad-wrap .grad-item .uhmk_box_01 dt {
  border-bottom: 2px solid #535353;
  padding: 5px;
}
.grad-wrap .grad-item .uhmk_box_01 dd {
  padding: 10px;
}

.grad-wrap {
  position: relative;
  border: 1px solid #636363;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: 2px 0;
  border-radius: 2px;
  background: #636363;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.grad-btn::after {
  content: "繼續閱讀";
}

.grad-btn:hover {
  background: #fff;
  color: #636363;
}

.grad-btn .fa {
  margin-right: 0.5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
}

.grad-item p + p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked ~ .grad-btn {
  bottom: -15px;
}

.grad-trigger:checked ~ .grad-btn::after {
  content: "關閉";
}

.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
}

.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

/*------------------------------------------
 　footer
--------------------------------------------*/
.footer_01 {
  background-color: #ffcbb4;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
.footer_01 .footer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  max-width: 1000px;
}
.footer_01 .footer_list li {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .footer_01 .footer_list li {
    width: 25%;
    border-right: 1px solid #fff;
  }
}
.footer_01 .footer_list li:nth-child(odd) {
  border-right: 1px solid #fff;
}
@media (min-width: 800px) {
  .footer_01 .footer_list li:last-child {
    border: none;
  }
}
.footer_01 .footer_list li a {
  color: #fff;
}
.footer_01 .footer_list_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  margin: 20px auto;
}
.footer_01 .footer_list_sns .facebook,
.footer_01 .footer_list_sns .line {
  width: 40px;
}
.footer_01 .page_top a {
  background-color: #c9caca;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  width: 100%;
}
.footer_01 .copy {
  text-align: center;
  color: #fff;
}

/*------------------------------------------
 　txt
--------------------------------------------*/
.txt_01 {
  font-family: "思源宋體";
  font-style: italic;
  text-align: center;
  margin: 0 10px;
  line-height: normal;
  font-size: 2.2rem;
}
@media (min-width: 800px) {
  .txt_01 {
    font-size: 4.6rem;
  }
}/*# sourceMappingURL=style_w.css.map */