@charset "utf-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: visible;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
  vertical-align: bottom;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
.wrapper {
  overflow: visible;
}
body {
  overflow-y: scroll;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background: url(../back/muji.jpeg) 0 0;
}
img {
  max-width: 100%;
}
/* reset-------------------------- */
/* svgアニメーション */
.curtain {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.logo {
  width: 263px;
  margin: 25vh auto 0;
}
#layer_1 path {
  fill: none;
  stroke: blue;
  stroke-width: 2;
  stroke-dasharray: 437px;
  stroke-dashoffset: 437px;
  animation: txt 3s linear forwards;
}
@keyframes txt {
  0% {
    stroke-dashoffset: 437px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}
/* ここからheader----------------------------- */
.header {
  padding: 5% 0 10%;
  position: relative;
}
.header .L,
.header .R {
  display: none;
}
.header h1 {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.bx-next,
.bx-prev {
  display: none;
}
.bx-wrapper {
  margin: 0 0 10%;
  border: none;
  box-shadow: none;
}
.bx-wrapper img {
  margin: 0 auto;
}
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  background: url(../img/huwa.gif) no-repeat center center;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 98px;
  height: 69px;
  position: absolute;
  bottom: 25%;
  right: 2%;
  z-index: 100;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
    -ms-transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
    -ms-transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
    -ms-transform: translate(0, 0) rotate(7deg);
  }
}

/* ここからnav---------------------- */
.g-nav {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 100;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: 1s;
}
#click:checked ~ .g-nav {
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.g-nav li {
  text-align: center;
  width: 100%;
}
.g-nav a {
  display: block;
  line-height: 44px;
  padding-top: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-bottom: 5px dotted #fcedd9;
  color: #5c392f;
  background: url(../back/paper.jpeg);
}
.g-nav li:nth-of-type(1) {
  display: none;
}
.nav p {
  width: 100%;
  line-height: 44px;
  background: url(../back/paper.jpeg) no-repeat;
  text-align: center;
  color: #5c392f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: center;
  z-index: 200;
  border-bottom: 5px dotted #fcedd9;
}
.nav span {
  width: 35px;
  height: 30px;
  position: absolute;
  top: 1%;
  right: 3%;
  z-index: 200;
  transition: 1s;
}
#click:checked + #btn span {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#click {
  display: none;
}

/* ここからmain--------------------- */
.main {
  max-width: 600px;
  padding: 10px;
}
.main h2 {
  padding: 15px 10px;
  margin: 0 auto 5%;
  text-align: center;
  font-size: 34px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.main span {
  display: block;
}
/*concept------------------------  */
.concept {
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 20%;
  padding: 20% 10%;
  line-height: 1.65;
  text-align: center;
  position: relative;
}
.concept span {
  display: block;
}

.L {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.R {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.bee {
  position: absolute;
  width: 42px;
  height: 57px;
  top: 10%;
  left: 5%;
}

/*news----------------------------*/
.news {
  padding: 30% 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.news img:nth-of-type(1) {
  transition: 0.5s all;
}
.news img:nth-of-type(1):hover {
  transform: scale(1.2, 1.2);
}
/* media----------------------------- */
.media {
  padding: 25% 10%;
  margin: 10% 0;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
.media dl {
  margin-left: 10%;
}
.media dd {
  margin-bottom: 6%;
  border-bottom: rgb(236, 236, 87) 2px dotted;
}
.media a {
  color: #d89482;
}
/*sns----------------------------  */
#sns {
  padding: 20% 0;
  position: relative;
  margin: 10% 10px 90px;
  background-color: #fff;
  border-radius: 50%;
}
.sns-p {
  width: 100%;
  text-align: center;
}
#sns a {
  padding: 5px 12px;
  color: #c28c8c;
  display: block;
}
#sns a:hover {
  color: hsla(0, 31%, 65%, 0.7);
}
.i,
.t,
.f {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.i > p {
  background: url(../img/hukidasi.gif) no-repeat center top/contain;
  line-height: 57px;
}
.i img,
.t img,
.f img {
  width: 15%;
  height: 15%;
  margin-left: 30px;
}
.t img {
  margin-right: 30px;
}
.t {
  flex-direction: row-reverse;
}
.t > p {
  background: url(../img/hukidasiR.gif) no-repeat center top/contain;
  line-height: 57px;
}

.f > p {
  background: url(../img/hukidasi.gif) no-repeat center top/contain;
  line-height: 57px;
}

.page-top {
  width: 50px;
  height: 50px;
  padding-top: 30px;
  position: fixed;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 500;
  bottom: 2%;
  right: 2%;
  background: url(../img/dongurirogo.png) no-repeat 0 0 / contain;
  z-index: 100;
}
.footer-bar {
  display: flex;
}
.footer-bar li {
  width: 25%;
  text-align: center;
}
.footer-bar a {
  display: block;
  font-size: 12px;
  padding: 10px 0;
  color: #5c392f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: url(../img/donguri-green.gif) no-repeat center center/contain;
}
/* footer------------------------ */

.footer {
  padding: 20% 5% 0;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(143, 65, 65);
  background: url(../back/paper.jpeg);
  position: relative;
}

.footer p {
  width: 80%;
  opacity: 0.3;
  position: absolute;
  top: 7%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.footer dl {
  margin-left: 1%;
  z-index: 10;
}
.footer a {
  color: #877adc;
}

@media (min-width: 400px) {
  .bee {
    position: absolute;
    top: 15%;
    left: 10%;
  }
  .footer {
    padding: 5% 1% 0;
  }
  .footer p {
    display: none;
  }
}
@media (min-width: 600px) {
  .header {
    padding: 20px 0;
    width: 100vw;
  }
  .header h1 {
    width: 35%;
    padding: 30% 0 5%;
    background: url(../img/dongurirogo.png) no-repeat center center/contain;
  }
  .header .L,
  .header .R {
    display: block;
    width: 45%;
    z-index: -1;
  }
  .main {
    max-width: 960px;
    margin: 0 auto;
  }
  .nav p,
  .nav span {
    display: none;
  }
  .fuwafuwa {
    display: none;
  }
  .g-nav {
    display: flex;
    width: 100vw;
    height: 50px;
    position: fixed;
    top: 0;
  }

  .g-nav > li {
    width: 25%;
    text-align: center;
    transition: 1s;
  }

  .g-nav > li:hover {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
  }

  .g-nav li:nth-of-type(1) {
    display: block;
  }
  .g-nav a {
    padding-top: 50px;
    height: 50px;
    border: 0;
    font-size: 24px;
    background: url(../img/family-blue.gif) no-repeat center center/contain;
  }

  .concept {
    max-width: 620px;
    margin: 0 auto 10%;
    border-radius: 40%;
    padding: 10%;
  }
  .concept h2 {
    margin: 10% 0;
  }
  .concept span {
    display: block;
  }
  .bee {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20%;
    left: 20%;
  }
  .news {
    max-width: 620px;
    padding: 20% 5%;
  }
  /* media----------------------------- */
  .media {
    padding: 20% 0 40%;
    margin: 10% 5%;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
  }
  .media dl {
    max-width: 711px;
    overflow: hidden;
    margin-left: 0;
    padding: 3%;
    margin: 0 auto;
  }
  .media dt {
    width: 30%;
    margin-bottom: calc(6% + 2px);
    float: left;
  }
  .media dd {
    width: 70%;
    float: right;
  }
  .media a {
    color: #d89482;
  }
  #sns h2 {
    width: 100%;
    margin-bottom: 0;
  }
  #sns {
    max-width: 600px;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 50%;
  }
  #sns p {
    font-size: 20px;
  }
  .i,
  .t,
  .f {
    width: 50%;
  }
  .i img,
  .t img,
  .f img {
    width: 117px;
    height: 151px;
  }
  .f {
    margin: 0 auto;
  }
  .footer {
    padding-top: 2%;
  }
  .footer-bar {
    display: none;
  }
  .footer dd {
    padding: 0 10%;
  }
  .Fwrapper {
    display: flex;
    justify-content: space-around;
  }
}