@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

/* -- ここはサイトごとに変更 -- */
:root {
  --max-width: 980px;
}

@media screen and (max-width: 1040px) {
  :root {
    --inner-padding: 6.25rem 1.25rem;
    --max-width: 100%;
  }
}

/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

html {
  /*scroll-padding-top: 100px;*/
}

body {
  font-family: var(font-family);
}

#wrapper {
  overflow: hidden;
  position: relative;
  background: url(../images/bg_co.png) repeat 0 0;
}

.inner {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--inner-padding);
  margin: 0 auto;
}

/*========================================================================*\

$header

\*========================================================================*/

header {
  background: #ffffff;
}

header h1 {
  width: 280px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

/*========================================================================*\

$topmain

\*========================================================================*/

#topmain {
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 144, 218, 1) 85%
  );
}

#topmain .mainInner {
  padding: 0;
  position: relative;
  background: url(../images/bg_main.png) no-repeat center bottom;
}

#topmain .mainInner h2 {
  max-width: 800px;
  margin: 0 auto;
}

#topmain .day {
  text-align: center;
  background: #d5ebd9;
  padding: 40px 0;
}

/*========================================================================*\

$Co

\*========================================================================*/
#Co section .titleBox {
  margin-bottom: 2.5rem;
  text-align: center;
}

#Co section .titleBox h2 {
  line-height: 1.4;
  letter-spacing: 0.2rem;
  margin: 0 0 0.625rem 0 !important;
  font-size: 2.875rem;
  color: #0081c5;
}

#Co section .titleBox h2 .ss {
  font-size: 1.875rem !important;
}

#Co section .titleBox h3 {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  margin: 2.5rem auto 0 auto !important;
}

#Co section .titleBox h3 img {
  margin: 0 auto !important;
}

#Co section .titleBox p {
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  font-weight: 700;
}

.moushikomiBox {
  position: relative;
  background-image: url(../images/box_t.jpg), url(../images/box_b.jpg);
  background-position:
    left top,
    left bottom;
  background-repeat: no-repeat, no-repeat;
}

.moushikomiBox .moushikomiBoxInner {
  padding: 50px 0;
}

.moushikomiBox .moushikomiBoxInner::after {
  content: "";
  position: absolute;
  top: 0; /* 縦位置 */
  left: 0; /* 横位置 */
  width: 100%;
  height: 100%;
  background-image: url(../images/box_m.png);
  background-position: center;
  background-repeat: repeat-y;
  z-index: -1;
}

.moushikomiBox .moushikomiBoxInner .detail {
  margin-top: 50px;
}

.moushikomiBox .moushikomiBoxInner h3 {
  text-align: center;
  margin-bottom: 50px;
}

.moushikomiBox .moushikomiBoxInner p {
  text-align: center;
}

#Co .btn_mini {
  margin-top: 30px;
}

#Co .btn_mini a {
  align-items: center;
  background: rgba(245, 180, 181, 1);
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: var(--font-weight_bold);
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 600px;
  z-index: 1;
  padding: 15px 7px;
}

#Co .detail:last-child .btn_mini a {
  background: rgba(0, 159, 205, 1);
}

#Co .btn_mini a:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

#Co .btn_mini a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 16px;
}

#Co section .shopArea {
  background: #ebf6f8;
}

#Co section .shopArea h3 {
  text-align: center;
  margin-bottom: 3.125rem;
}

#Co section .shopBox {
  background: url(../images/bg_shop_p.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  text-align: center;
  padding: 5rem 0 2.5rem 0;
  margin-bottom: 3.125rem;
  max-width: 680px;
  height: 444px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Co section .shopBox:nth-child(even) {
  background: url(../images/bg_shop_b.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  max-width: 680px;
  height: 444px;
}

#Co section .shopBox h4 {
  margin-bottom: 1.875rem;
}


#Co section .smoothBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-top: 3.75rem;
}

#Co section .smoothBox h3 {
  font-size: 2.5rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.2rem;
}

#Co section .smoothBox h5 {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #595757;
}

#Co section .smoothBox::before,
#Co section .smoothBox::after {
  content: "";
  width: 2px;
  height: 70px;
  background-color: #231815;
}

#Co section .shopArea .smoothBox::before,
#Co section .shopArea .smoothBox::after {
  background-color: #595757;
}

#Co section .smoothBox::before {
  margin-right: 40px;
  transform: rotate(-35deg);
}

#Co section .smoothBox::after {
  margin-left: 40px;
  transform: rotate(35deg);
}

/*========================================================================*\

$footer

\*========================================================================*/

footer {
  background: #0081c5;
}

#footerInner {
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footerInner p {
  line-height: 1;
  font-size: 0.75rem;
  color: #ffffff;
}

/*========================================================================*\

$presentBox

\*========================================================================*/

#Co section .presentBox figure {
  margin-bottom: 30px;
}
