@charset "UTF-8";

/* ------------------------------------------------------------------------------------------
 Reset
------------------------------------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  font-style: normal;
  position: relative;
  box-sizing: border-box;
}
ul,ol { list-style-type: none; }
body, div, pre, p, blockquote, form, fieldset, dl, dt, dd, li, table, th, td, embed, object, button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
}
body {
  background-attachment: scroll;
  background-color: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 13px;
  line-height: 180%;
  overflow-y: scroll;
}
main {
  display: block;
}
select,input,textarea,option {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
img {
  border: 0;
  margin: 0px;
  padding: 0px;
}
a img {
  border-style: none;
  border: 0;
}
a {
  outline: medium none;
  text-decoration: none;
  color: #666;
}
a:link {}
a:visited {}
a:hover { text-decoration: none; }
a:active {}
a:focus, *:focus { outline: none; }
*:after { clear: both; }
h1,h2,h3,h4 {
  font-weight: normal;
  font-family: 'Noto Serif JP', serif
}

/* ------------------------------------------------------------------------------------------
 Mobile
------------------------------------------------------------------------------------------ */
/* common */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.img-responsive {
  max-width: 100%;
  display: block;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.font-Baskerville {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 32px;
  display: block;
  margin: 18px 0 12px;
}
h2 {
  font-size: 52px;
  font-weight: 600;
  font-family:  'Noto Serif JP', serif;
  text-align: center;
}
h2 small {
  display: block;
  font-size: 35px;
  font-family:  'Noto Serif JP', serif;
  margin-top: 35px;
}
.pc {
  display: none !important;}
.sp {
  display: block !important;}
/* header */
.ft_kv img{
max-width: 100%;
}
.header-container {
  background-image: url("../img/header-main.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: calc(50% - 60px) calc(50%);
  padding-top: 110px;
  padding-bottom: 40px;
}
.header-title {
  font-size: 32px;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(255,255,255,1);
}
.header-title small{
  font-size: 13px;
  display: block;
  padding-bottom: 12px;
}
.header-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  margin: 5px 0;
}
.header-english {
  font-size: 24px;
}
.header-description {
  font-size: 12px;
  text-shadow: 0px 0px 10px rgba(255,255,255,1);
}
.header-logo {
  width: 80px;
  margin-top: 16px;
}
/* main */
.profile {
  margin-left: -20px;
  width: calc(100% + 40px);
  padding-left: 20px;
  padding-right: 20px;
}
.profile-description {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 17px;
}
.profile-pic {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.style-number {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.section-title {
  margin-bottom: 30px;
}
.section-title small {
  margin-bottom: 10px;
}
.section-description {
  text-align: center;
  margin-bottom: 50px;
}
.style-img__type01-left {
  width: 100%;
  margin-left: -20px;
  z-index: 1;
  border-right: 12px solid #fff;
  border-bottom: 12px solid #fff;
}
.style-img__type01-right {
  margin-top: -26px;
  width: calc(100% + 20px);
  padding-left: 50px;
}
.style-img__type02-right {
  width: 100%;
  margin-left: 20px;
  z-index: 1;
  border-left: 12px solid #fff;
  border-bottom: 12px solid #fff;
}
.style-img__type02-left {
  margin-top: -26px;
  width: 100%;
  margin-left: -20px;
}
.advice_icon {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.advice__title {
  font-size: 130%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.advice__description{

}
.button {
  border: 1px solid #000;
  padding: 14px 10px;
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 280px;
  color: #000;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.button::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/shopnow-arrow.svg) no-repeat center 100%;
  width: 9px;
  height: 12px;
  right: 10px;
  top: calc(50% - 6px);
}
.other-item__title {
  text-align: center;
  margin-bottom: 10px;
}
.other-item__title img {
  width: 50%;
  display: inline-block;
}
.other-item__title:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  width: 20%;
  top: calc(50% - 2px);
  left: 0;
}
.other-item__title:after {
  content: "";
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  width: 20%;
  top: calc(50% - 2px);
  right: 0;
}
.other-item__description {
  text-align: center;
  margin-bottom: 20px;
}
.other-item__slide li {
  width: 334px !important;
}
/* footer */
.footer-container {
  background-color: #fff;
}
.copyright {
  padding: 20px 0;
  text-align: center
}
/* ------------------------------------------------------------------------------------------
 Desktop
------------------------------------------------------------------------------------------ */
@media only screen and (min-width: 769px){
  /* common */
  body {
    font-size: 14px;
  }
  .container {
    max-width: 1200px;
  }
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pc {
    display: block !important;}
  .sp {
    display: none !important;}
	.ft_kv{
		margin-top: 80px;
	}
  .font-Baskerville {
    font-size: 52px;
  }
	.font-Noto {
  font-family: 'Noto Serif JP', serif;
		font-size: 52px;
	}
  h2 small {
    margin-top: 50px;
    font-size: 18px;
    margin-bottom: 40px;
  }
  /* header*/
  .header-container {
    background-size: cover;
    background-position: top center;
    text-align: center;
    padding-right: 500px;
    padding-top: 200px;
    padding-bottom: 160px;
  }
  .header-title {
    font-size: 40px;
  }
  .header-title small {
    font-size: 16px;
    padding-bottom: 18px;
  }
  .header-english {
    font-size: 52px;
    margin-top: 40px;
  }
  .header-title:after {
    margin: 34px auto 18px;
    width: 40px;
  }
  .header-description {
    font-size: 14px;
    line-height: 230%;
    text-shadow: none;
  }
  .header-logo {
    width: 100px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  /* main */
  .profile {
    background-size: cover;
    background-position: top center;
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .profile-description {
    line-height: 380%;
  }
  .profile-pic {
    margin-top: 50px;
    text-align: center;
  }
  .profile-pic img {
    display: inline-block;
  }
  .style-number {
    max-width: 300px;
  }
  .section-title {
    font-size: 46px;
    margin-bottom: 40px;
    line-height: 60px;
  }
  .section-title small {
    margin-bottom: 30px;
  }
  .section-description {
    line-height: 250%;
	font-size: 17px;
  }
  .style-img__type01-left {
    width: 56%;
    margin-left: 0;
  }
  .style-img__type01-right {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-top: -50%;
    padding-left: 0;
  }
  .style-img__type02-right {
    width: 56%;
    display: block;
    margin-left: auto;
  }
  .style-img__type02-left {
    width: 50%;
    margin-top: -50%;
    margin-left: 0;
  }
  .advice_icon {
    margin-left: 0;
    margin-top: -33%;
    width: 100%;
  }
  .advice_icon.right {
    padding-left: 54%;
    margin-top: -34%;
  }
  .advice_icon img {
    max-width: 200px;
  }
  .advice__title {
    text-align: left;
	line-height: 30px;
  }
  .advice__title.right {
    padding-left: 54%;
  }
  .advice__description {
    line-height: 240%;
  }
  .advice__description.right {
    padding-left: 54%;
  }
  .button {
    font-size: 16px;
  }
  .button.left {
    margin-left: 0;
  }
  .button.right {
    margin-left: 54%;
  }
  .other-item__title {
    padding-top: 70px;
  }
  .other-item__title img {
    max-width: 260px;
  }
  .other-item__title:before {
    width: 35%;
    top: calc(50% + 30px);
  }
  .other-item__title:after {
    width: 35%;
    top: calc(50% + 30px);
  }
  .other-item__slide li {
    width: 290px !important;
  }
}

/* ------------------------------------------------------------------------------------------
 smartphone
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){
		.ft_kv{
		margin-top: 147px;
	}

	h2 {
    font-size: 25px;
	line-height: 35px;
}
	.section-description {
    margin-bottom: 25px;
}
	.advice__description {
		text-align: center;
}
	
	.profile-description {
    font-size: 14px;
    line-height: 250%;
}
	section {
    padding-bottom: 0px;
}

	
}