@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
*/
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;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

sub, sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

input[type=email], input[type=text], input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
@media screen and (min-width: 1600px) {
  html {
    font-size: 11.4285714286px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1599px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }
}
body {
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 1.4rem;
  color: #4d4d4d;
  letter-spacing: 0.075em;
  background-color: #f9f7f4;
}

body .home {
  background-color: #fff;
}

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

a {
  color: #4d4d4d;
  text-decoration: none;
}

a img {
  transition: 0.3s ease-in-out;
}

a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.inner {
  max-width: 1000px;
  width: 85.33%;
  margin: 0 auto;
}

.innerWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sec {
  padding: 12rem 0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.c-blue {
  color: #00659f;
}

.marker {
  background: linear-gradient(transparent 70%, #edfb10 30%);
}

/** PC **/
@media only screen and (min-width: 769px) {
  [href*="tel:"] {
    pointer-events: none;
  }
}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec {
    padding: 6.5rem 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
  }
}
/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
.min {
  font-family: "Noto Serif JP", serif;
}

.title_t01 {
  line-height: 1.2;
  margin: 0;
  margin-bottom: 5rem;
}

.title_t01 .en {
  /*font-size: 6rem;*/
  font-size: 5rem;
  font-weight: 400;
  color: #1b434e;
  display: block;
  font-family: "GFS Didot", serif;
  text-transform: uppercase;
}

.title_t01 .sub {
  font-size: 1.6rem;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .title_t01 .en {
    font-size: 4rem;
  }
  .title_t01 .sub {
    font-size: 1.5rem;
  }
}
.btn_type01 {
  color: #4d4d4d;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.075em;
  width: 23rem;
  display: block;
  padding: 0 0.1rem;
  padding-bottom: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn_type01::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.7rem;
  height: 1.7rem;
}

.btn_type01::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #4d4d4d 0%, #4d4d4d 11%, #cccccc 11%, #cccccc 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.deco {
  position: absolute;
  z-index: -1;
}

.c-btn {
  background-color: #1b434e;
  color: #fff;
  width: 29rem;
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50px;
}

@media only screen and (max-width: 768px) {
  .c-btn {
    width: 24.5rem;
    height: 4.5rem;
  }
}
/** PC **/
/** SP **/
/* --------------------------------------------------------------------
/* ページtop
-------------------------------------------------------------------- */
#page-top {
  text-align: center;
  padding: 5em 0;
}

#page-top a {
  display: inline-block;
}

/** PC **/
/** SP **/
@media only screen and (max-width: 768px) {
  #page-top {
    text-align: center;
    padding: 13vmin 0;
  }
}
/* --------------------------------------------------------------------
/* slider
-------------------------------------------------------------------- */
.swiper-button-next, .swiper-button-prev {
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid #202020;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: #fff;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 1.7rem;
  font-weight: 700;
  color: #202020;
}

.swiper-button-next.bg_blue, .swiper-button-prev.bg_blue {
  border: 2px solid #00659f;
  background-color: #00659f;
}

.swiper-button-next.bg_blue::after, .swiper-button-prev.bg_blue::after {
  color: #fff;
}

/* --------------------------------------------------------------------
/* パンくず
-------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .c-breadcrumb {
    border-bottom: 1px solid #b3b3b3;
  }
}
@media only screen and (max-width: 768px) {
  .c-breadcrumb .inner {
    width: 94%;
  }
}
.c-breadcrumb_list {
  display: flex;
  gap: 0.8rem;
  padding: 0;
  list-style: none;
}

.c-breadcrumb_list > li {
  color: #808080;
  font-size: 1.1rem;
}

.c-breadcrumb_list > li a {
  color: #808080;
  font-size: 1.1rem;
}

.c-breadcrumb_list > li + li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.c-breadcrumb_list > li + li::before {
  content: "";
  width: 0.7rem;
  height: 1.1rem;
  background-image: url(../img/arrow_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .c-breadcrumb_list {
    margin: 0.5rem 0;
  }
  .c-breadcrumb_list + li::before {
    content: "";
    width: 0.5rem;
    height: 1rem;
  }
}
/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */
.single-brand .l-header {
  position: static;
  background-color: #fff;
  background-image: none;
}

.single-brand .l-header .l-header_box__link a {
  color: #4d4d4d;
}

.single-brand .l-header .l-header_box__l .logo .white {
  display: none;
}

.single-brand .l-header .l-header_box__l .logo .gray {
  display: block;
}

.single-brand .header_spacer {
  margin-bottom: 2rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.55));
  transition: 0.3s;
}

.l-header.is-scroll {
  position: fixed;
  background-color: #000 !important;
  background-image: none;
}

.l-header.is-scroll .l-header_box__link a {
  color: #fff;
}

.l-header.is-scroll .l-header_box__l .logo .white {
  display: block;
}

.l-header.is-scroll .l-header_box__l .logo .gray {
  display: none;
}

.l-header.is-scroll .l-header_menu svg .cls-1 {
  stroke: #fff;
}

@media only screen and (min-width: 769px) {
  .l-header.is-scroll {
    background-color: #000;
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-header {
    position: static;
    background-color: #fff;
    background-image: none;
  }
  .l-header .l-header_box__l .logo .white {
    display: none;
  }
  .l-header .l-header_box__l .logo .gray {
    display: block;
  }
  .l-header.menu_active {
    background-color: #fff;
    background-image: none;
  }
  .l-header .l-header_menu svg .cls-1 {
    stroke: #666;
  }
  .home .l-header {
    position: fixed;
    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.55));
  }
  .home .l-header .l-header_box__l .logo .white {
    display: block;
  }
  .home .l-header .l-header_box__l .logo .gray {
    display: none;
  }
  .home .l-header .l-header_menu svg .cls-1 {
    stroke: #fff;
  }
}
.l-header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .l-header_box {
    padding: 1.5rem 0;
  }
}
.l-header_box__l .logo {
  padding-left: 4.2rem;
  margin: 0;
  font-size: 0;
}

.l-header_box__l .logo .gray {
  display: none;
}

.l-header_box__l .logo img.svg {
  width: 11.1rem;
  max-width: 111.5px;
}

@media only screen and (max-width: 768px) {
  .l-header_box__l .logo {
    padding-left: 2rem;
  }
  .l-header_box__l .logo img {
    width: 8.9rem;
    max-width: none;
  }
}
.l-header_box__r {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .l-header_box__r {
    padding: 0;
  }
}
.l-header_box__link {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.l-header_box__link li {
  text-align: center;
}

.l-header_box__link li a {
  color: #fff;
}

.l-header_box__link li p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .l-header_box__link {
    display: none;
  }
}
.l-header_box__linkBtn {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}

.l-header_box__linkBtn li.mail_btn {
  width: 5rem;
}

.l-header_box__linkBtn li.mail_btn img {
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .l-header_box__linkBtn {
    display: none;
  }
}
.l-header_box__online {
  width: 20.4rem;
  position: relative;
}

.l-header_box__online .onlineBox {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  border: 0.5px solid #4d4d4d;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
}

.l-header_box__online .onlineBox.open {
  border-radius: 25px;
}

.l-header_box__online .onlineBox .title {
  margin: 0;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  cursor: pointer;
  font-weight: 500;
}

.l-header_box__online .onlineBox .title img {
  width: 1.5rem;
}

.l-header_box__online .onlineBox .list {
  display: none;
  padding: 0;
  list-style: none;
  padding-bottom: 2rem;
}

.l-header_box__online .onlineBox .list > li {
  text-align: center;
  margin: 2rem 0 3rem;
}

.l-header_box__online .onlineBox .list > li img {
  max-width: 11rem;
}

.i-header_nav {
  display: none;
}

/** PC **/
/** SP **/
@media only screen and (max-width: 768px) {
  .l-header_menu {
    position: fixed;
    top: 2rem;
    right: 1.5rem;
  }
  .l-header_menu img {
    width: 2.4rem;
  }
  .i-header_nav {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 5rem 0 0;
    height: auto;
  }
  .l-header_menu_close {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
  }
  .l-header_menu_close img {
    width: 2.5rem;
  }
  .i-header_nav__box {
    overflow: scroll;
    height: 93vh;
  }
  .i-header_nav__logo {
    position: absolute;
    top: 1.5rem;
    left: 2rem;
  }
  .i-header_nav__logo img {
    width: 8.9rem;
  }
  .i-header_nav__list {
    padding: 0;
    list-style: none;
  }
  .i-header_nav__list > li {
    font-size: 1.9rem;
    margin: 3rem 0;
  }
  .i-header_nav__list > li > p {
    margin: 0;
  }
  .i-header_nav__list .sub_list_on {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: 0.3s;
  }
  .i-header_nav__list .sub_list_on::after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background-image: url(../img/plus_icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
  }
  .i-header_nav__list .sub_list_on.open::after {
    background-image: url(../img/minus_icon.svg);
  }
  .i-header_nav__list .sub_list {
    display: none;
    padding: 0;
    list-style: none;
  }
  .i-header_nav__list .sub_list > li {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 2.6rem 0;
  }
  .i-header_nav__list .sub_list > li::before {
    content: "";
    width: 0.7rem;
    height: 1.1rem;
    background-image: url(../img/arrow_right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .i-header_nav__online .title {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
  .i-header_nav__online .title img {
    width: 2rem;
  }
  .i-header_nav__online .onlineList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    padding: 0;
    list-style: none;
  }
  .i-header_nav__tel {
    background-color: #1b434e;
    padding: 2rem 1rem;
    margin-top: 3rem;
  }
  .i-header_nav__tel .title {
    font-size: 1.6rem;
    margin: 0;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
  }
  .i-header_nav__tel .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0;
    color: #fff;
  }
  .i-header_nav__tel .tel .free {
    background-color: #fff;
    line-height: 1.2;
    font-size: 1.4rem;
    color: #1b434e;
    padding: 0.3rem 1rem 0.3rem;
  }
  .i-header_nav__tel .tel .num {
    font-size: 2.9rem;
    color: #fff;
  }
}
/* --------------------------------------------------------------------
/* フッター
-------------------------------------------------------------------- */
.l-footer {
  margin-top: 5rem;
}

.l-footer .inner {
  width: auto;
  max-width: 100rem;
}

.l-footer_logo {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .l-footer_logo img {
    width: 11.7rem;
  }
}
.l-footer_block {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .l-footer_block {
    flex-wrap: wrap;
    gap: 4rem;
    width: 85.33%;
    margin: 0 auto;
  }
}
.l-footer_linkBlock {
  width: 65rem;
}

.l-footer_link__boxList {
  display: flex;
  gap: 3rem;
}

@media only screen and (max-width: 768px) {
  .l-footer_link__boxList {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_link__box {
    width: 100%;
  }
}
.l-footer_link__list {
  list-style: none;
  padding: 0;
}

.l-footer_link__list > li {
  font-size: 1.2rem;
  font-weight: 500;
}

.l-footer_link__list > li a {
  color: #4d4d4d;
}

.l-footer_link__list > li + li {
  margin-top: 1rem;
}

.l-footer_link__list .sub_list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 4rem;
  margin-top: 3.8rem;
}

.l-footer_link__list .sub_list li {
  font-size: 1.2rem;
}

.l-footer_link__box:last-child .l-footer_link__list {
  padding-top: 7rem;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .l-footer_link__box:last-child .l-footer_link__list {
    padding: 0;
  }
  .l-footer_link__box:last-child .l-footer_link__list > li {
    border-bottom: 1px solid #ccc;
  }
  .l-footer_link__box:last-child .l-footer_link__list > li a {
    color: #4d4d4d;
    padding-bottom: 1rem;
    display: block;
  }
  .l-footer_link__box:last-child .l-footer_link__list > li + li {
    margin-top: 2.8rem;
  }
}
.l-footer_link_onlineList {
  margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .l-footer_link_onlineList {
    margin-top: 3rem;
  }
}
.l-footer_link_onlineList .list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.l-footer_link_onlineList .list li {
  max-width: 8rem;
}

@media only screen and (max-width: 768px) {
  .l-footer_link_onlineList .title img {
    width: 18rem;
  }
  .l-footer_link_onlineList .list {
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 2.5rem 5rem;
  }
  .l-footer_link_onlineList .list li {
    max-width: 8rem;
  }
}
@media only screen and (max-width: 640px) {
  .l-footer_link_onlineList .title img {
    max-width: 145px;
  }
}
.l-footer_info {
  width: 35rem;
  flex: 1;
  padding-left: 4rem;
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .l-footer_info {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ccc;
    padding-top: 4rem;
  }
}
.l-footer_info .name {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1.5rem;
}

.l-footer_info .infoArea {
  font-size: 1.4rem;
  margin: 0;
}

.l-footer_info .contactArea {
  margin-top: 3.5rem;
}

.l-footer_info .contactArea .tel_title {
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 1rem;
}

.l-footer_info .contactArea .tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.l-footer_info .contactArea .tel span {
  background-color: #1b434e;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.8rem 1rem;
  margin-top: 3px;
}

.l-footer_info .contactArea .tel a {
  color: #1b434e;
  font-size: 2.6rem;
}

.l-footer_info .contactArea .mail {
  font-size: 1.4rem;
}

.l-footer_info .contactArea .mail a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .l-footer_info .name {
    text-align: center;
  }
  .l-footer_info .infoArea {
    text-align: center;
  }
  .l-footer_info .contactArea {
    text-align: center;
  }
  .l-footer_info .contactArea .tel {
    justify-content: center;
  }
}
.l-copyright {
  padding: 2rem 4rem;
  font-size: 1.4rem;
}

.l-footer_top {
  margin: 12rem 0 7rem;
}

/* 回転アニメーションの定義 */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 回転する要素のスタイル */
.rotate {
  display: inline-block;
  animation: rotateAnimation 20s linear infinite;
}

/* 逆回転アニメーションの定義 */
@keyframes rotateAnimationReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg); /* 逆回転 */
  }
}
/* 逆回転する要素のスタイル */
.rotate-r {
  display: inline-block;
  animation: rotateAnimationReverse 20s linear infinite;
}

/*フェード*/
.js-fade[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s ease;
}

.js-fade[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}

.js-fade[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.9s ease;
}

.js-fade[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-fade[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.9s ease;
}

.js-fade[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-fade[data-anime=draw] path {
  stroke-dashoffset: 4000;
  stroke-dasharray: 4000;
  transition: stroke-dashoffset 5.2s ease;
}

.js-fade[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}

.js-fade[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}

.js-fade[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}

.js-fade[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}

.js-fade[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}

.js-fade[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}

.js-fade[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}

.js-fade[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}

.js-fade[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}

.js-fade[data-anime-delay="1"] {
  transition-delay: 1s;
}

.js-fade[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}

.js-fade[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}

.js-fade[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}

.js-fade[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}

.js-fade[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}

.js-fade[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}

.js-fade[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}

.js-fade[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}

.js-fade[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}

.js-fade[data-anime-delay="2"] {
  transition-delay: 2s;
}

/*
Theme Name:		SMART-MINIMUM
Theme URI:		http://rfs.jp/
Description:	デザインありきで制作する際の、最小限必要と思われる構成のテンプレートです。
Author:			rhythmfactory
Author URI:		http://rfs.jp/
Version:		1.0
License:
License URI:
*/
/*#########################################################

要素関連

#########################################################*/
p {
  margin: 20px auto;
}

/*#########################################################

WordPress必須クラス

#########################################################*/
.wp-caption { /**/ }

.wp-caption-text { /**/ }

.sticky { /**/ }

.gallery-caption { /**/ }

.bypostauthor { /**/ }

.alignright { /**/ }

.alignleft { /**/ }

.aligncenter { /**/ }

.screen-reader-text { /**/ }

/*#########################################################

レイアウト

#########################################################*/
/* サイトヘッダ */
header#site-header {
  /*padding: $padding;*/
  background-color: #efefef;
}

/* メインカラム */
main {
  /*padding: $padding;*/
  /* 記事エントリ */
  /* 記事エントリのページナビゲーション */
}
main article.entry {
  padding: 20px;
  border-bottom: 3px dotted #efefef;
}
main .navigation {
  padding: 20px;
}

/* サブカラム */
#sub {
  /*padding: $padding;*/
}
#sub .widget {
  padding: 20px;
}

/* サイトフッタ */
footer#site-footer {
  /*padding: $padding;*/
  background-color: #efefef;
}/*# sourceMappingURL=style.css.map */