@charset "UTF-8";
/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* GENERAL */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block !important;
}

.onlySp {
  display: none !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp2 {
  display: none !important;
}

div#main {
  overflow: inherit;
  width: 100vw;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mfp-bg {
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

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

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

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

/* 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;
}

.mfp-figure:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

.slick-slider div {
  vertical-align: top;
}

.disable {
  pointer-events: none;
}

/*---------------------------------------------
MOTION
---------------------------------------------*/
.fadeSimple {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  transition-delay: 0s;
}

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.js-parallax-parent {
  position: relative;
  overflow: clip;
}

.js-parallax {
  top: -3.125rem;
  width: 100%;
  height: calc(100% + 6.25rem);
  top: -50px;
  height: calc(100% + 100px);
  top: -25px;
  height: calc(100% + 50px);
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg .js-parallax-parent {
  height: 35vw;
}

/*---------------------------------------------
MAIN
---------------------------------------------*/
#ships2025 {
  overflow: hidden;
}
#ships2025 .mainVisual {
  text-align: center;
}
#ships2025 .mainVisual .logo {
  padding: 63px 0 20px 0;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ships2025 .mainVisual .logo.active {
  opacity: 1;
}
#ships2025 .mainVisual .logo img {
  width: 168px;
}
#ships2025 .mainVisual .season {
  font-size: 12px;
  margin-bottom: 2.5vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ships2025 .mainVisual .season.active {
  opacity: 1;
}
#ships2025 .mainVisual .visual {
  position: relative;
  text-align: left;
  margin-bottom: 6vw;
}
#ships2025 .mainVisual .visual.active .left {
  transform: rotate(-6deg);
  opacity: 1;
}
#ships2025 .mainVisual .visual.active .right {
  transform: rotate(11deg);
  opacity: 1;
}
#ships2025 .mainVisual .visual .left {
  position: absolute;
  position: relative;
  z-index: 1;
  transform-origin: center bottom;
  left: 9.4vw;
  top: 0;
  transform: rotate(-6deg);
  transform: rotate(-12deg);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#ships2025 .mainVisual .visual .left .js-parallax-parent {
  height: 53.5vw;
}
#ships2025 .mainVisual .visual .left img {
  width: 78vw;
}
#ships2025 .mainVisual .visual .right {
  position: absolute;
  z-index: 2;
  transform-origin: left top;
  transform-origin: center bottom;
  right: 12.4vw;
  top: 10.5vw;
  transform: rotate(11deg);
  transform: rotate(17deg);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.4s;
  opacity: 0;
}
#ships2025 .mainVisual .visual .right .js-parallax-parent {
  height: 43.7vw;
}
#ships2025 .mainVisual .visual .right img {
  width: 35vw;
}
#ships2025 .mainVisual .conceptBox .speacial {
  margin-bottom: 2vw;
}
#ships2025 .mainVisual .conceptBox .speacial img {
  width: 29.8vw;
}
#ships2025 .mainVisual .conceptBox .nameBox {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2vw;
  align-items: center;
}
#ships2025 .mainVisual .conceptBox .nameBox .name {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 4px 22px;
  font-size: 16.5px;
  font-weight: bold;
}
#ships2025 .mainVisual .conceptBox .nameBox .x {
  width: 28px;
  height: 28px;
  background-image: url("../images/ico_batsu.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
#ships2025 .mainVisual .conceptBox .ttl {
  margin-bottom: 3vw;
}
#ships2025 .mainVisual .conceptBox .ttl img {
  width: 34.5vw;
}
#ships2025 .mainVisual .conceptBox .mainBox {
  position: relative;
  display: inline-block;
  margin-bottom: 8.5vw;
}
#ships2025 .mainVisual .conceptBox .mainBox .ttl2 img {
  width: 34.5vw;
}
#ships2025 .mainVisual .conceptBox .mainBox .ttl3 {
  position: absolute;
  right: -14.7vw;
  top: 0.3vw;
}
#ships2025 .mainVisual .conceptBox .mainBox .ttl3 img {
  width: 33.5vw;
}
#ships2025 .mainVisual .conceptBox .desp {
  line-height: 2.4;
  margin-bottom: 5vw;
}
#ships2025 .photoList {
  margin-bottom: 2vw;
}
#ships2025 .photoListSmall {
  width: 51.8vw;
  margin: 0 auto;
}
#ships2025 .photoList3 {
  display: flex;
  gap: 15px;
}
#ships2025 .photoList3 li {
  width: 33.33%;
}
#ships2025 .photoList3 li:nth-child(3n+1) {
  transition-delay: 0s;
}
#ships2025 .photoList3 li:nth-child(3n+2) {
  transition-delay: 0.3s;
}
#ships2025 .photoList3 li:nth-child(3n) {
  transition-delay: 0.6s;
}
#ships2025 .photoListTop {
  position: relative;
  z-index: 2;
  margin-top: -18vw;
}
#ships2025 .sec {
  padding: 16vw 0 0 0;
}
#ships2025 #sec1 {
  padding-top: 0;
  padding-bottom: 10vw;
}
#ships2025 #sec2 {
  padding-top: 8vw;
  padding-bottom: 6vw;
}
#ships2025 .contentBox {
  width: 78.12vw;
  margin: 0 auto;
}
#ships2025 .captionBox2 {
  width: 51.8vw;
  margin: 0 auto;
  padding-top: 20px;
}
#ships2025 .ttlBox {
  text-align: center;
  padding-top: 4vw;
}
#ships2025 .ttlBox .ttl {
  font-size: 66px;
  color: #f18e1d;
  font-family: "pf-signskript", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2vw;
}
#ships2025 .ttlBox .subTtl {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 2vw;
}
#ships2025 .ttlBox .columnBox {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 63vw;
  margin: 0 auto;
  text-align: left;
  font-size: 13px;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 0.08em;
  margin-bottom: 6vw;
}
#ships2025 .captionBox {
  text-align: left;
}
#ships2025 .captionBox .caption {
  line-height: 2;
}
#ships2025 .captionBox .caption a {
  font-size: 12px;
  width: 30vw;
  width: 24vw;
  min-width: 340px;
  display: inline-block;
}
#ships2025 .captionBox .caption a:hover {
  text-decoration: underline;
}
#ships2025 .captionBox .caption a:hover .buy {
  background-color: #000;
  color: #fff;
}
#ships2025 .captionBox .caption a .buy {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 8px;
  padding: 1px 20px;
  font-weight: bold;
  float: right;
}
#ships2025 .orange {
  background-color: #f18e1d;
}
#ships2025 .photoListRandom1 li {
  display: block;
  position: relative;
}
#ships2025 .photoListRandom1 li.right {
  position: relative;
  z-index: 2;
  width: 35.46vw;
  border: 2px solid #000;
  margin-top: -11vw;
  right: -47vw;
}
#ships2025 .photoListRandom1 li.left {
  margin-top: -17vw;
}
#ships2025 .photoListRandom1 li.left img {
  width: 38.51vw;
}
#ships2025 .photoListRandom1 li.left .captionBox {
  position: absolute;
  bottom: 0;
  left: calc(38.51vw + 30px);
}
#ships2025 .photoList2 {
  display: flex;
  gap: 18px;
}
#ships2025 .imgFul {
  padding-top: 6vw;
}
#ships2025 .imgFul .js-parallax-parent {
  height: 61vw;
}
#ships2025 .photoListSmall2 {
  width: 38.51vw;
  margin: 0 auto;
  position: relative;
  left: -5.7vw;
}
#ships2025 .photoListRandom2 li {
  display: block;
  position: relative;
}
#ships2025 .photoListRandom2 li.right {
  position: relative;
  z-index: 2;
  width: 38.51vw;
  margin-top: -14vw;
  right: -44vw;
}
#ships2025 .photoListRandom2 li.left {
  margin-top: -17vw;
}
#ships2025 .photoListRandom2 li.left img {
  width: 38.51vw;
}
#ships2025 .photoListRandom2 li.left .captionBox {
  position: absolute;
  bottom: 0;
  left: calc(38.51vw + 30px);
}
#ships2025 .profileBox {
  width: 30.54vw;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  letter-spacing: 0.1em;
}
#ships2025 .profileBox .ttl {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 4px 22px;
  font-size: 16.5px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
#ships2025 .profileBox .desp {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 40px;
}
#ships2025 a.instagramBtn {
  padding-top: 30px;
  margin-bottom: 80px;
  display: inline-block;
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center top;
  font-weight: bold;
  width: 120px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.03em;
}
#ships2025 .secLine {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 8vw;
  text-align: center;
}
#ships2025 .linkBox {
  margin-bottom: 80px;
}
#ships2025 .linkBox .ttl {
  font-size: 28px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
#ships2025 .linkBox .desp {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
}
#ships2025 a.linkBtn {
  color: #fff;
  display: inline-block;
  background-color: #f18e1d;
  font-size: 28px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px 0px;
  width: 400px;
  max-width: 100%;
}
#ships2025 .creditBox {
  text-align: center;
}
#ships2025 .creditBox .logo {
  margin-bottom: 40px;
}
#ships2025 .creditBox .logo img {
  width: 13vw;
}
#ships2025 .creditBox .credit {
  font-size: 10px;
  margin-top: -20px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
#ships2025 #sec7 {
  padding-bottom: calc(8vw - 80px);
}
#ships2025 #secLast {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }
  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  button.mfp-arrow-left {
    background-position: left 15px center;
  }
  button.mfp-arrow-right {
    background-position: right 15px center;
  }
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  #ships2025 .contentBox {
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
  #ships2025 .mainVisual .logo {
    padding: 30px 0 10px 0;
  }
  #ships2025 .mainVisual .logo img {
    width: 90px;
  }
  #ships2025 .mainVisual .season {
    font-size: 10px;
    margin-bottom: 6vw;
  }
  #ships2025 .mainVisual .visual {
    margin-bottom: 12vw;
  }
  #ships2025 .mainVisual .visual.active .left {
    transform: rotate(0);
  }
  #ships2025 .mainVisual .visual.active .right {
    transform: rotate(-9deg);
  }
  #ships2025 .mainVisual .visual .left {
    transform: rotate(0);
    left: initial;
  }
  #ships2025 .mainVisual .visual .left .js-parallax-parent {
    height: 68vw;
  }
  #ships2025 .mainVisual .visual .left img {
    width: 89vw;
    width: 100vw;
    height: calc(100% + 30px);
    top: 0;
  }
  #ships2025 .mainVisual .visual .right {
    top: 12.5vw;
    right: -1.6vw;
    top: 7.5vw;
  }
  #ships2025 .mainVisual .visual .right .js-parallax-parent {
    height: 52vw;
  }
  #ships2025 .mainVisual .visual .right img {
    width: 40vw;
    height: calc(100% + 0px);
    top: 0;
  }
  #ships2025 .mainVisual .conceptBox.activeSp .speacial {
    opacity: 1;
    top: 0;
  }
  #ships2025 .mainVisual .conceptBox.activeSp .nameBox {
    opacity: 1;
    top: 0;
  }
  #ships2025 .mainVisual .conceptBox.activeSp .ttl {
    opacity: 1;
    top: 0;
  }
  #ships2025 .mainVisual .conceptBox.activeSp .mainBox {
    opacity: 1;
    top: 0;
  }
  #ships2025 .mainVisual .conceptBox .speacial {
    margin-bottom: 5vw;
    transition-delay: 1s;
  }
  #ships2025 .mainVisual .conceptBox .speacial img {
    width: 72vw;
  }
  #ships2025 .mainVisual .conceptBox .nameBox {
    margin-bottom: 3vw;
    gap: 10px;
    transition-delay: 1s;
  }
  #ships2025 .mainVisual .conceptBox .nameBox .name {
    font-size: 10px;
    padding: 3px 12px;
  }
  #ships2025 .mainVisual .conceptBox .nameBox .x {
    width: 17px;
    height: 17px;
  }
  #ships2025 .mainVisual .conceptBox .ttl {
    margin-bottom: 6vw;
    transition-delay: 1.6s;
  }
  #ships2025 .mainVisual .conceptBox .ttl img {
    width: 58vw;
  }
  #ships2025 .mainVisual .conceptBox .mainBox {
    margin-bottom: 10.5vw;
    transition-delay: 1.6s;
  }
  #ships2025 .mainVisual .conceptBox .mainBox .ttl2 img {
    width: 58vw;
  }
  #ships2025 .mainVisual .conceptBox .mainBox .ttl3 {
    top: 2.3vw;
    right: -16vw;
  }
  #ships2025 .mainVisual .conceptBox .mainBox .ttl3 img {
    width: 44.5vw;
  }
  #ships2025 .mainVisual .conceptBox .desp {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 10vw;
  }
  #ships2025 .bg {
    position: relative;
  }
  #ships2025 .bg .js-parallax-parent {
    height: 41vw;
  }
  #ships2025 .photoList {
    margin-bottom: 4vw;
  }
  #ships2025 .photoListSmall {
    width: auto;
  }
  #ships2025 .photoListSmall2 {
    width: auto;
    left: initial;
  }
  #ships2025 .photoList3 {
    margin-left: -21vw;
    margin-right: -21vw;
    gap: 8px;
  }
  #ships2025 .photoListTop {
    margin-top: -21vw;
  }
  #ships2025 .photoListWide {
    margin-left: -25px;
    margin-right: -25px;
  }
  #ships2025 .photoListRandom1 li.right {
    position: relative;
    right: initial;
    width: auto;
    margin-top: 0;
    margin-top: 30px;
  }
  #ships2025 .photoListRandom1 li.left {
    position: relative;
    right: initial;
    width: auto;
    margin-top: 0;
    margin-top: 30px;
  }
  #ships2025 .photoListRandom1 li.left img {
    width: 100%;
    margin-bottom: 4vw;
  }
  #ships2025 .photoListRandom1 li.left .captionBox {
    position: relative;
    bottom: initial;
    left: initial;
  }
  #ships2025 .photoListSmall2 {
    padding-left: 25px;
    padding-right: 25px;
  }
  #ships2025 .photoListRandom2 li.right {
    margin-top: 10vw;
    width: calc(50vw - 6px);
    right: 0;
    right: calc(-50vw + 19px);
  }
  #ships2025 .photoListRandom2 li.left {
    width: calc(50vw - 6px);
    margin-left: -25px;
    margin-top: -32vw;
  }
  #ships2025 .photoListRandom2 li.left img {
    width: calc(50vw - 4px);
  }
  #ships2025 .photoListRandom2 li.left .captionBox {
    position: relative;
    left: initial;
    bottom: initial;
    width: 100vw;
    padding-left: 25px;
    padding-top: 4vw;
  }
  #ships2025 .photoListSlider {
    padding-top: 4vw;
  }
  #ships2025 .ttlBox .ttl {
    font-size: 48px;
    font-size: 38px;
    white-space: nowrap;
    margin-bottom: 4vw;
  }
  #ships2025 .ttlBox .subTtl {
    font-size: 16px;
    margin-bottom: 4vw;
  }
  #ships2025 .ttlBox .columnBox {
    -moz-column-count: 1;
         column-count: 1;
    width: auto;
    margin-bottom: 10vw;
    font-size: 12.5px;
  }
  #ships2025 .captionBox .caption {
    line-height: 1.6;
  }
  #ships2025 .captionBox .caption a {
    width: auto;
    min-width: initial;
    font-size: 11px;
  }
  #ships2025 .captionBox .caption a:hover .buy {
    background-color: transparent;
    color: #000;
  }
  #ships2025 .captionBox .caption a .buy {
    padding: 1px 10px 0 10px;
    margin-left: 10px;
    line-height: 1.6;
  }
  #ships2025 .captionBox2 {
    width: auto;
    padding-top: 0;
  }
  #ships2025 #sec2 {
    padding-top: 12vw;
    padding-bottom: 8vw;
  }
  #ships2025 .imgFul {
    padding-top: 10vw;
  }
  #ships2025 .profileBox {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  #ships2025 .profileBox .ttl {
    font-size: 14px;
  }
  #ships2025 a.instagramBtn {
    margin-bottom: 14vw;
  }
  #ships2025 .secLine {
    padding-top: 14vw;
  }
  #ships2025 #sec7 {
    padding-bottom: 4vw;
  }
  #ships2025 #secLast {
    padding-top: 14vw;
  }
  #ships2025 .linkBox {
    margin-bottom: 40px;
  }
  #ships2025 .linkBox .ttl {
    font-size: 22px;
  }
  #ships2025 .linkBox .desp {
    margin-bottom: 20px;
  }
  #ships2025 a.linkBtn {
    font-size: 20px;
    width: 70vw;
    padding: 10px 0;
  }
  #ships2025 .creditBox .logo {
    margin-bottom: 30px;
  }
  #ships2025 .creditBox .logo img {
    width: 26vw;
  }
  #ships2025 .creditBox a.instagramBtn {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */