/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily*/
/*@mixin font-lato {
	font-family: 'Lato', sans-serif;
}
@mixin font-lato-700 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}*/
/*@mixin font-montserrat {
	font-family: 'Montserrat', sans-serif;
}*/
/*
	#index.css
*/
/* Sec-Head
****************************************************************************/
.sec-head .title {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 165px; }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    .sec-head .title {
      width: 260px; } }
  @media only screen and (min-width: 981px) {
    .sec-head .title {
      padding-top: 50px;
      margin-top: 30px;
      width: 329px; } }

.sec-head .head-container {
  background: #fff;
  position: relative;
  border-top: 3px solid #303030;
  border-bottom: 3px solid #303030;
  padding: 6px 0;
  height: 450px; }
  .sec-head .head-container .copy1 {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    color: #7f4e1b;
    text-align: center;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: -28px 15px 0 15px;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 980px) {
      .sec-head .head-container .copy1 {
        width: 215px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../vol2/img/head_copy1_sp.png) no-repeat;
        background-size: 215px 17px;
        height: 20px; } }
  .sec-head .head-container .copy2 {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    width: 190px;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background: url(../../vol2/img/head_copy2_sp.png) no-repeat;
    background-size: 190px auto; }
  .sec-head .head-container ul {
    padding-top: 30px; }
    .sec-head .head-container ul li {
      margin-top: 50px;
      position: absolute;
      display: none;
      background-size: cover;
      background-position: center center;
      height: 180px;
      width: 100%; }
    .sec-head .head-container ul .v1 {
      background-image: url(../../vol2/img/head_vis_p01.jpg); }
    .sec-head .head-container ul .v2 {
      background-image: url(../../vol2/img/head_vis_p02.jpg); }
    .sec-head .head-container ul .v3 {
      background-image: url(../../vol2/img/head_vis_p03.jpg); }
  @media only screen and (max-width: 980px) {
    .sec-head .head-container {
      height: auto;
      border: none; }
      .sec-head .head-container ul {
        padding: 0; }
        .sec-head .head-container ul li {
          padding: 0;
          margin: 0;
          border-top: 2px solid #303030;
          border-bottom: 2px solid #303030; }
      .sec-head .head-container ul .v1 {
        background-image: url(../../vol2/img/head_vis_p01_sp.jpg); }
      .sec-head .head-container ul .v2 {
        background-image: url(../../vol2/img/head_vis_p02_sp.jpg); }
      .sec-head .head-container ul .v3 {
        background-image: url(../../vol2/img/head_vis_p03_sp.jpg); } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .sec-head .head-container {
      height: 315px; }
      .sec-head .head-container ul li {
        padding: 0;
        margin: 0;
        height: 230px; }
      .sec-head .head-container .copy1 {
        margin-top: 0; }
      .sec-head .head-container .copy2 {
        margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    .sec-head .head-container {
      /*.copy-container {
				position: absolute;
				right: 22px;
				top: 23px;

				.copy1 {
					@include hide-text;
					margin: 0;
					background: url(../../vol2/img/head_vis_title.png) no-repeat;
					width: 73px;
					height: 345px;
				}

			}*/ }
      .sec-head .head-container ul {
        height: 400px; }
        .sec-head .head-container ul li {
          height: 382px; }
      .sec-head .head-container .copy1 {
        margin-top: 10px;
        width: 250px;
        background-size: 250px auto; }
      .sec-head .head-container .copy2 {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 230px;
        height: 40px;
        background-size: 230px auto; } }
  @media only screen and (min-width: 981px) {
    .sec-head .head-container ul {
      padding-top: 0; }
      .sec-head .head-container ul li {
        margin: 0;
        height: 432px; }
    .sec-head .head-container .copy-container {
      position: absolute;
      right: 22px;
      top: 23px; }
      .sec-head .head-container .copy-container .copy1 {
        text-indent: 110%;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        background: url(../../vol2/img/head_vis_title.png) no-repeat;
        width: 73px;
        height: 345px; }
      .sec-head .head-container .copy-container .copy2 {
        display: none; } }

/* Sec01
****************************************************************************/
.sec01 {
  background: url(../../vol2/img/sec01_bg1.png) center top; }
  .sec01 .inner {
    background: url(../../vol2/img/sec01_bg2.png) center top;
    border-bottom: 3px solid #fff; }
  @media only screen and (max-width: 980px) {
    .sec01 .inner {
      padding-top: 30px; }
    .sec01 .comic-list {
      padding-bottom: 50px; }
      .sec01 .comic-list .koma {
        text-align: center;
        margin-bottom: 10px;
        padding: 15px; }
        .sec01 .comic-list .koma img {
          width: 100%;
          max-width: 320px; }
      .sec01 .comic-list .koma:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
      .sec01 .comic-list .koma2 {
        margin-left: -30px; }
      .sec01 .comic-list .koma3 {
        margin-top: -60px;
        margin-left: 0px; }
      .sec01 .comic-list .koma4 {
        text-align: center;
        margin-right: -60px; }
        .sec01 .comic-list .koma4 img {
          width: 300px; }
      .sec01 .comic-list .koma5 {
        text-align: center; }
        .sec01 .comic-list .koma5 img {
          width: 260px;
          margin-right: -40px; }
      .sec01 .comic-list .koma6 {
        text-align: right; }
        .sec01 .comic-list .koma6 img {
          width: 250px; }
      .sec01 .comic-list .koma7 {
        text-align: center;
        margin-left: -50px; }
        .sec01 .comic-list .koma7 img {
          width: 260px; } }
  @media only screen and (min-width: 981px) {
    .sec01 {
      margin-top: -116px; }
      .sec01 .inner {
        padding-top: 178px;
        height: 1905px; }
      .sec01 .comic-list {
        height: 1572px;
        position: relative;
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        background: url(../../vol2/img/sec01_route.png) no-repeat left 175px top 305px; }
        .sec01 .comic-list .koma {
          position: absolute;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-transition-duration: 0.6s;
                  transition-duration: 0.6s;
          -webkit-transform: translateY(40px);
                  transform: translateY(40px); }
          .sec01 .comic-list .koma.scroll-in {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
          .sec01 .comic-list .koma.scroll-in-zoom {
            -webkit-animation: zoom-anime 1.3s;
                    animation: zoom-anime 1.3s;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
    @-webkit-keyframes zoom-anime {
      0% {
        -webkit-transform: scale(0);
                transform: scale(0); }
      20% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      40% {
        -webkit-transform: scale(0.7);
                transform: scale(0.7); }
      60% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      80% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1); } }
    @keyframes zoom-anime {
      0% {
        -webkit-transform: scale(0);
                transform: scale(0); }
      20% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      40% {
        -webkit-transform: scale(0.7);
                transform: scale(0.7); }
      60% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      80% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1); } }
        .sec01 .comic-list .koma1 {
          top: 32px;
          right: 20px; }
          .sec01 .comic-list .koma1 img {
            width: 389px; }
        .sec01 .comic-list .koma2 {
          top: 286px;
          left: 20px; }
          .sec01 .comic-list .koma2 img {
            width: 483px; }
        .sec01 .comic-list .koma3 {
          top: 500px;
          right: 0; }
          .sec01 .comic-list .koma3 img {
            width: 356px; }
        .sec01 .comic-list .koma4 {
          top: 850px;
          right: 130px; }
          .sec01 .comic-list .koma4 img {
            width: 341px; }
        .sec01 .comic-list .koma5 {
          top: 900px;
          left: 55px; }
          .sec01 .comic-list .koma5 img {
            width: 294px; }
        .sec01 .comic-list .koma6 {
          top: 1144px;
          right: 13px; }
          .sec01 .comic-list .koma6 img {
            width: 360px; }
        .sec01 .comic-list .koma7 {
          top: 1310px;
          left: 210px; }
          .sec01 .comic-list .koma7 img {
            width: 459px; } }

/* Sec02
****************************************************************************/
.sec02 {
  position: relative; }
  .sec02:before {
    position: absolute;
    top: -200px;
    width: 100%;
    height: 200px;
    content: "";
    background: url(../../vol1/img/sec02_haed_mask.png) repeat-x center bottom;
    background-size: auto; }
  .sec02 .sec-head {
    padding-top: 10px;
    position: relative; }
    .sec02 .sec-head .title {
      position: relative;
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      width: 280px;
      height: 200px;
      right: -20px;
      background: url(../../vol2/img/sec02_title_p01.png) no-repeat center top;
      background-size: contain; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .sec02 .sec-head .title {
        width: auto;
        right: 0;
        margin: 0 10px;
        background: url(../../vol2/img/sec02_title_p01_sp.png) no-repeat center top;
        background-size: contain; } }
    @media only screen and (max-width: 980px) {
      .sec02 .sec-head {
        padding-top: 0; } }
    @media only screen and (min-width: 981px) {
      .sec02 .sec-head {
        width: 980px;
        margin-left: auto;
        margin-right: auto; }
        .sec02 .sec-head .title {
          width: 459px;
          height: 326px;
          position: relative;
          overflow: visible;
          background-size: auto;
          right: -32px;
          top: -30px; }
          .sec02 .sec-head .title:before, .sec02 .sec-head .title:after {
            position: absolute;
            content: ""; }
          .sec02 .sec-head .title:before {
            width: 340px;
            height: 110px;
            top: 138px;
            left: -320px;
            background: url(../../vol2/img/sec02_title_p02.png) no-repeat center top; }
          .sec02 .sec-head .title:after {
            top: 134px;
            right: -310px;
            width: 353px;
            height: 121px;
            background: url(../../vol2/img/sec02_title_p03.png) no-repeat center top; } }
  .sec02 .list-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../../vol2/img/bg_pattern1.png); }
    .sec02 .list-container .vis {
      margin-left: auto;
      margin-right: auto;
      background: url(../../vol2/img/sec02_bg.jpg) no-repeat center center;
      background-size: cover;
      height: 220px; }
    .sec02 .list-container hr {
      border: none;
      background: url(../../vol2/img/sec02_list_line01.png) no-repeat center top;
      height: 5px; }
    .sec02 .list-container .btn-detail {
      width: 100%;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 981px) {
        .sec02 .list-container .btn-detail {
          width: 794px; } }
    .sec02 .list-container .btn-detail a {
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      height: 70px;
      background: url(../../vol2/img/sec02_list_btn_detail_sp.png) no-repeat center top;
      background-size: 100% auto;
      /*img {
				width: 100%;
			}*/ }
      @media only screen and (min-width: 981px) {
        .sec02 .list-container .btn-detail a {
          width: 794px;
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          height: 98px;
          background-image: url(../../vol2/img/sec02_list_btn_detail.png);
          background-size: 794px 98px; }
          .sec02 .list-container .btn-detail a:hover {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }
    .sec02 .list-container .btn-download a {
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      width: 238px;
      height: 49px;
      background: url(../../vol2/img/sec02_btn_download.png) no-repeat center top;
      background-size: contain; }
      @media only screen and (min-width: 981px) {
        .sec02 .list-container .btn-download a {
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s; }
          .sec02 .list-container .btn-download a:hover {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }
    @media only screen and (max-width: 980px) {
      .sec02 .list-container .btn-download a {
        background-image: url(../../vol2/img/sec02_btn_download.png); } }
    @media only screen and (min-width: 981px) {
      .sec02 .list-container {
        background-size: auto;
        padding-top: 40px;
        padding-bottom: 80px; }
        .sec02 .list-container hr {
          margin-top: -50px; }
        .sec02 .list-container .vis {
          width: 100%;
          height: 530px; }
        .sec02 .list-container .btn-detail {
          margin-top: 40px;
          width: 796px; } }
    .sec02 .list-container .list-wrapper {
      padding: 15px 15px 20px 15px;
      border: 2px solid #333;
      background: #fff;
      margin: 15px; }
      .sec02 .list-container .list-wrapper .list-tit .box-l {
        display: none; }
      .sec02 .list-container .list-wrapper .list-tit .box-r {
        width: 280px;
        padding-top: 10px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; }
        .sec02 .list-container .list-wrapper .list-tit .box-r img {
          width: 100%; }
      .sec02 .list-container .list-wrapper .tit-hex .pict1, .sec02 .list-container .list-wrapper .tit-hex .pict2 {
        display: none; }
      .sec02 .list-container .list-wrapper .pro-list {
        width: 100%;
        margin-bottom: 30px; }
        .sec02 .list-container .list-wrapper .pro-list li {
          width: 238px;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          margin-bottom: 40px; }
          .sec02 .list-container .list-wrapper .pro-list li .img {
            text-align: center;
            margin-bottom: 20px; }
          .sec02 .list-container .list-wrapper .pro-list li .btn-zoom {
            position: absolute;
            right: -10px;
            top: -10px;
            width: 48px;
            height: 48px; }
            .sec02 .list-container .list-wrapper .pro-list li .btn-zoom img {
              width: 100%; }
            @media only screen and (min-width: 981px) {
              .sec02 .list-container .list-wrapper .pro-list li .btn-zoom {
                -webkit-transition-duration: 0.2s;
                        transition-duration: 0.2s; }
                .sec02 .list-container .list-wrapper .pro-list li .btn-zoom:hover {
                  opacity: 0.5;
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }
      @media only screen and (min-width: 981px) {
        .sec02 .list-container .list-wrapper {
          margin-top: -110px;
          padding: 15px 15px 85px 15px;
          width: 980px;
          margin-left: auto;
          margin-right: auto;
          background: url(../../vol2/img/sec02_list_head_bg.jpg) no-repeat left top #fff; }
          .sec02 .list-container .list-wrapper .list-tit {
            width: 754px;
            margin-top: -60px;
            margin-left: 60px; }
            .sec02 .list-container .list-wrapper .list-tit:after {
              content: "";
              clear: both;
              display: block; }
            .sec02 .list-container .list-wrapper .list-tit .box-l {
              display: block;
              width: 338px;
              float: left;
              padding-left: 40px; }
            .sec02 .list-container .list-wrapper .list-tit .box-r {
              float: right;
              width: 396px;
              padding: 130px 0 0 0;
              margin: 0;
              margin-left: auto;
              margin-right: auto; }
              .sec02 .list-container .list-wrapper .list-tit .box-r img {
                width: auto; }
          .sec02 .list-container .list-wrapper .tit-hex {
            width: 826px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px; }
            .sec02 .list-container .list-wrapper .tit-hex .pict1, .sec02 .list-container .list-wrapper .tit-hex .pict2 {
              position: absolute;
              display: block;
              z-index: 2; }
            .sec02 .list-container .list-wrapper .tit-hex .pict1 {
              top: -126px;
              right: -144px; }
            .sec02 .list-container .list-wrapper .tit-hex .pict2 {
              top: -126px;
              left: -144px; }
          .sec02 .list-container .list-wrapper .pro-list {
            margin-left: auto;
            margin-right: auto;
            width: 796px;
            margin-bottom: 80px; }
            .sec02 .list-container .list-wrapper .pro-list:after {
              content: "";
              clear: both;
              display: block; }
            .sec02 .list-container .list-wrapper .pro-list li {
              float: left;
              height: 290px;
              margin-right: 30px; }
              .sec02 .list-container .list-wrapper .pro-list li:nth-child(3n) {
                margin-right: 0; }
            .sec02 .list-container .list-wrapper .pro-list .hrz .img {
              padding: 33px 0; } }

/* Sec03
****************************************************************************/
.sec03 {
  padding-top: 60px; }
  .sec03 .title {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 120px;
    background: url(../../vol2/img/sec03_head_tit.png) no-repeat center top;
    background-size: contain; }
  .sec03 .pickup-list .com-btn-detail {
    width: 260px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 981px) {
    .sec03 .title {
      width: 363px;
      height: 141px;
      margin-bottom: 30px; }
    .sec03 .pickup-list .com-btn-detail {
      width: 300px; } }

/* Sec04
****************************************************************************/
.sec04 {
  background: url(../../vol2/img/bg_pattern1.png); }
  .sec04 .vis {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../../vol2/img/sec03_bg.jpg) no-repeat center center #f2f1f6;
    background-size: contain;
    height: 162px; }
  .sec04 .sec-head {
    width: 280px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (max-width: 980px) {
    .sec04 {
      padding-bottom: 20px; }
      .sec04 .vis {
        background-size: cover; }
      .sec04 .sec-head {
        margin-top: -70px;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
        margin-bottom: -32px; }
        .sec04 .sec-head img {
          width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    .sec04 .vis {
      height: 280px; } }
  @media only screen and (min-width: 981px) {
    .sec04 {
      background-size: 100%;
      margin-top: 60px;
      padding-bottom: 80px; }
      .sec04 .vis {
        height: 530px;
        background-size: cover; }
      .sec04 .sec-head {
        width: 431px;
        margin-top: -130px; } }
  @media only screen and (min-width: 1700px) {
    .sec04 .vis {
      background-size: contain; } }
  .sec04 .sample-container {
    border: 2px solid #333;
    background: #fff;
    margin: 0 15px; }
    .sec04 .sample-container p {
      font-size: 20.8px;
      font-size: 1.3rem;
      font-weight: bold; }
    .sec04 .sample-container .sample-wrapper {
      margin: 0 15px; }
      .sec04 .sample-container .sample-wrapper .samp-img {
        display: inline-block;
        width: 100%; }
      .sec04 .sample-container .sample-wrapper .samp-img2 {
        display: inline-block;
        width: 100%; }
    .sec04 .sample-container .btn-download {
      text-align: center; }
    @media only screen and (max-width: 980px) {
      .sec04 .sample-container .sample-head {
        padding: 30px 20px;
        margin-top: 12px; }
        .sec04 .sample-container .sample-head img {
          width: 100%; }
        .sec04 .sample-container .sample-head p {
          margin-top: 12px; }
      .sec04 .sample-container .btn-download a {
        display: block;
        text-indent: 110%;
        white-space: nowrap;
        overflow: hidden;
        margin: 20px auto;
        width: 260px;
        height: 50px;
        text-align: center;
        background: url(img/list_btn_sp.gif) no-repeat center top;
        background-size: contain; } }
    @media only screen and (min-width: 768px) and (max-width: 980px) {
      .sec04 .sample-container .sample-head {
        text-align: center; }
        .sec04 .sample-container .sample-head img {
          width: 300px; }
      .sec04 .sample-container .btn-download a {
        display: block;
        width: 300px;
        height: 50px; } }
    @media only screen and (min-width: 981px) {
      .sec04 .sample-container {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -70px; }
        .sec04 .sample-container p {
          font-size: 1.6rem; }
        .sec04 .sample-container .sample-head {
          width: 902px;
          height: 335px;
          margin-bottom: 60px;
          padding-top: 50px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 80px;
          background: url(../../vol2/img/sec04_p02.png) no-repeat right top; }
          .sec04 .sample-container .sample-head p {
            margin-top: 20px;
            padding-left: 30px; }
        .sec04 .sample-container .sample-wrapper {
          width: 826px;
          margin-left: auto;
          margin-right: auto; }
          .sec04 .sample-container .sample-wrapper .samp-img {
            width: auto; }
          .sec04 .sample-container .sample-wrapper .samp-img2 {
            margin-left: -20px;
            width: auto;
            display: inline-block; }
        .sec04 .sample-container .btn-download {
          margin: 40px 0 60px 0; }
          .sec04 .sample-container .btn-download a {
            text-indent: 110%;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            background: url(../../vol2/img/sec04_btn_download.png) no-repeat center top;
            background-size: contain;
            width: 420px;
            height: 60px;
            margin-left: auto;
            margin-right: auto;
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s; }
            .sec04 .sample-container .btn-download a:hover {
              opacity: 0.5;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }

/* Sec05
****************************************************************************/
.sec05 {
  padding-top: 60px; }
  .sec05 .title {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 120px;
    background: url(../../vol2/img/sec05_head_tit.png) no-repeat center top;
    background-size: contain; }
  .sec05 .pickup-list .com-btn-detail {
    width: 260px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 981px) {
    .sec05 .title {
      width: 382px;
      height: 137px;
      margin-bottom: 30px; }
    .sec05 .pickup-list .com-btn-detail {
      width: 300px; } }

/* Sec06
****************************************************************************/
.sec06 {
  padding-top: 40px;
  padding-bottom: 40px; }
  .sec06 .title {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 78px;
    margin-bottom: 20px;
    background: url(../../vol2/img/sec06_head_tit.png) no-repeat center top;
    background-size: contain; }
  .sec06 .rec-container {
    border: 5px solid #333;
    margin: 0 15px;
    padding: 10px; }
    .sec06 .rec-container .rec-tit {
      text-align: center;
      position: relative;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1em;
      margin-top: 80px;
      margin-bottom: 20px; }
      .sec06 .rec-container .rec-tit .num {
        position: absolute;
        margin-top: -78px;
        left: calc(50% - 30px); }
        .sec06 .rec-container .rec-tit .num img {
          width: 75px; }
    .sec06 .rec-container div > img {
      width: 100%; }
    .sec06 .rec-container .copy {
      font-size: 20.8px;
      font-size: 1.3rem;
      line-height: 1.7em;
      margin-bottom: 12px; }
    .sec06 .rec-container .spec {
      font-size: 17.6px;
      font-size: 1.1rem;
      line-height: 1.7em;
      margin-bottom: 20px; }
    .sec06 .rec-container .pro-name {
      text-align: center;
      font-size: 25.6px;
      font-size: 1.6rem;
      font-weight: bold;
      margin: 20px 0;
      line-height: 1em; }
      .sec06 .rec-container .pro-name span {
        font-size: 17.6px;
        font-size: 1.1rem; }
    .sec06 .rec-container .box-l {
      margin-top: 55px;
      margin-bottom: 120px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .sec06 .rec-container {
      border: none;
      padding: 0; }
      .sec06 .rec-container .rec-tit {
        margin-top: 30px; }
        .sec06 .rec-container .rec-tit .num {
          margin-top: -85px; }
      .sec06 .rec-container .box-l {
        margin-bottom: 70px; }
    .sec06 .box-l, .sec06 .box-r {
      border: 5px solid #333;
      padding: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    .sec06 .title {
      width: 420px;
      height: 80px;
      margin-bottom: 50px;
      margin-left: calc(50% - 230px); }
    .sec06 .rec-container {
      margin: 0 15px;
      padding: 0; }
      .sec06 .rec-container:after {
        content: "";
        clear: both;
        display: block; }
      .sec06 .rec-container .rec-tit {
        font-size: 1.6rem;
        margin-top: 0;
        margin-bottom: 20px; }
        .sec06 .rec-container .rec-tit .num {
          margin-top: -105px;
          left: calc(50% - 20px); }
      .sec06 .rec-container .copy {
        font-size: 1.5rem; }
      .sec06 .rec-container .spec {
        font-size: 1.25rem;
        height: 110px;
        margin-bottom: 0; }
      .sec06 .rec-container .pro-name {
        font-size: 2.0rem;
        margin: 30px 0; }
        .sec06 .rec-container .pro-name span {
          font-size: 1.3rem; }
      .sec06 .rec-container .com-btn-detail {
        width: 300px;
        margin-left: auto;
        margin-right: auto; }
      .sec06 .rec-container .box-l {
        width: 50%;
        float: left;
        padding: 60px 15px;
        border-right: 2px solid #ccc;
        margin-top: 0;
        margin-bottom: 0; }
      .sec06 .rec-container .box-r {
        width: 50%;
        float: right;
        padding: 60px 15px; } }
  @media only screen and (min-width: 981px) {
    .sec06 {
      padding-top: 60px;
      padding-bottom: 90px; }
      .sec06 .title {
        width: 431px;
        height: 109px;
        margin-bottom: 40px;
        margin-left: calc(50% - 245px); }
      .sec06 .rec-container {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        border: 6px solid #333;
        padding: 0; }
        .sec06 .rec-container:after {
          content: "";
          clear: both;
          display: block; }
        .sec06 .rec-container .rec-tit {
          font-size: 1.8rem;
          margin-top: 0;
          margin-bottom: 30px; }
          .sec06 .rec-container .rec-tit .num {
            margin-top: -105px;
            left: calc(50% - 20px); }
        .sec06 .rec-container .copy {
          font-size: 1.5rem; }
        .sec06 .rec-container .spec {
          font-size: 1.25rem;
          height: 110px;
          margin-bottom: 0; }
        .sec06 .rec-container .pro-name {
          font-size: 2.0rem;
          margin: 30px 0; }
          .sec06 .rec-container .pro-name span {
            font-size: 1.3rem; }
        .sec06 .rec-container .com-btn-detail {
          width: 300px;
          margin-left: auto;
          margin-right: auto; }
        .sec06 .rec-container .box-l {
          width: 50%;
          float: left;
          margin-top: 0;
          padding: 60px 30px;
          border-right: 2px solid #ccc;
          margin-bottom: 0; }
        .sec06 .rec-container .box-r {
          width: 50%;
          float: right;
          padding: 60px 30px; } }

/* Sec07
****************************************************************************/
.sec07 {
  background: #eaf8f2;
  padding: 40px 0; }
  @media only screen and (min-width: 981px) {
    .sec07 {
      padding: 90px 0 140px 0; } }
  .sec07 .sec-head {
    margin-bottom: 30px; }
    .sec07 .sec-head .tit {
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      width: 280px;
      height: 70px;
      background: url(../../vol2/img/sec07_tit.png) no-repeat center top;
      background-size: 100% auto; }
    .sec07 .sec-head .point-list {
      text-align: center; }
      .sec07 .sec-head .point-list li {
        display: inline-block;
        margin: 0 15px 10px 15px;
        width: 290px; }
        .sec07 .sec-head .point-list li img {
          width: 100%; }
    @media only screen and (min-width: 981px) {
      .sec07 .sec-head {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 38px; }
        .sec07 .sec-head .tit {
          width: 492px;
          height: 89px;
          margin-bottom: 38px; }
        .sec07 .sec-head .point-list:after {
          content: "";
          clear: both;
          display: block; }
        .sec07 .sec-head .point-list li {
          width: auto;
          margin: auto;
          float: left;
          margin-right: 24px; }
          .sec07 .sec-head .point-list li img {
            width: auto; }
        .sec07 .sec-head .point-list li:last-child {
          margin-right: 0; } }
  .sec07 .making-container {
    margin: 15px;
    background: #fff; }
    .sec07 .making-container .s-tit {
      margin-bottom: 10px;
      padding: 10px; }
      .sec07 .making-container .s-tit img {
        width: 100%; }
    .sec07 .making-container p {
      padding: 0 20px 10px 20px; }
    .sec07 .making-container p {
      font-size: 20.8px;
      font-size: 1.3rem;
      line-height: 1.7em;
      margin-bottom: 10px; }
    .sec07 .making-container .read {
      margin-bottom: 20px; }
    .sec07 .making-container .step-list li {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
      .sec07 .making-container .step-list li img {
        width: 100%; }
    @media only screen and (max-width: 980px) {
      .sec07 .making-container {
        padding: 10px; }
        .sec07 .making-container .s-tit {
          padding-top: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 980px) {
      .sec07 .making-container .s-tit {
        width: 300px;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 981px) {
      .sec07 .making-container {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        padding: 60px 45px 60px 45px;
        background: url(../../vol2/img/sec07_bg.jpg) no-repeat left bottom #fff; }
        .sec07 .making-container:after {
          content: "";
          clear: both;
          display: block; }
        .sec07 .making-container p {
          width: 350px;
          margin-left: auto;
          margin-right: auto;
          padding: 0;
          font-size: 1.5rem;
          margin-bottom: 0; }
        .sec07 .making-container .read {
          height: 90px; }
          .sec07 .making-container .read a {
            font-size: 1.25rem; }
        .sec07 .making-container .s-tit {
          margin-bottom: 20px;
          padding: 0; }
          .sec07 .making-container .s-tit img {
            width: 100%; }
        .sec07 .making-container .step-list {
          width: 350px; }
          .sec07 .making-container .step-list li {
            width: 100%;
            position: relative;
            padding-bottom: 40px; }
            .sec07 .making-container .step-list li p {
              margin-bottom: 15px;
              margin-left: auto;
              margin-right: auto;
              margin-left: 30px; }
            .sec07 .making-container .step-list li:after {
              position: absolute;
              left: 25px;
              content: "";
              width: 100%;
              height: 18px;
              background: url(../../vol2/img/sec07_arrow.jpg) no-repeat center top; }
            .sec07 .making-container .step-list li img {
              width: auto; }
          .sec07 .making-container .step-list li:last-child:after {
            display: none; }
        .sec07 .making-container .box-l, .sec07 .making-container .box-r {
          width: 50%; }
        .sec07 .making-container .box-l {
          float: left;
          padding-right: 45px; }
        .sec07 .making-container .box-r {
          background: url(../../vol2/img/sec07_line1.png) repeat-y left top;
          float: right;
          padding-left: 45px; }
          .sec07 .making-container .box-r .step-list {
            padding-bottom: 0; }
            .sec07 .making-container .box-r .step-list li:last-child {
              padding-bottom: 0; } }
  .sec07 .btn-download {
    margin: 0 15px; }
    .sec07 .btn-download a {
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      display: block;
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .sec07 .btn-download a {
          width: 290px;
          height: 80px;
          background-image: url(../../vol2/img/sec07_btn_download_sp.png); } }
      @media only screen and (min-width: 981px) {
        .sec07 .btn-download a {
          background-image: url(../../vol2/img/sec07_btn_download.png);
          width: 794px;
          height: 85px;
          margin-top: 56px;
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          margin-left: auto;
          margin-right: auto; }
          .sec07 .btn-download a:hover {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }

/* Com Elements
****************************************************************************/
.tit-hex {
  position: relative;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  background: #f3e5c6;
  height: 50px;
  margin: 0 24px 20px 24px;
  text-align: center; }
  .tit-hex span {
    display: inline-block;
    padding-top: 15px;
    line-height: 1em; }
    .tit-hex span img {
      height: 16px;
      vertical-align: top; }
  .tit-hex:before, .tit-hex:after {
    content: "";
    position: absolute;
    top: -2px;
    width: 24px;
    height: 50px; }
  .tit-hex:before {
    background: url(../../vol2/img/tit_hex_left.png) no-repeat left top;
    left: -24px; }
  .tit-hex:after {
    background: url(../../vol2/img/tit_hex_right.png) no-repeat left top;
    right: -24px; }

.com-btn-detail a {
  border: 2px solid #333;
  display: block;
  padding: 15px 0;
  text-align: center;
  line-height: 1em; }
  .com-btn-detail a span {
    display: inline-block;
    padding-left: 18px;
    background: url(img/arrow_a.png) no-repeat left center;
    background-size: 12px 12px; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .com-btn-detail a {
    padding: 12px 0; }
  .com-btn-detail a span {
    font-size: 1.3rem; } }

@media only screen and (min-width: 981px) {
  .com-btn-detail a {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    padding: 18px; }
    .com-btn-detail a:hover {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }

.pickup-list li {
  margin-left: auto;
  margin-right: auto; }

.pickup-list p {
  width: 290px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.pickup-list .s-tit {
  width: 311px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .pickup-list .s-tit img {
    width: 100%; }

.pickup-list .copy1 {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.7em; }

.pickup-list .pro-name {
  height: 70px;
  font-size: 25.6px;
  font-size: 1.6rem; }
  .pickup-list .pro-name span {
    font-size: 17.6px;
    font-size: 1.1rem; }

.pickup-list .com-btn-detail {
  margin-bottom: 40px; }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .pickup-list p {
    width: 400px; } }

@media only screen and (min-width: 981px) {
  .pickup-list {
    width: 980px;
    margin-left: auto;
    margin-right: auto; }
    .pickup-list:after {
      content: "";
      clear: both;
      display: block; }
    .pickup-list li {
      float: left;
      width: 312px;
      margin-right: 22px; }
    .pickup-list li:nth-child(3n) {
      margin-right: 0; }
    .pickup-list .copy1 {
      font-size: 1.6rem; }
    .pickup-list .pro-name {
      font-size: 1.5rem; }
      .pickup-list .pro-name span {
        font-size: 1.25rem; } }

#modal-container {
  display: none;
  position: fixed;
  background: url(../../vol2/img/bg_pattern1.png);
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh; }
  #modal-container .inner {
    position: relative;
    margin: 80px auto;
    max-width: 416px; }
  #modal-container .head {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    width: 411px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    background: url(img/modal_vol2_head.png) no-repeat center center;
    background-size: contain; }
  #modal-container .modal-main {
    margin: 15px 0;
    width: 416px;
    height: 416px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  #modal-container .btn-prev, #modal-container .btn-next {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    background-size: content;
    background-repeat: no-repeat;
    cursor: pointer; }
    @media only screen and (min-width: 981px) {
      #modal-container .btn-prev, #modal-container .btn-next {
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s; }
        #modal-container .btn-prev:hover, #modal-container .btn-next:hover {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }
  #modal-container .btn-prev {
    left: -60px;
    background-image: url(img/modal_btn_prev.png); }
  #modal-container .btn-next {
    right: -60px;
    background-image: url(img/modal_btn_next.png); }
  #modal-container .btn-close {
    width: 40px;
    height: 40px;
    top: 0;
    right: -50px;
    position: absolute;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background: url(img/modal_btn_close.png) no-repeat center center;
    cursor: pointer; }
    @media only screen and (min-width: 981px) {
      #modal-container .btn-close {
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s; }
        #modal-container .btn-close:hover {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }
  #modal-container .btn-download {
    margin-left: auto;
    margin-right: auto;
    width: 238px; }
    #modal-container .btn-download a {
      display: block;
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      height: 49px;
      background: url(img/modal_btn_download.png) no-repeat center top; }
      @media only screen and (min-width: 981px) {
        #modal-container .btn-download a {
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s; }
          #modal-container .btn-download a:hover {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    #modal-container .inner {
      margin: 20px 0 0 0; }
    #modal-container .head {
      width: 80%;
      height: 130px;
      margin-bottom: 10px;
      background-size: 100%; }
    #modal-container .modal-main {
      margin: 0 auto 15px auto;
      width: 90%;
      height: 260px; }
    #modal-container .btn-close {
      top: 10px;
      right: 10px; }
    #modal-container .btn-prev, #modal-container .btn-next {
      width: 30px;
      height: 30px;
      background-size: 100%;
      top: calc(50% + 20px); }
    #modal-container .btn-prev {
      left: 10px; }
    #modal-container .btn-next {
      right: 10px; } }

.scroll-in-obj {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .scroll-in-obj.scroll-in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0); }
