@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* TODO: destyle.cssではborder-boxとなっている為、
* 本cssでbox-sizingの初期値を設定。
*/
*,
::before,
::after {
  box-sizing: content-box;
}

pre {
  font-family: "M PLUS 1", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
}

html {
  width: auto;
  font-size: 62.5%;
}

body {
  font-family: "M PLUS 1", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "halt" 1;
  line-height: 1;
  color: #582323;
  word-break: break-all;
  background-color: #eb7171;
}
@media (min-width: 960px) {
  body {
    min-width: 1025px;
  }
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.title {
  position: relative;
  font-weight: bold;
}

.break {
  display: inline-block;
}

.sp-break {
  display: none;
}
@media (max-width: 767px) {
  .sp-break {
    display: block;
  }
}

.c-header {
  width: auto;
  height: 64px;
  background-color: #582323;
}
.c-header .c-header__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.c-header .c-header__wrapper--nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 48px;
  color: #f9f3f1;
  letter-spacing: 0.175em;
}
.c-header .c-header__wrapper--title {
  margin-left: 16px;
}

.c-footer {
  display: flex;
  align-items: center;
  height: 120px;
  font-weight: 400;
  color: #f9f3f1;
  background-color: #582323;
}
.c-footer .c-footer__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.c-footer__content--link,
.c-footer__content--snslink {
  display: flex;
  justify-content: center;
}

.c-footer__content--link {
  margin-top: 14px;
}

.c-footer__content--snslink {
  margin-top: 10px;
}

.c-footer__content--space {
  margin-right: 12px;
  margin-left: 12px;
}

.c-main {
  height: 100vh;
  min-height: 800px;
}

.c-main__col {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #eb7171;
}
@media (max-width: 767px) {
  .c-main__col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
  }
}

.c-main__content {
  display: flex;
  align-items: flex-end;
}

.c-main__img {
  position: relative;
  z-index: 10;
  width: clamp(300px, 80%, 700px);
  margin-top: 40px;
}
@media (min-width: 960px) {
  .c-main__img {
    width: clamp(300px, 80%, 700px);
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-main__img {
    width: 80%;
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .c-main__img {
    width: 100%;
    margin-top: 20px;
  }
}

.c-moon {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 50%;
}
.c-moon .moon-swipe {
  position: absolute;
  display: block;
  width: 100%;
  width: 50rem;
  height: 50rem;
  margin: 1rem auto;
  overflow: hidden;
  line-height: 8rem;
  background-color: #ffd771;
  border-radius: 50em;
}
@media (max-width: 767px) {
  .c-moon .moon-swipe {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 320px) {
  .c-moon .moon-swipe {
    width: 250px;
    height: 250px;
  }
}
.c-moon .moon-swipe::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 500px;
  height: 500px;
  color: #eb7171;
  content: "";
  background-color: #eb7171;
  border-radius: 50rem;
  animation: slide-skew 2s ease-in forwards;
}
@media (max-width: 767px) {
  .c-moon .moon-swipe::before {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 320px) {
  .c-moon .moon-swipe::before {
    width: 250px;
    height: 250px;
  }
}

.c-main__body {
  width: auto;
  max-width: 1200px;
  text-align: center;
}
.c-main__body--title {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.175em;
}
@media (min-width: 960px) {
  .c-main__body--title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .c-main__body--title {
    font-size: 4rem;
  }
}
@media (max-width: 320px) {
  .c-main__body--title {
    font-size: 3rem;
  }
}

.c-main__body--text {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.5rem;
}
@media (min-width: 960px) {
  .c-main__body--text {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-main__body--text {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 320px) {
  .c-main__body--text {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.c-main__body--button {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 80px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 3rem;
  font-weight: 700;
  background: #f9f3f1;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 960px) {
  .c-main__body--button {
    width: 280px;
    height: 80px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .c-main__body--button {
    width: 200px;
    height: 60px;
    font-size: 2rem;
  }
}
@media (max-width: 320px) {
  .c-main__body--button {
    width: 150px;
    height: 60px;
    font-size: 2rem;
  }
}
.c-main__body--button svg {
  margin-left: 20px;
}

.c-main__body--button:hover {
  transform: translate(4px, 4px);
}

.c-main__body--attentionText {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 500;
}

.c-main__body--rabbit {
  bottom: -10%;
  display: flex;
  align-items: flex-end;
  width: 30%;
  min-width: 150px;
  margin-right: 10%;
}
@media (max-width: 767px) {
  .c-main__body--rabbit {
    position: absolute;
    bottom: 0;
  }
}

@keyframes slide-skew {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, -100%);
  }
}
.c-about {
  padding: 120px 4.2%;
  background: #f9f3f1;
}

.c-about__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.c-about__image-ball,
.c-about__image-rabbit {
  position: absolute;
}

.c-about__image-ball {
  top: -20%;
  right: 0;
  width: 24%;
}
@media (max-width: 767px) {
  .c-about__image-ball {
    display: none;
  }
}

.c-about__image-rabbit {
  top: 78%;
  left: 2%;
  width: 35%;
}
@media (max-width: 767px) {
  .c-about__image-rabbit {
    top: 95%;
    left: 0;
    width: 40%;
  }
}

.c-about__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  width: clamp(280px, 50%, 500px);
  height: 80px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  color: #f9f3f1;
  background: #582323;
  border-radius: 100px;
}

.c-about__content--text {
  margin-left: 80px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  color: #582323;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-about__content--text {
    margin-bottom: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-about__content--text {
    margin-left: 0;
    font-size: 2rem;
  }
}

.c-about__content {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin: 40px auto 0;
  text-align: start;
}
@media (max-width: 959px) {
  .c-about__content {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .c-about__content {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
}

.c-about__content--img {
  width: 50%;
  width: clamp(300px, 50%, 500px);
  margin-right: 80px;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .c-about__content--img {
    margin-top: 42px;
  }
}

.c-point {
  align-items: center;
  width: 100%;
  padding-top: 12rem;
  text-align: center;
  background: #eb7171;
}
.c-point .title {
  box-sizing: border-box;
  max-width: 28rem;
  padding: 1.7rem 8.2rem;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 700;
  color: #f9f3f1;
  background: #582323;
  border-radius: 100px;
}
.c-point .content {
  box-sizing: border-box;
  width: auto;
  margin-top: 5rem;
}
.c-point .content .content__text {
  margin-bottom: 16rem;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  color: #f9f3f1;
}
.c-point .content .pointGroup {
  max-width: 111.5rem;
  min-height: 8.8rem;
  margin-bottom: 20rem;
}
.c-point .content .pointGroup.--right {
  padding-top: 7rem;
  margin-left: auto;
  background-image: url("../img/point2_ひょっこりウサギ.svg");
  background-repeat: no-repeat;
  background-position: 0 -2%;
}
.c-point .content .pointGroup.--right .point {
  box-sizing: border-box;
  border: 5px solid #000;
  border-right: 0;
  border-radius: 50% 0 0 50%;
}
.c-point .content .pointGroup .point {
  box-sizing: border-box;
  padding: 18.8rem 0;
  font-weight: 500;
  background-color: #fff;
  border: 5px solid #000;
  border-left: 0;
  border-radius: 0 50% 50% 0;
}
.c-point .content .pointGroup .point .point__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-point .content .pointGroup .point .point__inner .innerTextGroup {
  text-align: left;
}
.c-point .content .pointGroup .point .point__inner .innerTextGroup .innerTitle {
  margin-bottom: 5rem;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  color: #ffd771;
  text-shadow: 3px 3px 0 #582323, -3px -3px 0 #582323, -3px 3px 0 #582323, 3px -3px 0 #582323, 3px 0 0 #582323, -3px 0 0 #582323, 0 3px 0 #582323, 0 -3px 0 #582323;
}
.c-point .content .pointGroup .point .point__inner .innerTextGroup .innerText {
  font-size: 2.4rem;
}
.c-point .content .pointGroup .point .point__inner .verticalImage {
  max-width: 40.6rem;
}
.c-point .content .pointGroup .point .point__inner .sideImage {
  max-width: 60rem;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-point .content .pointGroup.--right {
    background-position: 0% -3%;
  }
  .c-point .content .pointGroup .point__inner {
    flex-direction: column;
    align-items: center;
  }
  .c-point .content .pointGroup .point__inner .innerTextGroup {
    width: 55%;
    margin: 3rem 0;
  }
}
@media (max-width: 767px) {
  .c-point .title {
    margin-bottom: 7.5rem;
    font-size: 2.4rem;
  }
  .c-point .content {
    margin-top: 2.5rem;
  }
  .c-point .content .content__text {
    margin-bottom: 8.8rem;
    font-size: 2rem;
  }
  .c-point .content .pointGroup.--right {
    background-position: 0 -10%;
  }
  .c-point .content .pointGroup .point .point__inner {
    flex-direction: column;
    align-items: center;
  }
  .c-point .content .pointGroup .point .point__inner .innerTextGroup {
    width: 80%;
    margin: 3rem 0;
  }
  .c-point .content .pointGroup .point .point__inner .innerTextGroup.--right {
    margin-left: 0;
  }
  .c-point .content .pointGroup .point .point__inner .innerTextGroup .innerTitle {
    font-size: 3.6rem;
  }
  .c-point .content .pointGroup .point .point__inner .innerTextGroup .innerText {
    font-size: 2rem;
  }
  .c-point .content .pointGroup .point .point__inner .verticalImage {
    max-width: 17.2rem;
  }
  .c-point .content .pointGroup .point .point__inner .sideImage {
    width: 75%;
  }
}

.c-under {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f3f1;
}

.c-under__wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.c-under__image {
  position: absolute;
  top: 40%;
  left: 80%;
  width: 30%;
}
@media (max-width: 767px) {
  .c-under__image {
    top: 98%;
    left: 55%;
    width: 45%;
  }
}

.c-under__body--text {
  font-size: 2.8rem;
  font-weight: 500;
  color: #582323;
}
@media (max-width: 767px) {
  .c-under__body--text {
    font-size: 2rem;
  }
}

.c-under__body--attentionText {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.c-under__body--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 80px;
  margin: 78px auto;
  font-size: 2rem;
  font-weight: 700;
  color: #f9f3f1;
  background: #582323;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .c-under__body--button {
    margin: 42px auto;
  }
}
.c-under__body--button svg {
  margin-left: 20px;
}

.c-under__body--button:hover {
  transform: translate(4px, 4px);
}
