/*reset*/

ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
div {
  box-sizing: content-box;
  list-style: none;
  margin: 0;
  padding: 0;
}


/*PC__________________________________________________________________________________________*/

html {
  scroll-behavior: smooth;
  position: relative;
}

.sp {
  display: none !important;
}

.hidden_area{
  display: none !important;
}

h2 {
  width: 100%;
  max-width: 510px;
  height: auto;
  margin: 0 auto;
}

h3 {
  width: 90%;
  max-width: 700px;
  height: auto;
  margin: 30px auto;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  color: #000000;
}

a {
  text-decoration: none;
}

.m_plus1 {
  font-family: 'M PLUS 1', sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  font-family: sans-serif;
  position: relative;
  overflow-x: hidden;
  margin: 0;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center bottom;
  z-index: -50;
}

.fix_bt {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: rgb(0 0 0 / 0.2);
  z-index: 100;
}

.fix_bt_area {
  width: 750px;
  height: auto;
  margin: 0 auto;
  padding: 0.8em 0;
  display: flex;
}

/* ---------
.link_bt {
  width: 32%;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.2em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1%;
  background-color: #ff8e38;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
--------- */

.link_bt {
  width: 40%;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.8em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1%;
  background-color: #ff8e38;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  margin: 0 auto;
}


.link_bt:hover {
  opacity: 0.8;
}

#mv {
  width: 100%;
  height: auto;
  background-image: url(../img/mv_bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -50;
}

.mv_img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}

#main {
  width: 80%;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
}

section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  background-image:
    url(../img/sec_line.png),
    url(../img/sec_line.png);
  background-size:
    contain,
    contain;
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    center top,
    center bottom;
  padding: 30px 0;
  margin: 60px auto;
}

.intoro_img {
  width: 90%;
  max-width: 700px;
  height: auto;
  margin: 30px auto;
}

.red {
  color: #cc2726;
  font-weight: 600;
}

#intoro p {
  width: 90%;
  height: auto;
  margin: 30px auto;
}

.bt {
  display: block;
  width: 90%;
  max-width: 320px;
  height: auto;
  padding: 1em 0;
  margin: 0.5em auto;
  transition: 0.5s;
}

.bt:hover {
  opacity: 0.8;
}

.bold {
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  color: #00223f;
  border-top: 10px solid #23aedf;
  border-bottom: 10px solid #23aedf;
  padding: 30px 0;
  margin: 0 auto;
}

#result p {
  width: 80%;
  height: auto;
  border-left: 10px solid #23aedf;
  padding-left: 3%;
  margin: 30px auto;
}

.txt_link {
  text-decoration: underline;
}

.caution {
  font-size: 12px;
}

.result_list {
  margin: 0 auto 30px auto;
}

.center{
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.award_a {
  width: 90%;
  height: auto;
  margin: 30px auto;
}

h4 {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 30px auto;
}

.shop_name_a {
  width: 90%;
  max-width: 660px;
  height: auto;
  margin: 15px auto;
}

.aspect-ratio-box {
  width: 80%;       
  max-width: 500px; 
  margin: 30px auto;
  position: relative; 
  height: 0;          
  overflow: hidden;
  background-image: url(../img/deis_bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}

.ratio {
  padding-top: 100%; 
}

.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center; 
  align-items: center;
}

.display_img {
  position: absolute; 
  width: 93%;
  height: 93%;
  object-fit: contain;
  object-position: center;
  margin: auto;
  cursor: pointer;
}

.zoom {
  width: 3em;
  height: auto;
  position: absolute;
  bottom: 2%;
  left:2%;
  transform: translateX(0); 
  z-index: 50;
  display: flex;
  align-items: center;
  padding: 0.2em 0.5em;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  pointer-events: none;
}

.zoom img {
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  display: block;
}

.zoom p {
  font-size: 0.8em;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.zoom_a {
  width:14.5em ;
}

.comment_area {
  display: flex;
}

.comment {
  width: 96%;
  height: auto;
  margin: 30px 2%;
}

.comment_01 {
  border-radius: 50px;
  background-color: #23aedf;
}

.comment_01 img {
  width: 90%;
  max-width: 135px;
  height: auto;
  padding: 0.5em 0;
  margin: 0 auto;
}

.comment_02 {
  border-radius: 50px;
  background-color: #ff8e38;
}

.comment_02 img {
  width: 90%;
  max-width: 135px;
  height: auto;
  padding: 0.5em 0;
  margin: 0 auto;
}

.comment p {
  margin: 15px auto;
}

.award_sub {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

#area p{
  text-align: center;
}

.area_txt {
  font-size: 20px;
  font-weight: 600;
}

#area .caution{
  font-size: 14px;
}

.award_b {
  width: 46%;
  height: auto;
  margin: 30px 2%;
}

.arae_list {
  width: 80%;
  height: auto;
  border-left: 10px solid #23aedf;
  padding-left: 3%;
  text-align: left !important;
  margin: 60px auto;
}

.no {
  pointer-events: none;
  text-decoration: none;
  color: #000000;
}

#area h4 {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  padding: 0.2em 0;
  border-radius: 50px;
  background-color: #23aedf;
  margin: 30px auto;
}

.shop_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}

.shop {
  width: 30%;
  height: auto;
  margin: 1%;
}

.shop_name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  color: #001d3e;
  margin: 0.1em 0;
}

.shop .display_img {
  width: 95%;
  height: 95%;
  margin: 0 auto;
}

footer {
  background-color: #001d3e;
  width: 100%;
  padding-bottom: 60px;
}

.footer_area {
  width: 1000px;
  display: flex;
  margin: 0 auto;
}

.logo {
  width: 15%;
  padding: 0.5em 0;
}

.logo img {
  display: block;
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
}

.footer_area ul {
  padding: 2em;
  display: flex;
  margin-left: 12%;
}

.footer_area a {
  color: #ffffff;
  text-decoration: none;
}

.footer_area li {
  font-size: 16px;
  font-weight: 300;
  padding: 0 0.5em;
  color: #ffffff;
}

footer p {
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  margin-top: -4em;
  padding-bottom: 5em;
}


/* -------------------- */
/* モーダル全体のスタイル */
/* -------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* -------------------- */
/* モーダル内の画像スタイル
/* -------------------- */
.modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 90%;
  max-height: 90vh;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -------------------- */
/* 閉じるボタンのスタイル
/* -------------------- */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1001;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* ___________________________________________________________________________________________________________________________________________________________________________ */
@media (max-width: 750px) {

  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }

  h2 {
    width: 75%;
  }

  h3 {
    margin: 0.5em auto;
  }

  p {
    font-size: 0.8em;
  }

  .fix_bt_area {
    width: 100%;
  }

  .link_bt {
    font-size: 0.8em;
  }

  #mv {
    background-image:none;
  }

  #main {
    width:95%;
  }

  section {
    padding: 1em 0;
    margin: 2em auto;
  }

  .intoro_img {
    margin: 1em auto;
  }

  #intoro p {
    margin: 1em auto;
  }

  .bold {
    font-size: 1em;
    padding: 1em 0;
  }

  #result p {
    margin: 1em auto;
  }

  .caution {
    font-size: 0.8em;
  }

  .center{
  font-size: 1em;
  }

  .result_list {
    margin: 0 auto 1em auto;
  }

  .award_a {
    margin: 1em auto;
  }

  h4 {
    margin: 1em auto;
  }

  .shop_name_a {
    margin: 0.5em auto;
  }

  .display_img {
    width: 90%;
    margin: 0.5em auto;
  }

  .comment_area {
    display: unset;
  }

  .comment {
    width: 96%;
    height: auto;
    margin: 1.5em 2%;
  }

  .comment_01 img {
    width: 50%;
    max-width: 100px;
  }

  .comment_02 {
    border-radius: 50px;
    background-color: #ff8e38;
  }

  .comment_02 img {
    width: 50%;
    max-width: 100px;
  }

  .comment p {
    width: 95%;
    margin: 0.5em auto;
  }

  .award_sub {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .area_txt {
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
  }

  .award_b {
    width: 46%;
    height: auto;
    margin: 0.5em 2%;
  }

  .arae_list {
    margin: 1.5em auto;
  }

  #area h4 {
    font-size: 1em;
    margin: 0.5em auto;
  }

  .shop_list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em auto;
  }

  .shop {
    width: 48%;
    height: auto;
    margin: 1%;
  }

  .shop_name {
    font-size: 0.7em;
    margin: 0.1em 0;
  }

  footer {
    padding-bottom:6em;
  }

  .footer_area {
    width: 90%;
    display: flex;
    margin: 0 auto;
  }

  .logo {
    width: 13%;
    padding: 0.5em 0;
  }

  .footer_area ul {
    padding: 1em;
    display: flex;
    margin-left: 4%;
  }

  .footer_area li {
    font-size: 0.7em;
  }

  footer p {
    font-size: 0.7em;
    margin-top: 0;
    padding-bottom: 0;
  }
}

/* ___________________________________________________________________________________________________________________________________________________________________________ */
@media (max-width: 450px) {

  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }


  .footer_area ul {
    padding: 1em 0.5em;
    display: flex;
    margin-left: 0%;
  }

  .footer_area li {
    font-size: 0.6em;
  }

  footer p {
    font-size: 0.6em;
  }

}