@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  line-height: 1.0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

b {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* Address styling not present in IE 8/9 */

/* https://gist.github.com/unruthless/413930 */

/* # =================================================================
# Forms
# ================================================================= */
/* Apply cursor pointer to button elements */

/* Replace pointer cursor in disabled elements */

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

/* Remove inner padding and border in Firefox 4+ */
[type="submit"]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
/* Style select like a standard input */

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */

/* Specify the pointer cursor of trigger elements */

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.pc_block {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc_block {
    display: none;
  }
}

.sp_block {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
}

img {
  display: block;
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .1s;
  transition: .1s;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #2F261C;
  font-weight: 400;
}
.pageTopBlock, .privacySection__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pageTopBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 51px;
}
@media only screen and (max-width: 768px) {
  .pageTopBlock {
    margin: 0 0 35px;
  }
}
.pageTopBlock > h1 {
  width: 520px;
  margin: 0 4% 0 0;
}
@media only screen and (max-width: 768px) {
  .pageTopBlock > h1 {
    width: 100%;
    margin: 0 0 15px;
  }
}
.pageTopBlock > h1 > span {
  font-size: 46px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.6;
  display: none;
}
@media only screen and (max-width: 768px) {
  .pageTopBlock > h1 > span {
    font-size: 6.4vw;
  }
}
.pageTopBlock > p {
  font-size: 16px;
  line-height: 2.0;
  width: calc(100% - 4% - 520px - 30px);
}
@media only screen and (max-width: 768px) {
  .pageTopBlock > p {
    font-size: 3.6vw;
    width: 100%;
  }
}

.privacySection {
  margin: 0 0 120px;
}
@media only screen and (max-width: 768px) {
  .privacySection {
    margin: 0 0 40px;
  }
}
.privacySection * {
  font-family: "Noto Sans JP", sans-serif;
}
.privacySection__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 45px;
}
@media only screen and (max-width: 768px) {
  .privacySection__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 22px;
  }
}
.privacySection__top .ttl {
  font-weight: 900;
  font-size: 46px;
  width: calc( 100% - 185px );
}
@media only screen and (max-width: 768px) {
  .privacySection__top .ttl {
    width: 100%;
    font-size: 6.4vw;
    margin: 0 0 18px;
  }
}
.privacySection__top .date {
  font-size: 16px;
  line-height: 2.0;
  width: 185px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .privacySection__top .date {
    font-size: 3.2vw;
    width: 100%;
  }
}
.privacySection__block {
  margin: 0 0 48px;
}
@media only screen and (max-width: 768px) {
  .privacySection__block {
    margin: 0 0 33px;
  }
}
.privacySection__block .text,
.privacySection__block .c_text,
.privacySection__block .gc_text,
.privacySection__block .notes {
  font-size: 16px;
  line-height: 2.0;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .text,
  .privacySection__block .c_text,
  .privacySection__block .gc_text,
  .privacySection__block .notes {
    font-size: 3.2vw;
  }
}
.privacySection__block .c_text a,
.privacySection__block .gc_text a {
  font-size: 14px;
  line-height: 1.7;
  color: #FF7700;
  word-break: break-all;
  display: block;
  margin: 0 0 0 17px;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .c_text a,
  .privacySection__block .gc_text a {
    font-size: 3.2vw;
    margin: 0;
  }
}
.privacySection__block .text {
  margin: 0 0 35px;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .text {
    margin: 0 0 20px;
  }
}
.privacySection__block .c_text {
  margin: 0 0 30px 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .c_text {
    margin: 0 0 20px 30px;
  }
}
.privacySection__block .c_text:nth-of-type(1)::before {
  content: '（1）';
}
.privacySection__block .c_text:nth-of-type(2)::before {
  content: '（2）';
}
.privacySection__block .c_text:nth-of-type(3)::before {
  content: '（3）';
}
.privacySection__block .c_text:nth-of-type(4)::before {
  content: '（4）';
}
.privacySection__block .c_text:nth-of-type(5)::before {
  content: '（5）';
}
.privacySection__block .c_text::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .c_text::before {
    left: -27px;
  }
}
.privacySection__block .gc_text {
  margin: 30px 0 0 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .gc_text {
    margin: 25px 0 0;
  }
}
.privacySection__block .gc_text:nth-of-type(1)::before {
  content: '①';
}
.privacySection__block .gc_text:nth-of-type(2)::before {
  content: '②';
}
.privacySection__block .gc_text:nth-of-type(3)::before {
  content: '③';
}
.privacySection__block .gc_text:nth-of-type(4)::before {
  content: '④';
}
.privacySection__block .gc_text:nth-of-type(5)::before {
  content: '⑤';
}
.privacySection__block .gc_text::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .gc_text::before {
    left: -17px;
  }
}
.privacySection__block .notes {
  border: 1px solid #CECECE;
  width: 100%;
  max-width: 612px;
  padding: 17px 22px;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .notes {
    padding: 12px 17px;
  }
}
.privacySection__block .ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 17px;
}
@media only screen and (max-width: 768px) {
  .privacySection__block .ttl {
    font-size: 3.2vw;
    margin: 0 0 10px;
  }
}

.popupPrivacy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: rgba(47, 38, 28, 0.9);
  display: none;
}
.popupPrivacy .closePrivacy {
  position: fixed;
  top: calc( 13vh - 35px );
  width: 73px;
  right: calc( 50% - 490px );
  z-index: 31;
  cursor: pointer;
}
@media only screen and (max-width: 1439px) {
  .popupPrivacy .closePrivacy {
    right: 15vw;
  }
}
@media only screen and (max-width: 768px) {
  .popupPrivacy .closePrivacy {
    top: calc( 13vh - 23px );
    right: 8vw;
    width: 43px;
  }
}
.popupPrivacy .privacySection {
  width: 70vw;
  max-width: 980px;
  height: 74vh;
  overflow-y: scroll;
  background: #ffffff;
  margin: 13vh auto;
  padding: 46px 38px;
}
@media only screen and (max-width: 768px) {
  .popupPrivacy .privacySection {
    width: 84vw;
    padding: 23px 15px;
  }
}
.popupPrivacy .privacySection__top .ttl {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .popupPrivacy .privacySection__top .ttl {
    font-size: 4vw;
  }
}
.popupPrivacy .privacySection__block:nth-last-of-type(1) {
  margin: 0;
}
.popupPrivacy .privacySection__block:nth-last-of-type(1) .text {
  margin: 0;
}
