@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: neue-kabel, "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("/campaign/2025/shipsw_0314/images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("/campaign/2025/shipsw_0314/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;
}

.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);
}

/*---------------------------------------------
MAIN
---------------------------------------------*/
#nc2025ss {
  overflow: hidden;
  /*---------------------------------------------
  HEADER
  ---------------------------------------------*/
}
#nc2025ss.noLogo h1.logo a {
  opacity: 0;
}
#nc2025ss.noLogo .sideSeason {
  opacity: 0;
}
#nc2025ss.noSeason .sideSeason {
  opacity: 0;
}
#nc2025ss.whiteMode .sideSeason {
  color: #fff;
}
#nc2025ss.whiteMode h1.logo a {
  background-image: url("/campaign/2025/shipsw_0314/images/img_logo_white.png");
}
#nc2025ss .sec {
  position: relative;
  overflow: hidden;
  padding: 160px 0;
}
#nc2025ss .secFull {
  padding: 0;
}
#nc2025ss .secPt {
  padding-top: 0;
}
#nc2025ss .contentBox {
  margin: 0 auto;
}
#nc2025ss .contentBox1 {
  width: 87.5vw;
}
#nc2025ss .contentBox2 {
  width: 76.56vw;
}
#nc2025ss .white {
  background-color: #fff;
}
#nc2025ss .gray {
  background-color: #e3e2de;
}
#nc2025ss .green {
  background-color: #b1dbcb;
}
#nc2025ss .mainVisual {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
#nc2025ss .mainVisual h1.logo {
  padding: 95px 0 50px 0;
  text-align: center;
  opacity: 0;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nc2025ss .mainVisual h1.logo a {
  background-image: url("/campaign/2025/shipsw_0314/images/img_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 364px;
  height: 121px;
  text-indent: -9999px;
  display: inline-block;
  max-width: 90%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nc2025ss .mainVisual h1.logo.active {
  opacity: 1;
}
#nc2025ss .mainVisual .topSlider {
  margin-bottom: 60px;
  overflow: hidden;
  opacity: 0;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nc2025ss .mainVisual .topSlider img {
  width: 100%;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.2);
}
#nc2025ss .mainVisual .topSlider div {
  vertical-align: top;
}
#nc2025ss .mainVisual .topSlider.active {
  opacity: 1;
}
#nc2025ss .mainVisual .topSlider.active img {
  transform: scale(1);
}
#nc2025ss .mainVisual .season {
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  margin-bottom: 40px;
}
#nc2025ss .mainVisual .season img {
  width: 48vw;
}
#nc2025ss .mainVisual .season.active {
  opacity: 1;
}
#nc2025ss .mainVisual .concept {
  text-align: center;
  transform: scale(0.85, 1);
  font-size: 20px;
  margin-bottom: 110px;
  line-height: 1.4;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}
#nc2025ss .mainVisual .concept.active {
  opacity: 1;
}
#nc2025ss .photoList {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 22px;
}
#nc2025ss .photoList2 li {
  width: calc(50% - 10px);
}
#nc2025ss .photoList3 li {
  width: calc(33.33% - 14px);
}
#nc2025ss .photoList3 li:nth-child(1) {
  transition-delay: 0s;
}
#nc2025ss .photoList3 li:nth-child(2) {
  transition-delay: 0.3s;
}
#nc2025ss .photoList3 li:nth-child(3) {
  transition-delay: 0.6s;
}
#nc2025ss .pcSlider {
  width: 100%;
}
#nc2025ss .pcSlider div {
  vertical-align: bottom;
}
#nc2025ss .pcSlider div img {
  width: 100%;
}
#nc2025ss .captionBox {
  position: relative;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#nc2025ss .captionBox .number {
  font-family: neue-kabel, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 42px;
  width: 75px;
  line-height: 1;
}
#nc2025ss .caption {
  font-size: 11.5px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: neue-kabel, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#nc2025ss .caption span.buy {
  text-decoration: underline;
  margin-left: 3px;
}
#nc2025ss .caption a {
  margin: 0 3px;
  display: inline-block;
}
#nc2025ss .caption a:hover {
  text-decoration: none;
}
#nc2025ss .itemList {
  display: flex;
  gap: 90px 32px;
  flex-wrap: wrap;
  width: 87.5vw;
  margin: 0 auto;
  align-items: center;
}
#nc2025ss .itemList .d1 {
  transition-delay: 0s;
}
#nc2025ss .itemList .d2 {
  transition-delay: 0.2s;
}
#nc2025ss .itemList .d3 {
  transition-delay: 0.4s;
}
#nc2025ss .itemList li {
  width: calc(33.33% - 22px);
}
#nc2025ss .itemList li.active .img:after {
  right: -12px;
  top: -12px;
}
#nc2025ss .itemList li .img {
  position: relative;
  margin-bottom: 15px;
}
#nc2025ss .itemList li .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/campaign/2025/shipsw_0314/images/bg_item.png");
  background-repeat: repeat;
  background-size: 50px auto;
  background-position: right 8.8px top 9.5px;
  position: absolute;
  right: -12px;
  top: -12px;
  right: 0px;
  top: 0px;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: right, top;
  transition-delay: 0.2s;
}
#nc2025ss .itemList li .img img {
  position: relative;
  z-index: 5;
}
#nc2025ss .itemList li.ttl {
  position: relative;
  text-align: center;
  padding-left: 10px;
  top: -50px;
}
#nc2025ss .itemList li.ttl img {
  width: 70%;
  height: auto;
}
#nc2025ss #sec11 {
  text-align: center;
}
#nc2025ss .attention {
  color: #444;
  width: 87.5vw;
  margin: 0 auto;
  font-size: 11px;
  padding-top: 40px;
  text-align: left;
}
#nc2025ss .box {
  margin-bottom: 60px;
}
#nc2025ss .box .secTtl {
  font-size: 25px;
  font-weight: 600;
  color: #005643;
  margin-bottom: 9px;
  letter-spacing: 0.1em;
}
#nc2025ss .box .secTtl img {
  width: 235px;
  padding-bottom: 10px;
}
#nc2025ss .box .secDesp {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#nc2025ss .box .secDespEn {
  text-align: center;
  transform: scale(0.9, 1);
  font-size: 16px;
  line-height: 1.4;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 35px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#nc2025ss .box2 {
  padding-bottom: 20px;
}
#nc2025ss a.btn {
  background-color: #005643;
  padding: 15px 0px;
  color: #fff;
  font-weight: 900;
  font-size: 25px;
  width: 335px;
  max-width: 90%;
  display: inline-block;
}
#nc2025ss a.instagram {
  color: #fff;
  display: inline-block;
  background-image: url("/campaign/2025/shipsw_0314/images/ico_instagram_white.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center top;
  padding-top: 36px;
  font-weight: bold;
  width: 120px;
  text-align: center;
  margin-bottom: 50px;
}
#nc2025ss .creditBox {
  position: relative;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 250px 0 70px 0;
  color: #fff;
}
#nc2025ss .creditBox .box {
  position: relative;
  z-index: 500;
  margin-bottom: 0;
}
#nc2025ss .creditBox .credit {
  position: relative;
  z-index: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 11px;
  line-height: 1.6;
  font-family: neue-kabel, sans-serif;
}
#nc2025ss .creditBox .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#nc2025ss .creditBox .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#nc2025ss .creditBox .logo {
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: 40px;
  z-index: 2;
}
#nc2025ss .creditBox .logo img {
  width: 170px;
}
#nc2025ss .copyright {
  font-size: 11px;
  letter-spacing: 0.01em;
}
#nc2025ss footer {
  padding: 60px 0 30px 0;
}
#nc2025ss footer .logos {
  text-align: center;
}
#nc2025ss footer .logos .snsList {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
#nc2025ss footer .logos .snsList li img {
  width: 40px;
}
#nc2025ss footer .logos a.logo {
  margin-bottom: 40px;
  display: inline-block;
}
#nc2025ss footer .logos a.logo img {
  width: 145px;
}
#nc2025ss footer .logos .copyright {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#nc2025ss #sec10 {
  padding-top: 90px;
  padding-bottom: 125px;
  padding-bottom: 90px;
}
#nc2025ss #sec11 {
  padding-top: 85px;
  padding-bottom: 0;
}

/* ------------------------------------------
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;
  }
  #nc2025ss .contentBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  #nc2025ss .contentBox1 {
    width: auto;
  }
  #nc2025ss .contentBox2 {
    width: auto;
  }
  #nc2025ss .mainVisual {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  #nc2025ss .mainVisual h1.logo {
    padding: 30px 0 15px 0;
    padding: 10px 0 10px 0;
  }
  #nc2025ss .mainVisual h1.logo a {
    width: 38vw;
    height: 70px;
  }
  #nc2025ss .mainVisual .topSlider {
    margin-bottom: 30px;
  }
  #nc2025ss .mainVisual .season {
    margin-bottom: 15px;
  }
  #nc2025ss .mainVisual .season img {
    width: 68vw;
  }
  #nc2025ss .mainVisual .concept {
    margin-bottom: 60px;
    margin-bottom: 40px;
    font-size: 13px;
  }
  #nc2025ss .photoList {
    flex-wrap: wrap;
    width: auto;
    display: block;
  }
  #nc2025ss .photoList li {
    margin-bottom: 25px;
  }
  #nc2025ss .photoList li:last-child {
    margin-bottom: 0;
  }
  #nc2025ss .photoList li.big {
    margin-left: -25px;
    margin-right: -25px;
  }
  #nc2025ss .photoList1 > li {
    width: 100%;
    width: auto;
  }
  #nc2025ss .photoList2 > li {
    width: 100%;
    width: auto;
  }
  #nc2025ss .photoList3 > li {
    width: 100%;
    width: auto;
  }
  #nc2025ss .photoList3 > li:nth-child(1) {
    transition-delay: 0s;
  }
  #nc2025ss .photoList3 > li:nth-child(2) {
    transition-delay: 0s;
  }
  #nc2025ss .photoList3 > li:nth-child(3) {
    transition-delay: 0s;
  }
  #nc2025ss .captionBox {
    position: relative;
    margin-left: -1px;
    margin-right: -9px;
  }
  #nc2025ss .captionBox .number {
    width: 55px;
    font-size: 34px;
  }
  #nc2025ss .creditBox {
    width: auto;
    padding: 280px 0 80px 0;
  }
  #nc2025ss .creditBox .bg img {
    -o-object-position: 30% center;
       object-position: 30% center;
  }
  #nc2025ss .box .secTtl {
    letter-spacing: 0.05em;
  }
  #nc2025ss .box .secDesp {
    font-size: 12px;
  }
  #nc2025ss .box .secDespEn {
    font-size: 13px;
  }
  #nc2025ss .popup {
    pointer-events: none;
  }
  #nc2025ss .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  #nc2025ss #sec2,
  #nc2025ss #sec3,
  #nc2025ss #sec4,
  #nc2025ss #sec6,
  #nc2025ss #sec8,
  #nc2025ss #sec9,
  #nc2025ss #sec3,
  #nc2025ss #sec3 {
    padding-top: 0;
    /*
    			&:after {
    				content: "";
    				display: block;
    				background-color: #aaa;
    				width: calc(100% - 40px);
    				height: 0.5px;
    				position: absolute;
    				left: 20px;
    				bottom: 0;
    			}
    */
  }
  #nc2025ss .fadeLeft {
    left: 0px;
    top: 20px;
  }
  #nc2025ss .fadeLeft.active {
    left: 0;
    top: 0px;
  }
  #nc2025ss .fadeRight {
    right: 0px;
    top: 20px;
  }
  #nc2025ss .fadeRight.active {
    right: 0;
    top: 0px;
  }
  #nc2025ss .itemList {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 60px 0;
    padding-right: 8px;
  }
  #nc2025ss .itemList .d1 {
    transition-delay: 0s;
  }
  #nc2025ss .itemList .d2 {
    transition-delay: 0s;
  }
  #nc2025ss .itemList .d3 {
    transition-delay: 0s;
  }
  #nc2025ss .itemList li {
    width: 100%;
  }
  #nc2025ss .itemList li.ttl {
    top: 0;
  }
  #nc2025ss .itemList li.active .img:after {
    right: -14px;
    top: -14px;
  }
  #nc2025ss .itemList li .img {
    position: relative;
    margin-bottom: 15px;
  }
  #nc2025ss .itemList li .img:after {
    transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nc2025ss .sec {
    height: auto;
    min-height: initial;
    padding-top: 50px;
    padding-bottom: 110px;
    padding-bottom: 48px;
  }
  #nc2025ss footer {
    text-align: center;
  }
  #nc2025ss footer .logos {
    float: none;
    margin-right: 0;
  }
  #nc2025ss footer .logos .snsList {
    float: none;
    margin-left: 0;
  }
  #nc2025ss footer .logos .snsList li {
    display: inline-block;
    float: none;
  }
  #nc2025ss footer .logos .copyright {
    float: none;
    text-align: center;
  }
  #nc2025ss #sec10 {
    padding-bottom: 90px;
    padding-bottom: 86px;
  }
  #nc2025ss .attention {
    width: auto;
    text-align: center;
    margin-top: 0px;
  }
  #nc2025ss #sec11 {
    padding-top: 69px;
  }
}/*# sourceMappingURL=style.css.map */