@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP",'Arial', sans-serif, 'メイリオ';
	background-color:#fff;
  color: #323232;
  letter-spacing: 0.175em;
  font-weight: 300;
transition: all .3s;
}
p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-all;
}

p {
  font-size: clamp(13px, calc(10px + 0.625vw), 18px);
  display: block;
  word-wrap: break-word;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  line-height: 28px;
}

section {
  width: 100%;
}
.space{
  width:70%;
  max-width:1200px;
  margin:0 auto;
}
.space2{
  width:85%;
  max-width:1500px;
  margin:0 auto;
}
.space3{
  width:100%;
  max-width:1500px;
  margin:0 auto;
}
@media screen and (max-width:1149px){
.space,.space2{
  width:80%;
}
}
@media screen and (max-width:768px){
.space,.space2{
  width:90%;
}
}
@media screen and (max-width:480px){
.space,.space2{
  width:95%;
}
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.display_cont{
	display:flex;
	flex-wrap:wrap;
}
.display_cont-reverse{
	display:flex;
	flex-wrap:wrap-reverse;
}
.beside_20p_cont{
	width:20%;
	padding-right:20px;
}
.beside_30p_cont{
	width:30%;
}
.beside_50p_cont{
	width:50%;
}
.beside_50p_cont img{
	width:100%;
}
.beside_70p_cont{
	width:70%;
}
.beside_80p_cont{
	width:80%;
}
@media screen and (max-width:1149px){
.beside_20p_cont{
	display:none;
	}
.beside_30p_cont, .beside_50p_cont, .beside_70p_cont, .beside_80p_cont{
	width:100%;
	}
.beside_50p_cont img{
	margin-bottom:50px;
}
}

h1{
	font-size: clamp(10px, calc(10px + 0.625vw), 15px);
    line-height: 20px;
	margin-left:30px;
	white-space:nowrap;
	font-weight:400;
	color:#515151;
}
@media screen and (max-width:768px){
h1{
	font-size:9px;
    line-height: 13px;
    text-align: center;
    width: 90%;
    border-bottom: 1px solid #646464;
    margin: 10px auto;
    padding-bottom: 10px;
}
}
h2{
    width: fit-content;
    font-weight: 100;
  font-size: clamp(30px, calc(30px + 0.625vw), 50px);
    margin: 100px auto 50px auto;
}
h2 span{
  display: block;
	padding-top:30px;
}

@media (max-width: 1150px) {
h2{
    margin: 30px auto 30px auto;
}
}
#key_text p{
	font-size:15px;
	line-height:30px;
}
.txt_size_L{
  font-size: clamp(13px, calc(10px + 0.625vw), 18px);
	line-height: clamp(20px, calc(20px + 0.625vw), 30px);
}
.txt_size_M{
  font-size: clamp(11px, calc(10px + 0.625vw), 16px);
	line-height: clamp(20px, calc(20px + 0.625vw), 28px);
}
.txt_size_S{
	font-size: clamp(9px, calc(10px + 0.625vw), 14px);
	line-height: clamp(20px, calc(20px + 0.625vw), 25px);
}

#somusyo {
	width:100%;
}
#somusyo p{
	text-align: center;
    color: #a5a5a5;
    font-weight: 700;
    font-size: 12px;
	background-color: #f7f7f7;
}
@media (max-width: 768px) {
#somusyo p{
    font-size: 8px;
}
}
#keyvisual {
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
}
.slideSP{
	display:none !important;
}
@media screen and (max-width:768px){
.slidePC{
	display:none !important;
}
.slideSP{
	display:block !important;
}
}


#giga_banner{
	margin-top:45px;
}
@media (max-width: 768px) {
#giga_banner{
	margin-top:25px;
}
}
#giga_banner img{
	margin:5px 0;
}
#foot_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#foot_banner a {
    width: calc(33% - 6px);
	margin:5px 0;
    border: 2px solid #f7f7f7;
    border-radius: 5px;
}
#foot_banner img{
	margin:5px 0;
	border: 2px solid #f7f7f7;
}
#foot_banner_cont{
	margin-top:100px;
	padding:100px 0;
	background-color: #f7f7f7;
}

@media (max-width: 768px) {
#foot_banner_cont{
	margin-top:50px;
	padding:50px 0;
}
#foot_banner a {
    width: calc(50% - 6px);
    margin: 3px 0;
}
}
@media (max-width: 480px) {
    #foot_banner {
        margin: 10px 0;
    }
}
.logo_header{
	width:100%;
	height:100px;
	background-color:#fff;
	display:flex;
    flex-wrap: wrap-reverse;
	align-items: center;
}
.logo_header img{
	max-height:50px;
	margin:25px 0 25px 30px;
}
@media only screen and (max-width: 768px) {
.logo_header{
	width:100%;
	height:120px;
	background-color:#fff;
}
.logo_header img{
	max-height:35px;
	margin:0 0 17.5px 15px;
}
}



.message-title{
  display:flex;
  align-items: center;
  margin-top:50px;
}
@media (max-width: 768px) {
.message-title{
  margin-top:25px;
}
}
.message-title img {
  margin-top:5px;
    display: inline-block;
    max-width: 100%;
    height: 50px;
    vertical-align: bottom;
}
.point {
    display: flex;
    flex-wrap: wrap;
  justify-content:space-between;
}
.point li {
  box-sizing: border-box;
    list-style: none;
    padding: 10px 20px 30px 20px;
    width: 32%;
    border-radius: 5px;
    border: 2px solid #f3f3f3;
    margin: 15px 0;
}
@media (max-width: 768px) {
    .point li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        width: 49%;
    }
}
@media (max-width: 600px) {

    .point li {
        width: 100%;
    }
}
.point_num {
    text-align: center;
}
.point li img {
    max-width: 100%;
    height: auto;
}
.point li p {
    margin: 15px 0 0;
    text-align: center;
}
.point li p span {
  min-height:56px;
    display: block;
    font-weight:700;
    margin: 20px 0;
    color:#fe1362;
}
#top_model .modellist {
	display:flex;
	flex-wrap:wrap;
}
#top_model .modellist a {
    display: inline-block;
    width: 20%;
	vertical-align: top;
    text-decoration: none;
    text-align: center;
}
@media (max-width: 768px) {
#top_model .modellist a {
    width: 25%;
  }
}
#top_model .modellist a span.image {
    display: inline-block;
    padding: 0 5%;
}
#top_model .modellist a span.image img {
    display: block;
	width: 100%;
}
#top_model .modellist a span.text {
    display: block;
    margin: 10px 0 30px 0;
    padding: 0 5%;
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}
#top_price .pricelist table {
        width: 100%;
    min-width: 1000px;
        padding: 0;
        box-sizing: border-box;
        background: linear-gradient(to right, #0B3861, #72BAD0 50%, #5CB6AB);
        background: -moz-linear-gradient(to right,#0B3861,#72BAD0 50%,#5CB6AB);
        background: -webkit-linear-gradient(linear,left center,right center,from(#0B3861),color-stop(#72BAD0),to(#5CB6AB));  
}
.subtitles {
        padding: 20px;
        background: linear-gradient(#40bfc1, #23a4b8);
        background: -moz-linear-gradient(#40bfc1, #23a4b8);
        background: -webkit-linear-gradient(linear,top,bottom,from(#40bfc1),to(#23a4b8));
        color: #fff;
        font-size: 20px;
        letter-spacing: 4px;
        line-height: 1.5;
        text-align: center;
}
@media (max-width: 480px) {
.subtitles {
        font-size: 4vw;
        white-space: nowrap;
      }
}
#top_price .pricelist table thead {
        width: 100%;
        box-sizing: border-box;

}
#top_price .pricelist table thead tr {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
    }
#top_price .pricelist table thead tr th:nth-of-type(1) {
  width: 28%;
  vertical-align: middle;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #5CB6AB;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#top_price .pricelist table thead tr th:nth-of-type(1) img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#top_price .pricelist table thead tr th:nth-of-type(n+2) {
  width: 12%;
  vertical-align: middle;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #5CB6AB;
  background-image: url(../gigamedia_img/top_price_3.jpg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top left;
  font-size: 14px;
  font-weight: bold;
        text-align: center;
}
#top_price .pricelist table thead tr th:nth-of-type(3) {
        background-image: url(../gigamedia_img/top_price_4.jpg);
}
#top_price .pricelist table thead tr th:nth-of-type(4) {
        background-image: url(../gigamedia_img/top_price_5.jpg);
}
#top_price .pricelist table thead tr th:nth-of-type(5) {
        background-image: url(../gigamedia_img/top_price_6.jpg);
}
#top_price .pricelist table thead tr th:nth-of-type(6) {
        background-image: url(../gigamedia_img/top_price_7.jpg);
}
#top_price .pricelist table thead tr th:nth-of-type(7) {
        background-image: url(../gigamedia_img/top_price_8.jpg);
}
#top_price .pricelist table tbody tr {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
}
#top_price .pricelist table tbody tr th {
  width: 20%;
  vertical-align: middle;
  background-color: #fff;
  color: #111111;
  border: 1px solid #5CB6AB;
  font-size: 15px;
  text-align: center;
}
#top_price .pricelist table tbody tr td:nth-of-type(1).organic {
  width: 8%;
  vertical-align: middle;
  background: rgb(11, 56, 97, 50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
}
#top_price .pricelist table tbody tr td:nth-of-type(1).electro {
  width: 8%;
  vertical-align: middle;
  background: rgb(114, 186, 208, 50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
}
#top_price .pricelist table tbody tr td:nth-of-type(n+2) {
  width: 12%;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #5CB6AB;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  font-family: Arial;
}
#top_price .pricelist table tbody tr td:nth-of-type(n+2).preparation {
  color: #a9a9a9;
  font-size: 14px;
}
#top_price .pricelist table tbody tr td:nth-of-type(n+2).preparation span {
  display: inline-block;
  padding: 2px 6px;
  margin: 5px;
  background: #a9a9a9;
  color: #fff;
  font-size: 14px;
}
.new-title {
  background: #D3D3D3;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin-top:100px;
}
@media (max-width: 768px) {
.new-title {
  margin-top:50px;
}
}
.top_area ul {
  list-style: none;
}
.top_area li {
  float: left;
  width: 25%;
}
.top_area li img {
  display: block;
  width: 100%;
  height: auto;
}


footer #content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer #content .sentence {
  width: 40%;
  height: 650px;
  vertical-align: top;
  padding: 50px;
  background: #b7ad87;
  font-weight: 500;
}
footer #content .menu {
    width: 20%;
    padding: 50px 10px;
    vertical-align: top;
}
footer #content .store {
    width: 40%;
    padding: 50px 10% 50px 20px;
    vertical-align: top;
}
footer #content .store .subtitle p {
    color: #333;
    font-weight: bold;
    letter-spacing: 4px;
}
footer #content .menu .subtitle p {
    color: #333;
    font-weight: bold;
    letter-spacing: 4px;
}
footer #content .menu .link .acMenu dt p {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}
footer #content .menu .link{
    margin: 15px 0 0 0;
}
footer #content .menu .link p a {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
   text-decoration: none;
}
footer #content .sentence p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}   
footer #content .menu .link .acMenu dd {
        display: none;
}
footer #content .store .acMenu dd {
    display: none;
    padding: 10px 5px;
}
footer #content .store .acMenu dd p{
    font-size: 14px;
}
footer #content .store .acMenu dd p span {
    display: block;
    width: 100%;
    margin: 30px auto 10px auto;
    padding: 2px 0;
    background: #13b5b1;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}
footer #content .store .acMenu dd p a {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    text-decoration: none;
    padding: 7px 0 0 0;
}
footer #content .store .acMenu dd p a:nth-of-type(2) {
    margin: 0 0 0 5px;
    padding: 2px 4px;
    background: #646464;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    float: right;
}
.top_space{
  margin-top:15px;
}
.top_line{
  border-top: 1px solid #e6e6e6;
}
footer #content .store .acMenu dt{
    padding:10px 0;
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}
 footer #content .menu .link dt{
    width:fit-content;
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}
footer #content .store .acMenu dt i ,footer #content .menu .link dt i{
    float: right;
    margin-left:30px;
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
footer #copyright p {
    padding: 20px;
    background: #333;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}


@media only screen and (max-width: 1200px) {
footer #content .store {
  width:50%;
    display: block;
    padding: 50px 10px 50px 10px;
}
footer #content .menu {
    width: 50%;
}
footer #content .sentence {
  width: 100%;
  height: 300px;
  margin-bottom:30px;
}
}
@media only screen and (max-width: 768px) {

footer #content .store {
  width:100%;
  padding: 0px 10px 50px 10px;
}
footer #content .menu {
    width: 100%;
}
}