@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

.pd{ display: block;}
.sd{ display: none;}

/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
.int0 {
	text-indent: 0 !important;
}
a:hover .hover {
    filter: alpha( opacity=70 );  /* IE */
    opacity:0.7;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.7;           /* Firefox 0.9�����O */
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapper {
  min-height: inherit;
	overflow: hidden;
	position: relative;
	width: 100%;
}
p {
	line-height: 1.5em;
	font-size: 1.0em;
}
.font_prata {
	font-family: 'Prata', sans-serif;
	font-weight: 400;
}
.font_arsenal {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
}

/*------------------- ヘッダー -------------------*/
.main_visual {
  width: 100%; /*幅いっぱい!の時は100%*/
  height: 100vh;/*画面に対しての高さ*/
  background: url(../img/main_img.jpg) no-repeat center/cover;
  /* position: relative; */
}
.main_visual_innner {
	margin: 0 auto;
}
.mv_text_h1 {
  position: absolute;
  left: 50px;
}
.mv_text_h2 {
  position: absolute;
  top: 150px;
  left: 250px;
}
.mv_pic_h2 {
  position: absolute;
  top: 620px;
  left: 250px;
  width: 20%;
}

/*------------------- main_contents -------------------*/
img {
  width: 100%;
}
.s_container {
  max-width: 1020px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.contents {
  text-align: center;
}
.pic1 img {
  padding-bottom: 10px;
}
.decotxt1 {
  padding-top: 80px;
  font-size: 3.5em;
  font-family: 'M PLUS 2', sans-serif;
  font-weight: normal;
  color: #00adb5;
  text-align: center;
}
.decotxt1_2 {
  font-size: 3.5em;
  font-family: 'M PLUS 2', sans-serif;
  font-weight: normal;
  color: #00adb5;
  text-align: center;
}
.decotxt2 {
  padding-top: 20px;
  margin-bottom: 45px;
  font-size: 0.5em;
  text-align: center;
}
.decotxt3 {
  font-size: 3.5em;
  font-family: 'M PLUS 2', sans-serif;
  font-weight: normal;
  color: #5e4f3f;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
}
.decotxt3 span {
　　　display: inline-block;
    padding-bottom: 5px;
    /* background: url(../img/bg01.png) no-repeat center bottom; */
    background-size: auto 28px;
    border-bottom: 2px solid #5e4f3f;
}
.decotxt3_2 {
  font-size: 3.5em;
  font-family: 'M PLUS 2', sans-serif;
  font-weight: normal;
  color: #5e4f3f;
  text-align: center;
  padding-bottom: 70px;
}
.decotxt3_2 span {
　　　display: inline-block;
    padding-bottom: 5px;
    /* background: url(../img/bg01.png) no-repeat center bottom; */
    background-size: auto 28px;
    border-bottom: 2px solid #5e4f3f;
}
.decotxt4 {
  font-size: 2.5em;
  font-family: 'M PLUS 2', sans-serif;
  font-weight: normal;
  color: #0e0357;
  text-align: center;
  padding-bottom: 30px;
}
.decotxt5 {
    font-size: 0.7em;
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 500;
    color: #00adb5;
    text-align: center;
    line-height: 1.2em;
}
.decotxt6 {
  font-size: 2.5em;
  font-family: 'M PLUS 2', sans-serif;
  font-weight: 600;
  color: #0e0357;
  text-align: center;
}
.decotxt7 {
    font-size: 0.7em;
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 500;
    color: #0e0357;
    text-align: center;
    line-height: 1.2em;
  padding-bottom: 35px;
}
.decotxt8 {
    font-size: 0.7em;
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 400;
    color: #5e4f3f;
    text-align: center;
    line-height: 1.2em;
}
.movie {
  max-width: 800px;
    margin: 65px auto 85px;
    height: 450px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bgcl1 {
  background-color: #f0f0f2;
}
.products {
  margin: 100px 0;
}
.products img {
  margin: 0;
}

/*------------------- Flexbox -------------------*/
.flexb1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fitem1 {
  width: 44%;
  box-sizing: border-box;
}
.fitem1_c {
  width: 9%;
  display: flex;
  align-items: center;
}
.fitem2 {
  width: 46%;
}
.fitem2_c {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fitem2  img {
  border-radius: 30px;
  overflow: hidden;
}
.fitem2 .marutxt {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin: 0 auto -40px;
    font-weight: 600;
    display: flex;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
    border: 4px solid #D78113;
    border-radius: 100%;
    background-color: white;
  color: #d78113;
}
.flexb3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fitem3 {
  padding: 20px;
  width: 45%;
}
.fitem3 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 88px;
    border-radius: 52px;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    background-color: #00adb5;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 0.06em;
  text-decoration: none;
}
.fitem3 a .photo {
    position: absolute;
    bottom: 0;
    right: 15px;
    overflow: hidden;
    border-radius: 0 0 27px 0;
    width: 30%;
}

.fitem3 a .photo img {
    margin-bottom: -15px;
}

.fitem4 {
  padding: 20px;
  width: 45%;
}
.fitem4 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 88px;
    border-radius: 52px;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    background-color: #0e0357;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 0.06em;
  text-decoration: none;
}
.fitem4 a .photo {
    position: absolute;
    bottom: 0;
    right: 15px;
    overflow: hidden;
    border-radius: 0 0 27px 0;
    width: 30%;
}

.fitem4 a .photo img {
    margin-bottom: -20px;
}

/*------------------- footer -------------------*/
.fotr {
  padding: 32px 0 35px;
  background-color: #00adb5;
  /*background: linear-gradient(0deg, rgba(0,0,0,0) 46.66%, rgba(0,0,0,.2) 100%);*/
  border-top: 1px solid #CCCCCC;
}
.flexb2 {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leftb {
  width: 30%;
  display: flex;
  align-items: center;
}
.rightb {
  width: 70%;
}
.leftb img {
  width: 200px;
}
.rightb .list {
  margin: -6px -5px 0 0;
  text-align: right;
  line-height: 1.15;
  display: flex;
}
.rightb .list li {
  margin: 0 0 -5px 0;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #fff;
}
.rightb .list li a {
  color: #fff;
  margin-right: 5px;
  font-size: 0.5em;
}
.rightb .list li a:hover {
  opacity: 0.7;
}
address {
  font-style: normal;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
/*------------------- scroll top-------------------*/

#toTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  width: 70px;
}