@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

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: 100%;
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

br {
  display: inherit;
  line-height: 0;
  height: 0;
}

img {
  width: 100%;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
}
header .inner {
  padding: 0 30px;
  overflow: hidden;
}
header .logo {
  float: left;
  width: 342px;
  padding-top: 21px;
}
header .logo a {
  display: block;
  width: 100%;
}
header .logo img {
  display: block;
}
header .link {
  float: right;
  display: flex;
}
header .link ul {
  display: flex;
  padding-top: 24px;
}
header .link li {
  margin-right: 20px;
}
header .link li:first-child {
  padding-right: 20px;
  line-height: 32px;
  border-right: 1px solid #fff;
}
header .link li:first-child a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
header .link li:nth-child(n+2) {
  width: 100px;
  height: 34px;
  margin-right: 20px;
}
header .link li:nth-child(n+2) a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 17px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
header .link li:nth-child(n+2).now a {
  background: #fff;
  color: #333;
}
header .link li:last-child {
  margin-right: 0;
}
header .link .blank {
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin: 24px 20px 0 20px;
}
header .link .blank a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  position: relative;
  width: 199px;
  height: 34px;
  background: #DB3B1A;
  border-radius: 17px;
  padding-left: 17px;
  display: block;
  line-height: 34px;
}
header .link .blank a::after {
  content: "";
  background: url(../images/blank2.png) no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
}
header .sp_txt {
  display: none;
}
header.fix {
  position: fixed;
  background: url(../images/mv.jpg) no-repeat;
  background-size: cover;
  z-index: 3;
}
header.detail {
  position: fixed;
  background: url(../images/mv.jpg) no-repeat;
  background-size: cover;
  z-index: 3;
}

@media screen and (max-width: 1175px) {
  header .logo {
    width: 290px;
    padding-top: 24px;
  }
  header .link li {
    margin-right: 10px;
  }
  header .link li:first-child {
    padding-right: 10px;
  }
  header .link li:nth-child(n+2) {
    margin-right: 10px;
  }
  header .link li:last-child {
    margin-right: 0;
  }
  header .link .blank {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1050px) {
  header {
    background: url(../images/header_sp.jpg) no-repeat;
    background-size: cover;
    height: 178px;
    background-position: center top;
    position: absolute;
    z-index: 3;
  }
  header .inner {
    padding: 0 5.3488372093%;
  }
  header .logo {
    float: none;
    width: 83.59375%;
    margin: 0 auto;
    padding-top: 15px;
    max-width: 321px;
  }
  header .link {
    float: none;
    display: unset;
  }
  header .link ul {
    padding-top: 20px;
  }
  header .link li {
    margin-right: 2.8645833333%;
  }
  header .link li:first-child {
    padding-right: 3.125%;
  }
  header .link li:first-child a {
    font-size: 14px;
  }
  header .link li:nth-child(n+2) {
    margin-right: 1.3020833333%;
  }
  header .link li:nth-child(n+2) a {
    font-size: 13px;
  }
  header .link li:last-child {
    margin-right: 0;
  }
  header .link .blank {
    display: none;
  }
  header .sp_txt {
    display: block;
    padding-top: 15px;
  }
  header .sp_txt p {
    font-size: 22px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    line-height: 1.7272727273;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  header.detail {
    background: url(../images/header_sp.png) no-repeat;
    background-size: cover;
    height: 140px;
    position: absolute;
    z-index: 3;
  }
  header.detail .sp_txt {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .sp_txt p {
    font-size: 20px;
  }
}
footer .top {
  background: #DB3B1A;
  padding: 42px 0 55px;
}
footer .top .title p {
  font-size: 30px;
  text-align: center;
  line-height: 1.9333333333;
  color: #fff;
  font-weight: bold;
  margin-bottom: 28px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
footer .top .name p {
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
footer .top .mail p {
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #fff;
}
footer .top .mail p a {
  color: #fff;
}
footer .top .mail p a:hover {
  text-decoration: none;
}
footer .bottom .link ul {
  max-width: 648px;
  width: 95%;
  margin: 0 auto;
  padding: 38px 0 24px;
  display: flex;
}
footer .bottom .link li {
  margin-right: 40px;
}
footer .bottom .link li:first-child {
  padding-right: 40px;
  line-height: 32px;
  border-right: 1px solid #333;
}
footer .bottom .link li:first-child a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
footer .bottom .link li:nth-child(n+2) {
  width: 100px;
  height: 34px;
  margin-right: 40px;
}
footer .bottom .link li:nth-child(n+2) a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: 17px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
footer .bottom .link li:nth-child(n+2).now a {
  background: #333;
  color: #fff;
}
footer .bottom .link li:last-child {
  margin-right: 0;
}
footer .bottom .copyright {
  font-size: 12px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
  footer {
    margin-bottom: 120px;
  }
  footer .top {
    padding: 84px 0;
  }
  footer .top .title p {
    margin-bottom: 33px;
  }
  footer .bottom .link ul {
    width: 90.4166666667%;
    max-width: unset;
    padding: 80px 0 73px;
  }
  footer .bottom .link li {
    margin-right: 2.8645833333%;
  }
  footer .bottom .link li:first-child {
    padding-right: 3.125%;
  }
  footer .bottom .link li:first-child a {
    font-size: 14px;
  }
  footer .bottom .link li:nth-child(n+2) {
    margin-right: 1.3020833333%;
  }
  footer .bottom .link li:nth-child(n+2) a {
    font-size: 13px;
  }
  footer .bottom .link li:last-child {
    margin-right: 0;
  }
  footer .bottom .copyright {
    margin-bottom: 16px;
  }
}
a:hover {
  opacity: 0.8;
}

.mv {
  background: url(../images/mv.jpg) no-repeat center top;
  background-size: cover;
  padding: 150px 0 56px;
}
.mv h1 {
  max-width: 832px;
  width: 95%;
  margin: 0 auto 18px;
}
.mv h1 img {
  display: block;
}
.mv .txt p {
  text-align: center;
  font-size: 38px;
  color: #fff;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.list {
  padding: 60px 0 100px;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.list li {
  width: 48.5%;
  margin-bottom: 59px;
}
.list li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.list li a:hover .item .more p {
  text-decoration: none;
}
.list li .img {
  width: 100%;
  margin-bottom: 18.6px;
}
.list li .img img {
  display: block;
  width: 100%;
}
.list li .item {
  width: 100%;
}
.list li .item .title p {
  font-size: 30px;
  color: #DB3B1A;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.list li .item .semi p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #DB3B1A;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.list li .item .date p {
  font-size: 14px;
  line-height: 1.5;
  color: #BCBCBC;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.list li .item .more p {
  position: absolute;
  right: 8.0412371134%;
  bottom: 1px;
  color: #0096D7;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #0096D7;
  font-size: 18px;
}
.list li .item .more p::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-size: 100% auto;
  width: 11.5px;
  height: 8.83px;
  position: absolute;
  top: 6px;
  right: -28px;
}
.list .banner {
  margin: 30px auto 0;
  width: 95%;
  max-width: 640px;
}
.list .banner a {
  display: block;
}
.list .banner img {
  width: 100%;
  display: block;
}
.list .banner + ul {
  margin-top: 30px;
}

.fixed {
  width: 334px;
  height: 220px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
}
.fixed a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.fixed .inner {
  background: #EBEBEB;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 27.9px;
}
.fixed .img {
  width: 169.5px;
  margin: 0 auto 15px;
}
.fixed .img img.pc {
  display: block;
}
.fixed .img img.sp {
  display: none;
}
.fixed .txt p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.fixed .btn {
  height: 40px;
  width: 170px;
  margin: 14px auto 0;
  background: #DB3B1A;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.content {
  width: 70.1754385965%;
  margin: 0;
  padding: 80px 0 160px;
}
.content h1 {
  margin: 58px 0 20px;
  color: #DB3B1A;
  font-size: 40px;
  line-height: 1.2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.content h1 span {
  font-size: 18px;
  color: #DB3B1A;
  font-weight: bold;
}
.content h2 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.4166666667;
  color: #DB3B1A;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.content h3 {
  font-size: 18px;
  line-height: 1.8888888889;
  color: #4B649D;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.content p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.content p.small {
  font-size: 13px;
  line-height: 1.7;
}
.content p a {
  position: relative;
  color: #0096D7;
  text-decoration: underline;
}
.content p a.blank::after {
  content: "";
  background: url(../images/blank.png) no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 8px;
  right: -21px;
}
.content .date p {
  text-align: right;
  font-size: 14px;
  color: #BCBCBC;
  margin-bottom: 40px;
}
.content .read p {
  margin-bottom: 80px;
}
.content .img {
  width: 100%;
  margin-bottom: 40px;
}
.content .img img {
  width: 100%;
}
.content .img.half {
  width: 50%;
  margin: 0 auto 30px;
}
.content .img.coupon {
  margin-bottom: 10px;
}
.content .img + h2 {
  margin-top: 80px;
}
.content .movie {
  margin-bottom: 30px;
}
.content .movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.content .block {
  margin-bottom: 85px;
  background: #F7F7F4;
  padding: 40px 5% 35px;
}
.content .block + h3 {
  margin-top: 140px;
}
.content .block .img {
  margin-bottom: 40px;
}
.content .block p {
  margin-bottom: 36px;
}
.content .block .bold p {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 1.5;
  color: #4B649D;
  font-weight: bold;
}
.content .block ul.attention li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  padding-left: 1.5em;
}
.content .block ul.attention li::before {
  content: "※";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.content .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}
.content .col2 > div {
  width: 48.5%;
  margin-bottom: 30px;
}
.content .col2 > div:nth-child(2n+2) {
  margin-left: 3%;
}
.content .col2 > div img {
  width: 100%;
}
.content .col2 > div p {
  text-align: center;
  font-size: 15px;
  margin: 0;
}
.content .back a {
  position: relative;
  color: #0096D7;
  font-size: 24px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 24.5px;
}
.content .back a::before {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-size: 100% auto;
  width: 14.5px;
  height: 8.85px;
  position: absolute;
  top: 15px;
  left: 1px;
  transform: scale(-1, 1);
}
.content .back a:hover {
  text-decoration: none;
}
.content .cta-text p {
  text-align: center;
  letter-spacing: 4px;
  font-size: 24px;
}

.side {
  width: 26.3157894737%;
  padding-top: 80px;
}
.side .inner {
  position: sticky;
  top: 138px;
}
.side .sidetitle p {
  font-size: 24px;
  line-height: 1.5;
  margin: 58px auto 12px;
  color: #DB3B1A;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.side ul li {
  margin-bottom: 20px;
}
.side ul li:last-child {
  margin-bottom: 0;
}
.side ul li a {
  display: flex;
  width: 100%;
}
.side ul li a:hover .right .title p {
  text-decoration: none;
}
.side ul li a:hover .right .semi p {
  text-decoration: none;
}
.side ul li .left {
  width: 40%;
  margin-right: 3.3333333333%;
}
.side ul li .right {
  width: 56.6666666667%;
}
.side ul li .right .title p {
  color: #0096D7;
  font-size: 16px;
  line-height: 1.3125;
  text-decoration: underline;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.side ul li .right .semi p {
  font-size: 11px;
  color: #0096D7;
  text-decoration: underline;
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.side ul li .right .date p {
  font-size: 10px;
  color: #BCBCBC;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.detail + main {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .mv {
    display: none;
  }
  .list {
    padding: 200px 0 100px;
    width: 90.8333333333%;
  }
  .list ul {
    flex-wrap: wrap;
  }
  .list li {
    width: 100%;
  }
  .list li .item .title p {
    font-size: 24px;
  }
  .list li .item .semi p {
    font-size: 16px;
  }
  .list li .item .date p {
    font-size: 10px;
  }
  .list li .item .more p {
    font-size: 14px;
  }
  .list li .item .more p::after {
    right: -21px;
  }
  .list .banner {
    width: 100%;
    margin-top: 20px;
  }
  .list .banner + ul {
    margin-top: 20px;
  }
  .fixed {
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
  }
  .fixed .inner {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
  }
  .fixed .img {
    width: 63.9024390244%;
    margin: 0 0 0 6.0243902439%;
    max-width: 262px;
  }
  .fixed .img img.pc {
    display: none;
  }
  .fixed .img img.sp {
    display: block;
  }
  .fixed .txt {
    display: none;
  }
  .fixed .btn {
    width: 100px;
    height: 36px;
    margin: 0 3.9024390244% 0 0;
    font-size: 12px;
    line-height: 36px;
    border-radius: 18px;
  }
  .content {
    padding: 164px 0 0;
    margin: 0 auto;
    width: 90.8333333333%;
  }
  .content h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.3333333333;
  }
  .content h2 {
    font-size: 22px;
    line-height: 1.3636363636;
    margin-bottom: 23px;
  }
  .content p {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.3636363636;
  }
  .content .movie {
    margin-bottom: 20px;
  }
  .content .img {
    margin-bottom: 22px;
  }
  .content .img.half {
    width: 100%;
  }
  .content .block {
    padding: 20px 5.1813471503% 28px;
    margin-bottom: 28px;
  }
  .content .block .img {
    margin-bottom: 20px;
  }
  .content .block .title p {
    font-size: 22px;
    line-height: 1.3636363636;
    margin-bottom: 20px;
  }
  .content .block p {
    margin-bottom: 30px;
  }
  .content .block ul.attention li {
    font-size: 22px;
    line-height: 1.3636363636;
  }
  .content .block ul.attention li::before {
    font-size: 22px;
  }
  .content .block + h3 {
    margin-top: 30px;
  }
  .content .col2 {
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
  .content .col2 > div {
    width: 100%;
    margin: 0 auto 40px;
  }
  .content .col2 > div:nth-child(2n+2) {
    margin-left: auto;
  }
  .content .col2 > div p {
    font-size: 18px;
  }
  .side {
    width: 90.8333333333%;
    padding-top: 0;
    margin: 0 auto 60px;
  }
  .side .inner {
    display: block;
    top: unset;
  }
  .side .sidetitle p {
    font-size: 30px;
  }
  .side ul li .right .title p {
    font-size: 24px;
  }
  .side ul li .right .semi p {
    font-size: 18px;
  }
  .side ul li .right .date p {
    font-size: 14px;
  }
  .detail + main {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .side ul li .right .title p {
    font-size: 16px;
  }
  .side ul li .right .semi p {
    font-size: 11px;
  }
  .side ul li .right .date p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */