@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

article,
footer,
header,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

b {
  font-weight: inherit;
}

b {
  font-weight: bolder;
}

code {
  font-size: 1em;
  font-family: monospace, monospace;
}

img {
  border-style: none;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: sans-serif;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  border: none;
}

button:focus,
html [type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

li {
  list-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  color: #00275d;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

select,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

select:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2.6666666667vw 0;
}

.curucuruLogo {
  width: 107px;
  margin: 0 auto;
}

.curucuruLogo a img,
.kv-thumb img {
  width: 100%;
}

.pageDesc {
  padding: 19px 22px 0;
  color: #282828;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.sec-banner {
  padding: 19.4666666667vw 2.6666666667vw 8vw;
}

.sec-banner-head {
  margin-bottom: 36px;
  font-size: 23px;
  text-align: center;
}

.sec-banner-inner {
  border-bottom: 1px solid #ccc;
}

.sec-banner-inner-item {
  border-top: 1px solid #ccc;
}

.sec-banner .curucuruLogo {
  margin-top: 14.4vw;
}

.banner {
  padding: 14px 0;
}

.banner a {
  display: flex;
  color: #000;
}

.banner+.banner {
  border-top: 1px solid #ccc;
}

.banner-thumb {
  flex-shrink: 0;
  width: 136px;
}

.banner-thumb img {
  width: 100%;
}

.banner-head {
  margin-top: 2.6666666667vw;
  margin-left: 5.3333333333vw;
  font-size: 3.7333333333vw;
}

.btnBuy {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  background: #243A80;
  color: #fff;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1;
  transition: background-color 0.1s ease;
  text-align: center;
}

.brandBnr {
  margin: 0 auto;
  padding: 0 20px;
}

.brandBnr img {
  width: 100%;
}

.btnBrand {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 88vw;
  height: 18.6666666667vw;
  margin: 30px auto 0;
  border: 1px solid #3f3c3c;
  color: #3f3c3c;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1;
  line-height: 1.6;
  text-align: center;
  transition: background-color 0.1s ease;
}

.btnMoreWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0 70px;
  gap: 10px;
}

.btnMore {
  padding: 0 23px;
}

.btnMore a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 18.6666666667vw;
  margin: 0 auto;
  background-color: #00275d;
  color: #fff;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1.4;
  text-align: center;
}

.scrolltop {
  z-index: 10;
  position: fixed;
  right: 1em;
  bottom: 1em;
}

.scrolltop a {
  display: block;
  width: 40px;
}

.scrolltop a img {
  width: 100%;
}

.btnBack {
  margin: 40px 30px 0;
}

.btnBack+.btnBack {
  margin: 10px 30px 0;
}

.btnBack a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #00275d;
  color: #00275d;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  transition: background-color 0.1s ease;
}

.btnBack a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3csvg%20width='8'%20height='16'%20viewBox='0%200%208%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='8'%20height='16'%20fill='%23AAAAAA'/%3e%3cg%20clip-path='url(%23clip0_7359_5682)'%3e%3crect%20width='1440'%20height='6096'%20transform='translate(-850%20-5867)'%20fill='white'/%3e%3crect%20x='-322.5'%20y='-21.5'%20width='399'%20height='59'%20stroke='%2300275D'/%3e%3cpath%20d='M0.893555%201L6.95416%208L0.893555%2015'%20stroke='%2300275D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7359_5682'%3e%3crect%20width='1440'%20height='6096'%20fill='white'%20transform='translate(-850%20-5867)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}

.footer {
  padding-bottom: 40px;
}

.footer .curucuruLogo {
  width: 150px;
  margin-top: 30px;
}

.fadein {
  transform: translateY(5%);
  opacity: 0;
  transition: all 0.4s ease;
}

.fadein.is-fadein {
  transform: translateY(0);
  opacity: 1;
}

.secHead {
  color: #393939;
}

.secHead-en {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-family: century-gothic, sans-serif;

}

.secHead-en b {
  font-size: 38px;
  color: #243A80;
  font-weight: 400;
}

.secHead-main {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #243A80;
}

.sec {
  padding-top: 90px;
}

.sec:not(:first-of-type) {
  padding-top: 150px;
}

.sec-header {
  padding: 0 20px 25px;
}

.sec-body {
  position: relative;
  background-color: #F1F1F1;
  padding: 50px 26px;
}

.sec-inner {
  margin: 0 auto;
}

.sec-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.sec-thumb img {
  width: 100%;
}

.sec-mainImgWrap {
  margin: 0 0 8px;
}

.sec-subImgWrap {
  display: flex;
  gap: 0 8px;
}

.sec-subImg {}

.sec-desc {
  color: #393939;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.sec-desc span {
  color: #243A80;
  font-weight: 700;
}

.sec .btnBuy {
  margin: 20px auto 0;
}

.itemInfo {
  margin: 40px 0 0;
  padding: 30px 10px;
  background-color: #fff;

}

.itemInfo-name {
  font-weight: 700;
  font-size: 16px;
  color: #243A80;
}

.itemInfo-price {
  color: #243A80;
  font-size: 16px;
}

.itemPointSec {
  padding: 50px 0 0;
}

.itemPointSec-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  gap: 10px;
  border-bottom: 1px solid #243A80;
  color: #243A80;
  line-height: 1;
}

.itemPointSec-head .en {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: century-gothic, sans-serif;
}

.itemPointSec-head .ja {
  font-weight: 700;
  font-size: 26px;
}

.itemDescs {
  margin: 30px auto 0;

}

.itemDesc {
  display: none;
  padding: 0 20px;
  color: #393939;
  font-size: 16px;
}

.itemDesc.isCurrent {
  display: block;
}

.slick-slide {
  margin: 0 8px;
  opacity: 0.5;
}

.slick-slide.slick-current {
  opacity: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 20px;
}

.slick-dots li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: unset;
  color: #00275d;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: century-gothic, sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.slick-dots li button:before {
  content: "0";
}

.slick-dots li.slick-active button {
  border: 1px solid #243A80;
}

.slick-dots li:not(:first-child):before {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  content: "";
}

.brandSec {
  padding: 80px 20px;
  margin: 150px 0 0;
  background-image: url(../images/brand_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.brandSec-inner {
  margin: 0 auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);

}

.brandSec-logo {
  width: 178px;
  margin: 0 auto;
}

.brandSec-logo img {
  width: 100%;
}

.brandSec-desc {
  margin: 12px 0 0;
  color: #243A80;
  font-size: 16px;
  line-height: 1.75;
}

.brandSec-desc a {
  margin: 28px 0 0;
}

.thoughts {
  margin: 60px 0 0;
}

.thoughts span {
  display: block
}

.thoughts-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #667179;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 0 8px;
  height: 60px;
  justify-content: center;
  line-height: 1.3;
  margin: 0 auto;
  text-align: center;
  width: 90%
}

.thoughts-btn:after {
  background: url(../../img/common/pencil.png) 50%/cover;
  content: "";
  display: block;
  height: 16px;
  width: 16px
}


@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }


  .header {
    padding: 1vw 0;
  }

  .pageDesc {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 20px;
  }

  .sec-banner {
    padding: 110px 0 60px;
  }

  .sec-banner-inner {
    width: 800px;
    margin: 0 auto;
  }

  .sec-banner-inner-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
    gap: 1.8vw;
  }

  .sec-banner .curucuruLogo {
    margin-top: 6vw;
  }

  .banner {
    padding: 0;
    transition: opacity 0.2s ease;
  }

  .banner+.banner {
    border-top: none;
  }

  .banner-thumb {
    width: 187px;
  }

  .banner-head {
    margin-top: 0;
    margin-left: 2vw;
    font-size: 1.6vw;
  }

  .banner:hover {
    opacity: 0.8;
    transition: opacity 0.1s ease;
  }

  .btnBuy {

    padding: 24px 0;
    font-size: 18px;
  }

  .btnBuy:hover {
    opacity: 0.8;
  }

  .brandBnr {
    width: 500px;
    padding: 0;
  }

  .btnBrand {
    width: 410px;
    height: 80px;
    font-size: 18px;
  }

  .btnBrand:hover {
    opacity: 0.7;
  }

  .btnMoreWrapper {
    flex-direction: row;
    padding: 70px 0;
    gap: 30px;
  }

  .btnMore {
    padding: 0;
  }

  .btnMore a {
    width: 420px;
    height: 80px;
    font-size: 20px;
  }

  .btnMore a:hover {
    background-color: #001c44;
  }

  .scrolltop a {
    width: 50px;
  }

  .btnBack {
    max-width: 400px;
    margin: 40px auto 0;
  }

  .btnBack+.btnBack {
    margin: 10px auto 0;
  }

  .btnBack a:after {
    right: 70px;
  }

  .btnBack a:hover {
    opacity: 0.5;
  }

  .footer {
    padding-bottom: 80px;
  }

  .footer .curucuruLogo {
    margin-top: 40px;
  }

  .secHead-main {
    font-size: 30px;
  }

  .sec-header {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 30px;
  }

  .secHead-en {
    font-size: 30px;
  }

  .secHead-en b {
    font-size: 60px;
  }

  .sec-body {
    padding-top: 70px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec-inner {
    width: 1000px;
  }

  .sec-flex {
    flex-direction: row;
    gap: 50px;
    padding: 0 50px;
  }

  .sec-thumb {
    flex-shrink: 0;
    width: 480px;
  }

  .sec-mainImgWrap {
    margin: 0 0 20px;
  }

  .sec-subImgWrap {
    display: flex;
    gap: 0 20px;
  }

  .sec-desc {
    padding: 0;
    font-size: 19px;
  }

  .sec .btnBuy {
    margin: 30px auto 0;
  }

  .itemInfo {
    margin: 20px 0 0;
    padding: 20px 20px 30px;
  }

  .itemInfo-name,
  .itemInfo-price {
    font-size: 20px;
  }

  .itemPointSec {
    padding-top: 80px;
  }

  .itemPointSec-head {
    margin-bottom: 40px;

  }

  .itemPointSec-head .en {
    font-size: 20px;
  }

  .itemPointSec-head .ja {
    font-size: 33px;
  }

  .itemDescs {
    width: 450px;

  }

  .itemDesc {
    padding: 0;
    font-size: 20px;
  }

  .slick-slide {
    margin: 0 15px;
  }

  .slick-dots {
    margin-top: 30px;
  }

  .slick-dots li button {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .slick-dots li button:hover {
    border: 1px solid #243A80;
  }

  .slick-dots li:not(:first-child):before {
    background-color: #00275d;
  }

  .brandSec {
    padding: 100px 0;
    background-image: url(../images/brand_pc.jpg);
  }

  .brandSec-inner {
    width: 900px;
    gap: 0 60px;
    padding: 80px 50px;
    display: flex;
    align-items: center;
  }

  .brandSec-logo {
    width: 228px;
    flex-shrink: 0;
  }

  .brandSec-desc {
    margin: 0;
    font-size: 20px;
  }

  .brandSec-desc a {
    margin: 60px 0 0;
  }


  .thoughts-btn {
    margin: 0 auto;
    max-width: 400px
  }
}

@media screen and (min-width: 1000px) {
  .header {
    padding: 10px 0;
  }

  .sec-banner-inner-item {
    gap: 18px;
  }

  .sec-banner .curucuruLogo {
    margin-top: 60px;
  }

  .banner-head {
    margin-left: 20px;
    font-size: 16px;
  }
}