@charset "UTF-8";
@font-face {
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRjYBCAA.ttf) format('truetype');
}
/* ---------------------------------
	reset
---------------------------------- */
body {
  font-family: sans-serif;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 15000;
}
p {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
ol,
ul,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
img {
  vertical-align: bottom;
}
.straightContainer {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}
.straightContainer #mv {
  margin: 0 auto;
}
.straightContainer #mv h2 img {
  width: 100%;
  height: auto;
}
.straightContainer #sec01 {
  background: #fff;
  padding: 80px 0;
}
.straightContainer #sec01 h3 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 48px;
  line-height: 1;
}
.straightContainer #sec01 h4 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.straightContainer #sec01 h4:before {
  content: "";
  flex-grow: 0.1;
  height: 3px;
  background: #000;
  display: block;
  margin-right: 0.5em;
}
.straightContainer #sec01 .box01 {
  margin: 80px 0 80px auto;
  height: 810px;
  position: relative;
}
.straightContainer #sec01 .box01 img {
  position: absolute;
  right: 0;
}
.straightContainer #sec01 .box01 .txt {
  position: absolute;
  max-width: 1060px;
  padding: 40px 40px 40px 120px;
  background: #fff;
  border: solid 1px #000;
  text-align: left;
  bottom: 0;
  left: -1px;
}
.straightContainer #sec01 .box02 {
  margin: 0 auto 0 0;
  height: 900px;
  position: relative;
}
.straightContainer #sec01 .box02 img {
  position: absolute;
  left: 0;
}
.straightContainer #sec01 .box02 .txt {
  position: absolute;
  max-width: 1060px;
  padding: 40px 120px 40px 40px;
  background: #fff;
  border: solid 1px #000;
  text-align: left;
  bottom: 0;
  right: -1px;
}
.straightContainer #menu {
  background: #eee;
  padding: 50px 0;
}
.straightContainer #menu .menuBox {
  max-width: 1100px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.straightContainer #menu .menuBox a {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.straightContainer #menu .menuBox a:hover {
  opacity: 0.7;
}
.straightContainer #feminine {
  background: #f3d6d2;
  padding: 80px 0;
}
.straightContainer #feminine .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.straightContainer #feminine .inner .imgBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.straightContainer #feminine .inner .imgBox img {
  filter: drop-shadow(10px 10px 0px rgba(255, 255, 255, 0.3));
}
.straightContainer #feminine .inner .imgBox:last-child {
  margin-bottom: 0;
}
.straightContainer #mode {
  background: #c5d4dd;
  padding: 80px 0;
}
.straightContainer #mode .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.straightContainer #mode .inner .imgBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.straightContainer #mode .inner .imgBox img {
  filter: drop-shadow(10px 10px 0px rgba(255, 255, 255, 0.3));
}
.straightContainer #mode .inner .imgBox .imgBoxSub {
  display: flex;
  flex-direction: column;
}
.straightContainer #mode .inner .imgBox .imgBoxSub img:first-child {
  margin-bottom: 50px;
}
.straightContainer #mode .inner .imgBox:last-child {
  margin-bottom: 0;
}
.straightContainer #natural {
  background: #f0e4ac;
  padding: 80px 0;
}
.straightContainer #natural .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.straightContainer #natural .inner .imgBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.straightContainer #natural .inner .imgBox img {
  filter: drop-shadow(10px 10px 0px rgba(255, 255, 255, 0.3));
}
.straightContainer #natural .inner .imgBox:last-child {
  margin-bottom: 0;
}
