@charset "UTF-8";
/* CSS Document */
/* font */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'galanogrotesque-muploadedfile';
  src: url('fonts/galano_grotesque_medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'galanogrotesque-ruploadedfile';
  src: url('fonts/galano_grotesque.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'blaimim';
  src: url('fonts/Blaimim.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'collectionregular';
  src: url('fonts/collection.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.woff?lljdag') format('woff');
  src: url('fonts/icomoon.woff?lljdag') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-attention {
  position: relative;
  display: inline-block;
}
.icon-attention:before, .icon-attention:after {
  font-family: 'icomoon' !important;
  content: "\e904";
  display: inline-block;
  position: absolute;
  top: -40%;
  z-index: 2;
}
.icon-attention:before {
  transform: rotateY(180deg);
  left: -30px;
}
.icon-attention:after {
  right: -30px;
}
/* base */
body {
  margin: 0;
  padding: 0;
}
.greige-landing {
	position: relative;
  font-family: 'galanogrotesque-ruploadedfile', "游ゴシック体", YuGothic, "Noto Sans Japanese";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #231815;
  text-align: center;
  font-size: 18px;
  overflow-x: hidden;
}
ul, li, a, img, div, p, input, textarea, span {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  vertical-align: top;
  outline: none;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}
img {
  width: 100%;
  height: 100%;
	object-fit: contain;
}
p span, span span {
    vertical-align: baseline;
}
.blaimim {
    font-family: 'blaimim';
	font-weight: normal;
}
/*font size*/
.size12 {
  font-size: 12px;
}
.size14 {
  font-size: 14px;
}
.size16 {
  font-size: 16px;
}
.size18 {
  font-size: 18px;
}
.size21 {
  font-size: 21px;
}
.size24 {
  font-size: 24px;
}
.size28 {
  font-size: 28px;
}
.size32 {
  font-size: 32px;
}
.size36 {
  font-size: 36px;
}
.size38 {
  font-size: 38px;
}
.size40 {
  font-size: 40px;
}
.size42 {
  font-size: 42px;
}
.size48 {
  font-size: 48px;
}
.size60 {
  font-size: 60px;
}
@media(max-width: 800px) {
  .size14 {
    font-size: 13px;
  }
	.size16 {
  font-size: 15px;
}
  .size18, .greige-landing {
    font-size: 17px;
  }
  .size21 {
    font-size: 20px;
  }
  .size24 {
    font-size: 22px;
  }
  .size28 {
    font-size: 26px;
  }
  .size32 {
    font-size: 30px;
  }
  .size36 {
    font-size: 33px;
  }
  .size38 {
    font-size: 30px;
  }
  .size40 {
    font-size: 32px;
  }
  .size42 {
    font-size: 36px;
  }
  .size48 {
    font-size: 42px;
  }
  .size60 {
    font-size: 52px;
  }
}
@media(max-width: 600px) {
	.size12 {
  font-size: 2.5vw;
}
  .size14 {
    font-size: 3.3vw;
  }
	.size16 {
  font-size: 3.5vw;
}
  .size18, .greige-landing {
    font-size: 4vw;
  }
  .size21 {
    font-size: 4.3vw;
  }
  .size24 {
    font-size: 4.6vw;
  }
  .size28 {
    font-size: 5vw;
  }
  .size32 {
    font-size: 5.3vw;
  }
  .size36 {
    font-size: 5.5vw;
  }
  .size38 {
    font-size: 5.8vw;
  }
  .size40 {
    font-size: 6vw;
  }
  .size42 {
    font-size: 6.3vw;
  }
  .size48 {
    font-size: 6.8vw;
  }
  .size60 {
    font-size: 7vw;
  }
}
/* color */
.c-blue, .b-blue {
  background-color: #00a2ff;
}
.c-blue:before, .t-blue:before, .t-blue, .a-blue:before, .a-blue:after {
  color: #00a2ff;
}
.c-orange, .b-orange {
  background-color: #ff9200;
}
.c-orange:before, .t-orange:before, .t-orange, .a-orange:before, .a-orange:after {
  color: #ff9200;
}
.c-black:before, .t-black, .a-black:before {
  color: #231815;
}
.c-green:before, .t-green:before, .t-green {
  color: #7fd826;
}
.b-green {background-color: #7fd826}
.b-yellow {background-color: #ffff00;}
.a-yellow:before, .a-yellow:after, .t-yellow {
  color: #ffff00;
}
.t-white {
  color: #fff;
}
.b-white {
	background-color: #fff;
}
.b-black {
	background-color: #231815;
}
.box-white {
  background-color: #fff;
  padding: 30px 20px 20px;
}
.line-yellow {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.line-yellow:after {
  content: '';
  background-color: #ffff00;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out 0.2s;
  -moz-transition: 0.5s ease-in-out 0.2s;
  -o-transition: 0.5s ease-in-out;
  0.2s;
  transition: 0.5s ease-in-out 0.2s;
  display: block;
  position: absolute;
  z-index: -1;
  height: 40%;
  top: 50%;
  opacity: 1 !important;
}
/*
.line-yellow.active:after {
  width: 100%;
}
*/
/* circle sankaku*/
.circle-box {
	position: relative;
}
.circle {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    align-items: center;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
	border-radius: 50%;
}
.circle span {
	display: block;
}
.circle400 {
	width: 400px;
	height: 400px;
}
.circle250 {
	width: 250px;
	height: 250px;
}
.circle120 {
	width: 120px;
	height: 120px;
}
.circle100 {
	width: 100px;
	height: 100px;
}
.circle80 {
	width: 80px;
	height: 80px;
}
.circle60 {
	width: 60px;
	height: 60px;
}
.circle-top {
	left: -20px;
	top: -20px;
}
.circle-bottom {
	bottom: -20px;
	right: -20px;
}
.sankaku:before {
	content: '';
    position: absolute;
    border-top: 50px solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
	z-index: -1;
	width: 0;
    height: 0;
}
.sankaku-right:before {
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
}
.sankaku-top:before {
    top: -50px;
    transform: rotate(180deg);
	left: 0;
    right: 0;
    margin: auto;
}
.sankaku-bottom:before {
    bottom: -20px;
	left: 0;
    right: 0;
    margin: auto;
}
.sankaku-naname:before {
    transform: rotate(165deg);
    left: -5px;
    bottom: 5px;
}
@media(max-width: 1100px) {
	.circle400 {
	width: 350px;
	height: 350px;
}
.circle250 {
	width: 200px;
	height: 200px;
}
	.circle120 {
	width: 110px;
	height: 110px;
}
.circle100 {
	width: 90px;
	height: 90px;
}
.circle80 {
	width: 75px;
	height: 75px;
}
.circle60 {
	width: 55px;
	height: 55px;
}
	.sankaku-top:before {
    top: -40px;
}
}
@media(max-width: 800px) {
	.circle400 {
	width: 300px;
	height: 300px;
}
.circle250 {
	width: 180px;
	height: 180px;
}
}
@media(max-width: 600px) {
.circle400 {
	width: 60vw;
	height: 60vw;
}
.circle250 {
	width: 40vw;
	height: 40vw;
}
	.circle120 {
	width: 22vw;
    height: 22vw;
}
.circle100 {
	width: 20vw;
    height: 20vw;
}
.circle80 {
	width: 18vw;
    height: 18vw;
}
.circle60 {
	width: 16vw;
    height: 16vw;
}
	.sankaku-top:before {
    top: -25px;
}
}

/*greige contents */
.landing-header {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    right: 10px;
    top: 10px;
    max-width: 120px;
    width: 30vw;
}
.greige-landing a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
}
.txt-bold {
  font-weight: bold;
  font-family: 'galanogrotesque-muploadedfile', "游ゴシック体", YuGothic, "Noto Sans Japanese" !important;
}
.greige-area {
	max-width: 1000px;
	margin: 120px auto;
}
.greige-area > p {
	margin: 30px 0;
}
.frame-img {
  max-width: 600px;
  border: solid 20px #fff;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
  display: block;
  margin: auto;
}
.greige-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: auto;
}
.item2 {
  width: 48%;
  width: -webkit-calc((100% - 20px)/2);
	width: -o-calc((100% - 20px)/2);
	width: -moz-calc((100% - 20px)/2);
	width: -ms-calc((100% - 20px)/2);
  width: calc((100% - 20px)/2);
}
.item3 {
  width: 31%;
  width: -webkit-calc((100% - 40px)/3);
  width: -o-calc((100% - 40px)/3);
  width: -moz-calc((100% - 40px)/3);
  width: -ms-calc((100% - 40px)/3);
  width: calc((100% - 40px)/3);
}
.item4 {
  width: 22%;
  width: -webkit-calc((100% - 60px)/4);
  width: -o-calc((100% - 60px)/4);
  width: -moz-calc((100% - 60px)/4);
  width: -ms-calc((100% - 60px)/4);
  width: calc((100% - 60px)/4);
}
.item2, .item3, .item4 {
  margin-right: 20px;
  box-sizing: border-box;
}
.item2:nth-of-type(2n), .item3:nth-of-type(3n), .item4:nth-of-type(4n) {
  margin-right: 0;
}
a.greige-bt {
  display: inline-block;
    line-height: 50px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #231815;
    width: 80%;
    max-width: 400px;
    margin: 30px auto;
    text-align: center;
    border-radius: 25px;
}
.title-box {
    display: inline-block;
	position: relative;
}
.title-fukidashi {
    margin: 30px 10px 60px;
}
.title-fukidashi span {
	height: 3px;
	background-color:#231815;
}
.title-fukidashi span:first-of-type, .title-fukidashi span:nth-of-type(4) {
    width: 48%;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}
.title-fukidashi span:nth-of-type(2) {
    width: 25px;
    transform: rotate(50deg);
    margin: 9px -5px 0;
}
.title-fukidashi span:nth-of-type(3) {
    width: 25px;
    transform: rotate(-50deg);
    margin: 9px -5px 0;
}
.round-img {
	border-radius: 50%;
}
.detail-box:first-of-type {
	border-top: solid 1px;
}
.detail-box li {
    padding: 10px;
	border-bottom: dashed 1px;
}
.detail-box li:last-of-type {
	border-bottom: 0;
}
.detail-box li:first-of-type {
    text-align: center;
    position: relative;
}
.detail-box .circle-box {
    display: inline-block;
    margin: 30px;
}
.detail-box img {
    max-width: 240px;
    display: block;
    margin: auto;
}
#greige-top {
    bottom: 30px;
    position: fixed;
    display: none;
    right: 30px;
    background-color: rgba(255,255,255,0.5);
    width: 50px;
    height: 50px;
    padding: 12px;
    transform: rotate(-90deg);
    border-radius: 50%;
    z-index: 300;
}
#greige-top img {
    height: 26px;
    width: auto;
}
@media(max-width: 1040px) {
.greige-area {
	padding: 0 5px;
	margin: 100px 0;
}
}
@media(min-width: 801px) {
.sp {display: none}
	.detail-box:nth-of-type(2) {
    border-top: solid 1px;
}
	.item2:nth-of-type(n+3) {
    margin-top: 20px;
}
	.detail-box {
	width: 50%;
	border-bottom: solid 1px;
	border-left: solid 1px;
}
.detail-box:last-of-type {
    border-right: solid 1px;
}
}
@media(max-width: 800px) {
	.pc {display: none}
.greige-area {
	margin: 80px 0;
}
	.greige-area > p {
		margin: 20px 0;
	}
	.item2, .item3 {
		width: 100%;
  margin: 10px 0;
}
	.item4 {
		width: 50%;
  margin: 10px 0;
		padding: 10px;
}
	.detail-box {
		width: 100%;
		border-right: solid 1px;
    border-left: solid 1px;
	}
	.detail-box:nth-of-type(2) {
	border-top: solid 1px;
}
	.detail-box:last-of-type {
    border-bottom: solid 1px;
}
	.detail-box img {
    max-width: 50vw;
	}
	.frame-img {
    border: solid 10px #fff;
}
	a.greige-bt {
    line-height: 40px;
    margin: 10px auto;
}
}

/*main*/
#landing-main > div:first-of-type {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    align-items: center;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
	position: relative;
	width: 100%;
	padding: 50px;
	background: url("img/main-back.jpg") no-repeat center;
	background-size: cover;
}
.main-txt .circle {
    position: relative;
}
.main-txt .circle250 {
    margin-left: 250px;
}
.main-item .circle-box {
    width: 300px;
}
.main-item .circle-box:nth-of-type(2) {
    margin-left: 200px;
}
#landing-main .b-green {
    padding: 50px 20px;
    line-height: 2.5em;
}
@media(max-width: 800px) {
	#landing-main > div:first-of-type {
		padding: 30px;
	}
.main-txt .circle250 {
    margin-left: 200px;
}
	.main-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
	.main-item .circle-box {
    width: 50%;
		padding: 10px;
}
	.main-item .circle-top {
    left: 0;
    top: 0;
}
	.main-item .circle-box:nth-of-type(2) {
    margin-left: 0;
}
}
@media(max-width: 600px) {
.main-txt .circle250 {
    margin: -20px 0 20px 40vw;
}
	#landing-main > div:first-of-type {
		padding: 30px 10px;
	}
}
/* intro */
#landing-intro .greige-box .item2 img {
    max-height: 300px;
    object-fit: contain;
}
#landing-intro .greige-box .item2 p.size16 {
    margin-top: -50px;
}
p + .title-box {
    margin-top: 120px;
}
.title-box .circle100 {
    left: -130px;
    top: -30px;
}
#landing-intro > .greige-box:nth-of-type(2) {
    margin: 50px auto;
}
#landing-intro > .greige-box:nth-of-type(2) .round-img {
    max-width: 300px;
    max-height: 300px;
}
#landing-kodawari .greige-box .b-blue {
    padding: 30px 6px;
}
@media(min-width: 749px) {
#landing-intro > .greige-box:nth-of-type(2) {
    text-align: left;
}
}
@media(max-width: 748px) {
#landing-intro > .greige-box li:first-of-type {
    margin-bottom: 50px;
}
	#landing-intro .title-box .circle100 {
    left: 0;
    top: -22vw;
}
	#landing-intro .title-box .sankaku-right:before {
    right: -5px;
    top: 0;
    bottom: -30px;
    transform: rotate(-45deg);
}
}
@media(max-width: 600px) {
#landing-intro > .greige-box:nth-of-type(2) .round-img {
    max-width: 60vw;
    max-height: 60vw;
}
}
/* meritto*/
#landing-meritto .fukidashi-box:nth-of-type(n+2) {
    margin-top: 120px;
}
#landing-meritto .sankaku {
    position: relative;
    z-index: 1;
	padding: 30px 10px;
}
.greige-checkbox {
    margin: 50px auto 0;
    display: inline-block;
    padding: 50px;
    text-align: left;
}
.greige-checkbox li {
    margin-bottom: 10px;
	padding-left: 	40px;
	position: relative;
}
.greige-checkbox li:last-of-type {
    margin-bottom: 0;
}
.greige-checkbox li:before {
    width: 30px;
    height: 30px;
    content: '';
    background: url(img/icon-check.png) no-repeat center;
    background-size: contain;
    position: absolute;
	left: 0;
	top: 0;
}
@media(max-width: 748px) {
#landing-meritto .fukidashi-box:nth-of-type(n+2) {
    margin-top: 80px;
}
	.greige-checkbox {
    margin: 30px auto 0;
    padding: 20px;
}
	.greige-checkbox li {
    padding-left: 8vw;
}
	.greige-checkbox li:before {
    width: 7vw;
    height: 7vw;
	}
}
/*product*/
#landing-product .sankaku {
    position: relative;
}
#landing-product .circle80 {
    margin-left: 50px;
}
#landing-product img {
    max-width: 60%;
}
#landing-course .hikaku-box {
    border: solid 1px;
}
#landing-course .hikaku-box .sankaku {
    margin-bottom: 10px;
    padding: 10px;
    line-height: 25px;
	position: relative;
    z-index: 1;
}
#landing-course .hikaku-box .size14 + .size14, #landing-course .hikaku-box .line-yellow + .size14 {
    margin-top: 10px;
}
@media(min-width: 801px) {
	#landing-course .hikaku-box {
	margin-top: 80px;
}
#landing-course .hikaku-box .sankaku {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 100%;
}
	#landing-course .hikaku-box li {
		width: 33.33333333%;
		padding: 20px;
    position: relative;
	border-right: solid 1px;
}
	#landing-course .hikaku-box li:nth-of-type(3n) {
	border-right: none;
}
	#landing-product .item2:nth-of-type(2n) {
    text-align: left;
    padding-top: 30px;
}
}
@media(max-width: 800px) {
	#landing-course .hikaku-box li {
		width: 100%;
		padding: 20px 10px;
	border-bottom: solid 1px;
}
	#landing-course .hikaku-box li:last-of-type {
	border-bottom: none;
}
	#landing-product .item2:nth-of-type(2n) {
    margin-top: -30px;

}
	#landing-course .hikaku-box .sankaku {
    margin-bottom: 30px;
}
}
/* delivery*/
#landing-course > .b-blue {
  padding: 80px;
    margin-top: 50px;
}
#landing-course .b-white {
    padding: 50px 10px;
}

#landing-course li {
    padding: 50px 30px 50px;
}
#landing-course img {
    max-width: 200px;
}
@media(max-width: 800px) {
#landing-course > .b-blue {
    padding: 50px 10px;
    margin-top: 20px;
}
	#landing-course li {
    padding: 30px 20px;
}
	#landing-course img {
    max-width: 30vw;
}
}

/*howto*/
#howto .icon-arrow:before {
  font-size: 70px;
  padding-top: 20px;
  display: inline-block;
}
#landing-derivery .use {
  text-align: left;
}
#landing-derivery .use p.size28 {
    margin: 50px 0 20px;
}
#landing-derivery .info {
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#landing-derivery .info div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#landing-derivery .info .detail {
  width: 280px;
  position: relative;
}
#landing-derivery .info .detail p {
  position: absolute;
  margin: 0;
}
.qanda li {
  position: relative;
  padding: 10px 10px 10px 60px;
}
.qanda li:nth-of-type(2n+1) {
  background-color: #00a2ff;
}
.qanda li:nth-of-type(2n) {
  background-color: #eee;
  margin-bottom: 10px;
}
.qanda li:before {
  font-family: 'blaimim';
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 44px;
}
.qanda li:nth-of-type(2n+1):before {
  content: 'Q';
}
.qanda li:nth-of-type(2n):before {
  content: 'A';
  color: #00a2ff;
}
#greige-top {
  bottom: 30px;
  position: fixed;
  display: none;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  padding: 12px;
  transform: rotate(-90deg);
  border-radius: 50%;
  z-index: 300;
}
#greige-top img {
  height: 26px;
  width: auto;
}
/* anime
.anime {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.fade {
  opacity: 0;
}
.up {
  opacity: 0;
  transform: translateY(50px);
}
.big {
	transform: scale(0)
}
.fade.active {
  opacity: 1;
}
.up.active, .active .up {
  opacity: 1;
  transform: translateY(0);
}
.big.active {
	transform: scale(1)
}
*/
/*cart*/
.buy_box {
  width: 90%;
  max-width: 600px;
  margin: 120px auto;
  border: solid 1px;
  padding: 0 30px 30px;
  box-sizing: border-box;
}
.buy_box a {
  text-decoration: underline;
}
.selectItem {
  line-height: 42px;
  font-size: 14px;
}
.selectItem li select {
  width: 300px;
  height: 42px;
  margin-left: 10px;
  max-width: 80%;
}
.buy_attention {
  margin: 30px 0;
}
input[type="submit"] {
  background-color: #06790e;
  color: #fff;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.3em;
  padding-left: 1em;
  width: 100%;
  cursor: pointer;
}
#info ul {
  max-width: 860px;
  margin: auto;
  font-size: 14px;
}
#info ul li {
  width: 50%;
  padding: 20px;
  text-align: left;
}
#info img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: -20px;
}
.info-title {
  border-bottom: solid 2px;
  margin-top: 50px;
  padding-bottom: 5px;
}
@media(max-width: 748px) {
  #info ul li {
    width: 100%;
  }
  .list-box {
    font-size: 3vw;
  }
  .list-box li:before {
    width: 30px;
    height: 20px;
  }
}
/*footer
==================================================================================*/
#footer {
  width: 100%;
  padding: 55px 0 55px 0;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
}
#footer nav {
  display: block;
  margin: 0 0 32px 0;
}
#footer nav li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#footer nav li:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
}
#footer nav li:first-child:before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
}
#footer a {
  color: #fff;
}
.package {
  width: 70vw;
  max-width: 500px;
  position: relative;
  margin: 0 auto 30px;
}
.package img:first-of-type {
  width: 40%;
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 10px;
}

/*追加分*/

a.greige-bt:hover {
    background-color: #333;
}
.txt-left {
    text-align: left;
    padding: 0% 2%;
}
.txt-center {
    text-align: center;
}

@media(min-width: 801px) {
#landing-intro .title-box + .txt-left {
    display: inline-block;
}
}


/*tsuika
==================================================================================*/

.dot-list {
    margin-bottom: 50px;
}
.dot-list li {
	padding-left: 20px;
	position: relative;
	line-height: 24px;
}
.dot-list li:before {
    content: '●';
    font-size: 10px;
    position: absolute;
	left: 0;
}
