/*------------------------
		grotto
------------------------*/
.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section_01 {
  background-image: url(../images/grotto/section01.jpg);
  background-size: contain;
  background-color: #000;
}

.section_02 {
  background-color: #000;
}

.section_03 {
  background-image: url(../images/grotto/section03.jpg);
}

.section_04 {
  background-image: url(../images/grotto/section04.jpg);
}

.section_05 {
  background-image: url(../images/grotto/section05.jpg);
}

.section_06 {
  background-image: url(../images/grotto/section06.jpg);
}

.section_07 {
  background-image: url(../images/grotto/section07.jpg);
}

.section_08 {
  background-image: url(../images/grotto/section08.jpg);
}

.section_09 {
  background-image: url(../images/grotto/section09.jpg);
}

.section_10 {
  background-image: url(../images/grotto/section10.jpg);
}

.section_11 {
  background-image: url(../images/grotto/section11.jpg);
}

.section_12 {
  background-image: url(../images/grotto/section12.jpg);
}

.section_13 {
  background-image: url(../images/grotto/section13.jpg);
}

.section_14 {
  background-image: url(../images/grotto/section14.jpg);
}

.section_15 {
  background-image: url(../images/grotto/section15.jpg);
}

.section_nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: auto;
  bottom: 0;
}

.section_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #000;
  padding: 20px 0;
}

.section_item {
  width: 20px;
  height: 20px;
  margin: 25px 30px 0;
}

.section_item a {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(242, 242, 242, 0.5);
  border-radius: 50%;
}

.section_item a:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -5px;
  left: -5px;
  border: 1px solid rgba(242, 242, 242, 0.3);
  border-radius: 50%;
}

.section_item a.active {
  border: 1px solid rgb(119, 174, 220);
}

.section_item a.active:after {
  border: 1px solid rgba(119, 174, 220, 0.3);
}

.section_item a span {
  position: relative;
  top: -30px;
  left: -3px;
  font-family: 'Eurostile', sans-serif;
  font-size: 12px;
  color: rgba(242, 242, 242, 0.3);
}

.section_item a.active span {
  color: rgb(119, 174, 220);
}

.section_inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.section_inner .contents {
  background: #0087fb;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 135, 251, 0.8)), to(rgba(0, 229, 255, 0.8)));
  background: linear-gradient(to right, rgba(0, 135, 251, 0.8) 0%, rgba(0, 229, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 135, 251, 0.8)', endColorstr='rgba(0, 229, 255, 0.8)', GradientType=1);
  padding: 25px;
}

.section_inner .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 40px;
  margin-bottom: 10px;
}

.section_inner .text {
  font-family: 'NotoSansJP-Medium', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.1em;
}

.section_inner .contents .point {
  position: relative;
  font-family: 'Eurostile', sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.section_inner .contents .point:before {
  position: absolute;
  top: 5px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.section_inner .contents-left .title {
  text-align: right;
}

.section_inner .contents-left .point {
  text-align: right;
}

.section_inner .contents-left .point:before {
  right: 55px;
}

.section_inner .contents-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.section_inner .contents-center .point:before {
  width: 40%;
  right: 60%;
}

.section_inner .contents-center .point:after {
  position: absolute;
  top: 5px;
  content: '';
  width: 40%;
  height: 1px;
  right: 0;
  background-color: #fff;
}

.section_inner .contents-center .point, .section_inner .contents-center .title, .section_inner .contents-center .text {
  text-align: center;
}

.section_inner .contents-right {
  right: 0;
}

.section_inner .contents-right .point {
  text-align: left;
}

.section_inner .contents-right .point:before {
  left: 55px;
}

.section_inner .contents-transparent {
  background: rgba(0, 19, 110, 0.4);
}

/* section01 */
.section_01 .contents {
  position: absolute;
  right: 50px;
  bottom: 50px;
  background: rgba(0, 0, 0, 0);
}

.section_01 .contents .title {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: right;
}

.section_01 .contents .text {
  font-family: 'SawarabiMincho-Regular', serif;
  width: 850px;
  text-align: right;
  font-size: 16px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section_01 .contents .text {
    width: 70vw;
  }
}

@media screen and (max-width:799px) {
  .section_04 {
    background-image: url(../images/grotto/sp_section04.jpg);
  }

  .section_05 {
    background-image: url(../images/grotto/sp_section05.jpg);
  }

  .section_06 {
    background-image: url(../images/grotto/sp_section06.jpg);
  }

  .section_07 {
    background-image: url(../images/grotto/sp_section07.jpg);
  }

  .section_08 {
    background-image: url(../images/grotto/sp_section08.jpg);
  }

  .section_09 {
    background-image: url(../images/grotto/sp_section09.jpg);
  }

  .section_10 {
    background-image: url(../images/grotto/sp_section10.jpg);
  }

  .section_11 {
    background-image: url(../images/grotto/sp_section11.jpg);
  }

  .section_12 {
    background-image: url(../images/grotto/sp_section12.jpg);
  }

  .section_13 {
    background-image: url(../images/grotto/sp_section13.jpg);
  }

  .section_14 {
    background-image: url(../images/grotto/sp_section14.jpg);
  }

  .section_15 {
    background-image: url(../images/grotto/sp_section15.jpg);
  }
  .section_nav {
    width: 45px;
    height: 100%;
    left: 0;
    bottom: auto;
    background-color: #000;
  }
  .section_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .section_item {
    margin: 35px 15px 0;
  }
  .section_item a span {
    top: -25px;
  }
  .section_inner .contents {
    padding: 10px;
  }
  .section_inner .title {
    font-size: 20px;
    line-height: 27px;
  }
  .section_inner .text {
    font-size: 12px;
    line-height: 18px;
  }
  .section_01 {
    background-color: #000;
  }
  .section_01.section {
    background-size: contain;
    background-position: top 100px center;
  }
  .section_01 .contents {
    right: 10px;
    padding: 0;
  }
  .section_01 .contents .title {
    font-size: 27px;
    margin-bottom: 0;
  }
  .section_01 .contents .text {
    font-size: 12px;
    width: 100%;
    padding: 10px;
  }
}

/* section02 */
.section_02 .contents {
  background: rgba(0, 0, 0, 0);
  width: 1000px;
  margin: 0 auto;
}

.section_02 .contents .titleWapper {
  width: 1000px;
  margin: 0 auto;
}

.section_02 .contents .titleWapper div {
  position: relative;
  left: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 420px;
}

.section_02 .contents .title {
  color: #44b1df;
  text-align: left;
}

.section_02 .contents .point {
  color: #44b1df;
}

.section_02 .contents-left .point:before {
  width: 100vw;
  right: 125px;
  background-color: #44b1df;
}

.section_02 .contents .title span {
  font-family: 'Eurostile', sans-serif;
}

.section_02 .table {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.12);
}

.section_02 .table .table_left {
  width: 400px;
  float: left;
}

.section_02 .table .table_right {
  width: 600px;
  float: left;
}

.section_02 .table .table_item {
  padding: 15px 0;
  border-top: 1px solid rgba(152, 214, 229, 0.5);
}

.section_02 .table .table_title {
  font-size: 12px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  color: #98d6e5;
  padding-left: 15px;
  margin-bottom: 45px;
}

.section_02 .table .table_text {
  font-size: 25px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  color: #fff;
  padding-left: 25px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.section_02 .table .table_text .x-small {
  font-size: 8px;
  letter-spacing: 2px;
  display: block;

}
.section_02 .table .table_text .small {
  font-size: 14px;
}

.section_02 .table .table_text .large {
  font-size: 40px;
}

.section_02 .table .table_caution {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  padding-left: 25px;
}

.section_02 .table .table_caution img {
  position: relative;
  top: 2px;
}

.section_02 .table .table_item-01 {
  width: 50%;
  height: 170px;
  float: left;
  border-bottom: 2px solid #000;
}

.section_02 .table .table_item-02 {
  width: 50%;
  height: 170px;
  float: left;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.section_02 .table .table_item-03 {
  width: 100%;
  height: 360px;
  clear: both;
  background-image: url(../images/grotto/section02_img03.png);
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
}

.section_02 .table .table_item-03 .table_caution {
  width: 285px;
}

.section_02 .table .table_item-04 {
  width: 100%;
  height: 360px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  overflow: hidden;
}

.section_02 .table .table_item-04 .table_title {
  margin-bottom: 15px;
}

.section_02 .table .table_item-04 .table_text {
  padding-left: 15px;
  font-size: 20px;
}

.section_02 .table .table_item-04 .imagebox {
  width: 50%;
  float: left;
}

.section_02 .table .table_item-04 .imagebox_thum {
  width: 100%;
  margin-bottom: 15px;
}

.section_02 .table .table_item-05 {
  width: 100%;
  height: 170px;
  border-left: 2px solid #000;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section_02 .contents {
    width: 83.3vw;
  }

  .section_02 .contents .titleWapper {
    width: 83.3vw;
    margin: 0 auto;
  }

  .section_02 .contents .titleWapper div {
    width: 35vw;
  }

  .section_02 .section_inner .title {
    font-size: 2.5vw;
  }

  .section_02 .table {
    width: 83.3vw;
  }
  .section_02 .table .table_left {
    width: 33.3vw;
  }
  .section_02 .table .table_right {
    width: 50vw;
  }
  .section_02 .table .table_item {
    padding: 1.25vw 0;
  }
  .section_02 .table .table_title {
    font-size: 1vw;
    padding-left: 1.25vw;
    margin-bottom: 3.75vw;
  }
  .section_02 .table .table_text {
    font-size: 2vw;
    padding-left: 2vw;
    margin-bottom: 1.6vw;
  }
  .section_02 .table .table_text .small {
    font-size: 1.1vw;
  }
  .section_02 .table .table_text .large {
    font-size: 3.3vw;
  }
  .section_02 .table .table_caution {
    font-size: 1vw;
    line-height: 1.8vw;
    padding-left: 2vw;
  }
  .section_02 .table .table_item-01 {
    height: 14vw;
  }
  .section_02 .table .table_item-02 {
    height: 14vw;
  }
  .section_02 .table .table_item-03 {
    height: 30vw;
    background-position: right 1.6vw bottom 1.6vw;
  }
  .section_02 .table .table_item-03 .table_caution {
    width: 28.75vw;
  }
  .section_02 .table .table_item-04 {
    height: 30vw;
  }
  .section_02 .table .table_item-04 .table_title {
    margin-bottom: 1.25vw;
  }
  .section_02 .table .table_item-04 .table_text {
    font-size: 1.6vw;
  }
  .section_02 .table .table_item-04 .imagebox_thum {
    margin-bottom: 1.25vw;
  }
  .section_02 .table .table_item-05 {
    height: 14vw;
  }
}

@media screen and (max-width:799px) {
  .section_02 .contents {
    padding: 15px;
    width: 100%;
  }

  .section_02 .contents .titleWapper {
    width: 100%;
  }

  .section_02 .contents .titleWapper div {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 310px;
  }

  .section_02 .contents .title {
    padding-left: 0;
    text-align: left;
    font-size: 20px;
  }

  .section_02 .contents .point {
    padding-right: 40px;
  }

  .section_02 .contents-left .point:before {
    right: 155px;
  }

  .section_02 .table {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
  }

  .section_02 .table .table_left {
    width: 100%;
  }

  .section_02 .table .table_right {
    width: 100%;
  }

  .section_02 .table .table_item {
    border-top: 1px solid rgba(0, 0, 0, 0);
  }

  .section_02 .table .table_title {
    position: relative;
    z-index: 10;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .section_02 .table .table_title span {
    background-color: #000;
    padding-right: 5px;
  }

  .section_02 .table .table_text {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 18px;
  }

  .section_02 .table .table_text .small {
    font-size: 10px;
  }

  .section_02 .table .table_text .large {
    font-size: 35px;
  }

  .section_02 .table .table_caution {
    font-size: 10px;
    line-height: 14px;
    padding-left: 0;
  }

  .section_02 .table .table_item-01 .table_title:after, .section_02 .table .table_item-02 .table_title:after {
    position: absolute;
    top: 6px;
    content: '';
    height: 1px;
    width: 48%;
    background-color: rgba(152, 214, 229, 0.5);
  }

  .section_02 .table .table_item-01 {
    height: 90px;
    border-bottom: 0;
  }

  .section_02 .table .table_item-01 .table_text {
    position: relative;
    top: 10px;
  }

  .section_02 .table .table_item-02 {
    height: 80px;
    border-bottom: 0;
    border-left: 0;
  }

  .section_02 .table .table_item-03 {
    position: relative;
    width: 100%;
    height: 80px;
    clear: both;
    background-image: none;
  }

  .section_02 .table .table_item-03 .table_text {
    width: 120px;
    float: left;
  }

  .section_02 .table .table_item-03 .table_caution {
    width: 210px;
    float: left;
  }

  .section_02 .table .table_item-03 .table_title:after {
    position: absolute;
    top: 6px;
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(152, 214, 229, 0.5);
  }

  .section_02 .table .table_item-04 .table_title:after, .section_02 .table .table_item-05 .table_title:after {
    position: absolute;
    top: 6px;
    content: '';
    height: 1px;
    width: 95%;
    background-color: rgba(152, 214, 229, 0.5);
  }

  .section_02 .table .table_item-04 {
    height: auto;
    border-bottom: 0;
    border-left: 0;
  }

  .section_02 .table .table_item-04 .table_title {
    margin-bottom: 15px;
  }

  .section_02 .table .table_item-04 .table_text {
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .section_02 .table .table_item-05 {
    height: 100px;
    border-left: 0;
  }
}

/* section03 */
.section_03 {
  position: relative;
  background-position: center;
}

.section_03 .contents {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

.section_03 .contents .titleWrapper {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 460px;
  height: 170px;
}

.section_03 .subtitle {
  color: #fff;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.07em;
  font-size: 24px;
  margin-bottom: 15px;
}

.section_03 .title {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}

.section_03 .section_nav {
  position: absolute;
  top: 50%;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
}

.section_03 .section_nav .section_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0);
}

.section_03 .section_nav .section_item {
  margin: 25px 45px;
}

.section_03 .section_item a {
  border: 1px solid #fff;
}

.section_03 .section_item a:after {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.section_03 .section_item a.active {
  border: 1px solid #fff;
}

.section_03 .section_item a.active:after {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.section_03 .section_item a span {
  color: #fff;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section_03 .subtitle {
    font-size: 2vw;
    margin-bottom: 1.25vw;
  }
  .section_03 .title {
    margin-bottom: 2.5vw;
  }
  .section_03 .section_nav .section_item {
    margin: 25px 3.75vw;
  }
}

@media screen and (max-width:799px) {
  .section_03 .contents {
  }

  .section_03 .contents .titleWrapper {
    height: 100px;
    left: -45px;
  }

  .section_03 .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .section_03 .title {
    text-align: center;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
  }

  .section_03 .section_nav {
    position: absolute;
    top: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .section_03 .section_nav .section_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0);
  }

  .section_03 .section_nav .section_item {
    margin: 35px 20px 0;
  }
}

/* section04 */
.section_04 .contents {
  position: relative;
  top: 150px;
  display: inline-block;
  width: 360px;
}

.section_04 .contents .title {
  text-align: right;
}

.section_04 .frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 200px;
  left: 200px;
  margin: auto;
  width: 180px;
  height: 92px;
}

@media screen and (max-width:799px) {
  .section_04 .contents {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 60px;
    display: inline-block;
    width: 250px;
  }
  .section_04 .contents-left .point {
    text-align: left;
  }
  .section_04 .contents-left .point:before {
    right: -50px;
  }

  .section_04 .frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 160px;
    left: 180px;
    margin: auto;
    width: 145px;
    height: 74px;
  }
}

/* section05 */
.section_05 .contents {
  width: 400px;
  height: 260px;
}

.section_05 .frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 55%;
  left: 50%;
  margin: auto;
  width: 180px;
  height: 92px;
}

@media screen and (max-width:799px) {
  .section_05 .contents {
    position: absolute;
    left: 45px;
    right: auto;
    width: 250px;
    height: 200px;
  }
  .section_05 .contents-center .title {
    text-align: right;
  }
  .section_05 .contents-center .point {
    text-align: right;
  }
  .section_05 .contents-center .text {
    text-align: left;
  }
  .section_05 .contents-center .point:after {
    display: none;
  }
  .section_05 .contents-center .point:before {
    width: 80%;
    right: 25%;
  }
  .section_05 .frame {
    position: absolute;
    top: 50%;
    right: 25%;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 140px;
    height: 71px;
  }
}

/* section06 */
.section_06 .contents {
  position: absolute;
  width: 580px;
  bottom: 150px;
}

@media screen and (max-width:799px) {
  .section_06 .contents {
    position: absolute;
    width: 250px;
    right: 0;
    bottom: 150px;
  }
  .section_06 .contents-left .title {
    text-align: left;
  }
  .section_06 .contents-left .point {
    text-align: left;
  }
  .section_06 .contents-left .point:before {
    right: -55px;
  }
}

/* section07 */
.section_07 .contents {
  position: absolute;
  width: 580px;
  bottom: 190px;
}

@media screen and (max-width:799px) {
  .section_07 .contents {
    width: 250px;
    bottom: 20px;
    left: 45px;
  }
  .section_07 .section_inner .title {
    text-align: right;
  }
  .section_07 .contents-right .point {
    text-align: right;
  }
  .section_07 .contents-right .point:before {
    left: -55px;
  }
}

/* section08 */
.section_08 .contents {
  position: relative;
  top: 40px;
  width: 500px;
  bottom: 190px;
}

.section_08 .frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 35%;
  margin: auto;
  width: 185px;
  height: 194px;
}

@media screen and (max-width:799px) {
  .section_08 .contents {
    position: absolute;
    top: 180px;
    right: 0;
    width: 250px;
    bottom: auto;
  }
  .section_08 .contents-left .title {
    text-align: left;
  }
  .section_08 .contents-left .point {
    text-align: left;
  }
  .section_08 .contents-left .point:before {
    right: -55px;
  }
  .section_08 .frame {
    position: absolute;
    top: 30%;
    right: 20%;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 135px;
    height: 141px;
  }
}

/* section09 */
.section_09 .contents {
  position: absolute;
  width: 420px;
  height: 140px;
  bottom: 120px;
}

.section_09 .description {
  position: absolute;
  top: 60px;
  right: 50px;
  width: 600px;
  color: #fff;
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 5px;
}

@media screen and (max-width:799px) {
  .section_09 .contents {
    width: 250px;
    height: 100px;
    right: auto;
    left: 45px;
    bottom: 50px;
  }
  .section_09 .description {
    width: 100%;
    top: 30px;
    right: auto;
    left: 80px;
    font-size: 15px;
    line-height: 23px;
  }
  .section_09 .description .medium {
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .section_09 .description .large {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .section_09 .contents-right .point {
    text-align: right;
  }
  .section_09 .contents-right .point:before {
    left: -55px;
  }
}

/* section10 */
.section_10 {
  background-position: top center;
}

.section_10 .contents {
  position: absolute;
  width: 420px;
  height: 140px;
  bottom: 120px;
}

.section_10 .description {
  position: absolute;
  top: 200px;
  left: 50px;
  color: #fff;
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 5px;
}



.section_10 .frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 25%;
  left: 70%;
  margin: auto;
  width: 200px;
  height: 100px;
}

@media screen and (max-width:799px) {
  .section_10 .contents {
    width: 250px;
    height: 100px;
    right: auto;
    left: 45px;
    bottom: 50px;
  }
  .section_10 .description {
    width: 100%;
    top: 100px;
    left: 70px;
    font-size: 15px;
    line-height: 24px;
  }
  .section_10 .description .medium {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .section_10 .description .large {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .section_10 .description .desc_frame {
    display: inline-block;
    width: 115px;
    height: 102px;
    margin: 10px;
  }

  .section_10 .description .desc_word {
    position: relative;
    top: -20px;
  }
  .section_10 .contents-right .point {
    text-align: right;
  }
  .section_10 .contents-right .point:before {
    left: -55px;
  }
  .section_10 .frame {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 25%;
    left: 30%;
    margin: auto;
    width: 160px;
    height: 80px;
  }
}

/* section11 */
.section_11 {
  background-position: top center;
}

.section_11 .contents {
  position: absolute;
  width: 420px;
  height: 140px;
  bottom: 120px;
}

.section_11 .description {
  position: absolute;
  top: 60px;
  right: 0;
  width: 400px;
  color: #fff;
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 5px;
  text-align: left;
}

.section_11 .frame {
  position: absolute;
  top: 0;
  right: 70%;
  bottom: 70%;
  left: 0;
  margin: auto;
  width: 250px;
  height: 120px;
}

@media screen and (max-width:799px) {
  .section_11 .contents {
    width: 250px;
    height: 100px;
    right: auto;
    left: 45px;
    bottom: 50px;
  }
  .section_11 .description {
    width: 100%;
    top: auto;
    bottom: 160px;
    left: 70px;
    font-size: 15px;
    line-height: 24px;
  }
  .section_11 .description .medium {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .section_11 .description .large {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .section_11 .contents-right .point {
    text-align: right;
  }
  .section_11 .contents-right .point:before {
    left: -55px;
  }
  .section_11 .frame {
    position: absolute;
    top: 50px;
    right: 20%;
    bottom: 70%;
    left: 0;
    margin: auto;
    width: 190px;
    height: 90px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

/* section12 */
.section_12 .contents {
  position: absolute;
  width: 540px;
  height: 200px;
}

@media screen and (max-width:799px) {
  .section_12 .contents {
    width: 250px;
    height: 200px;
    right: 0;
    left: auto;
  }
  .section_12 .contents-center .point, .section_12 .contents-center .title, .section_12 .contents-center .text {
    text-align: left;
  }
  .section_12 .contents-center .point:after {
    display: none;
  }
  .section_12 .contents-center .point:before {
    width: 80%;
    left: 25%;
  }
}

/* section13 */
.section_13 .contents {
  position: absolute;
  width: 600px;
  height: 240px;
  bottom: 140px;
}

@media screen and (max-width:799px) {
  .section_13 .contents {
    width: 250px;
    height: 230px;
    left: 45px;
    bottom: 0;
  }
  .section_13 .contents-left .title {
    text-align: right;
  }
  .section_13 .contents-left .point {
    text-align: right;
  }
}

/* section14 */
.section_14 .contents {
  position: absolute;
  width: 500px;
  height: 220px;
  top: 40px;
}

@media screen and (max-width:799px) {
  .section_14 .contents {
    width: 250px;
    height: 220px;
    top: 80px;
  }
  .section_14 .contents-right .point {
    left: 0;
  }
  .section_14 .contents-right .point:before {
    left: 55px;
  }
}

/* section15 */
.section_15 .contents {
  position: absolute;
  width: 470px;
  height: 220px;
  bottom: 140px;
}

@media screen and (max-width:799px) {
  .section_15 .contents {
    width: 250px;
    height: 200px;
    bottom: 40px;
    left: 45px;
  }
}
