@charset "UTF-8";

/*下記フッターの内容*/
.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}

@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}




/* SPメニュー
***************************************************************/
.spMenuBox {
  position: fixed;
  left: 0;
  top: 46px;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: opacity 0.3s, pointer-events 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, pointer-events 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, pointer-events 0.3s;
  transition: transform 0.3s, opacity 0.3s, pointer-events 0.3s, -webkit-transform 0.3s;
  z-index: 8;
}

.spMenuBox.open {
  opacity: 1;
  pointer-events: all;
}

.spMenuBox .spMenu_contactBtn {
  display: none;
}

.spMenuBox .inner {
  width: 715px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 65px;
}

.spMenuBox .spMenuList02Box {
  margin: 60px 0;
}

.spMenuBox .spMenuList02Box .spMenuList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.spMenuBox .spMenuList02Box .spMenuList02:last-child {
  margin-bottom: 0;
}

.spMenuBox .spMenuList02Box .spMenuList02 li {
  width: calc((100% - 15px)/2);
  height: 60px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.spMenuBox .spMenuList02Box .spMenuList02 li:nth-child(2n) {
  margin-right: 0;
}

.spMenuBox .spMenuList02Box .spMenuList02 li .icon {
  margin-right: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.spMenuBox .spMenuList02Box .spMenuList02 li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #335167;
  border: 1px solid #335167;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.spMenuBox .spMenuList02Box .spMenuList02 li a:hover {
  background: #5E788B;
}

.spMenuBox .spMenuList02Box .spMenuList02 li.type01 .icon {
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_search.svg) no-repeat center/cover;
}

.spMenuBox .spMenuList02Box .spMenuList02 li.type02 .icon {
  width: 20px;
  height: 13px;
  background: url(../img/common/icon_mail_b.svg) no-repeat center/cover;
}

.spMenuBox .spMenuList02Box .spMenuList02 li.type02 a:hover .icon {
  background: url(../img/common/icon_mail.svg) no-repeat center/cover;
}

.spMenuBox .spMenuList02Box .spMenuList02 li.type03 .icon {
  width: 16px;
  height: 17px;
  background: url(../img/common/icon_flag_b.svg) no-repeat center/cover;
}

.spMenuBox .spMenuList02Box .spMenuList02 li.type03 a:hover .icon {
  background: url(../img/common/icon_flag.svg) no-repeat center/cover;
}

.spMenuBox .spMenuList02Box .spMenuList02.white li a {
  background: #fff;
  color: #335167;
}

.spMenuBox .spMenuList02Box .spMenuList02.white li a:hover {
  background: #5E788B;
  color: #fff;
}

.spMenuBox .spMenu_tel {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spMenuBox .spMenu_tel .icon {
  width: 72px;
}

.spMenuBox .spMenu_tel .tellNumberBox {
  margin-left: 18px;
}

.spMenuBox .spMenu_tel .tellNumber {
  font-size: 43px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.spMenuBox .spMenu_tel .tellNumberText {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 8px;
}

.spMenuBox .spMenu_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

.spMenuBox .spMenu_sns li {
  margin-right: 24px;
}

.spMenuBox .spMenu_sns li:last-child {
  margin-right: 0;
}

@media all and (min-width: 681px) {
  .spMenuBox .spMenuList {
    width: 585px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto -25px;
  }
  .spMenuBox .spMenuList li {
    width: calc((100% - 120px)/3);
    margin: 0 60px 25px 0;
  }
  .spMenuBox .spMenuList li:nth-child(3n) {
    margin-right: 0;
  }
  .spMenuBox .spMenuList li:last-child {
    margin-right: 0;
  }
  .spMenuBox .spMenuList li i {
    display: block;
    width: 11px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 36%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .spMenuBox .spMenuList li i::before, .spMenuBox .spMenuList li i::after {
    content: '';
    position: absolute;
    background: #335167;
  }
  .spMenuBox .spMenuList li i::before {
    top: calc((100% - 1px)/2);
    left: 0;
    width: 100%;
    height: 1px;
  }
  .spMenuBox .spMenuList li i::after {
    right: -1px;
    top: 0;
    width: 5px;
    height: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .spMenuBox .spMenuList li a {
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
    padding-left: 20px;
    padding-bottom: 12px;
    position: relative;
  }
  .spMenuBox .spMenuList li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #335167;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .spMenuBox .spMenuList li a:hover::before {
    width: 0;
    left: auto;
    right: 0;
  }
  .spMenuBox .spMenuList02Box .spMenuList02 li:last-child, .spMenuBox .spMenuList02Box .spMenuList02 li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .spMenuBox .spMenuAddress {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-top: 32px;
  }
  .spMenuBox .spMenu_sns li {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .spMenuBox .spMenu_sns li:hover {
    opacity: 0.6;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@media all and (max-width: 680px) {
  .spMenuBox {
    top: 46px;
  }
  .spMenuBox .spMenu_contactBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #065BAC;
    padding: 21px 0 22px;
  }
  .spMenuBox .spMenu_contactBtn .icon {
    display: inline-block;
    width: 20px;
    height: 13px;
    margin-right: 13px;
    background: url(../img/common/icon_mail.svg) no-repeat center/cover;
  }
  .spMenuBox .spMenu_contactBtn .text {
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }
  .spMenuBox .inner {
    width: 87.5%;
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .spMenuBox .spMenuList li {
    margin-bottom: 20px;
  }
  .spMenuBox .spMenuList li:last-child {
    margin-bottom: 0;
  }
  .spMenuBox .spMenuList li .listTitle,
  .spMenuBox .spMenuList li .listLink {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px 8px 0;
    border-bottom: 1px solid #000;
  }
  .spMenuBox .spMenuList li .listTitle span,
  .spMenuBox .spMenuList li .listLink span {
    display: block;
    width: calc(100% - 15px);
  }
  .spMenuBox .spMenuList li .listTitle {
    cursor: pointer;
  }
  .spMenuBox .spMenuList li .listTitle i {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
  }
  .spMenuBox .spMenuList li .listTitle i::before, .spMenuBox .spMenuList li .listTitle i::after {
    content: '';
    position: absolute;
    background: #000;
  }
  .spMenuBox .spMenuList li .listTitle i::before {
    top: calc((100% - 1px)/2);
    left: 0;
    width: 100%;
    height: 1px;
  }
  .spMenuBox .spMenuList li .listTitle i::after {
    left: calc((100% - 1px)/2);
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .spMenuBox .spMenuList li .listTitle.open i::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .spMenuBox .spMenuList li .listLink i {
    display: block;
    width: 15px;
    height: 4px;
    position: relative;
  }
  .spMenuBox .spMenuList li .listLink i::before, .spMenuBox .spMenuList li .listLink i::after {
    content: '';
    position: absolute;
    background: #000;
  }
  .spMenuBox .spMenuList li .listLink i::before {
    top: calc((100% - 1px)/2);
    left: 0;
    width: 100%;
    height: 1px;
  }
  .spMenuBox .spMenuList li .listLink i::after {
    right: -1px;
    top: 0;
    width: 5px;
    height: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .spMenuBox .spMenuList_c {
    margin: 15px 0 40px;
  }
  .spMenuBox .spMenuList_c li a {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 24px;
    position: relative;
  }
  .spMenuBox .spMenuList_c li a i {
    display: block;
    width: 12px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .spMenuBox .spMenuList_c li a i::before, .spMenuBox .spMenuList_c li a i::after {
    content: '';
    position: absolute;
    background: #000;
  }
  .spMenuBox .spMenuList_c li a i::before {
    top: calc((100% - 1px)/2);
    left: 0;
    width: 100%;
    height: 1px;
  }
  .spMenuBox .spMenuList_c li a i::after {
    right: -1px;
    top: 0;
    width: 5px;
    height: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .spMenuBox .spMenuList02Box {
    margin: 40px 0 0;
  }
  .spMenuBox .spMenuList02Box .spMenuList02 {
    margin-bottom: 10px;
  }
  .spMenuBox .spMenuList02Box .spMenuList02 li {
    width: 100%;
    height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .spMenuBox .spMenuList02Box .spMenuList02 li:last-child {
    margin-bottom: 0;
  }
  .spMenuBox .spMenu_tel {
    width: 94%;
    margin: 40px auto 0;
  }
  .spMenuBox .spMenu_tel .icon {
    width: 54px;
  }
  .spMenuBox .spMenu_tel .tellNumberBox {
    margin-left: 0;
    padding-left: 8px;
  }
  .spMenuBox .spMenu_tel .tellNumber {
    font-size: 32px;
  }
  .spMenuBox .spMenu_tel .tellNumberText {
    font-size: 11px;
    margin-top: 2px;
  }
  .spMenuBox .spMenu_sns {
    margin-top: 38px;
  }
}


/* SPメニュー
***************************************************************/
#footer {
  background: #F3F7F8;
}

#footer .inner {
  width: 1150px;
  margin: auto;
  padding: 64px 0 50px;
  position: relative;
}

#footer .footerCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#footer .boxLeft {
  width: 500px;
}

#footer .boxLeft .f_logo {
  display: block;
  width: 226px;
}

#footer .boxLeft .f_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 14px;
}

#footer .boxLeft .f_address dt, #footer .boxLeft .f_address dd {
  line-height: 24px;
}

#footer .boxLeft .f_address dt {
  width: 50px;
}

#footer .boxLeft .f_address dd {
  width: calc(100% - 50px);
}

#footer .boxLeft .f_tel {
  width: 355px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .boxLeft .f_tel .icon {
  width: 72px;
}

#footer .boxLeft .f_tel .tellNumberBox {
  width: calc(100% - 72px);
  padding-left: 18px;
}

#footer .boxLeft .f_tel .tellNumber {
  font-size: 43px;
  letter-spacing: 0.05em;
  line-height: 1;
}

#footer .boxLeft .f_tel .tellNumberText {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 6px;
}

#footer .boxLeft .f_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

#footer .boxLeft .f_sns li {
  margin-right: 24px;
}

#footer .boxLeft .f_sns li:last-child {
  margin-right: 0;
}

#footer .boxRight {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .boxRight nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .boxRight .f_gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .boxRight .f_gnavi.noColumn {
  display: block;
}

#footer .boxRight .f_gnavi li {
  width:230px;
  margin-left:10px;
}

#footer .boxRight .f_gnavi li a {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #335167;
  margin-bottom: 20px;
  line-height: 1.4;
}

#footer .boxRight .f_gnavi li a i, #footer .boxRight .f_gnavi li a span {
  display: inline-block;
  vertical-align: middle;
}

#footer .boxRight .f_gnavi li a i {
  position: relative;
  width: 12px;
  height: 3px;
  margin-right:20px;
}

#footer .boxRight .f_gnavi li a i::before, #footer .boxRight .f_gnavi li a i::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
}

#footer .boxRight .f_gnavi li a i::before {
  width: 100%;
  top: 50%;
  left: -3%;
}

#footer .boxRight .f_gnavi li a i::after {
  width: 5px;
  top: calc((100% - 3px)/2);
  right:0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*
#footer .boxRight .f_gnavi_c li {
  width: 100%;
  margin: 0 0 12px;
}

#footer .boxRight .f_gnavi_c li:last-child {
  margin: 0;
}*/

#footer .boxRight .f_gnavi_c li a {
  font-size: 12px;
  padding-bottom: 0;
  border-bottom: none;
  margin: 5% 0 5% 0;

}

#footer .copywrite {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  margin-top: 50px;
}


#page_top {
    position: fixed;
    right: 10px;
    width: 55px;
    height: 55px;
    border-radius: 50%; 
    background: rgba(102, 102, 102, 0.7) no-repeat;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    text-align: center;
}





/*
#footer .pageTop {
  display: block;
 position: absolute;
  right: 0;
  top: -26px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #335167;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .pageTop i {
  display: block;
  width: 1px;  
  height: 16px;
  position: relative;
  background: #fff;    
}

#footer .pageTop i::before, #footer .pageTop i::after {
  content: '';
  position: absolute;
  top: 0;    
  width: 1px;
  height: 7px;    
  background: #fff;
}

#footer .pageTop i::before {

  right: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);    
}


#footer .pageTop i::after {

  left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);    
}
*/




@media all and (min-width: 681px) {
  #footer .boxLeft .f_logo {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #footer .boxLeft .f_logo:hover {
    opacity: 0.6;
  }
  #footer .boxLeft .f_tel {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #footer .boxLeft .f_tel:hover {
    opacity: 0.6;
  }
  #footer .boxLeft .f_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
  }
  #footer .boxLeft .f_sns li {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  #footer .boxLeft .f_sns li:hover {
    opacity: 0.6;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  #footer .boxRight .f_gnavi li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #footer .boxRight .f_gnavi li a i {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #footer .boxRight .f_gnavi li a:hover {
    opacity: 0.6;
  }
  #footer .boxRight .f_gnavi li a:hover i {
    width: 16px;
  }
  #footer .pageTop i {
    -webkit-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
  }
  #footer .pageTop:hover i {
    margin-top: -18px;
  }
}

@media all and (max-width: 680px) {
  #footer {
    padding-bottom: 53px;
  }
  #footer .inner {
    width: 90.627%;
    padding: 62px 0 20px;
  }
  #footer .footerCont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .boxLeft {
    width: 100%;
  }
  #footer .boxLeft .f_logo {
    width: 175px;
    margin: auto;
  }
  #footer .boxLeft .f_address {
    font-size: 13px;
    margin-top: 10px;
  }
  #footer .boxLeft .f_address dt {
    display: none;
  }
  #footer .boxLeft .f_address dd {
    width: 100%;
    text-align: center;
    line-height: 1.47;
  }
  #footer .boxLeft .f_address dd span {
    display: inline;
  }
  #footer .boxLeft .f_tel {
    width: 290px;
    margin: 30px auto 0;
  }
  #footer .boxLeft .f_tel .icon {
    width: 59px;
  }
  #footer .boxLeft .f_tel .tellNumberBox {
    width: calc(100% - 59px);
    padding-left: 11px;
  }
  #footer .boxLeft .f_tel .tellNumber {
    font-size: 35px;
  }
  #footer .boxLeft .f_tel .tellNumberText {
    margin-top: 2px;
  }
  #footer .boxLeft .f_sns {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .boxRight {
    width: 100%;
    display: block;
  }
  #footer .boxRight .f_gnavi {
    display: none !important;
  }
  #footer .boxRight .f_gnavi_sp {
    width: 100%;
    margin-top: 30px;
  }
  #footer .boxRight .f_gnavi_sp li {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
  }
  #footer .boxRight .f_gnavi_sp li:last-child {
    margin-bottom: 0;
  }
  #footer .copywrite {
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
  }
    
   #page_top {
    bottom:50px!important;  
   
}

   
    
    
  #footer .pageTop {
    top: -21px;
    width: 42px;
    height: 42px;
  }
  #footer .pageTop i {
    width: 1px;
    height: 11px;
  }
  #footer .pageTop i::before, #footer .pageTop i::after {
    height: 5px;
  }
  #footer .pageTop i::before {
    right: -2px;
  }
  #footer .pageTop i::after {
    left: -2px;
  }
}

/* フローティングボタン：SP
***************************************************************/
.fbBox {
  display: none;
}

@media all and (max-width: 680px) {
  .fbBox {
    display: block;
    position: fixed;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    z-index: 2;
  }
  .fbBox.view {
    bottom: 0;
  }
  .fbBox a {
    display: block;
  }
  .fbBox i {
    display: block;
  }
  .fbBox .fbContactBtn {
    width: calc(100% - 48px);
    height: 100%;
    background: #065BAC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fbBox .fbContactBtn i {
    width: 20px;
    margin-right: 13px;
  }
  .fbBox .fbContactBtn span {
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
  }
  .fbBox .fbReserveBtn {
    width: calc(100% - 48px);
    height: 100%;
    background: #335167;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fbBox .fbReserveBtn i {
    width: 17px;
    margin-right: 13px;
  }
  .fbBox .fbReserveBtn span {
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
  }
  .fbBox .fbTelBtn {
    width: 48px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
  }
  .fbBox .fbTelBtn i {
    width: 21px;
  }
  .fbBox.type02 .fbContactBtn,
  .fbBox.type02 .fbReserveBtn {
    width: calc((100% - 48px)/2);
  }
  .fbBox.type02 .fbContactBtn i,
  .fbBox.type02 .fbReserveBtn i {
    margin-right: 5px;
  }
}

/* フローティングボタン：SP
***************************************************************/
.action01 {
  opacity: 0;
  bottom: -60px;
  position: relative;
}

.action01.action {
  opacity: 1;
  bottom: 0;
  -webkit-transition: 0.6s 0.3s;
  transition: 0.6s 0.3s;
}

.action02 {
  opacity: 0;
  left: -60px;
  position: relative;
}

.action02.action {
  opacity: 1;
  left: 0;
  -webkit-transition: 0.6s 0.3s;
  transition: 0.6s 0.3s;
}

.action03 {
  opacity: 0;
  right: -60px;
  position: relative;
}

.action03.action {
  opacity: 1;
  right: 0;
  -webkit-transition: 0.6s 0.3s;
  transition: 0.6s 0.3s;
}

.action04 {
  opacity: 0;
}

.action04.action {
  opacity: 1;
  -webkit-transition: 0.6s 0.3s;
  transition: 0.6s 0.3s;
}

@media all and (max-width: 680px) {
  .action01 {
    bottom: -4vw;
  }
  .action02 {
    left: -4vw;
  }
  .action03 {
    right: -4vw;
  }
}

/* TOP共通タイトル
***************************************************************/
.top_common_title {
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #335167;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 680px) {
  .top_common_title {
    font-size: 22px;
  }
}

/* TOP共通タイトル
***************************************************************/
/* TOP共通背景タイトル
***************************************************************/
.top_sec_titleBox {
  width: 1400px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.top_common_bg_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  font-size: 170px;
  color: #E1EEF2;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 0;
}

.top_common_bg_title.left {
  left: 0;
}

.top_common_bg_title.right {
  right: 0;
}

.top_common_bg_title.orginAnime {
  opacity: 0;
}

.top_common_bg_title.orginAnime.left {
  left: -50px;
  -webkit-transition: left 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: left 0.6s 0.3s, opacity 0.6s 0.3s;
}

.top_common_bg_title.orginAnime.right {
  right: -50px;
  -webkit-transition: right 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: right 0.6s 0.3s, opacity 0.6s 0.3s;
}

.top_common_bg_title.orginAnime.action {
  opacity: 1;
}

.top_common_bg_title.orginAnime.action.left {
  left: 0;
}

.top_common_bg_title.orginAnime.action.right {
  right: 0;
}

@media all and (max-width: 680px) {
  .top_sec_titleBox {
    width: 100%;
  }
  .top_common_bg_title {
    top: 6px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 60px;
  }
}

/* TOP共通背景タイトル
***************************************************************/
/* 下層ニュースタイトル
***************************************************************/
.news_title {
  color: #335167;
  text-align: center;
  margin-bottom: 42px;
}

.news_title span {
  display: block;
}

.news_title .en {
  font-size: 50px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}

.news_title .jp {
  font-size: 18px;
  letter-spacing: 0.5em;
  font-weight: 500;
}

@media all and (max-width: 680px) {
  .news_title {
    position: relative;
    z-index: 0;
    margin-bottom: 32px;
  }
  .news_title .en {
    font-size: 60px;
    margin-bottom: 0;
    color: #E1EEF2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .news_title .jp {
    font-size: 22px;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 1;
  }
}

/* 下層ページ共通MV
***************************************************************/
.page_mvBox {
  overflow: hidden;
}

.page_mvBox .inner {
  width: 1400px;
  height: 244px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}

.page_mvBox .mv_title {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  color: #335167;
  position: relative;
  z-index: 1;
}

.page_mvBox .mv_en_title {
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 170px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #E1EEF2;
  opacity: 0;
  z-index: 0;
}

.page_mvBox .mv_en_title.orginAnime {
  left: -102px;
  -webkit-transition: opacity 0.6s 0.3s, left 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, left 0.6s 0.3s;
}

.page_mvBox .mv_en_title.orginAnime.action {
  opacity: 0.5;
  left: -2px;
}

@media all and (max-width: 680px) {
  .page_mvBox .inner {
    width: 100%;
    height: auto;
    padding: 43px 0;
  }
  .page_mvBox .mv_title {
    font-size: 22px;
  }
  .page_mvBox .mv_en_title {
    width: 200vw;
    left: 0;
    font-size: 60px;
  }
}

/* 下層ページ共通MV
***************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  background: none;
  border: none;
  text-indent: -9999px;
  padding: 0;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
