@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}

body {
  font-family: 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

a:hover {
  opacity: 0.8;
}

section.company h3 {
  border: none;
  padding: 0;
  margin: 0 0 16px;
  text-align: center;
}
.body .company h3 .title-jp {
  text-align: center;
  border: none;
  background: linear-gradient(transparent 65%, #d6e6d0 10%);
  background-position: 0px 2px;
  padding: 0px 6px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 2px;
  font-size: 20px;
}
.company h3 .title-en {
  font-size: 16px;
  margin: 0 0 0 12px;
  vertical-align: bottom;
}

/* ──────────────────────────────────────── */
/* 全体設定 */
/* ──────────────────────────────────────── */

.date-tags {
  display: none;
}
.author-info {
  display: none;
}
body.public-page,
.header,
body .content,
.content .main {
  background-color: #fdfdfe;
}
.search-edit,
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
textarea,
select {
  background-color: #fefcff;
}
.article.page {
  margin: 0;
}

@media screen and (min-width: 834px) {
  .br-sp {
    display: none;
  }
}

/* ──────────────────────────────────────── */
/* ヘッダー */
/* ──────────────────────────────────────── */

#header-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fdfdfef5;*/
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  transition: all 0.1s ease-in-out;
}
#header-container .navi,
.header-container-in.hlt-top-menu .header {
  background-color: transparent;
}
#header-container.float-bar {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  background-color: #fdfdfef5;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
#navi .navi-in a {
  color: inherit;
  font-size: 18px;
}
#navi .navi-in a:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
  color: inherit;
}
#header-container.float-bar #navi .navi-in a:hover {
  background-color: rgba(236, 238, 240, 0.9);
}
.navi-in > ul li {
  max-width: 108px;
  height: 70px;
  line-height: 70px;
}
.navi-in .menu-pc {
  display: flex;
}
@media screen and (max-width: 834px) {
  .navi-in .menu-pc {
    display: none;
  }
}

/*980px以下*/
@media screen and (max-width: 990px) {
  .navi-in > ul li {
    max-width: 16.2%;
  }
  #navi .navi-in a {
    font-size: 16px;
  }
}
.header-container-in.hlt-top-menu .logo-header img {
  vertical-align: text-bottom;
}

.header-container-in.hlt-top-menu .logo-header {
  padding: 0 0 0 10px;
}
.appeal {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
  background-blend-mode: overlay;
  /*background-image: url(https://atoz-store.jp/wp-content/uploads/2020/12/top.jpg);*/
  /*background-image: url(https://atoz-store.jp/wp-content/uploads/2021/07/top-2.jpg);*/
  /*background-image: url(https://atoz-store.jp/wp-content/uploads/2021/07/top-3.jpg);*/
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  /*iphoneでのバグ防止のため*/
}
.top-cover {
  z-index: -1;
  position: absolute;
  /*background-color: rgb(54 66 82 / 65%);*/
  /*background-color: rgb(160 160 160 / 50%);*/
  /* background-color: rgb(54 66 82 / 10%); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://atoz-store.jp/wp-content/uploads/2024/08/mov_overlay.png);
  background-color: rgb(0 0 0 / 10%);
  background-size: 2px 2px;
}
@media screen and (min-width: 1024px) {
  .ba-fixed.appeal {
    background-position-x: center;
    background-position-y: 0px;
  }
}
#bg-video {
  /*display: none;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
  z-index: -10;
  /* -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px); */
}
@media screen and (max-width: 1000px) {
  #bg-video {
    height: 1px; /*スマホでの高さ維持のため*/
  }
}

.top-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -11;
  margin: -10px 0 0 -35px;
}
.appeal-content {
  background-color: inherit;
  padding: 0;
  max-width: 900px;
}
.appeal-in {
  padding: 170px 0 148px;
}

.appeal-title {
  font-size: 72px;
  font-style: italic;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  margin: 0;
}
.top-logo {
  width: 220px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 834px) {
  .appeal-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .appeal-title {
    font-size: 8vw;
  }
}
.appeal-message {
  margin: 0;
}
.appeal-message .sub-copy {
  margin: -4px 0 0;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.appeal-message .toptext {
  margin: 48px 0 0;
}
.appeal-message .toptext p {
  margin: 20px 0 20px;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

/* ──────────────────────────────────────── */
/* コンテンツ */
/* ──────────────────────────────────────── */

.content {
  margin: 0;
}
.content-in.wrap {
  width: auto;
}
.entry-content {
  text-align: center;
  margin: 0;
}
.main {
  padding: 0;
}

.entry-content .particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  z-index: -1;
}

.entry-content section {
  margin: 64px 0 0;
  padding: 0 16px 0;
}
.entry-content section.service {
  margin: 40px 0 0 0;
}

.article h2 {
  background-color: inherit;
  font-size: 50px;
  margin: 0 0 60px;
  padding: 20px 0 0;
  text-align: center;
}

.article h2 .title-en {
  background-color: inherit;
  background: linear-gradient(transparent 80%, #d3e9ff 10%);
  background-position: 0px -10px;
  padding: 6px 10px;
  text-align: center;
  background-repeat: no-repeat;
}
.article h2 .title-jp {
  background-color: inherit;
  display: block;
  font-size: 20px;
  margin: 4px 0 0;
}

.article section.service h2 {
  margin: 0;
}

.service video {
  width: 800px;
  margin: 0;
  height: auto;
}

.column-wrap {
  max-width: 1050px;
  margin: 0 auto;
}
/*.pararax {
  opacity: 0;
  transform: translate(0, 25px) scale(0.98);
}
.effect-on {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  animation-name: fadeOn;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  -webkit-animation-name: fadeOn;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
}
@keyframes fadeOn {
  0% {
    opacity: 0;
    transform: translate(0, 25px) scale(0.99);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(0, 25px) scale(0.99);
  }
}*/

.text-box {
  margin: 0 auto 0;
  text-align: left;
  max-width: 800px;
}

.column-wrap .text-box {
  padding: 0 10px 0;
}
/*834px以下*/
@media screen and (max-width: 834px) {
  .column-wrap .text-box {
    padding: 0 0 0;
  }
}

.item-slide {
  max-width: 600px;
  margin: 3.5em auto 4.5em;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.fluid-box {
  /*width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;*/
}
.fluid-box-inner {
  margin: 0 auto;
  padding: 55px 0 48px;
  background-color: transparent;
  max-width: 1196px;
}

/* ──────────────────── */
/* 事業概要 */
/* ──────────────────── */

.business.fluid-box {
  background-image: url(https://atoz-store.jp/wp-content/uploads/2021/07/bg-img-2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.88);
  background-blend-mode: overlay;
  padding: 0 16px 30px;
}
/*834px以下*/
@media screen and (max-width: 834px) {
  .business.fluid-box {
    background-position: 26% 0;
    background-attachment: scroll;
    padding: 0 16px 12px;
  }
}

.business h3 {
  border: none;
  padding: 0 0 0;
  margin: 2.7em 0 1.2em;
}
.business h3 .title-jp {
  text-align: center;
  border: none;
  background: linear-gradient(transparent 70%, #d6e6d0 10%);
  background-position: 0px 2px;
  padding: 0px 6px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 6px;
  font-size: 26px;
}
.business h3 .title-en {
  display: block;
  font-size: 20px;
}
/*834px以下*/
@media screen and (max-width: 700px) {
  .business h3 {
    margin: 2em 0 1.2em;
  }
  .business h3 .title-jp {
    font-size: 22px;
    background: linear-gradient(transparent 68%, #d6e6d0 10%);
  }
  .business h3 .title-en {
    display: block;
    font-size: 18px;
  }
}

.business .column-wrap:nth-of-type(even) {
  display: block;
}
.business .column-wrap:nth-of-type(even):after {
  content: '';
  display: block;
  clear: both;
}
.business .column-wrap:nth-of-type(even) .column-left {
  float: right;
}
.business .column-wrap:nth-of-type(even) .column-right {
  float: left;
}
.business .column-wrap .img-box {
  padding: 0 4px 0;
  margin: 0 0 1em;
  font-size: 0;
}
.business .column-wrap .text-box {
  padding: 0 4px 0;
  margin: -2px 0 0 0;
  line-height: 1.75;
}
/*834px以下*/
@media screen and (max-width: 843px) {
  .business .column-wrap .img-box {
    padding: 0 0 0 0;
    margin: 0 0 0em;
    font-size: inherit;
  }
  .business .column-wrap .img-box img {
    margin-bottom: 0.4em;
  }
  .business .column-wrap .text-box {
    padding: 0 0 0;
  }
}
/* ──────────────────── */
/* 製品情報 */
/* ──────────────────── */

.products .text-box {
  margin: 0em auto 1em;
  text-align: left;
  max-width: 680px;
}

.products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products h3 {
  border: none;
  padding: 0 0 0;
  margin: 68px 0 38px 0;
  text-align: center;
}
.products h3 .title-jp {
  text-align: center;
  border: none;
  background: linear-gradient(transparent 70%, #d6e6d0 10%);
  background-position: 0px 2px;
  padding: 0px 6px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 6px;
  font-size: 26px;
}
.products h3 .title-en {
  display: block;
  font-size: 20px;
}
.article .products h4 {
  border-top: none;
  border-bottom: none;
  margin: 60px 0 20px 0;
  padding: 0px 0 5px 0px;
  text-align: center;
}
.article .products h4 .item-title {
  text-align: center;
  border: none;
  background: linear-gradient(transparent 84%, #dedede 10%);
  background-position: 0px 4px;
  padding: 0px 10px 4px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 2px;
  font-size: 26px;
}
.products h4 .item-from {
  display: block;
  font-size: 114%;
  opacity: 0.6;
}
.products .handle-products-text {
  max-width: 1050px;
  margin: 0 auto;
}
.products .handle-products-text p {
  text-align: center;
  margin: 0 0 50px;
}

.handle-products-wrap .brand-wrap {
  margin: 0 auto 70px;
}
.handle-products-wrap .brand-wrap.wrap-muttluks {
  margin: 0 auto 26px;
}

.brand-wrap .img-box img {
  box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
}

.products .brand-wrap .text-box p {
  line-height: 1.6;
  font-size: 0.94em;
  margin: 0 0 12px 0;
}
.products .brand-wrap .text-box p:last-child {
  margin: 0 0 0 0;
}

.products .column-wrap.column-flip {
  display: block;
}
.products .column-wrap.column-flip:after {
  content: '';
  display: block;
  clear: both;
}
.products .column-wrap.column-flip .column-left {
  float: right;
}
.products .column-wrap.column-flip .column-right {
  float: left;
}

.storelink-normal a {
  padding: 8px 0;
  text-indent: 0px;
  color: #fff;
  border-bottom: 2px solid #0c7e19;
  border-radius: 6px;
  background-color: #1cbb2f;
  display: block;
  text-decoration: none;
  max-width: 300px;
  margin: 0 auto 0 auto;
  font-size: 0.9em;
}
.storelink-normal a:hover {
  opacity: 0.7;
}
.storelink-normal a::after {
  margin: 0 0 0 2px;
  content: '\025b6';
  display: inline-block;
}
.storelink-iroller a::after {
  content: none;
}
.storelink-amazon a {
  color: #444;
  border-bottom: 2px solid #d0a735;
  background-color: #f9ce58;
}
.storelink-amazon a::before {
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  content: '';
  background-image: url(https://atoz-store.jp/wp-content/uploads/2021/11/amazon_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: text-top;
}
.storelink-amazon a::after {
  content: none;
}

.itemlist-wrap {
  max-width: 1050px;
  margin: 0 auto 0;
  text-align: center;
  background-color: #f9f9f9;
  padding: 14px 10px 20px;
}
.article .itemlist-wrap h5 {
  border: none;
  text-align: center;
  margin: 0 auto 12px;
}

.article .itemlist-wrap h5 .item-title {
  text-align: center;
  border: none;
  background: linear-gradient(transparent 82%, #dedede 10%);
  background-position: 0px 4px;
  padding: 0px 10px 4px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 2px;
  font-size: 20px;
}
.article .itemlist-wrap h5 .item-from {
  display: block;
  font-size: 20px;
  opacity: 0.6;
  padding: 2px 0 0 0;
}
.itemlist-wrap .itemlist-stage {
  display: inline-block;
  width: 18.1%;
  text-align: center;
  vertical-align: top;
  margin: 2px 0 0 0;
}

a.itemlist-link {
  color: #444;
  text-decoration: none;
}
a.itemlist-link span.external-icon,
span.internal-icon {
  display: none;
}
span.external-icon,
span.internal-icon {
  vertical-align: middle;
}

.itemlist-stage p {
  font-size: 12px;
  margin: 0 0 6px 0;
  line-height: 1.4;
  text-align: center;
}

.itemlist-stage .itemlist-name {
  font-weight: 700;
}
.itemlist-stage .itemlist-name a.itemlist-name-link {
  color: #444;
}

@media screen and (max-width: 600px) {
  .itemlist-wrap {
    padding: 10px 20px 6px;
    margin: 0 auto 0;
    text-align: left;
  }
  .itemlist-wrap .itemlist-stage {
    display: inline-block;
    width: 48.9%;
    margin: 0 0 16px 0;
  }
  .itemlist-wrap .itemlist-stage:last-child {
    border-bottom: none;
  }
  .itemlist-stage p {
    margin: 0 0 10px 0;
  }
}

.shoplist-wrap {
  max-width: 1050px;
  margin: 0 auto 50px;
  text-align: left;
  background-color: #f9f9f9;
  padding: 14px 34px 24px;
}

.article .shoplist-wrap h5 {
  border: none;
  text-align: center;
  margin: 0 auto 12px;
}
.article .shoplist-wrap h5 .item-title {
  text-align: center;
  border: none;
  background: linear-gradient(transparent 82%, #dedede 10%);
  background-position: 0px 4px;
  padding: 0px 10px 4px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 2px;
  font-size: 20px;
}
.article .shoplist-wrap h5 .item-from {
  display: block;
  font-size: 20px;
  opacity: 0.6;
  padding: 2px 0 0 0;
}

.shoplist-wrap .shoplist-stage {
  display: inline-block;
  width: 23.3%;
  margin: 0 1% 0 0;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #eee;
  padding: 0 1% 0 0;
  min-height: 134px;
}
.shoplist-wrap .shoplist-stage:last-child {
  margin: 0 0 0 0;
  border-right: none;
}

.shoplist-stage p {
  font-size: 14px;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.shoplist-stage .shoplist-name {
  font-weight: 700;
  font-size: 15px;
}
.shoplist-stage .shoplist-name a.shoplist-name-link {
  color: #444;
}
.shoplist-stage .shoplist-address {
  text-indent: -0.55em;
  padding: 0 0 0 1.28em;
}

.private-brand-wrap {
  margin: 90px 0 0 0;
}

@media screen and (max-width: 600px) {
  .shoplist-wrap {
    padding: 10px 20px 14px;
    margin: 0 auto 54px;
  }
  .shoplist-wrap .shoplist-stage {
    display: block;
    width: auto;
    border: none;
    border-bottom: 1px solid #eee;
    margin: 0 0 16px 0;
    padding: 0 2px 0 2px;
    min-height: auto;
  }
  .shoplist-wrap .shoplist-stage:last-child {
    border-bottom: none;
  }
  .shoplist-stage p {
    margin: 0 0 10px 0;
  }
}

/*834px以下*/
@media screen and (max-width: 843px) {
  .products .column-wrap .img-box {
    margin-bottom: 20px;
    font-size: 0;
  }
  .products .column-wrap .img-box img {
    margin-bottom: 0;
    font-size: 0;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  .entry-content section.products {
    margin: 30px 0 50px;
  }
  .products h3 {
    margin: 38px 0 24px 0;
  }
  .products h3 .title-jp {
    font-size: 22px;
    background: linear-gradient(transparent 68%, #d6e6d0 10%);
    margin: 0 0 6px;
  }
  .products h3 .title-en {
    display: block;
    font-size: 18px;
  }
  .article .products h4 {
    font-size: 20px;
    margin: -14px 0 14px 0;
  }
  .products .brand-wrap {
    margin: 0 0 4em 0;
  }
  .article .products h4 .item-title {
    font-size: 5.8vw;
    padding: 0px 6px 4px;
    background: none;
  }
  .products h4 .item-from {
    border-top: 1px solid #ccc;
    padding: 6px 0 0 0;
    font-size: 5vw;
  }
}

/* ──────────────────── */
/* 更新情報 */
/* ──────────────────── */

.is-style-info-box,
.info-box,
.sp-info,
.info {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.entry-content section.info {
  margin: 90px 0 0 0;
  padding: 40px 16px 100px;
  background-color: #fafafa;
}

.info ul.info-ul {
  text-align: left;
  max-width: 768px;
  margin: 0 auto;
  list-style: none;
  height: 300px;
  overflow: scroll;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 5%) inset;
  background-color: #fff;
}
.info li.info-li {
  margin: 0 0 0.8em;
  font-size: 16px;
}
.info span.info-date {
  float: left;
  margin: 0 10px 0 0;
}
.info span.info-txt {
  display: block;
  margin: 0 0 0 100px;
}

.info .far.fa-image {
  margin: 0 0 0 0.2em;
}

.info .column-wrap {
  align-items: center;
}

.info .column-wrap.column-flip {
  flex-direction: row-reverse;
}

.info .img-box {
  font-size: 0;
  line-height: 0;
}

.info .img-box img {
  box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
}

.info .column-wrap {
  margin: 0 auto 3.5em;
}

.info .column-wrap:last-of-type {
  margin: 0 auto 0;
}

.article .info ul li {
  margin: 0;
}

.info .column-wrap .text-box p {
  line-height: 1.6;
  font-size: 0.94em;
  margin: 0 0 12px 0;
}
.info .column-wrap .text-box p:last-child {
  margin: 0 0 0 0;
}

/* スライドショー ─────────────── */
article .info .splide {
  box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
  max-width: 640px;
  margin: 0 auto;
}

.info .splide__slide {
  background-color: #666;
}
.info .splide__progress {
  background-color: #ddd;
}
.info .splide__progress__bar {
  background-color: #55a9fd;
}

.info .splide__pagination {
  bottom: -3.5em;
}
.info .splide__pagination__page {
  background-color: #bbb;
  margin: 0px 8px;
  height: 10px;
  width: 10px;
  opacity: 1;
}

.info .splide__pagination__page.is-active {
  background-color: #55a9fd;
  transform: scale(1.3);
}

.info .splide__arrow {
  background: rgb(0 0 0 / 0.4);
  width: 1.8em;
  height: 1.8em;
  opacity: 1;
}

.info .splide__arrow--prev {
  left: 0.5em;
}

.info .splide__arrow--next {
  right: 0.5em;
}

.info .splide__arrow svg {
  fill: rgb(255 255 255 / 0.5);
}

/* ─────────────── */

@media screen and (max-width: 843px) {
  .entry-content section.info {
    padding: 40px 16px 60px;
  }
  .info .column-wrap {
    margin: 0 auto 2.2em;
  }
  body article .info .column-left .splide {
    margin: 0 auto 1.6em;
  }
  .container .info .column-wrap .column-left {
    margin: 0 auto 40px;
  }
  .info .column-wrap.column-flip {
    flex-direction: column;
  }

  .info .splide__pagination {
    bottom: -1.8em;
  }
  .info .splide__pagination__page {
    margin: 0px 12px;
  }
}

@media screen and (max-width: 480px) {
  .info ul.info-ul {
    padding: 20px;
    height: 240px;
  }
  .info li.info-li {
    margin: 0 0 1em;
  }
  .info span.info-date {
    float: none;
    margin: 0 0 0px;
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #666;
  }
  .info span.info-txt {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .entry-content section.info {
    margin: 60px 0 0;
    padding: 30px 16px 2.2em;
  }

  .container .info .column-wrap .column-left {
    margin: 0 auto 20px;
  }
  .info .column-wrap {
    margin: 0 auto 1.5em;
  }
}

/* ──────────────────── */
/* 会社情報 */
/* ──────────────────── */

.company.fluid-box {
  background-image: url(https://atoz-store.jp/wp-content/uploads/2020/12/img-3.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.88);
  background-blend-mode: overlay;
  padding: 0 16px 30px;
  margin: 0;
}

/*834px以下*/
@media screen and (max-width: 834px) {
  .company.fluid-box {
    background-position: 40% 0;
    background-attachment: scroll;
  }
}

.company .text-box {
  margin: 2em auto 2.5em;
}

.company .column-wrap p {
  text-align: center;
}

.map-box {
  margin: 1.4em 0 0;
}
.company .column-wrap > div {
  padding: 0 10px 0;
}
.company .atozlab a {
  /*color: inherit;*/
}
.company .atozlab .fa-external-link-alt {
  font-size: 14px;
  vertical-align: middle;
  padding: 0 0 4px 0;
  margin: 0 0 0 6px;
}

/*834px以下*/
@media screen and (max-width: 834px) {
  .company .column-wrap > div {
    padding: 0 0 0;
  }
}

/* インスタグラムフィード ─────────────── */
.instagram-feeds {
  max-width: 1020px;
  margin: 60px auto 0;
  padding: 18px 20px 14px 20px;
  background-color: rgb(255 255 255 / 28%);
  border-radius: 10px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 5%);
}
.instagram-feeds .external-icon {
  display: none;
}

/*834px以下*/
@media screen and (max-width: 834px) {
  .instagram-feeds {
    margin: 50px auto 0;
    padding: 16px 14px 14px 14px;
  }
}

/*834px以下*/
@media screen and (max-width: 480px) {
  .instagram-feeds {
    margin: 30px auto 0;
    padding: 14px 10px 14px 10px;
  }
}

/* ──────────────────── */
/* 問い合わせ */
/* ──────────────────── */

section.contact {
  background-color: #7397a9;
  color: #fff;
  padding: 54px 0 70px;
  margin: 0 0 0;
}
.contact h2 .title-en {
  background-color: inherit;
  background: linear-gradient(transparent 74%, #85acbf 10%);
  background-position: 0px -6px;
  padding: 8px 10px;
  text-align: center;
  background-repeat: no-repeat;
}

.form-area {
  max-width: 600px;
  margin: 3em auto 0em;
  padding: 0 16px 0;
}

.contact .box-title {
  margin: 0.6em 0 0em;
  text-align: center;
}
.contact .input-box {
  margin: 0.6em 0 0em;
}

.contact .comfirm-text {
  margin: 0.5em 0;
  text-align: center;
}

.contact .comfirm-checkbox {
  text-align: center;
}

.contact form p.submit-btn {
  margin: 2em 0 0;
}

.form-area input[type='submit'] {
  background-color: #5dbf69;
  border: none;
  box-shadow: 0 4px 0 #4b9654;
  border-radius: 4px;
  font-size: 1.2em;
  color: #fff;
}
.form-area input[type='submit']:hover {
  transition: 0.2s;
  opacity: 0.8;
}
.contact-thanks {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 3em 0;
}
.contact .mw_wp_form .error {
  color: #ffff00;
  font-size: 100%;
}
.grecaptcha-badge {
  visibility: hidden;
}

.contact .recaptcha_policy {
  margin: 3.5em 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.contact .recaptcha_policy a {
  text-decoration: none;
  color: #fff;
}

/* フッター ──────────────────── */
.footer {
  background: #005882;
  margin: 0 0 0;
  padding: 1px 0 40px;
  color: #fff;
  position: relative;
}
.footer-bottom {
  font-size: 1em;
}

.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
  margin: 22px 0 36px;
}

.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child {
  border: none;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  color: #fff;
  font-size: 18px;
  padding: 0 16px 0;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .footer-bottom.fnm-text-width .menu-footer li a {
    text-decoration: underline;
  }
}
.footer-bottom.fnm-text-width .menu-footer li a:hover {
  background-color: rgb(255 255 255 / 30%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .navi-footer {
    margin: 10px 0 18px;
  }
}

/* ──────────────────── */
/* モバイル */
/* ──────────────────── */

/*480px以下*/
@media screen and (max-width: 480px) {
  p {
    margin: 0.8em 0;
  }
  .header-container-in.hlt-top-menu .logo-header {
    padding: 0 0 0 0;
  }
  .header-container-in.hlt-top-menu .logo-header img {
    position: relative;
    top: 4px;
    max-height: 54px;
  }
  #header-container {
    position: absolute;
    background-color: #fff;
  }
  .appeal-title {
    font-size: 10vw;
    line-height: 1;
    margin: 0 0 5.2vw 0;
  }
  .appeal-message .sub-copy {
    font-size: 5.2vw;
    margin: -8px 0 0;
  }
  .appeal-message .toptext p {
    font-size: 16px;
    line-height: 1.6;
  }
  .appeal-content {
    padding: 0 2px 0;
  }
  .appeal-message .toptext {
    margin: 18px 0 0;
  }
  .appeal-in {
    padding: 64px 0 68px;
    margin: 64px 6px 0;
  }
  .entry-content section.service {
    margin: 0px 0 0 0;
  }
  .article h2 {
    font-size: 38px;
    margin: 0 0 30px;
    padding: 0px 0 0;
  }
  .article h2 .title-jp {
    font-size: 18px;
  }
  .container .column-wrap > div {
    padding: 0 0;
  }
  .entry-content section {
    margin: 30px 0 0;
  }
  .article section.service h2 {
    margin: 12px 0 0 0;
  }
  .fluid-box-inner {
    padding: 24px 0 14px;
  }
  .products.fluid-box {
    background-position-x: 28%;
    background-position-y: 50%;
    background-attachment: scroll;
    background-size: cover;
  }
  .item-slide {
    margin: 30px auto 50px;
  }
  .products .text-box {
    margin: 0 auto 1em;
  }
  .products .fluid-box-inner {
    padding: 24px 16px 20px;
  }
  .company p {
    margin: 0.5em 0 1em;
  }
  .company .column-wrap > div .map-box {
    margin: 1em 0 0;
  }
  .storelink-normal a {
    font-weight: 700;
  }
  section.contact {
    padding: 50px 0 50px;
    margin: 0 0 0;
  }
  .contact .form-area {
    margin: 1em auto 2em;
  }
  main.main {
    padding: 16px 0 0 0;
  }
  div.sidebar {
    padding: 16px 16px 0 16px;
  }
  .footer {
    padding: 1px 0 40px;
  }
  .footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
    margin: 4px 0 36px;
  }
}
@media screen and (max-width: 834px) {
  main.main {
    padding: 16px 0 0px;
  }
  div.sidebar {
    padding: 16px 16px 0px;
  }
}

.go-to-top {
  z-index: 9998;
}
.go-to-top-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f1f1f1ed;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}

/* ──────────────────── */
/* メール配信解除ページ */
/* ──────────────────── */
.page.page-id-734 h1.entry-title,
.page.page-id-739 h1.entry-title {
  text-align: center;
  margin: 50px auto 50px;
}

.unsbscribe-content {
  border: 1px solid #aaa;
  border-radius: 6px;
  max-width: 750px;
  width: 94%;
  margin: 0 auto;
  padding: 70px 10px 50px;
}

p.unsbscribe-footer {
  margin: 90px auto 0;
  background-color: #005882;
  padding: 30px 0 30px;
  color: #fff;
  font-size: 15px;
}
p.unsbscribe-footer a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .page.page-id-734 h1.entry-title,
  .page.page-id-739 h1.entry-title {
    margin: 20px auto 30px;
  }
  .unsbscribe-content {
    padding: 30px 10px 20px;
  }
  p.unsbscribe-footer {
    margin: 60px auto 0;
  }
}

/* ──────────────────── */
/* メール配信確認完了ページ */
/* ──────────────────── */

.page.page-id-1203 h1.entry-title {
  text-align: center;
  margin: 50px auto 50px;
}

.registration-content {
  border: 1px solid #aaa;
  border-radius: 6px;
  max-width: 750px;
  width: 94%;
  margin: 0 auto;
  padding: 70px 30px 40px;
}

p.registration-footer {
  margin: 90px auto 0;
  background-color: #005882;
  padding: 30px 0 30px;
  color: #fff;
  font-size: 15px;
}
p.registration-footer a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .page.page-id-1203 h1.entry-title {
    margin: 20px auto 30px;
  }
  .registration-content {
    padding: 30px 10px 20px;
  }
  p.registration-footer {
    margin: 60px auto 0;
  }
}

/* ──────────────────── */
/* メール配信確認登録ページ */
/* ──────────────────── */

.page.page-id-1165 h1.entry-title {
  text-align: center;
  margin: 50px auto 50px;
}

.confirmation-content {
  border: 1px solid #aaa;
  border-radius: 6px;
  max-width: 750px;
  width: 94%;
  margin: 0 auto;
  padding: 70px 10px 50px;
}

p.confirmation-footer {
  margin: 90px auto 0;
  background-color: #005882;
  padding: 30px 0 30px;
  color: #fff;
  font-size: 15px;
}
p.confirmation-footer a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .page.page-id-1165 h1.entry-title {
    margin: 20px auto 30px;
  }
  .confirmation-content {
    padding: 30px 10px 20px;
  }
  p.confirmation-footer {
    margin: 60px auto 0;
  }
}

/* ──────────────────── */
/* 404ページ */
/* ──────────────────── */

.error404 .header-container {
  display: none;
}
.error404 h1.entry-title {
  text-align: center;
}
.error404 .post.article {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.error404 .footer {
  padding: 10px;
  text-align: center;
}

.error404 .footer-simple a {
  color: #fff;
  text-decoration: none;
}
