@charset "UTF-8";
/* mixin
----------------------------------------*/
/* common
----------------------------------------*/
@media screen and (min-width: 751px) {
  .SP {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .PC {
    display: none !important;
  }
}
/* wrap
----------------------------------------*/
#wrap {
  width: 100%;
  min-width: 1220px;
  margin: 0 auto 0;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #wrap {
    min-width: 0;
  }
}
/* .header
-------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.header .logo {
  width: 150px;
}

.header .logo img {
  width: 100%;
}

.header ul li {
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.header ul li:not(:last-child) {
  border-right: 1px solid #ef7a00;
}

.header ul li a {
  display: block;
}

.header ul li.l1 a {
  width: 316px;
  height: 0;
  padding: 38px 0 0 0;
  background: url(../img/hea_nav_01.png) no-repeat center top;
  background-size: 285px auto;
  overflow: hidden;
}

.header ul li.l2 a {
  width: 268px;
  height: 0;
  padding: 38px 0 0 0;
  background: url(../img/hea_nav_02.png) no-repeat center top;
  background-size: 242px auto;
  overflow: hidden;
}

.header ul li.l3 a {
  width: 194px;
  height: 0;
  padding: 38px 0 0 0;
  background: url(../img/hea_nav_03.png) no-repeat center top;
  background-size: 168px auto;
  overflow: hidden;
}

.header p.menu {
  display: none;
}

@media screen and (max-width: 750px) {
  .header-inner {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #2ebaed;
    display: block;
  }
  .header .logo {
    position: absolute;
    left: 10px;
    top: 25px;
    margin: 0;
    width: auto;
    height: 12px;
  }
  .header .logo a {
    display: block;
    height: 100%;
  }
  .header .logo img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  .header ul {
    display: none;
    width: 100%;
    margin: 65px 0 0 0;
    padding: 0 0 0 0;
    float: none;
    clear: both;
    background: #FFF;
    border-left: none;
    border-top: 1px solid #2ebaed;
    border-bottom: 2px solid #2ebaed;
  }
  .header.is-open ul {
    display: block;
  }
  .header ul li {
    height: 60px;
    text-align: left;
    border-right: none;
    display: block;
    border-bottom: 1px solid #CCC;
  }
  .header ul li:not(:last-child) {
    border-right: none;
  }
  .header ul li.l3 {
    border-bottom: none;
  }
  .header ul li a {
    display: block;
    position: relative;
  }
  .header ul li.l1 a {
    width: 100%;
    height: 0;
    padding: 60px 0 0 0;
    background: url(../img/hea_nav_01_sp.png) no-repeat 15px center;
    background-size: auto 26%;
    overflow: hidden;
  }
  .header ul li.l2 a {
    width: 100%;
    height: 0;
    padding: 60px 0 0 0;
    background: url(../img/hea_nav_02_sp.png) no-repeat 15px center;
    background-size: auto 26%;
    overflow: hidden;
  }
  .header ul li.l3 a {
    width: 100%;
    height: 0;
    padding: 60px 0 0 0;
    background: url(../img/hea_nav_03_sp.png) no-repeat 15px center;
    background-size: auto 26%;
    overflow: hidden;
  }
  .header ul li.l1 a:after {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    right: 25px;
    bottom: 0;
    background: url(../img/hea_nav_ico_01.png) no-repeat right center;
    background-size: 60% auto;
    width: 26px;
    height: 44px;
  }
  .header ul li.l2 a:after {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    right: 20px;
    bottom: 0;
    background: url(../img/hea_nav_ico_02.png) no-repeat right center;
    background-size: 60% auto;
    width: 36px;
    height: 38px;
  }
  .header ul li.l3 a:after {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    right: 25px;
    bottom: 0;
    background: url(../img/hea_nav_ico_03.png) no-repeat right center;
    background-size: 60% auto;
    width: 32px;
    height: 39px;
  }
  .header p.menu {
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    width: auto;
    height: 30px;
  }
  .header p.menu img {
    height: 100%;
  }
}
h1 {
  display: none;
}

/* slider
-------------------------------------*/
ul.slider {
  width: 1220px;
  margin: 100px auto 0;
  padding: 0;
}

.slick-slide img.PC {
  display: block;
}

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

@media screen and (max-width: 750px) {
  ul.slider {
    width: 100%;
    margin-top: 65px;
  }
  .slick-slide img.PC {
    display: none;
  }
  .slick-slide img.SP {
    display: block;
    width: 100%;
  }
}
/* .page-navi
-------------------------------------*/
.page-navi {
  height: 80px;
  margin: 0;
  box-sizing: border-box;
  background: #1fb9ef;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .page-navi {
    height: auto;
    padding: 0 0 0 0;
    margin-bottom: 13.3333333333vw;
  }
}

.page-navi ul {
  position: relative;
  width: 1220px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-navi ul {
    display: block;
    width: 100%;
    height: auto;
  }
}

.page-navi ul:after {
  content: "";
  width: 3px;
  height: 60px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page-navi ul:after {
    display: none;
  }
}

.page-navi ul li {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .page-navi ul li {
    height: auto;
  }
}

.page-navi ul li a {
  position: relative;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  overflow: hidden;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .page-navi ul li a {
    height: auto;
    line-height: normal;
    border-right: none;
    text-align: left;
    padding-left: 6.6666666667%;
    padding-top: 3.7333333333%;
    padding-bottom: 3.7333333333%;
    border-bottom: 2px solid #FFF;
  }
}
.page-navi ul li a:before {
  content: "";
  width: 3px;
  height: 60px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .page-navi ul li a:before {
    display: none;
  }
}
.page-navi ul li a:not(.coming-soon):after {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 4px;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #FFF;
}

@media screen and (max-width: 750px) {
  .page-navi ul li a:not(.coming-soon):after {
    left: auto;
    bottom: auto;
    top: calc(50% + 7px);
    transform: translateY(-50%);
    border-top: 7px solid #FFF;
    border-bottom: 7px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 3.6%;
  }
}
.page-navi ul li a.coming-soon {
  pointer-events: none;
  background-color: #999;
}

.page-navi ul li a.coming-soon .coming-soon-msg {
  display: block;
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  text-align: center;
  line-height: normal;
}

@media screen and (max-width: 750px) {
  .page-navi ul li a.coming-soon .coming-soon-msg {
    position: absolute;
    font-size: 26px;
    font-size: 3.4666666667vw;
    bottom: auto;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    right: 3.6%;
  }
}
@media screen and (max-width: 750px) {
  .page-navi ul li:first-child a {
    border-left: none;
    border-top: 2px solid #FFF;
  }
}
/* section
----------------------------------------*/
.section {
  position: relative;
  width: 100%;
  font-size: 16px;
  margin-bottom: 75px;
  color: #333;
}

@media screen and (max-width: 750px) {
  .section {
    font-size: 24px;
    margin-bottom: 8%;
  }
}
.section .section-inner {
  position: relative;
  width: 1020px;
  margin: 0 auto 0;
}

@media screen and (max-width: 750px) {
  .section .section-inner {
    width: 100%;
  }
}
.section .section-head {
  width: 1020px;
  margin: 0 auto 58px;
}

.section .section-head.section-head-bt {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .section .section-head.section-head-bt {
    margin-bottom: 3%;
  }
}
.section .section-head-p {
  text-align: center;
}

.section .section-head-p span {
  font-size: 24px;
  color: #666;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  .section .section-head-p span {
    font-size: 15px;
  }
}
.section .section-head-p span:after {
  content: "";
  position: absolute;
  bottom: 2px;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  border-bottom: 6px solid #8fdcf7;
}

@media screen and (max-width: 750px) {
  .section .section-head-p span:after {
    bottom: 2px;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    border-bottom: 4px solid #8fdcf7;
  }
}
.section .section-head img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .section .section-head {
    width: 94.6666666667%;
    margin: 0 auto 4.5333333333%;
  }
}
/* site-description-section
----------------------------------------*/
.site-description-section .section-inner {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .site-description-section .section-inner {
    padding-bottom: 5.3333333333%;
  }
}
.site-description-section .map {
  float: left;
  width: 288px;
  margin-left: 21px;
  margin-right: 40px;
}

.site-description-section .map img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .site-description-section .map {
    float: none;
    width: 57.2%;
    margin: 0 auto 4%;
  }
}
.site-description-section p {
  margin-top: 30px;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .site-description-section p {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    font-size: 3.2vw;
    margin-bottom: 5.3333333333%;
  }
}
.site-description-section .ship {
  position: absolute;
  width: 137px;
  right: 58px;
  bottom: 18px;
}

.site-description-section .ship img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .site-description-section .ship {
    position: relative;
    width: 18.8%;
    right: auto;
    bottom: auto;
    margin: 0 auto 0;
  }
}
.section .site-description-section-con {
  width: 675px;
  margin: 75px auto 0;
}

@media screen and (max-width: 750px) {
  .section .site-description-section-con {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    margin: 7% auto 0;
  }
}
.section .site-description-section-con .hd a {
  text-decoration: none;
}

.section .site-description-section-con .hd h3 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  line-height: 34px;
  background: #1fb9ef;
  text-align: center;
  padding: 0 0 5px;
}

@media screen and (max-width: 750px) {
  .section .site-description-section-con .hd h3 {
    font-size: 23px;
    line-height: 1.17;
    padding: 1% 0;
  }
}
@media screen and (max-width: 320px) {
  .section .site-description-section-con .hd h3 {
    font-size: 18px;
  }
}
.section .site-description-section-con .hd h3 small {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 750px) {
  .section .site-description-section-con .hd h3 small {
    font-size: 20px;
  }
}
.section .site-description-section-con .hd .img img {
  width: 100%;
  vertical-align: top;
}

.section .site-description-section-con .bd {
  /*margin-bottom: 2em;*/
}

@media screen and (max-width: 750px) {
  .section .site-description-section-con .bd {
    /*margin-bottom: 1em;*/
  }
}
.section .site-description-section-con .bd p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 6px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .section .site-description-section-con .bd p {
    font-size: 12px;
    line-height: 1.88;
    margin-top: 3px;
  }
}
/* blogger-section
----------------------------------------*/
.blogger-section {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .blogger-section {
    padding-top: 60px;
  }
}
.blogger-section .blogger-notes {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .blogger-section .blogger-notes {
    font-size: 12px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 750px) {
  .blogger-section .section-head {
    margin-bottom: 7%;
  }
}
.blogger-section .blogger-list {
  font-size: 0;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list {
    padding: 0 10px;
  }
}
.blogger-section .blogger-list__item {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-right: 30px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #666666;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list__item {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list__item + .blogger-list__item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: solid 1px #1fb9ef;
  }
}
.blogger-section .blogger-list__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 411px;
  background-color: #1fb9ef;
  position: absolute;
  top: 80px;
  right: -14px;
}

.blogger-section .blogger-list__item:nth-child(3n) {
  margin-right: 0;
}

.blogger-section .blogger-list__item:nth-child(3n)::after {
  display: none;
}

.blogger-section .blogger-list__item .ico-figure {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list__item .ico-figure {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list__item .ico-figure img {
    width: 107px;
  }
}
.blogger-section .blogger-list__item .ico-figure.rounded img {
  border-radius: 100px;
  border: solid 2px #1fb9ef;
}

@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list__item .txt-block {
    width: 60%;
    width: calc(100% - 120px - 15px);
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
  }
}
.blogger-section .blogger-list__item .name {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list__item .name {
    font-size: 38px;
    font-size: 5.0666666667vw;
    text-align: left;
    margin-top: 0;
  }
}
.blogger-section .blogger-list__item .name span {
  background: linear-gradient(transparent 75%, #bbeafa 0%);
  line-height: 1.3;
  display: inline-block;
}

.blogger-section .blogger-list__item .txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list__item .txt {
    font-size: 24px;
    font-size: 3.2vw;
    margin-top: 10px;
  }
}
.blogger-section .blogger-list .btn-list {
  margin-top: 35px;
}

@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list .btn-list {
    width: 70%;
    min-width: 220px;
    margin: 20px auto 0;
  }
}
.blogger-section .blogger-list .btn-list li + li {
  margin-top: 10px;
}

.blogger-section .blogger-list .btn-list li a {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #fff;
  background-color: #1fb9ef;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px 30px 15px 10px;
  position: relative;
}

.blogger-section .blogger-list .btn-list li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/lp/oosumi/img/ico_btn_arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .blogger-section .blogger-list .btn-list li a {
    font-size: 30px;
    font-size: 4vw;
    text-align: left;
    padding-left: 20px;
  }
}
.blogger-section .blogger-list .btn-list li a.two-line {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* insta-section
----------------------------------------*/
@media screen and (max-width: 750px) {
  .insta-section {
    margin-bottom: 13.3333333333vw;
  }
}
.insta-section .campaign-banner {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.insta-section .campaign-banner img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .insta-section .campaign-banner {
    width: 94.6666666667%;
    margin: 0 auto 6.6666666667vw;
  }
}
.insta-section .insta-award-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.insta-section .btn-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .insta-section .btn-wrap {
    margin-top: 6px;
    margin-bottom: 20px;
  }
}
.insta-section .btn-wrap .fade-hover.off {
  background: #999;
  color: #e4e4e4;
  line-height: 1.2; /*--- Androidブラウザ用 ---*/ /*--- IE10 ---*/ /*--- safari（PC）用 ---*/
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /*--- Androidブラウザ用 ---*/ /*--- IE10 ---*/ /*--- safari（PC）用 ---*/
  -ms-justify-content: center;
  justify-content: center; /*--- safari（PC）用 ---*/
  align-items: center;
  transition: none;
  cursor: default;
}

.insta-section .btn-wrap .fade-hover.off:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.insta-section .btn-wrap .fade-hover.off:hover span {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.insta-section .btn-wrap .fade-hover.off small {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .insta-section .btn-wrap .fade-hover.off small {
    font-size: 12px;
  }
}
.insta-section .btn-wrap .fade-hover.off:after {
  content: normal;
}

.insta-section .insta-award-wrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 1px;
  border-bottom: 1px dashed #1fb9ef;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap:before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap {
    padding: 0 2.6666666667vw;
  }
}
.insta-section .insta-award-wrap .insta-award {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award {
    padding-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.insta-section .insta-award-wrap .insta-award:before {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 1px;
  border-bottom: 1px dashed #1fb9ef;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award:before {
    width: 17.6vw;
  }
}
.insta-section .insta-award-wrap .insta-award .insta-award-head {
  margin-left: auto;
  margin-right: auto;
}

.insta-section .insta-award-wrap .insta-award .insta-award-head img {
  width: 100%;
}

.insta-section .insta-award-wrap .insta-award .insra-award-item {
  width: 100%;
  background-color: #ededed;
  padding: 10px;
  box-sizing: border-box;
}

.insta-section .insta-award-wrap .insta-award .insra-award-item img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award .insra-award-item {
    padding: 1.8666666667vw;
  }
}
.insta-section .insta-award-wrap .insta-award.insta-award-half {
  width: 490px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award.insta-award-half {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .insta-section .insta-award-wrap .insta-award-01:before {
    display: none;
  }
}
.insta-section .insta-award-wrap .insta-award-01 .insta-award-head {
  width: 292px;
  margin-bottom: 48px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-01 .insta-award-head {
    width: 58.4vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .insta-section .insta-award-wrap .insta-award-02:before {
    display: none;
  }
}
.insta-section .insta-award-wrap .insta-award-02 .insta-award-head {
  width: 330px;
  margin-bottom: 26px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-02 .insta-award-head {
    width: 65.8666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.insta-section .insta-award-wrap .insta-award-02 .insra-award-item {
  height: 607px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-02 .insra-award-item {
    height: auto;
  }
}
.insta-section .insta-award-wrap .insta-award-03 .insta-award-head {
  width: 212px;
  margin-bottom: 29px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-03 .insta-award-head {
    width: 52.9333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.insta-section .insta-award-wrap .insta-award-03 .insta-award-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-03 .insta-award-body {
    margin-bottom: -4vw;
  }
}
.insta-section .insta-award-wrap .insta-award-03 .insta-award-body .insra-award-item {
  width: 225px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-03 .insta-award-body .insra-award-item {
    width: 45.3333333333vw;
    width: 45.3333333333vw;
    padding: 1.0666666667vw;
    margin-bottom: 4vw;
  }
}
.insta-section .insta-award-wrap .insta-award-03 .insta-award-body .insra-award-item img {
  vertical-align: top;
}

.insta-section .insta-award-wrap .insta-award-04 {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-04 {
    padding-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.insta-section .insta-award-wrap .insta-award-04 .insta-award-head {
  width: 184px;
  margin-bottom: 38px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-04 .insta-award-head {
    width: 45.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.insta-section .insta-award-wrap .insta-award-04 .insta-award-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-04 .insta-award-body {
    justify-content: space-between;
    margin-bottom: -4vw;
  }
}
.insta-section .insta-award-wrap .insta-award-04 .insta-award-body .insra-award-item {
  width: 172px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

@media screen and (min-width: 751px) {
  .insta-section .insta-award-wrap .insta-award-04 .insta-award-body .insra-award-item + .insra-award-item {
    margin-left: 40px;
  }
  .insta-section .insta-award-wrap .insta-award-04 .insta-award-body .insra-award-item:nth-child(6) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .insta-award-04 .insta-award-body .insra-award-item {
    width: 28.8vw;
    padding: 0.8vw;
    margin-bottom: 4vw;
  }
}
.insta-section .insta-award-wrap .insta-award-04 .insta-award-body .insra-award-item img {
  vertical-align: top;
}

.insta-section .insta-award-wrap .note {
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .note {
    font-size: 20px;
    font-size: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.insta-section .insta-award-wrap .campaign-link-btn {
  width: 100%;
}

.insta-section .insta-award-wrap .campaign-link-btn a {
  position: relative;
  display: block;
  color: #FFF;
  background-color: #1fb9ef;
  font-size: 18px;
  width: 360px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 0;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .campaign-link-btn a {
    font-size: 30px;
    font-size: 4vw;
    width: 73.3333333333vw;
    height: 9.8666666667vw;
    line-height: 9.8666666667vw;
  }
}
.insta-section .insta-award-wrap .campaign-link-btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/lp/oosumi/img/ico_btn_arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .insta-section .insta-award-wrap .campaign-link-btn a::after {
    right: 2.6666666667vw;
  }
}
/* movie-section
----------------------------------------*/
.movie-section * {
  box-sizing: border-box;
}
.movie-section .section-body {
  display: flex;
  flex-wrap: wrap;
}

.movie-youtuber {
  width: calc(100% - 302px);
  padding-left: 30px;
  padding-right: 50px;
}
@media screen and (max-width: 750px) {
  .movie-youtuber {
    width: 100%;
    padding: 0 6.2%;
  }
}
.movie-youtuber-img {
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
.movie-youtuber-img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .movie-youtuber-img {
    border-bottom: 0;
  }
}
.movie-youtuber-link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .movie-youtuber-link {
    display: block;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .movie-youtuber-link li:nth-child(2n+1) {
    margin-right: 20px;
  }
  .movie-youtuber-link li:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .movie-youtuber-link li + li {
    margin-top: 1.3333333333vw;
  }
}
.movie-youtuber-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .movie-youtuber-link a {
    font-size: 30px;
    font-size: 4vw;
    width: 73.3333333333vw;
    margin: auto;
  }
}
.movie-youtuber-link a.aqua {
  background: #1fb9ef;
}
.movie-youtuber-link a.orange {
  background: #ed7a21;
}
.movie-youtuber-link a span:after {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../img/youtuber-link-icon-pc.png") 0 0 no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 750px) {
  .movie-youtuber-link a span:after {
    background: url("../img/youtuber-link-icon-sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 3.8666666667vw;
    height: 3.8666666667vw;
  }
}
.movie-youtuber-link a.aqua span {
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .movie-youtuber-link a.aqua span {
    padding-right: 0;
  }
}

.movie-thumbnails {
  width: 302px;
}
@media screen and (min-width: 751px) {
  .movie-thumbnails {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .movie-thumbnails {
    width: 100%;
    padding: 0 2.7%;
    margin-top: 8.6666666667vw;
    display: flex;
    justify-content: space-between;
  }
}
.movie-thumbnails a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  padding-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .movie-thumbnails a + a {
    border-top: 1px dotted #ababab;
    padding-top: 20px;
  }
  .movie-thumbnails a + a:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .movie-thumbnails a {
    width: calc(50% - 10px);
    text-align: center;
    border-bottom: 0;
  }
}
.movie-thumbnails .movie-img {
  width: 148px;
}
.movie-thumbnails .movie-txt {
  width: calc(100% - 148px);
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 750px) {
  .movie-thumbnails .movie-txt {
    width: 100%;
    padding-left: 0;
    font-size: 3.2vw;
  }
}

.movie-thumbnails a span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-thumbnails a .movie-img {
  display: inline-block;
}

.movie-thumbnails a .movie-img img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .movie-thumbnails a .movie-img {
    width: 100%;
    margin-bottom: 2.5352112676%;
  }
}
/* movie-modal
----------------------------------------*/
.movie-modal {
  position: relative;
  background: #FFF;
  width: auto;
  margin: 0 auto 0;
  padding: 10px;
  border-radius: 5px;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .movie-modal {
    max-width: none;
  }
}
.movie-modal video {
  width: 100% !important;
  height: auto !important;
}

.movie-modal .mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #1abaee;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 200;
  opacity: 1;
  line-height: 1;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .movie-modal .mfp-close {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
/* modelplan-section2
----------------------------------------*/
.modelplan-section2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .modelplan-section2 {
    margin-bottom: 11.3333333333vw;
  }
}

.modelplan-section2 .section-body {
  text-align: center;
}

.modelplan-section2 .section-body .p2 {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  width: 685px;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modelplan-section2 .section-body .p2 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 7.3333333333vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}

.modelplan-section2 .section-body .btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .modelplan-section2 .section-body .btn-wrap {
    margin-top: 6.6666666667vw;
  }
}

.modelplan-section2 .section-body .btn-wrap .fade-hover {
  height: auto;
  line-height: 30px;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  .modelplan-section2 .section-body .btn-wrap .fade-hover {
    line-height: 6.6666666667vw;
    padding: 2.6666666667vw 0;
  }
}

/* modelplan-section
----------------------------------------*/
.modelplan-section .section-body {
  overflow: hidden; /*--- Androidブラウザ用 ---*/ /*--- IE10 ---*/ /*--- safari（PC）用 ---*/
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /*--- Androidブラウザ用 ---*/ /*--- IE10 ---*/ /*--- safari（PC）用 ---*/
  -ms-justify-content: flex-start;
  justify-content: flex-start; /*--- safari（PC）用 ---*/
}

.modelplan-section .modelplan-btn {
  display: block;
  float: left;
  width: 490px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .modelplan-section .modelplan-btn {
    float: none;
    width: 94.6666666667%;
    margin: 0 auto 4%;
  }
}
.modelplan-section .modelplan-btn:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .modelplan-section .modelplan-btn:first-child {
    margin: 0 auto 4%;
  }
}
.modelplan-section .modelplan-btn img {
  width: 100%;
}

.sec-05 {
  margin-top: 30px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .sec-05 {
    margin-top: 0;
    padding: 0 2%;
  }
}
.sec-05 li {
  float: left;
  width: 50%;
  height: 292px;
  box-sizing: border-box;
  border-bottom: 1px dotted #666;
  border-right: 1px dotted #666;
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  .sec-05 li {
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px dotted #666;
    border-right: none;
    padding-left: 0;
    padding: 6% 0;
  }
}
.sec-05 li p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
}

@media screen and (max-width: 750px) {
  .sec-05 li p {
    font-size: 13px;
    line-height: 1.2;
  }
}
.sec-05 li p small {
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .sec-05 li p small {
    font-size: 10px;
  }
}
.sec-05 li .img {
  margin: 0 auto;
}

.sec-05 li .img img {
  width: 100%;
}

.sec-05 li:nth-child(2) {
  border-right: none;
}

.sec-05 li:nth-child(3) {
  border-bottom: none;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  .sec-05 li:nth-child(3) {
    border-bottom: 1px dotted #666;
  }
}
.sec-05 li:nth-child(4) {
  border-right: none;
  padding-top: 20px;
  border-bottom: none;
}

@media screen and (max-width: 750px) {
  .sec-05 li:nth-child(4) {
    border-right: none;
    border-bottom: 1px dotted #666;
  }
}
.sec-05 li:nth-child(1) .img {
  width: 446px;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .sec-05 li:nth-child(1) .img {
    width: 90%;
    margin-top: 6%;
  }
}
.sec-05 li:nth-child(2) .img {
  width: 466px;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .sec-05 li:nth-child(2) .img {
    width: 90%;
    margin-top: 6%;
  }
}
.sec-05 li:nth-child(3) .img {
  width: 443px;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .sec-05 li:nth-child(3) .img {
    width: 90%;
    margin-top: 6%;
  }
}
.sec-05 li:nth-child(4) .img {
  width: 395px;
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  .sec-05 li:nth-child(4) .img {
    width: 70%;
    margin-top: 6%;
  }
}
.btn-wrap {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .btn-wrap {
    margin-top: 5%;
  }
}
.btn-wrap p {
  color: #666;
  font-size: 16px;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .btn-wrap p {
    font-size: 12px;
    margin-bottom: 2%;
  }
}
.btn-wrap .campaign-link-btn {
  width: 100%;
}

.btn-wrap .campaign-link-btn a {
  position: relative;
  display: block;
  color: #FFF;
  background-color: #1fb9ef;
  font-size: 18px;
  width: 360px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 0;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .btn-wrap .campaign-link-btn a {
    font-size: 30px;
    font-size: 4vw;
    width: 73.3333333333vw;
    height: 9.8666666667vw;
    line-height: 9.8666666667vw;
  }
}
.btn-wrap .campaign-link-btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/lp/oosumi/img/ico_btn_arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .btn-wrap .campaign-link-btn a::after {
    right: 2.6666666667vw;
  }
}
/* spot-section
----------------------------------------*/
.spot-section {
  margin-bottom: 0;
}
.spot-section.bg {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #fffbd3;
}
@media screen and (max-width: 750px) {
  .spot-section.bg {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.spot-section .section-inner {
  overflow: hidden;
}

.spot-section .map-area {
  overflow: hidden;
}

.spot-section .spot-map-wrapper {
  position: relative;
  float: left;
  width: 324px;
  margin-right: 56px;
}

.spot-section .spot-map-wrapper img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .spot-section .spot-map-wrapper {
    width: 64.1333333333%;
    margin-right: 0;
    margin-left: 24.1333333333%;
    margin-bottom: 6.6666666667%;
  }
}
@media screen and (min-width: 751px) {
  .spot-section .spot-map {
    position: absolute;
    width: 324px;
    top: 0;
  }
}
.spot-section .spot-list-wrapper {
  position: relative;
  float: right;
  overflow: hidden;
}

.spot-section .spot-list {
  padding-top: 24px;
  float: left;
}

@media screen and (max-width: 750px) {
  .spot-section .spot-list {
    padding-top: 0;
    float: none;
    width: 94.6666666667%;
    margin: 0 auto -1px;
  }
}
.spot-section .spot-list + .spot-list {
  margin-left: 29px;
}

@media screen and (max-width: 750px) {
  .spot-section .spot-list + .spot-list {
    margin: 0 auto 0;
  }
}
.spot-section .spot-list li:first-child a {
  border-top: 1px dotted #ababab;
}

.spot-section .spot-list a {
  display: table;
  width: 304px;
  border-bottom: 1px dotted #ababab;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .spot-section .spot-list a {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .spot-section .spot-list a {
    padding: 1.4084507042% 0;
  }
}
.spot-section .spot-list a .num {
  display: table-cell;
  vertical-align: middle;
  width: 31px;
  background-color: #1fb9ef;
  color: #FFF;
  text-align: center;
  font-size: 22px;
}

@media screen and (max-width: 750px) {
  .spot-section .spot-list a .num {
    width: 9.1549295775%;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.spot-section .spot-list a .name {
  display: table-cell;
  vertical-align: middle;
  width: 205px;
  padding-left: 10px;
  color: #333;
  font-size: 14px;
}

.spot-section .spot-list a .name .small {
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .spot-section .spot-list a .name {
    width: 73.3802816901%;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.spot-section .spot-list a .image {
  width: 65px;
}

.spot-section .spot-list a .image img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .spot-section .spot-list a .image {
    width: 17.4647887324%;
  }
}
.spot-section .course-area .course-head {
  width: 1020px;
  margin: 0 auto 45px;
}

.spot-section .course-area .course-head img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .spot-section .course-area .course-head {
    width: 94.6666666667%;
    margin: 0 auto 5.3333333333%;
  }
}
.spot-section ul {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .spot-section ul {
    width: 94.6666666667%;
    margin: 0 auto 0;
  }
}
.spot-section ul li {
  float: left;
  width: 50%;
  margin-bottom: 44px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .spot-section ul li {
    margin-bottom: 5.8666666667%;
  }
  .spot-section ul li:nth-child(even) {
    padding-left: 1.9718309859%;
  }
}
.spot-section ul li a {
  position: relative;
  font-size: 18px;
  color: #505050;
  text-decoration: none;
  padding-left: 152px;
}

@media screen and (max-width: 750px) {
  .spot-section ul li a {
    padding-left: 0;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.spot-section ul li a span {
  border-bottom: 1px solid #505050;
  margin-left: 28px;
}

.spot-section ul li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_arrow.png") no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* image-popup
----------------------------------------*/
.image-popup .mfp-content {
  width: auto;
}

.image-popup.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}

/* overlay animate in */
.image-popup.mfp-bg.mfp-ready {
  opacity: 0.7;
}

/* overlay animate out */
.image-popup.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.image-popup.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
}

/* content animate it */
.image-popup.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.image-popup.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* content at start */
.image-popup.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all 0.4s ease;
}

/* content animate it */
.image-popup.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

/* content animate out */
.image-popup.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

/* image-modal
----------------------------------------*/
.image-modal {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 765px;
  margin: 0 auto 0;
  padding: 10px;
  border-radius: 5px;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .image-modal {
    max-width: none;
  }
}
.image-modal p.photo img {
  width: 100%;
}

.image-modal p.photo iframe {
  width: 100%;
}

.image-modal dl {
  padding: 20px 10px 0 10px;
  letter-spacing: 0.05em;
  width: 745px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .image-modal dl {
    padding: 0 0 0 0;
    width: 100%;
  }
}
.image-modal dl dt {
  padding: 0 0 20px 0;
  font-size: 26px;
  color: #2ebaed;
}

@media screen and (max-width: 750px) {
  .image-modal dl dt {
    font-size: 35px;
    font-size: 4.6666666667vw;
    padding: 0.5em 0 0.5em 0;
  }
}
@media screen and (max-width: 750px) {
  .image-modal dl dt .small {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.image-modal dl dd {
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  .image-modal dl dd {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 0 0 0.5em 0;
  }
}
@media screen and (max-width: 750px) {
  .image-modal dl {
    width: 100%;
  }
}
.image-modal .mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #1abaee;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 200;
  opacity: 1;
  line-height: 1;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .image-modal .mfp-close {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
/* .article-info
-------------------------------------*/
.article-info--hanken {
  background: #fffbd3;
  margin: 120px 0;
}
@media screen and (max-width: 750px) {
  .article-info--hanken {
    margin: 60px 0;
  }
}

.article-info .info-inner {
  width: 1020px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
  overflow: hidden;
}

.article-info--hanken .info-inner {
  padding: 50px 0;
}

.article-info h2 {
  width: 211px;
  margin: 0px auto 40px;
}

.article-info ul {
  width: 980px;
  margin: 0 auto;
}

.article-info ul li {
  display: block;
  padding: 20px 0 20px 0;
  border-bottom: 2px dotted #ef7a00;
}

.article-info--hanken ul li {
  padding-top: 0;
}

.article-info ul li:last-child {
  border-bottom: none;
}

.article-info ul li a {
  text-decoration: none;
}

.article-info ul li a span {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 0 60px 0 130px;
  color: #505050;
  line-height: 1.6;
}

.article-info ul li a span sub {
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .article-info ul li a span sub {
    display: none;
  }
}
.article-info ul li a span:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
}

.article-info ul li.l1 a span:before {
  background-image: url(../img/bod_inf_mg_01.png);
  background-size: cover;
}

.article-info ul li.l2 a span:before {
  background-image: url(../img/bod_inf_mg_02.png);
  background-size: cover;
}

.article-info ul li.l3 a span:before {
  background-image: url(../img/bod_inf_mg_03.png);
  background-size: cover;
}

.article-info ul li.l4 a span:before {
  background-image: url(../img/bod_inf_mg_04.png);
  background-size: cover;
}

.article-info ul li a span strong {
  display: block;
  color: #ef7a00;
  font-size: 20px;
}

.article-info ul li a span:after {
  content: "";
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/bod_ico_01.png);
  background-size: cover;
}

.article-info p.button {
  width: 370px;
}

.article-info p.btn1 {
  margin: 40px auto 0;
}

.article-info p.btn2 {
  margin: 5px auto 0;
}

.article-info p.btn1 img {
  width: 370px;
}

.article-info p.btn2 img {
  width: 204px;
}

@media screen and (max-width: 750px) {
  .article-info .info-inner {
    width: 100%;
    padding-top: 70px;
  }
  .article-info h2 {
    width: 32%;
  }
  .article-info h2 img {
    width: 100%;
  }
  .article-info ul {
    width: 90%;
    margin: 0 auto;
  }
  .article-info ul li {
    display: block;
    padding: 20px 0 20px 0;
    border-bottom: 2px dotted #ef7a00;
  }
  .article-info--hanken ul li {
    padding-top: 0;
  }
  .article-info ul li a {
    text-decoration: none;
  }
  .article-info ul li a span {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 0 40px 0 100px;
    color: #505050;
    line-height: 1.45;
  }
  .article-info ul li a span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    width: 80px;
    height: 81px;
    background-repeat: no-repeat;
    border-radius: 5px 0 0 5px;
  }
  .article-info ul li.l1 a span:before {
    background-image: url(../img/bod_inf_mg_01.png);
    background-size: cover;
  }
  .article-info ul li.l2 a span:before {
    background-image: url(../img/bod_inf_mg_02.png);
    background-size: cover;
  }
  .article-info ul li.l3 a span:before {
    background-image: url(../img/bod_inf_mg_03.png);
    background-size: cover;
  }
  .article-info ul li.l4 a span:before {
    background-image: url(../img/bod_inf_mg_04.png);
    background-size: cover;
  }
  .article-info ul li a span strong {
    display: block;
    color: #ef7a00;
    font-size: 20px;
  }
  .article-info ul li a span:after {
    content: "";
    position: absolute;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/bod_ico_01.png);
    background-size: cover;
  }
  .article-info p.button {
    width: 90%;
  }
  .article-info p.button img {
    width: 100%;
  }
  .article-info p.btn2 img {
    width: 59%;
  }
}
.article-info .other-link {
  text-align: center;
}

.article-info .other-link ul {
  display: inline-block;
  width: auto;
  margin: 0;
}

.article-info .other-link ul li {
  display: list-item;
  padding: 0;
  border: none;
  text-align: left;
  line-height: 1.8;
}

.article-info .other-link ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #505050;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .article-info .other-link ul li a {
    font-size: 12px;
  }
}
.article-info .other-link ul li a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/icon_arrow_circle.png) center center no-repeat;
  background-size: 13px auto;
  margin-right: 5px;
}

.article-info .article-head {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  font-size: 34px;
  font-weight: normal;
  color: #949494;
}
@media screen and (max-width: 750px) {
  .article-info .article-head {
    font-size: 5.7vw;
    margin: 0 3.5%;
  }
}
.article-info .article-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #949494;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .article-info .article-head:after {
    height: 1px;
  }
}
.article-info .article-head span {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  .article-info .article-head span {
    padding: 0 3%;
  }
}

/* .footer
-------------------------------------*/
.footer {
  background: #efece6;
  padding: 30px 0;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer .footer-wrap {
    display: block;
    width: 100%;
  }
}
.footer .copyright {
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .footer .copyright {
    font-size: 9px;
    text-align: center;
    padding-top: 30px;
  }
}
.footer .footer-logo a {
  font-size: 13px;
  color: inherit;
}
@media screen and (max-width: 750px) {
  .footer .footer-logo a {
    display: block;
    text-align: center;
    font-size: 9px;
    text-decoration: none;
  }
}
.footer .footer-logo a .footer-logo-txt {
  padding-right: 20px;
  background: url(../img/blank-icon.png) no-repeat right center;
}
@media screen and (max-width: 750px) {
  .footer .footer-logo a .footer-logo-txt {
    padding-right: 17px;
    background-size: 10px auto;
  }
}
.footer .footer-logo img {
  vertical-align: middle;
  margin-right: 10px;
  width: 145px;
}
@media screen and (max-width: 750px) {
  .footer .footer-logo img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    display: block;
  }
}

/* .fade-hover
-------------------------------------*/
@media screen and (min-width: 751px) {
  .fade-hover {
    transition: opacity 0.3s ease-out;
  }
  .fade-hover:hover, .fade-hover:hover span {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
  }
}
/* magnific popup
-------------------------------------*/
.mfp-content {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

@media screen and (max-width: 750px) {
  .mfp-content {
    padding: 7px;
  }
}
.mfp-custom-wrap {
  position: relative;
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
}

.mfp-iframe-holder .mfp-close {
  top: -63px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: #1abaee;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 200;
  opacity: 1;
  line-height: 1;
  border-radius: 4px;
}

@media screen and (max-width: 750px) {
  .mfp-iframe-holder .mfp-close {
    top: -42px;
    right: -7px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all 0.4s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

.spot-13 {
  padding: 0 30px 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .spot-13 {
    width: 100%;
    padding: 0 5.33333% 5.33333%;
  }
}
.spot-13 p {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 0.5em !important;
}

@media screen and (max-width: 750px) {
  .spot-13 p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.spot-13 .img-wrap {
  /*overflow: hidden;*/
  margin: auto;
}
@media screen and (max-width: 750px) {
  .spot-13 .img-wrap img {
    width: 100%;
  }
}

.spot-13 .img-wrap a {
  /*width:49%;
  float: left;*/
  text-align: center;
  display: block;
}

/*
@media screen and (max-width: 750px){
  .spot-13 .img-wrap a{
    width:100%;
    float: none;
    margin-bottom:4%;
  }
}
.spot-13 .img-wrap a:last-child{
  width:49%;
  float: right;
}
@media screen and (max-width: 750px){
  .spot-13 .img-wrap a:last-child{
    width:100%;
    float: none;
  }
}*/
.spot-13 .btn-wrap {
  margin: 0 auto 20px;
}
@media screen and (max-width: 750px) {
  .spot-13 .btn-wrap {
    margin: 0 auto 2.6666666667vw;
  }
}
.spot-13 .btn-wrap a {
  width: 300px;
  height: auto;
  line-height: 1.3888888889;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  .spot-13 .btn-wrap a {
    width: 73.3333333333vw;
    line-height: 1.5;
    padding: 1.3333333333vw 0;
  }
}/*# sourceMappingURL=style.css.map */