/* CSS Document */
main {
  background: #F8F8F8;
}
@media screen and (min-width:320px) and (max-width:560px) {
  /*--------------------------- 共通 ---------------------------*/
  .header {
    width: 100%;
    height: 100%;
  }
  .under_top {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 65vh;
  }
  .underlyer_wrap {
    background: url("../images/shipbuilding/shipbuilding_header_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
 
  .sec_wrap {
     width: 100%;
    max-width: 560px;
    min-width: 320px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  /*--------------------------- 共通end ---------------------------*/
  /*--------------------------- main ---------------------------*/
	.sec_wrap2 {
   background: url("../images/shipbuilding/shipbuilding_inner_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
  p.ship_title {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W9', sans-serif;
    text-align: center;
    color: #160a50;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
  }
  p.ship_subtitle {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
  }
  p.ship_txt {
    width: 90%;
    margin: 60px auto;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .ship_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    text-shadow: 0 0 5px #000;
  }
  p.sw_txt {
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
  }
  p.sw_txt2 {
    color: #fff;
    text-align: right;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 700;
  }
  span.red {
    color: #ff1e23;
    font-size: 5rem;
    line-height: 1.4;
    font-weight: 700;
  }
  
  /*--------------------------- main end ---------------------------*/
}
@media screen and (min-width:561px) and (max-width:960px) {}
@media screen and (min-width:561px) and (max-width:767px) {
  /*--------------------------- 共通 ---------------------------*/
  .br-sp2 {
    display: none;
  }
  .header {
    width: 100%;
    height: 100%;
  }
  .under_top {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 65vh;
  }
  .underlyer_wrap {
     background: url("../images/shipbuilding/shipbuilding_header_tbl.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .sec_wrap {
    width: 90%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  /*--------------------------- 共通end ---------------------------*/
 /*--------------------------- main ---------------------------*/
	.sec_wrap2 {
   background: url("../images/shipbuilding/shipbuilding_inner_tbl.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
  p.ship_title {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W9', sans-serif;
    text-align: center;
    color: #160a50;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
  }
  p.ship_subtitle {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
  }
  p.ship_txt {
    width: 90%;
    margin: 60px auto;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .ship_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    text-shadow: 0 0 10px #000;
  }
  p.sw_txt {
    text-align: left;
    font-size: 4rem;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
  }
  p.sw_txt2 {
    color: #fff;
    text-align: right;
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 700;
  }
  span.red {
    color: #ff1e23;
    font-size: 6rem;
    line-height: 1.4;
    font-weight: 700;
  }
  
  /*--------------------------- main end ---------------------------*/
}
@media screen and (min-width:768px) and (max-width:960px) {
  /*--------------------------- 共通 ---------------------------*/
  .sec_wrap2 {
   background: url("../images/shipbuilding/shipbuilding_inner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .br-sp2 {
    display: none;
  }
  .header {
    width: 100%;
    height: 100%;
  }
  .under_top {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 65vh;
  }
  .underlyer_wrap {
     background: url("../images/shipbuilding/shipbuilding_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .under_title_wrap {
    text-align: center;
    width: 60%;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    color: #fff;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .under_title_wrap h1 {
    font-size: 4vmin;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5px;
    width: 80%;
    margin: 0 auto;
    border-bottom: 3px solid #e50012;
    text-shadow: 0 0 10px #000;
  }
  .under_title_wrap h2 {
    font-size: 2.5vmin;
    line-height: 1.4;
    padding-top: 5px;
    text-shadow: 0 0 10px #000;
  }
  .sec_wrap {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  /*--------------------------- 共通end ---------------------------*/
 /*--------------------------- main ---------------------------*/
  p.ship_title {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W9', sans-serif;
    text-align: center;
    color: #160a50;
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
  }
  p.ship_subtitle {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
  }
  p.ship_txt {
    width: 90%;
    margin: 60px auto;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .ship_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    text-shadow: 0 0 10px #000;
  }
  p.sw_txt {
    text-align: left;
    font-size: 5rem;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
  }
  p.sw_txt2 {
    color: #fff;
    text-align: right;
    font-size: 5rem;
    line-height: 1.4;
    font-weight: 700;
  }
  span.red {
    color: #ff1e23;
    font-size: 8rem;
    line-height: 1.4;
    font-weight: 700;
  }
  
  /*--------------------------- main end ---------------------------*/
}
@media screen and (min-width:961px) {
  /*--------------------------- 共通 ---------------------------*/
  .sec_wrap2 {
    background: url("../images/shipbuilding/shipbuilding_inner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .br-sp, .br-sp2 {
    display: none;
  }
  .header {
    width: 100%;
    height: 100%;
  }
  .under_top {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 65vh;
  }
  .underlyer_wrap {
    background: url("../images/shipbuilding/shipbuilding_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .under_title_wrap {
    text-align: center;
    width: 60%;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .under_title_wrap h1 {
    font-size: 4vmin;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5px;
    width: 80%;
    margin: 0 auto;
    border-bottom: 3px solid #e50012;
    text-shadow: 0 0 10px #000;
  }
  .under_title_wrap h2 {
    font-size: 2.5vmin;
    line-height: 1.4;
    padding-top: 5px;
    text-shadow: 0 0 10px #000;
  }
  .sec_wrap {
    width: 100%;
    max-width: 1260px;
    min-width: 920px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_wrap2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 20px;
  }
  /*--------------------------- 共通end ---------------------------*/
  /*--------------------------- main ---------------------------*/
  p.ship_title {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W9', sans-serif;
    text-align: center;
    color: #160a50;
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
  }
  p.ship_subtitle {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
  }
  p.ship_txt {
    width: 100%;
    max-width: 920px;
    margin: 60px auto;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .ship_wrap {
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    text-shadow: 0 0 10px #000;
  }
  p.sw_txt {
    text-align: left;
    font-size: 5rem;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
  }
  p.sw_txt2 {
    color: #fff;
    text-align: right;
    font-size: 5rem;
    line-height: 1.4;
    font-weight: 700;
  }
  span.red {
    color: #ff1e23;
    font-size: 8rem;
    line-height: 1.4;
    font-weight: 700;
  }
  
  /*--------------------------- main end ---------------------------*/
}