@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

html {
  font-size: 16px;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #444;
  margin: 0;
}

.container {
  width: 100%;
  min-height: 100vh;
  height: auto;
  color: #2b2b2b;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

:focus {
  outline: none;
}

.only_pc {
  display: none;
}

.only_smt {
  display: block;
}

/* header */
.global-header {
  position: relative;
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 4px;
  border-top: 1px solid #f3ad47;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: none;
}
.global-header:before {
  display: none;
}
.global-header__inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.global-header__logo {
  display: block;
  margin: 0 auto 0 10px;
  padding: 20px 0;
  width: 65px;
}
.global-header__logo img {
  width: 100%;
  height: auto;
}

/* footer */
.cm-footer {
  position: relative;
  padding-bottom: 80px;
  background-color: #fff;
}
.cm-footer__pagetop {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.cm-footer__pagetop a {
  display: block;
  padding: 15px 0;
  text-align: center;
}
.cm-footer__pagetop a:before {
  position: relative;
  top: 4px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c3c3c3;
  border-left: 2px solid #c3c3c3;
  margin: 0 auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-footer__pagetop a p {
  margin-top: 10px;
  color: #999;
  font-size: 13px;
  line-height: 1.2;
}
.cm-footer__link {
  padding: 15px 0;
}
.cm-footer__link ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  text-align: center;
}
.cm-footer__link ul + ul {
  margin-top: 8px;
}
.cm-footer__link li {
  margin: 0;
  list-style: none;
  display: inline-block;
  padding: 0 9px 0 7px;
  border-right: 1px solid #999;
  line-height: 1;
}
.cm-footer__link a {
  padding: 0;
  color: #999;
  font-size: 12px;
  line-height: 1;
}
.cm-footer__copyright {
  font-size: 10px;
  padding-bottom: 20px;
  color: #999;
  text-align: center;
}
.cm-footer__copyright:before {
  display: block;
  width: 31px;
  height: 25px;
  margin: 0 auto 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 31px 25px;
  content: "";
}

/* appear */
/* js */
.left-right {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.right-left {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.bottom-top {
  padding-top: 3rem;
  padding-bottom: 0;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.bottom-top--shown {
  padding-top: 0;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.is-show {
  webkit-clip-path: inset(0) !important;
  clip-path: inset(0) !important;
}

.max-width {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 4%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.midashi {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

/* caution */
.caution {
  font-size: .75rem;
  text-align: center;
  line-height: 1.6em;
  padding: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.caution p {
  margin-bottom: .75rem;
}

/* kv */
.kv {
  position: relative;
  background-color: #FFF;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kv__title {
  display: inline-block;
  width: 100%;
  color: #5bc2dc;
  font-size: 7.2vw;
  line-height: 1;
  font-weight: 700;
}
.kv__title span {
  display: inline-block;
  background-color: #2b2b2b;
  padding: .5em;
  margin-bottom: .25em;
}
.kv__logo {
  width: 80%;
  margin: 2.5rem auto 0;
}
.kv__by {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.kv__by img {
  width: 23%;
}
.kv__description {
  font-size: .75rem;
  line-height: 2.2em;
  font-weight: 700;
  margin-bottom: 2rem;
}

/* description */
.description {
  background-color: #5bc2dc;
  padding: 1.25rem 4vw;
  color: #FFF;
}
.description__title {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
  margin-bottom: .75rem;
}
.description__txt {
  font-size: .875rem;
  line-height: 1.4em;
}

/* about */
.about {
  width: 92%;
  margin: 0 auto 6rem;
  padding-top: 3rem;
}
.about__txt {
  width: 87%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.about__link a {
  display: block;
  width: 75%;
  margin: 0 auto;
  background-color: #FFF;
  color: #5bc2dc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #5bc2dc;
  text-align: center;
  padding: 1em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about__link a span {
  display: block;
  width: 45%;
  margin: 0 auto .5rem;
}
.about__logo {
  width: 35%;
  margin: .75rem auto 0;
}

/* top_user */
.top_user {
  background-color: #fefaf0;
  padding: 0 0 6rem;
}
.top_user__midashi {
  margin-bottom: 3rem;
}
.top_user__midashi__logo {
  width: 100%;
  height: auto;
  margin: 0 auto 2rem;
}
.top_user__midashi__txt {
  width: 70%;
  margin: 0 auto 1.5rem;
}
.top_user__midashi__caption {
  text-align: center;
  font-size: .75rem;
  line-height: 1.6;
}
.top_user__wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.top_user__one {
  width: 92%;
  background-color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 1.5rem;
  -moz-box-shadow: 0 1px 16px #eee;
  -webkit-box-shadow: 0 1px 16px #eee;
  box-shadow: 0 1px 16px #eee;
}
.top_user__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem 1rem .75rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: .75rem;
}
.top_user__header__icon {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: .75rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.top_user__header__txt {
  flex: 1;
}
.top_user__header__txt__cat {
  margin-bottom: .5rem;
}
.top_user__header__txt__cat ul {
  display: -webkit-flex;
  display: flex;
  font-size: .625rem;
}
.top_user__header__txt__cat ul li {
  border: 1px solid #ccc;
  padding: .25em .5em;
  margin-right: .5em;
}
.top_user__header__txt__copy {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: .5rem;
}
.top_user__header__txt__name {
  font-size: .875rem;
}
.top_user__description {
  width: 92%;
  margin: 0 auto .75rem;
  font-size: .8125rem;
  line-height: 1.4em;
  padding: 0 0 .75rem;
  border-bottom: 1px dashed #ccc;
}
.top_user__restaurant {
  width: 92%;
  margin: 0 auto .75rem;
}
.top_user__restaurant__copy {
  font-size: .75rem;
  line-height: 1.6em;
}
.top_user__tag {
  width: 92%;
  margin: 0 auto 1.25rem;
  color: #ffa014;
  font-size: 1.25rem;
  font-weight: 700;
}
.top_user__link a {
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  background-color: #ffa014;
  padding: 1em 0;
}
.top_user__link a:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top_user__txt {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 2rem;
}
.top_user__bnr {
  width: 90%;
  background-color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #ccc;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .center, .kv__title, .top_user__midashi__logo {
    margin-left: auto;
    margin-right: auto;
  }

  html {
    font-size: 16px;
  }

  .only_smt {
    display: none;
  }

  .only_sp {
    display: block;
  }

  /* headrer */
  .global-header {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2px;
    background-color: #fafbfc;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .global-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, #ff8214, #ffca00);
  }
  .global-header__inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .global-header__logo {
    display: block;
    width: 75px;
    margin-left: 0px;
    padding: 24px 0 20px;
  }
  .global-header__logo img {
    width: 100%;
  }

  .global-header__nav {
    font-size: .675rem;
  }

  .main {
    width: 100%;
    margin: 2rem auto;
  }

  .caution {
    font-size: 1rem;
    line-height: 1.8em;
  }

  .kv__title {
    display: block;
    width: 960px;
  }
  .kv__logo {
    width: 640px;
    margin-top: 4rem;
  }

  .about {
    padding-top: 4.5rem;
    margin-bottom: 9rem;
  }
  .about__txt {
    width: 640px;
    margin-bottom: 4.5em;
  }
  .about__link a {
    width: 480px;
    padding: 1.5em 0;
  }

  .top_user {
    padding-top: 9rem;
  }
  .top_user__midashi__logo {
    width: 960px;
    margin-bottom: 4.5rem;
  }
  .top_user__midashi__txt {
    width: 480px;
    margin-bottom: 3em;
  }
  .top_user__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .top_user__one {
    position: relative;
    width: 31%;
    padding-bottom: 3rem;
  }
  .top_user__link {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
  }
  .top_user__txt {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .top_user__bnr {
    width: 480px;
  }
}
