* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif ;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

iframe {
  height: 450px;
  padding: 0;
}

.headermain {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;  
  width: 100%;
}

.headeriframe {
  width: 100%;
}

.headeriframefoot {
  display: none;
}

.header-wrapper {
  background-color: #293949;
  display: flex;
  opacity: 1;
}

.header-left {
  width: 70%;
}

.header-logo {
  margin: 10px 0;
  padding-left: 20px
}

.header-text {
  color: white;
  line-height: 57px;
  margin-left: 5%;
}

.header-search {
  width: 30%;
}


#sample {
  padding:10px;
  position: relative;
}

.text {
  width:100%;
  height:37px;
  border:1px solid #CCC;
  text-indent: 10px;
}

.btn {
  margin-top: 2px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.fa-star {
  font-size: 29px;
  color: white;
  padding-right: 15px;
}

.fa-just {
  font-size: 30px;
  color: white;
  padding-right: 10px;
}

.fa-shopping-cart {
  font-size: 28px;
  color: white;
  padding-right: 15px;
}

.slider {
  margin-top: 57px;
  width: 100%;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.container {
  text-align: center;
  width: 1170px;
  margin: 0 auto;
}

.catch {
  margin-top: 90px;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 45px;
}

#parentframe {
  width: 100%;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.flex-container li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  margin-bottom: 20px;
}

.popular-img img {
  width: 100%;
}

.price {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #e91616;
}

.main-link  {
  color: white;
  background-color: #18a8a3;
  padding: 10px 15px;
  border-radius: 10px;
}

.tool {
  text-align: center;
}

.tool-item {
  margin-bottom: 10px;
}

.content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.content img {
  width: 50%;
  height: auto;
}

.bland {
  text-align: center;
}

.main-bland {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.main-bland li {
  width: 20%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.main-bland img {
  width: 100%;
  border: solid 2px #18a8a3;
}

.flex-container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-container2 li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}


.category-link {
  text-align: center;
  margin-top: 50px;
}

.cat-img {
  width: 100%;
}

.review {
  text-align: center;
}

iframe {
  border: 0;
}

.swiper-container2 {
  text-align: center;
  margin-bottom: 40px;
}

.info {
  margin-bottom: 20px;
}

.footer-wrapper {
  background-color: #293949;
  text-align: center;
  padding-bottom: 30px;
}

.footer-wrapper img {
  padding: 20px 0;
}

footer ul {
  padding: 0 100px;
}

.flex-container3 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-wrapper a {
  color: white;
  font-size: 15px;
  display: inline;
  padding: 20px;
}

.flex-container4 {
  display: flex;
  justify-content: center;
}

.fa-line {
  font-size: 35px;
  padding: 0 10px;
}

.fa-twitter-square {
  font-size: 35px;
  padding: 0 10px;
}


.fa-instagram {
  font-size: 35px;
  padding: 0 10px;
}

.fa-youtube {
  font-size: 35px;
  padding:  0 10px;
}

.footer-wrapper-bottom {
  background-color: #000;
  text-align: center;
  color: white;
  padding: 10px;
}

.swiper-container3 {
  text-align: center;
  width: 30%;
}

.flex-swiper {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

#search {
  display: none;
}


.demo01 {
  width: 100%;
  background-color: #ccc;
  margin-bottom: 40px;
}

.demo01 td {
  background-color: white;
  padding: 12px 17px;
  text-align: left;
}

.demo01 th {
  background-color: #18a8a3;
  width: 20%;
  color: white;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
}



#search .text {
  font-size: 16px;
  padding: 20px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #18a8a3 solid 2px;
  color: #686868;
  background-color: #f1f0f0;
}


#search .btn {
  top: 13px;
  right: 14px;
}

.text::placeholder {
  color: #686868;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu a {
  margin-top: 5px;
}

.drawer-menu span {
  font-size: 16px;
} 

.menutext-b {
  color: #555555;
  font-weight: bold;
}

.menutext {
  color: #000;
}


.drawer-menu li {
  margin-bottom: 5px;
}


.catch-menu {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 30px;
}

.drawer-caret {
  margin-bottom: 30px;
}

.category-menu {
  color: #25aca5;
  font-weight: bold;
}

.bland-menu {
  color: #e4c30d;
  font-weight: bold;
}

.price-menu {
  color: #e03e74;
  font-weight: bold;
}

.sns-menu {
  color: #4552c4;
  font-weight: bold;
}

h2:first-letter {
  font-size: 150%;
  color: #18a8a3;
}

h2 {
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  border-image: linear-gradient(to right, #18a8a3 0%, #009efd 100%) 1/0 0 4px 0;
  border-style: solid;
  line-height: 5rem;
}

#page_top{
  z-index: 9999;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #3fefee;
  opacity: 0.6;
  border-radius: 50%;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.pay-image {
  text-align: left;
}

#ranking01 {
  max-width: 1170px;
  margin: 0 auto;
}

.info_list {
  width: 80%;
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
}

.info_list li {
  text-align: left;
  border-bottom: solid 2px rgb(158, 158, 158);
  margin-bottom: 12px;
}

.info_text {
  margin-bottom: 10px;
}

.info_date {
  color: white;
  background-color: #18a8a3;
  padding: 5px 5px;
  margin-right: 15px;
}

.info_anker {
  color: #000;
  font-size: 16px;
}

.more {
  display: inline-block;
  color: white;
  background-color: #18a8a3;
  padding: 10px 15px;
  border-radius: 10px;
}

.fa-hand-point-up {
  padding-left: 2px;
}
