charset "utf-8";

body{
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.hero {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(https://gigaplus.makeshop.jp/Kizakura2012/template/img/lp/father/top.jpg);
  position: relative;
}

.text-box {
  position: absolute;
  top: 75%;
  left: 31%;
  width: 720px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #0032a8;
}
.description {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  color: #0032a8;
  text-align: left;
  padding: 10px 0 ;
  color: #0032a8;
}

#main-content {
    width: 100%;
    margin: 0 auto;
    padding:30px 0 30px;
}

.content {
	padding:30px 0;
	max-width: 1000px;
    margin: 0 auto;
}

.tittle-catch {
	font-size: 25px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin: 10px 0 40px 0;
    color: #190a60;
    text-align: center;
    position: relative;
}

.tittle-catch::after{
  content: '';
  width: 120px;
  height: 3px;
  display: inline-block;
  background-color: #190a60;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px)
}

.content-p {
	color: #000;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.1px;
    text-align: left;
}

.img-block-img-1 {
    width: 100%;
    height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(https://gigaplus.makeshop.jp/Kizakura2012/template/img/lp/sake/award.jpg);
	position: relative;
    margin:20px auto 40px;
}

.img-block-img-2 {
    width: 100%;
    height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(https://gigaplus.makeshop.jp/Kizakura2012/template/img/lp/sake/kodawari.jpg);
	position: relative;
    margin:20px auto 40px;
}

.s_type {
    max-width:1000px;
    margin: auto;
    padding-top:20px;
}

.s_type_table {
    background: rgba(255,255,255,1);
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
}

.s_type_table tr {
    border:solid #ccc ;
  	border-width:0px 0px 0px 1px;
}

.s_type_table th {
    background: #190a60;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.s_type_table td {
    border:solid #ccc ;
  	border-width:0px 1px 1px 0px;
    text-align: center;
    vertical-align: middle;
}

.s_type_table_under {
    text-align: center;
    vertical-align: middle;
}

.s_type_table th, .s_type_table td {
    padding:10px;
    font-size: 12px;
    line-height: 25px;
}

/*type_list*/
.type_list {
	padding: 20px 0;
}

.type_list ul{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.type_list ul li {
    width: calc(100%/3);
    max-width: 330px;
    padding: 10px;
    display: flex;
} 

.type_list ul li h4 {
    font-size: 18px;
    color: #190a60;
    text-align: center;
    margin: 10px;
}

.type_list ul li p{
	color: #000;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1.1px;
    text-align: left;
    margin-bottom: 10px;
}

.type_flame {
	border: double 5px #190a60;
	padding:10px;
	flex-direction: column;
    display: flex;
}

.type_flame img {
	width:100%;
}

.icon_more {
  margin-top: auto;
  padding: 10px;
  text-align: center;
  background: #190a60;
  color: #fff;
}

/*ather*/
.ather ul {
	max-width: 1000px;
    margin: 5px auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.ather ul li {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f3f3f3;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.1px;
}

.flex-item1 {
  flex-basis: 20%;
}
.flex-item2 {
  flex-basis: 80%;
}
/* recommend */
.recommend-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.recommend-lineup {
    width: calc(100%/4);
    max-width: 250px;
    padding: 20px;
    text-align: center;
}

.recommend-lineup:hover {
    opacity: .7;
}

.recommend-lineup img {
	display: block;
    width: 100%;
    height: 100%;
}    

.recommend-lineup h4{
    width: 100%;
    font-size: 16px;
    color: #000033;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1.1px;
}

.recommend-lineup p{
    color: #af4233;
	font-size: 15px;
}

.recommend-lineup small {
	font-size: 12px;
}

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

.btnArea .btn {
      width: 100%;
      transition: background 0.3s ease;
      background:#190a60;
      background-size: 200% auto;
      background-position: right top;
      color: #fff;
      height: 60px;
      line-height: 58px;
      font-size: 21px;
      font-weight: 700;
      padding: 0;
      border-radius: 200px;
      border: #190a60 3px solid;
      position: relative;
}

.btnArea .btn:hover {
    opacity: .7;
}


/*SP*/
@media (max-width: 768px) {
.hero {
  height: 90vh;
  background-image: url(https://gigaplus.makeshop.jp/Kizakura2012/template/img/lp/father/top_sp.jpg);
}

.text-box {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-58%, -50%);
  z-index: 100;
}

.title {
  text-align: center;
  font-size: 50px;
}

.description {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
}

#main-content {
    margin: 0 auto;
    padding-bottom: 40px;
}

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

.type_list ul li {
    width: calc(100%/2);
    padding: 10px;
} 

.tittle-catch {
	font-size: 20px;
    line-height: 1.25;
    padding-bottom: 10px;
    margin: 10px 0 40px 0;
}

.s_type_table th, .s_type_table td {
    padding:5px;
    font-size: 10px;
    line-height: 20px;
}

.ather ul {
    display: block;
}

.recommend-lineup {
    width: calc(100%/2);
    max-width: 250px;
    padding: 10px;
    margin-bottom: 20px;
}
.recommend-lineup h4{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.1px;
}
.btnArea {
	max-width: 400px;
    margin: 40px auto;
}
.tukuri-block-list li {
    width: calc(100%/1);
    max-width: 500px;
    padding: 10px 10px 30px 10px;
}
}

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