@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 20px;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote: before, blockquote: after,
q: before, q: after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
img {
  margin: 0;
  width: 100%;
}

/**********************************************/

/* 
***********************************************/
body {
  height: 100%;
  background: linear-gradient(to right,#f2fbff,#e8f7ff);
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
  color: #444444;
}
a {
    color: #31c1f7;;
}
h1 { 
  margin: 0 auto 20px;
    text-align: center;
}
.top h1 { 
    background: #190208;
}
h1 img { 
  display: block;
}
.information__title,
h2 { 
  margin-top: 20px;
}

/* DL */
a:hover .btnApp{
  opacity: 0.7;
}

/* contents */
#content {
  padding: 0;
}

.information_tit {
  margin-bottom: 45px;
  font-size: 2.2rem;
  font-weight: normal;
}
.information__subtit {
  margin-bottom: 24px;
  font-weight: normal;
}

.app-btn {
  display: table;
  margin: 0 auto;
  table-layout: fixed;
  width: 565px;
}
.app-btn.is_mini {
  width: 500px;
}
.app-btn__item {
  display: table-cell;
  margin-top: 20px;
}
.app-btn.is_mini .btnApp {
  width: 200px;
  vertical-align: middle;
}
.gallery {
  margin: 30px auto 0;
  padding: 20px 0 0;
}
.gallery-list {
  display: table;
  margin: 0 auto;
  max-width: 1090px;
  table-layout: fixed;
  width: 100%;
}
.gallery-list__item {
  display: table-cell;
  position: relative;
  padding: 0 12px;
}
.gallery-list__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-list__item:first-child {
  margin-left: 0;
}
.gallery-list__title {
  font-size: 16px;
  margin-bottom: 6px;
}

.gallery-list__text {
  display: block;
  font-size: 14px;
  margin: 0 auto 8px;
  text-align: center;
}

.gallery img {
  height: auto;
  margin: 0 0 12px;
  max-width: 180px;
  width: 100%;
}



/** privacy **/
.information.privacy {
  margin-top: 20px;
}
.section-inner__title {
  margin: 16px auto 4px;
  font-size: 14px;
  font-weight: bold;
}
.section-inner__text {
  margin: 0 auto 16px;
  font-size: 12px;
}
.section-inner__title,
.section-inner__text {
  text-align: left;
  padding: 0 18px;
}
.section-inner__text p,
.text-list li {
  font-size: 12px;
}
.text-list {
  margin: 20px auto;
  padding: 0 18px;
}
.section__link {
  display: block;
  font-size: 0.8rem;
  margin: 30px 0;
}


/*fooer*/
footer {
  padding: 16px 0;
  font-size: 10px;
}
.footer-info {
  margin-bottom: 16px;
}
.footer-info__item {
  display: block;
}
.footer-info__text {
  font-size: 12px;
}
.footer-info__text:hover {
  opacity: 0.8;
}
footer > a {
  display: inline-block;
  margin-bottom: 4px;
}



/********** 年齢認証ダイアログ **********/
.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  padding: 0 16px;
  background: #f4f4f4;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  color: #333;
  overflow-y: auto;
  transition: all 250ms ease;
}

.dialog-wrap.is_close {
  display: none;
}

.dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 600px;
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(102, 102, 102, .1);
  text-align: center;
  line-height: 1.5;
}

.dialog-image-wrap {
  width: 56px;
  margin: 0 auto 12px;
}

.dialog-image {
  display: block;
  width: 100%;
}

.dialog-text {
  font-size: 16px;
}

.dialog-text:not(:last-of-type) {
  margin-bottom: 24px;
}

.dialog-text:last-of-type {
  margin-bottom: 12px;
}

.text.is_emphasis {
  font-size: 20px;
  color: #ff6161;
}

.dialog-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
}

.dialog-btn-list-item {
  list-style: none;
  width: calc(50% - 12px);
  max-width: 250px;
}

.dialog-btn-list-item__btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 6px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.dialog-btn-list-item__btn:visited {
  text-decoration: none;
}

.dialog-btn-list-item__btn:hover {
  text-decoration: none;
  filter: brightness(115%);
}

.dialog-btn-list-item.is_submit .dialog-btn-list-item__btn {
  background-color: #ff6161;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.dialog-btn-list-item.is_back .dialog-btn-list-item__btn {
  background-color: #ffffff;
  border: 1px solid #909090;
  font-size: 14px;
  color: #333333;
}

.copy-right {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  font-size: 12px;
  text-align: center;
  color: #909090;
}



@media screen and (max-width:767px){
  .information__subtit,
  .gallery-list__text{
    font-size: 12px;
  }
  .app-btn.is_mini {
    display: block;
    width: 100%;
  }
  .app-btn__item {
    display: block;
  }
  .gallery-list {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .gallery-list__item {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 24px;
  }
  .gallery img {
    margin-bottom: 8px;
  }

  .dialog-btn-list {
    display: flex;
    flex-direction: column;
  }
  .dialog-btn-list-item {
    width: 100%;
    max-width: 100%;
  }
  .dialog-btn-list-item.is_submit {
    order: 1;
  }
  .dialog-btn-list-item.is_back {
    order: 2;
  }
}