@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 
-------------------------------------------------------------------*/
/* import
-------------------------------------------------------------------*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* CSS
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1200px;
    overflow-x: hidden;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

p, th, td, li {
  color: #006ab7;
  line-height: 7vw;
  font-size: 3.2vw;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  p, th, td, li {
    font-size: 22px;
    line-height: 3rem;
  }
}

strong, b, h1, h2, h3, h4, h5 {
  color: #006ab7;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.02rem;
}

p, div, a, ul, ol, li, h1, h2, h3, h4, h5 {
  box-sizing: border-box;
}

p, ul, li, ol, span, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  color: #006ab7;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}
@media print, screen and (min-width: 641px) {
  img {
    max-width: auto;
  }
}

/*================================================================================
フッター
================================================================================*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Ad  ----------------------------------------------------------*/
#ad header .logo {
  width: 46%;
  margin-top: 7vw;
  margin-left: 5vw;
}
@media print, screen and (min-width: 641px) {
  #ad header .logo {
    width: 843px;
    margin-top: 67px;
    margin-left: 86px;
  }
}
#ad .fixedHeader .logo {
  width: 46%;
  margin-top: 3vw;
  margin-left: 5%;
}
@media print, screen and (min-width: 641px) {
  #ad .fixedHeader .logo {
    width: 843px;
    margin-top: 0;
    margin-left: 86px;
  }
}
#ad .mainTitle {
  display: block;
  opacity: 0;
  width: 70vw;
  margin: 10vw auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #ad .mainTitle {
    width: 639px;
    margin: 200px auto 140px;
  }
}
#ad .mainTitle.appear {
  opacity: 1;
  transition: 1s;
}
#ad p.copy {
  opacity: 0;
  text-align: center;
  line-height: 3;
  font-size: 2.4vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #ad p.copy {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
#ad p.copy.appear {
  opacity: 1;
  transition: 1s;
}
#ad #contents {
  opacity: 0;
  position: relative;
  width: 84%;
  margin: 0 0 10vw 8vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents {
    display: block;
    width: 823px;
    margin: 0 auto 140px;
  }
}
#ad #contents.appear {
  opacity: 1;
  transition: 1s;
}
#ad #contents h2 {
  font-size: 6vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents h2 {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
#ad #contents h3 {
  font-size: 4.6vw;
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#ad #contents p.caption {
  text-align: center;
  margin-bottom: 5vw;
  font-size: 2.8vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents p.caption {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
#ad #contents p.lead {
  line-height: 2.2;
  margin-bottom: 10vw;
  font-size: 2.8vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents p.lead {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
#ad #contents img + img {
  margin-top: 2vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents img + img {
    margin-top: 20px;
  }
}
#ad #contents img.margin {
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents img.margin {
    margin-bottom: 50px;
  }
}
#ad #contents ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents ul {
    margin-bottom: 100px;
  }
}
#ad #contents ul li {
  line-height: 1.8;
  text-align: center;
  font-size: 2.8vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents ul li {
    font-size: 14px;
  }
}
#ad #contents ul li img {
  max-height: 52vw;
}
@media print, screen and (min-width: 641px) {
  #ad #contents ul li img {
    max-height: 534px;
  }
}
@media print, screen and (min-width: 641px) {
  #ad #contents ul li p {
    font-size: 14px;
  }
}
#ad #contents ul li .link {
  text-align: right;
}
#ad #contents ul li .link a {
  text-decoration: none;
}

/* appear ----------------------------------------------------------*/
.appear {
  opacity: 1;
  transition: 1s;
  top: 0;
}/*# sourceMappingURL=ad.css.map */